﻿2025-08-20T20:17:52.3901582Z Current runner version: '2.328.0'
2025-08-20T20:17:52.3933719Z ##[group]Runner Image Provisioner
2025-08-20T20:17:52.3934706Z Hosted Compute Agent
2025-08-20T20:17:52.3936068Z Version: 20250818.377
2025-08-20T20:17:52.3936736Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:17:52.3937387Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:17:52.3938059Z ##[endgroup]
2025-08-20T20:17:52.3938574Z ##[group]VM Image
2025-08-20T20:17:52.3939128Z - OS: Linux (arm64)
2025-08-20T20:17:52.3939774Z - Source: Partner
2025-08-20T20:17:52.3940358Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:17:52.3941005Z - Version: 20250728.24.1
2025-08-20T20:17:52.3941981Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:17:52.3942983Z ##[endgroup]
2025-08-20T20:17:52.3944384Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:17:52.3947982Z Attestations: write
2025-08-20T20:17:52.3948731Z Contents: write
2025-08-20T20:17:52.3949487Z Metadata: read
2025-08-20T20:17:52.3950155Z Packages: write
2025-08-20T20:17:52.3950690Z ##[endgroup]
2025-08-20T20:17:52.3954209Z Secret source: Actions
2025-08-20T20:17:52.3955399Z Prepare workflow directory
2025-08-20T20:17:52.4368644Z Prepare all required actions
2025-08-20T20:17:52.4412330Z Getting action download info
2025-08-20T20:17:52.8468974Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:17:53.7946168Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:17:54.3698405Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:17:54.5250577Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:17:55.1049699Z Getting action download info
2025-08-20T20:17:55.2658632Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:17:55.7367085Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:17:56.2632867Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/gh/official/source)
2025-08-20T20:17:56.3283291Z ##[group]Run ##Presets
2025-08-20T20:17:56.3283863Z [36;1m##Presets[0m
2025-08-20T20:17:56.3284355Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:56.3284646Z [36;1m#-------------#[0m
2025-08-20T20:17:56.3285123Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:17:56.3285831Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:17:56.3286260Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3286766Z [36;1m  fi[0m
2025-08-20T20:17:56.3287087Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:17:56.3287544Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:17:56.3288126Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3288457Z [36;1m  fi[0m
2025-08-20T20:17:56.3288846Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:17:56.3289350Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:17:56.3289741Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3290223Z [36;1m  fi[0m
2025-08-20T20:17:56.3290522Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:17:56.3290997Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:17:56.3291363Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:17:56.3291696Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:17:56.3292174Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3292934Z [36;1m     else[0m
2025-08-20T20:17:56.3293257Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3293688Z [36;1m     fi[0m
2025-08-20T20:17:56.3293951Z [36;1m  fi[0m
2025-08-20T20:17:56.3294298Z [36;1mfi[0m
2025-08-20T20:17:56.3326510Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:56.3327513Z env:
2025-08-20T20:17:56.3328220Z   GH_TOKEN: ***
2025-08-20T20:17:56.3328512Z ##[endgroup]
2025-08-20T20:17:56.3567807Z ##[group]Run ##Presets
2025-08-20T20:17:56.3568270Z [36;1m##Presets[0m
2025-08-20T20:17:56.3569044Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:56.3569313Z [36;1m#-------------#[0m
2025-08-20T20:17:56.3569641Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:17:56.3570316Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:17:56.3570845Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:17:56.3571429Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:17:56.3571892Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:17:56.3572359Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:17:56.3572836Z [36;1m  exit 1[0m
2025-08-20T20:17:56.3573091Z [36;1mfi[0m
2025-08-20T20:17:56.3600224Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:56.3600576Z env:
2025-08-20T20:17:56.3601132Z   RO_GHTOKEN: ***
2025-08-20T20:17:56.3601641Z   RO_GLTOKEN: ***
2025-08-20T20:17:56.3602862Z   MINISIGN_KEY: ***
2025-08-20T20:17:56.3603107Z ##[endgroup]
2025-08-20T20:17:56.3750311Z ##[group]Run ##Presets
2025-08-20T20:17:56.3750854Z [36;1m##Presets[0m
2025-08-20T20:17:56.3751215Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:56.3751495Z [36;1m#-------------#[0m
2025-08-20T20:17:56.3751797Z [36;1m##Host Triplet[0m
2025-08-20T20:17:56.3752287Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:17:56.3752657Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:17:56.3752984Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:17:56.3753428Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:17:56.3753790Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:17:56.3754221Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:17:56.3754598Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:17:56.3754959Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:17:56.3755351Z [36;1m   fi[0m
2025-08-20T20:17:56.3756070Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:17:56.3756579Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:17:56.3756944Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:17:56.3757315Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:17:56.3757758Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:17:56.3758073Z [36;1m fi[0m
2025-08-20T20:17:56.3758374Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3758903Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3759308Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3759783Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3760148Z [36;1m##Debug[0m
2025-08-20T20:17:56.3760411Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:17:56.3760847Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:17:56.3761125Z [36;1m else[0m
2025-08-20T20:17:56.3761343Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:17:56.3761694Z [36;1m fi[0m
2025-08-20T20:17:56.3761944Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3762251Z [36;1m##Docker Platform[0m
2025-08-20T20:17:56.3763050Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:17:56.3763418Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:17:56.3763906Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:17:56.3764312Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:17:56.3764687Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:17:56.3765149Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:17:56.3765503Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:17:56.3766194Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:17:56.3766687Z [36;1m fi[0m
2025-08-20T20:17:56.3767062Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3767588Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3767973Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:17:56.3768483Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/gh/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:17:56.3769149Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:17:56.3769504Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3769847Z [36;1m##Logs[0m
2025-08-20T20:17:56.3770388Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:17:56.3770699Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:17:56.3771092Z [36;1m else[0m
2025-08-20T20:17:56.3771360Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:17:56.3771674Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:17:56.3772064Z [36;1m fi[0m
2025-08-20T20:17:56.3772689Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3773172Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3773649Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:17:56.3774031Z [36;1m PKG_FAMILY_LOCAL="$(echo "gh" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:17:56.3774435Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:17:56.3774887Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3775262Z [36;1m##Rebuild[0m
2025-08-20T20:17:56.3775844Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:17:56.3776219Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:17:56.3776511Z [36;1m else[0m
2025-08-20T20:17:56.3776871Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:17:56.3777185Z [36;1m fi[0m
2025-08-20T20:17:56.3777467Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3777905Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:17:56.3778395Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:17:56.3779140Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:17:56.3780012Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:17:56.3780749Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:17:56.3781267Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:17:56.3781725Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:17:56.3782171Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:17:56.3782678Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3783031Z [36;1m    exit 1[0m
2025-08-20T20:17:56.3783337Z [36;1m   else[0m
2025-08-20T20:17:56.3783608Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:17:56.3783992Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3784482Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:17:56.3785199Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:17:56.3785797Z [36;1m      #check if supported[0m
2025-08-20T20:17:56.3786352Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:17:56.3786920Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:17:56.3787468Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:17:56.3787888Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3788226Z [36;1m         exit 1[0m
2025-08-20T20:17:56.3788556Z [36;1m       fi[0m
2025-08-20T20:17:56.3788832Z [36;1m      #get build system[0m
2025-08-20T20:17:56.3789235Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:17:56.3789847Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:17:56.3790187Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3790561Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:17:56.3791042Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3791416Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3791932Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:17:56.3792340Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3792697Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:56.3793099Z [36;1m       fi[0m
2025-08-20T20:17:56.3793591Z [36;1m     fi[0m
2025-08-20T20:17:56.3793884Z [36;1m   fi[0m
2025-08-20T20:17:56.3794269Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:17:56.3821848Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:56.3822246Z ##[endgroup]
2025-08-20T20:17:57.3707596Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:17:57.3708518Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:17:57.3708775Z 
2025-08-20T20:17:57.5141753Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:17:57.5142280Z 100  3968  100  3968    0     0  27328      0 --:--:-- --:--:-- --:--:-- 27365
2025-08-20T20:17:57.5154512Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:17:57.5360468Z ##[group]Run ##Presets
2025-08-20T20:17:57.5360937Z [36;1m##Presets[0m
2025-08-20T20:17:57.5361210Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:57.5361595Z [36;1m#-------------#[0m
2025-08-20T20:17:57.5361835Z [36;1m##Debug?[0m
2025-08-20T20:17:57.5362182Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:17:57.5362503Z [36;1m  set -x[0m
2025-08-20T20:17:57.5362739Z [36;1mfi[0m
2025-08-20T20:17:57.5363073Z [36;1m#-------------#[0m
2025-08-20T20:17:57.5363336Z [36;1m##CoreUtils[0m
2025-08-20T20:17:57.5363564Z [36;1msudo apt update -y[0m
2025-08-20T20:17:57.5364013Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:17:57.5365001Z [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-20T20:17:57.5366320Z [36;1m##tmp[0m
2025-08-20T20:17:57.5366654Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:17:57.5367074Z [36;1m#GH ENV[0m
2025-08-20T20:17:57.5367419Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:57.5367790Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:57.5368136Z [36;1m#-------------#[0m
2025-08-20T20:17:57.5368418Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:17:57.5368976Z [36;1msudo apt update -y[0m
2025-08-20T20:17:57.5369368Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:17:57.5369693Z [36;1m##Setup Minisign[0m
2025-08-20T20:17:57.5369959Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:17:57.5370782Z [36;1mecho "***[0m
2025-08-20T20:17:57.5372154Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:17:57.5372595Z [36;1m##User-Agent[0m
2025-08-20T20:17:57.5373378Z [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-20T20:17:57.5374177Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:57.5401547Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:57.5401838Z env:
2025-08-20T20:17:57.5402371Z   CROSS_COMPILING: NO
2025-08-20T20:17:57.5402624Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:57.5402982Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:57.5403278Z   ON_QEMU: NO
2025-08-20T20:17:57.5403496Z   DEBUG: 0
2025-08-20T20:17:57.5403810Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:57.5404075Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:57.5404393Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:17:57.5404812Z   KEEP_LOGS: YES
2025-08-20T20:17:57.5405014Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:57.5405243Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:17:57.5405782Z   SBUILD_REBUILD: false
2025-08-20T20:17:57.5406357Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:17:57.5407019Z   BUILD_SYS: docker://go
2025-08-20T20:17:57.5407302Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:57.5407527Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:57.5407856Z ##[endgroup]
2025-08-20T20:17:57.7352583Z 
2025-08-20T20:17:57.7354114Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:17:57.7354520Z 
2025-08-20T20:17:58.3403563Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:17:58.3404666Z Get:2 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:17:58.3440802Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:17:58.3441789Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:17:58.4620497Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:17:58.5252694Z Get:6 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:17:58.5381654Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:17:58.5663607Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:17:58.5693655Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:17:58.5726345Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:17:58.5757104Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:17:58.6461774Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:17:58.8148991Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:17:58.8584975Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:17:58.9006222Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:17:58.9598885Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:17:59.0038124Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:17:59.0522233Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:17:59.1319447Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:17:59.1729325Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:17:59.2122852Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:17:59.3303927Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:17:59.3696009Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:17:59.4090061Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:17:59.4482585Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:17:59.4875799Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:17:59.5301177Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:17:59.5695996Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:17:59.6089910Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:17:59.6484871Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:17:59.6875854Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:17:59.7270112Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:17:59.7733399Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:17:59.8134411Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:17:59.8527985Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:17:59.8998121Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:18:00.0197920Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:18:00.0592936Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:18:00.1125256Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:18:00.1538881Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:18:00.1929781Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:18:00.2321560Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:18:00.2712718Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:18:08.0190174Z Fetched 11.9 MB in 2s (5544 kB/s)
2025-08-20T20:18:08.8393259Z Reading package lists...
2025-08-20T20:18:09.1116896Z Building dependency tree...
2025-08-20T20:18:09.1123426Z Reading state information...
2025-08-20T20:18:09.1457703Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:18:09.1551239Z 
2025-08-20T20:18:09.1551971Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:18:09.1552359Z 
2025-08-20T20:18:09.1670518Z Reading package lists...
2025-08-20T20:18:09.4365310Z Building dependency tree...
2025-08-20T20:18:09.4373470Z Reading state information...
2025-08-20T20:18:09.8031323Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:18:09.8032106Z bc set to manually installed.
2025-08-20T20:18:09.8032436Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:18:09.8032786Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:18:09.8033225Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:18:09.8854040Z The following NEW packages will be installed:
2025-08-20T20:18:09.8861757Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:18:09.8863529Z   moreutils
2025-08-20T20:18:09.8870131Z The following packages will be upgraded:
2025-08-20T20:18:09.8878209Z   jq libjq1
2025-08-20T20:18:09.9091312Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:18:10.0089749Z Need to get 936 kB of archives.
2025-08-20T20:18:10.0090283Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:18:10.0090875Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:18:10.1242466Z 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-20T20:18:10.2031730Z 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-20T20:18:10.2836699Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T20:18:10.3249454Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:18:10.3731660Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:18:10.4124764Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:18:10.4565653Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:18:10.8358259Z Fetched 936 kB in 1s (1589 kB/s)
2025-08-20T20:18:10.9058804Z Selecting previously unselected package fdupes.
2025-08-20T20:18:11.0074025Z (Reading database ... 
2025-08-20T20:18:11.0075025Z (Reading database ... 5%
2025-08-20T20:18:11.0075714Z (Reading database ... 10%
2025-08-20T20:18:11.0075972Z (Reading database ... 15%
2025-08-20T20:18:11.0076341Z (Reading database ... 20%
2025-08-20T20:18:11.0076623Z (Reading database ... 25%
2025-08-20T20:18:11.0076855Z (Reading database ... 30%
2025-08-20T20:18:11.0077187Z (Reading database ... 35%
2025-08-20T20:18:11.0077457Z (Reading database ... 40%
2025-08-20T20:18:11.0077753Z (Reading database ... 45%
2025-08-20T20:18:11.0078007Z (Reading database ... 50%
2025-08-20T20:18:11.2684842Z (Reading database ... 55%
2025-08-20T20:18:11.7555194Z (Reading database ... 60%
2025-08-20T20:18:12.2058334Z (Reading database ... 65%
2025-08-20T20:18:12.6425207Z (Reading database ... 70%
2025-08-20T20:18:13.0723778Z (Reading database ... 75%
2025-08-20T20:18:13.5805281Z (Reading database ... 80%
2025-08-20T20:18:14.1431598Z (Reading database ... 85%
2025-08-20T20:18:14.6760416Z (Reading database ... 90%
2025-08-20T20:18:15.2458362Z (Reading database ... 95%
2025-08-20T20:18:15.2458776Z (Reading database ... 100%
2025-08-20T20:18:15.2459128Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:18:15.2499783Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:18:15.2600062Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:18:15.3587832Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:18:15.3824884Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:18:15.5015487Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:18:15.5336186Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:18:15.5962178Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:18:15.6153322Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:18:15.6220028Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:18:15.7184890Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:18:15.7363722Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:18:15.7443443Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:18:15.8248879Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:18:15.8423166Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:18:15.8486322Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:18:15.9119256Z Selecting previously unselected package moreutils.
2025-08-20T20:18:15.9292876Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:18:15.9364447Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:18:16.0522066Z Selecting previously unselected package dos2unix.
2025-08-20T20:18:16.0707066Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:18:16.0780038Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:18:16.3705728Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:18:16.3909463Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:18:16.4101940Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:18:16.4306764Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:18:16.4546835Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:18:16.4732628Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:18:16.4909877Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:18:16.5144746Z Setting up moreutils (0.69-1) ...
2025-08-20T20:18:16.5331276Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:37.9187023Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:39.9006607Z Reading package lists...
2025-08-20T20:18:40.1581411Z Building dependency tree...
2025-08-20T20:18:40.1590561Z Reading state information...
2025-08-20T20:18:40.4854410Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:18:40.4854905Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:18:40.4855906Z apt-utils set to manually installed.
2025-08-20T20:18:40.4856235Z ca-certificates is already the newest version (20240203).
2025-08-20T20:18:40.4856615Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:18:40.4857188Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:18:40.4857579Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:18:40.4858008Z moreutils is already the newest version (0.69-1).
2025-08-20T20:18:40.4858421Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:18:40.4859480Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:18:40.4859953Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:18:40.4860772Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:18:40.4861241Z tmux set to manually installed.
2025-08-20T20:18:40.4861546Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:18:40.4861931Z The following additional packages will be installed:
2025-08-20T20:18:40.4862436Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:18:40.4862926Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:18:40.4863536Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:18:40.4863900Z   uuid-runtime
2025-08-20T20:18:40.4873506Z Suggested packages:
2025-08-20T20:18:40.4874159Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:18:40.4874633Z   util-linux-extra util-linux-locales
2025-08-20T20:18:40.4874913Z Recommended packages:
2025-08-20T20:18:40.4875282Z   unattended-upgrades
2025-08-20T20:18:40.5485809Z The following NEW packages will be installed:
2025-08-20T20:18:40.5486628Z   rename
2025-08-20T20:18:40.5490700Z The following packages will be upgraded:
2025-08-20T20:18:40.5491499Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:18:40.5492402Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:18:40.5499374Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:18:40.5500234Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:18:40.5726764Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:40.6755206Z Need to get 4390 kB of archives.
2025-08-20T20:18:40.6756295Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:18:40.6756906Z 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-20T20:18:40.8349972Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T20:18:41.0236327Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:18:41.0643013Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T20:18:41.1042366Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T20:18:41.1437723Z 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-20T20:18:41.1829482Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:18:41.2244319Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:18:41.2661844Z 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-20T20:18:41.3061509Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:18:41.3516877Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T20:18:41.3926403Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:18:41.4363350Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T20:18:41.4796017Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:18:41.5313613Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:18:41.5724588Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:18:41.6194326Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T20:18:41.6592023Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:18:41.7009252Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T20:18:41.8203676Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:18:41.8620879Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T20:18:41.9018439Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:18:41.9431194Z 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-20T20:18:41.9828940Z 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-20T20:18:42.0221375Z 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-20T20:18:42.0617267Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:18:42.1012234Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:18:42.3845640Z Fetched 4390 kB in 2s (2901 kB/s)
2025-08-20T20:18:42.4160094Z (Reading database ... 
2025-08-20T20:18:42.4160766Z (Reading database ... 5%
2025-08-20T20:18:42.4161051Z (Reading database ... 10%
2025-08-20T20:18:42.4161304Z (Reading database ... 15%
2025-08-20T20:18:42.4161652Z (Reading database ... 20%
2025-08-20T20:18:42.4161954Z (Reading database ... 25%
2025-08-20T20:18:42.4162183Z (Reading database ... 30%
2025-08-20T20:18:42.4162509Z (Reading database ... 35%
2025-08-20T20:18:42.4162736Z (Reading database ... 40%
2025-08-20T20:18:42.4163007Z (Reading database ... 45%
2025-08-20T20:18:42.4163327Z (Reading database ... 50%
2025-08-20T20:18:42.4182405Z (Reading database ... 55%
2025-08-20T20:18:42.4273219Z (Reading database ... 60%
2025-08-20T20:18:42.4314951Z (Reading database ... 65%
2025-08-20T20:18:42.4329805Z (Reading database ... 70%
2025-08-20T20:18:42.4350862Z (Reading database ... 75%
2025-08-20T20:18:42.4385943Z (Reading database ... 80%
2025-08-20T20:18:42.4571779Z (Reading database ... 85%
2025-08-20T20:18:42.4591598Z (Reading database ... 90%
2025-08-20T20:18:42.4700079Z (Reading database ... 95%
2025-08-20T20:18:42.4700561Z (Reading database ... 100%
2025-08-20T20:18:42.4700936Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:18:42.4742093Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:42.4978608Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:42.6170994Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:42.7215950Z (Reading database ... 
2025-08-20T20:18:42.7216304Z (Reading database ... 5%
2025-08-20T20:18:42.7216564Z (Reading database ... 10%
2025-08-20T20:18:42.7217213Z (Reading database ... 15%
2025-08-20T20:18:42.7217492Z (Reading database ... 20%
2025-08-20T20:18:42.7217817Z (Reading database ... 25%
2025-08-20T20:18:42.7218065Z (Reading database ... 30%
2025-08-20T20:18:42.7219188Z (Reading database ... 35%
2025-08-20T20:18:42.7219661Z (Reading database ... 40%
2025-08-20T20:18:42.7226408Z (Reading database ... 45%
2025-08-20T20:18:42.7226730Z (Reading database ... 50%
2025-08-20T20:18:42.7240052Z (Reading database ... 55%
2025-08-20T20:18:42.7333285Z (Reading database ... 60%
2025-08-20T20:18:42.7376868Z (Reading database ... 65%
2025-08-20T20:18:42.7392197Z (Reading database ... 70%
2025-08-20T20:18:42.7413367Z (Reading database ... 75%
2025-08-20T20:18:42.7449310Z (Reading database ... 80%
2025-08-20T20:18:42.7646479Z (Reading database ... 85%
2025-08-20T20:18:42.7667571Z (Reading database ... 90%
2025-08-20T20:18:42.7782122Z (Reading database ... 95%
2025-08-20T20:18:42.7782692Z (Reading database ... 100%
2025-08-20T20:18:42.7783093Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:18:42.7823789Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:42.8070079Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:42.9368059Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:43.5634289Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:18:43.6237573Z (Reading database ... 
2025-08-20T20:18:43.6238236Z (Reading database ... 5%
2025-08-20T20:18:43.6238520Z (Reading database ... 10%
2025-08-20T20:18:43.6238747Z (Reading database ... 15%
2025-08-20T20:18:43.6239062Z (Reading database ... 20%
2025-08-20T20:18:43.6239349Z (Reading database ... 25%
2025-08-20T20:18:43.6239588Z (Reading database ... 30%
2025-08-20T20:18:43.6239913Z (Reading database ... 35%
2025-08-20T20:18:43.6241052Z (Reading database ... 40%
2025-08-20T20:18:43.6241329Z (Reading database ... 45%
2025-08-20T20:18:43.6241755Z (Reading database ... 50%
2025-08-20T20:18:43.6260708Z (Reading database ... 55%
2025-08-20T20:18:43.6351137Z (Reading database ... 60%
2025-08-20T20:18:43.6391672Z (Reading database ... 65%
2025-08-20T20:18:43.6406961Z (Reading database ... 70%
2025-08-20T20:18:43.6428732Z (Reading database ... 75%
2025-08-20T20:18:43.6465352Z (Reading database ... 80%
2025-08-20T20:18:43.6659960Z (Reading database ... 85%
2025-08-20T20:18:43.6680704Z (Reading database ... 90%
2025-08-20T20:18:43.6791492Z (Reading database ... 95%
2025-08-20T20:18:43.6792009Z (Reading database ... 100%
2025-08-20T20:18:43.6792370Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:18:43.6832779Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:43.7013166Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:43.8059969Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:43.8402396Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:43.9270856Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:44.0006120Z (Reading database ... 
2025-08-20T20:18:44.0006464Z (Reading database ... 5%
2025-08-20T20:18:44.0007139Z (Reading database ... 10%
2025-08-20T20:18:44.0007412Z (Reading database ... 15%
2025-08-20T20:18:44.0007758Z (Reading database ... 20%
2025-08-20T20:18:44.0008049Z (Reading database ... 25%
2025-08-20T20:18:44.0008291Z (Reading database ... 30%
2025-08-20T20:18:44.0008575Z (Reading database ... 35%
2025-08-20T20:18:44.0008856Z (Reading database ... 40%
2025-08-20T20:18:44.0009091Z (Reading database ... 45%
2025-08-20T20:18:44.0009422Z (Reading database ... 50%
2025-08-20T20:18:44.0030108Z (Reading database ... 55%
2025-08-20T20:18:44.0121496Z (Reading database ... 60%
2025-08-20T20:18:44.0163024Z (Reading database ... 65%
2025-08-20T20:18:44.0178374Z (Reading database ... 70%
2025-08-20T20:18:44.0201714Z (Reading database ... 75%
2025-08-20T20:18:44.0241409Z (Reading database ... 80%
2025-08-20T20:18:44.0440546Z (Reading database ... 85%
2025-08-20T20:18:44.0469045Z (Reading database ... 90%
2025-08-20T20:18:44.0575459Z (Reading database ... 95%
2025-08-20T20:18:44.0575940Z (Reading database ... 100%
2025-08-20T20:18:44.0576582Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:18:44.0618447Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:44.0833934Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:44.1654431Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:44.2543439Z (Reading database ... 
2025-08-20T20:18:44.2543768Z (Reading database ... 5%
2025-08-20T20:18:44.2544715Z (Reading database ... 10%
2025-08-20T20:18:44.2545064Z (Reading database ... 15%
2025-08-20T20:18:44.2545902Z (Reading database ... 20%
2025-08-20T20:18:44.2546323Z (Reading database ... 25%
2025-08-20T20:18:44.2546572Z (Reading database ... 30%
2025-08-20T20:18:44.2546850Z (Reading database ... 35%
2025-08-20T20:18:44.2547174Z (Reading database ... 40%
2025-08-20T20:18:44.2547422Z (Reading database ... 45%
2025-08-20T20:18:44.2547646Z (Reading database ... 50%
2025-08-20T20:18:44.2566614Z (Reading database ... 55%
2025-08-20T20:18:44.2658496Z (Reading database ... 60%
2025-08-20T20:18:44.2700033Z (Reading database ... 65%
2025-08-20T20:18:44.2714721Z (Reading database ... 70%
2025-08-20T20:18:44.2736298Z (Reading database ... 75%
2025-08-20T20:18:44.2771423Z (Reading database ... 80%
2025-08-20T20:18:44.2950739Z (Reading database ... 85%
2025-08-20T20:18:44.2977698Z (Reading database ... 90%
2025-08-20T20:18:44.3082864Z (Reading database ... 95%
2025-08-20T20:18:44.3083126Z (Reading database ... 100%
2025-08-20T20:18:44.3083618Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:18:44.3125290Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:44.3463620Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:44.4685368Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:44.4956433Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:44.5802606Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:44.6621152Z (Reading database ... 
2025-08-20T20:18:44.6621795Z (Reading database ... 5%
2025-08-20T20:18:44.6622115Z (Reading database ... 10%
2025-08-20T20:18:44.6622366Z (Reading database ... 15%
2025-08-20T20:18:44.6622715Z (Reading database ... 20%
2025-08-20T20:18:44.6622982Z (Reading database ... 25%
2025-08-20T20:18:44.6624363Z (Reading database ... 30%
2025-08-20T20:18:44.6624929Z (Reading database ... 35%
2025-08-20T20:18:44.6625187Z (Reading database ... 40%
2025-08-20T20:18:44.6625427Z (Reading database ... 45%
2025-08-20T20:18:44.6625988Z (Reading database ... 50%
2025-08-20T20:18:44.6644275Z (Reading database ... 55%
2025-08-20T20:18:44.6736787Z (Reading database ... 60%
2025-08-20T20:18:44.6778987Z (Reading database ... 65%
2025-08-20T20:18:44.6793956Z (Reading database ... 70%
2025-08-20T20:18:44.6817106Z (Reading database ... 75%
2025-08-20T20:18:44.6854453Z (Reading database ... 80%
2025-08-20T20:18:44.7044875Z (Reading database ... 85%
2025-08-20T20:18:44.7072523Z (Reading database ... 90%
2025-08-20T20:18:44.7180444Z (Reading database ... 95%
2025-08-20T20:18:44.7180916Z (Reading database ... 100%
2025-08-20T20:18:44.7181267Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:18:44.7223599Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:44.7488345Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:44.8728016Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:44.9464549Z (Reading database ... 
2025-08-20T20:18:44.9464996Z (Reading database ... 5%
2025-08-20T20:18:44.9465782Z (Reading database ... 10%
2025-08-20T20:18:44.9466093Z (Reading database ... 15%
2025-08-20T20:18:44.9466343Z (Reading database ... 20%
2025-08-20T20:18:44.9466731Z (Reading database ... 25%
2025-08-20T20:18:44.9466991Z (Reading database ... 30%
2025-08-20T20:18:44.9467231Z (Reading database ... 35%
2025-08-20T20:18:44.9467565Z (Reading database ... 40%
2025-08-20T20:18:44.9467810Z (Reading database ... 45%
2025-08-20T20:18:44.9468183Z (Reading database ... 50%
2025-08-20T20:18:44.9489688Z (Reading database ... 55%
2025-08-20T20:18:44.9581584Z (Reading database ... 60%
2025-08-20T20:18:44.9622877Z (Reading database ... 65%
2025-08-20T20:18:44.9637555Z (Reading database ... 70%
2025-08-20T20:18:44.9659275Z (Reading database ... 75%
2025-08-20T20:18:44.9694851Z (Reading database ... 80%
2025-08-20T20:18:44.9879083Z (Reading database ... 85%
2025-08-20T20:18:44.9906379Z (Reading database ... 90%
2025-08-20T20:18:45.0011253Z (Reading database ... 95%
2025-08-20T20:18:45.0011897Z (Reading database ... 100%
2025-08-20T20:18:45.0012265Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:18:45.0052686Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:18:45.0252517Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:45.1362858Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:18:45.1878016Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:45.2975194Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:18:45.3219302Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:45.4245467Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:18:45.4423200Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:45.5510895Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:18:45.5765458Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:45.6819336Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:18:45.7046681Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:45.8050876Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:18:45.8281695Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:45.9124687Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:18:45.9320061Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:46.0393495Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:18:46.0655998Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:46.1721232Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:18:46.1919737Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:46.2866862Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:46.3507731Z (Reading database ... 
2025-08-20T20:18:46.3508416Z (Reading database ... 5%
2025-08-20T20:18:46.3508694Z (Reading database ... 10%
2025-08-20T20:18:46.3508911Z (Reading database ... 15%
2025-08-20T20:18:46.3509274Z (Reading database ... 20%
2025-08-20T20:18:46.3509553Z (Reading database ... 25%
2025-08-20T20:18:46.3510851Z (Reading database ... 30%
2025-08-20T20:18:46.3511220Z (Reading database ... 35%
2025-08-20T20:18:46.3511458Z (Reading database ... 40%
2025-08-20T20:18:46.3511804Z (Reading database ... 45%
2025-08-20T20:18:46.3512030Z (Reading database ... 50%
2025-08-20T20:18:46.3532871Z (Reading database ... 55%
2025-08-20T20:18:46.3626374Z (Reading database ... 60%
2025-08-20T20:18:46.3666732Z (Reading database ... 65%
2025-08-20T20:18:46.3681593Z (Reading database ... 70%
2025-08-20T20:18:46.3711732Z (Reading database ... 75%
2025-08-20T20:18:46.3737159Z (Reading database ... 80%
2025-08-20T20:18:46.3923968Z (Reading database ... 85%
2025-08-20T20:18:46.3949874Z (Reading database ... 90%
2025-08-20T20:18:46.4051716Z (Reading database ... 95%
2025-08-20T20:18:46.4052374Z (Reading database ... 100%
2025-08-20T20:18:46.4052719Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:18:46.4092879Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:46.4308127Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:46.5339101Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:46.5561560Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:46.6474790Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:46.6723238Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:46.7645665Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:18:46.7974759Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:18:46.8824236Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:18:46.9036933Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:47.0026175Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:18:47.1325801Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:18:47.2469210Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:18:47.3260639Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:18:47.3970778Z Selecting previously unselected package rename.
2025-08-20T20:18:47.4160873Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:18:47.4288282Z Unpacking rename (2.02-1) ...
2025-08-20T20:18:47.5072826Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:18:47.5274914Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:18:47.6229800Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:47.6445773Z Setting up rename (2.02-1) ...
2025-08-20T20:18:47.6624293Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:18:47.6765168Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:47.7073956Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:47.7371733Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:47.7721221Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:47.7936714Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:48.4166608Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:18:48.4383244Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:48.4609408Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:48.4845014Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:48.5118031Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:48.8716605Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:48.8920998Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:18:48.9266933Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:49.0416752Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:18:49.1780504Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:49.2786253Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:49.2974549Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:49.3251916Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:18:49.3446992Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:18:49.4641686Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:18:49.7185896Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:49.7492161Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:51.3749283Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:18:52.9747889Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:18:52.9752763Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:18:53.1561100Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:18:53.2617849Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:18:53.3674097Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:18:53.4724959Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:18:54.4358983Z Reading package lists...
2025-08-20T20:18:54.6952820Z Building dependency tree...
2025-08-20T20:18:54.6960439Z Reading state information...
2025-08-20T20:18:54.7286113Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:18:54.7415605Z 
2025-08-20T20:18:54.7416932Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:18:54.7417304Z 
2025-08-20T20:18:54.8178001Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:18:54.8179037Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:18:54.8596121Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:18:54.8984955Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:18:54.9390452Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:18:54.9762048Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:18:55.9844931Z Reading package lists...
2025-08-20T20:18:56.2497804Z Building dependency tree...
2025-08-20T20:18:56.2505844Z Reading state information...
2025-08-20T20:18:56.2831836Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:18:56.2927611Z 
2025-08-20T20:18:56.2927995Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:18:56.2928314Z 
2025-08-20T20:18:56.3048574Z Reading package lists...
2025-08-20T20:18:56.5698653Z Building dependency tree...
2025-08-20T20:18:56.5708348Z Reading state information...
2025-08-20T20:18:56.8752706Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:18:56.9270661Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:56.9569225Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:18:57.0211255Z ##[group]Run ##Presets
2025-08-20T20:18:57.0211688Z [36;1m##Presets[0m
2025-08-20T20:18:57.0212073Z [36;1mset +x ; set +e[0m
2025-08-20T20:18:57.0212315Z [36;1m#-------------#[0m
2025-08-20T20:18:57.0212544Z [36;1m##Debug?[0m
2025-08-20T20:18:57.0212898Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:18:57.0213213Z [36;1m  set -x[0m
2025-08-20T20:18:57.0213516Z [36;1mfi[0m
2025-08-20T20:18:57.0213733Z [36;1m#-------------#[0m
2025-08-20T20:18:57.0214196Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:18:57.0214872Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:18:57.0215279Z [36;1msudo service procps restart[0m
2025-08-20T20:18:57.0215895Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:18:57.0243273Z shell: /usr/bin/bash -e {0}
2025-08-20T20:18:57.0243737Z env:
2025-08-20T20:18:57.0244118Z   CROSS_COMPILING: NO
2025-08-20T20:18:57.0244457Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:18:57.0244736Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:18:57.0244981Z   ON_QEMU: NO
2025-08-20T20:18:57.0245266Z   DEBUG: 0
2025-08-20T20:18:57.0245511Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:18:57.0245965Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:18:57.0246378Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:18:57.0246721Z   KEEP_LOGS: YES
2025-08-20T20:18:57.0246913Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:18:57.0247218Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:18:57.0247487Z   SBUILD_REBUILD: false
2025-08-20T20:18:57.0248093Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:18:57.0248665Z   BUILD_SYS: docker://go
2025-08-20T20:18:57.0248895Z   BUILD_ON_HOST: FALSE
2025-08-20T20:18:57.0249163Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:18:57.0249407Z   SYSTMP: /tmp
2025-08-20T20:18:57.0249609Z   GHA_MODE: MATRIX
2025-08-20T20:18:57.0250130Z   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-20T20:18:57.0250618Z ##[endgroup]
2025-08-20T20:18:57.0351272Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:18:57.0412519Z 0
2025-08-20T20:18:57.0737266Z vm.max_map_count = 262144
2025-08-20T20:18:57.0737624Z fs.inotify.max_user_watches = 655360
2025-08-20T20:18:57.0738176Z fs.inotify.max_user_instances = 1280
2025-08-20T20:18:57.0738487Z vm.mmap_rnd_bits = 28
2025-08-20T20:18:57.0832956Z ##[group]Run ##Presets
2025-08-20T20:18:57.0833432Z [36;1m##Presets[0m
2025-08-20T20:18:57.0833833Z [36;1mset +x ; set +e[0m
2025-08-20T20:18:57.0834078Z [36;1m#-------------#[0m
2025-08-20T20:18:57.0834299Z [36;1m##Debug?[0m
2025-08-20T20:18:57.0834635Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:18:57.0834946Z [36;1m  set -x[0m
2025-08-20T20:18:57.0835139Z [36;1mfi[0m
2025-08-20T20:18:57.0835472Z [36;1m#-------------#[0m
2025-08-20T20:18:57.0835953Z [36;1m##Main[0m
2025-08-20T20:18:57.0836258Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:18:57.0836923Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:18:57.0837653Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:18:57.0838127Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:18:57.0838481Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:18:57.0838837Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:18:57.0839160Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:18:57.0839485Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:18:57.0839906Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:18:57.0840247Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:18:57.0840937Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:18:57.0841281Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:18:57.0841679Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:18:57.0842066Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:18:57.0842361Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:18:57.0842665Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:18:57.0843035Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:18:57.0843355Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:18:57.0843683Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:18:57.0844068Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:18:57.0844400Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:18:57.0844764Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:18:57.0845109Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:18:57.0845475Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:18:57.0846060Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:18:57.0846404Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:18:57.0846689Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:18:57.0847121Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:18:57.0847627Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:18:57.0848156Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:18:57.0848656Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:18:57.0849028Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:18:57.0849455Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:18:57.0850131Z [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-20T20:18:57.0850922Z [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-20T20:18:57.0851544Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:57.0851841Z [36;1m else[0m
2025-08-20T20:18:57.0852491Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:18:57.0852940Z [36;1m fi[0m
2025-08-20T20:18:57.0853209Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:18:57.0853683Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:18:57.0854123Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:18:57.0854527Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:18:57.0855038Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:18:57.0855459Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:18:57.0856587Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:18:57.0857044Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:18:57.0857498Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:18:57.0858016Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:18:57.0858346Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:18:57.0886979Z shell: /usr/bin/bash -e {0}
2025-08-20T20:18:57.0887263Z env:
2025-08-20T20:18:57.0887567Z   CROSS_COMPILING: NO
2025-08-20T20:18:57.0887902Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:18:57.0888159Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:18:57.0888737Z   ON_QEMU: NO
2025-08-20T20:18:57.0888941Z   DEBUG: 0
2025-08-20T20:18:57.0889139Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:18:57.0889499Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:18:57.0889799Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:18:57.0890129Z   KEEP_LOGS: YES
2025-08-20T20:18:57.0890410Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:18:57.0890644Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:18:57.0890944Z   SBUILD_REBUILD: false
2025-08-20T20:18:57.0891505Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:18:57.0892070Z   BUILD_SYS: docker://go
2025-08-20T20:18:57.0892354Z   BUILD_ON_HOST: FALSE
2025-08-20T20:18:57.0892578Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:18:57.0892820Z   SYSTMP: /tmp
2025-08-20T20:18:57.0893082Z   GHA_MODE: MATRIX
2025-08-20T20:18:57.0893520Z   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-20T20:18:57.0894304Z   GHCR_TOKEN: ***
2025-08-20T20:18:57.0894634Z   GITHUB_TOKEN: ***
2025-08-20T20:18:57.0894977Z   GITLAB_TOKEN: ***
2025-08-20T20:18:57.0897237Z   MINISIGN_KEY: ***
2025-08-20T20:18:57.0897496Z ##[endgroup]
2025-08-20T20:18:57.1623718Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:18:57.2526530Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:18:57.2527355Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:18:57.2527612Z 
2025-08-20T20:18:57.3126705Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:18:57.3127237Z 100  3968  100  3968    0     0  66013      0 --:--:-- --:--:-- --:--:-- 66133
2025-08-20T20:18:57.3139314Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:18:57.3221129Z 
2025-08-20T20:18:57.3221704Z [+] Building [/tmp/tmp.pgQmOwm876/SBUILD_INPUT] Locally
2025-08-20T20:18:57.3222036Z 
2025-08-20T20:18:57.3233054Z '/tmp/tmp.pgQmOwm876/SBUILD_INPUT' -> '/tmp/pkgforge/WahvYgxH1_build.yaml'
2025-08-20T20:18:57.4131321Z 
2025-08-20T20:18:57.4133914Z [+] Passwordless sudo is Configured
2025-08-20T20:18:57.4926657Z 
2025-08-20T20:18:57.4940027Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:18:57.4940346Z 
2025-08-20T20:18:57.5342814Z 
2025-08-20T20:18:57.5344161Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:18:57.5344884Z 
2025-08-20T20:18:57.5344913Z 
2025-08-20T20:18:57.5345160Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:18:57.5345999Z 
2025-08-20T20:18:57.5384223Z [+] Installing: 7z -> 7z
2025-08-20T20:18:58.0678992Z [+] Installing: actionlint -> actionlint
2025-08-20T20:18:58.6080635Z [+] Installing: anew -> anew
2025-08-20T20:18:59.1326643Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:18:59.6089406Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:18:59.7707459Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:19:00.2258524Z [+] Installing: archey -> archey
2025-08-20T20:19:00.7733267Z [+] Installing: aria2 -> aria2c
2025-08-20T20:19:01.0258209Z [+] Installing: askalono -> askalono
2025-08-20T20:19:01.6857310Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:19:02.2514981Z [+] Installing: b3sum -> b3sum
2025-08-20T20:19:02.4645778Z [+] Installing: bita -> bita
2025-08-20T20:19:03.0129819Z [+] Installing: btop -> btop
2025-08-20T20:19:03.5465346Z [+] Installing: chafa -> chafa
2025-08-20T20:19:04.1297132Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:19:04.4728177Z [+] Installing: croc -> croc
2025-08-20T20:19:05.0359488Z [+] Installing: csvtk -> csvtk
2025-08-20T20:19:05.6348438Z [+] Installing: cutlines -> cutlines
2025-08-20T20:19:06.1278027Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:06.1315316Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:19:06.1316487Z [+] Installing: dbin -> dbin
2025-08-20T20:19:06.3370350Z [+] Installing: dasel -> dasel
2025-08-20T20:19:06.8384543Z [+] Installing: delta -> delta
2025-08-20T20:19:07.0214550Z [+] Installing: ds -> ds
2025-08-20T20:19:07.5033417Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:07.5070045Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:19:07.5070446Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:19:07.9726796Z [+] Installing: duf -> duf
2025-08-20T20:19:08.5262334Z [+] Installing: duplicut -> duplicut
2025-08-20T20:19:08.7303136Z [+] Installing: dust -> dust
2025-08-20T20:19:09.2694831Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:19:09.8107845Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:19:10.3728011Z [+] Installing: dysk -> dysk
2025-08-20T20:19:10.8800649Z [+] Installing: eget -> eget
2025-08-20T20:19:11.4371727Z [+] Installing: epoch -> epoch
2025-08-20T20:19:11.6419080Z [+] Installing: faketty -> faketty
2025-08-20T20:19:12.1425255Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:19:12.6652672Z [+] Installing: freeze -> freeze
2025-08-20T20:19:13.2366978Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:19:13.7191985Z [+] Installing: gdu -> gdu
2025-08-20T20:19:13.9791048Z [+] Installing: gh -> gh
2025-08-20T20:19:14.6572258Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:19:15.2398248Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:19:15.7740669Z [+] Installing: glab -> glab
2025-08-20T20:19:16.4411775Z [+] Installing: glow -> glow
2025-08-20T20:19:17.0465411Z [+] Installing: httpx -> httpx
2025-08-20T20:19:17.3980837Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:19:18.0251892Z [+] Installing: husarnet -> husarnet
2025-08-20T20:19:18.5030050Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:18.5066971Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:19:18.5067348Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:19:19.0084669Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:19.0118890Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:19:19.0119531Z [+] Installing: imgcat -> imgcat
2025-08-20T20:19:19.5486391Z [+] Installing: jc -> jc
2025-08-20T20:19:19.7732454Z [+] Installing: jq -> jq
2025-08-20T20:19:20.2899255Z [+] Installing: logdy -> logdy
2025-08-20T20:19:20.9460276Z [+] Installing: micro -> micro
2025-08-20T20:19:21.5020183Z [+] Installing: miniserve -> miniserve
2025-08-20T20:19:22.0578265Z [+] Installing: minisign -> minisign
2025-08-20T20:19:22.2480523Z [+] Installing: ncdu -> ncdu
2025-08-20T20:19:22.5504784Z [+] Installing: notify -> notify
2025-08-20T20:19:23.1327115Z [+] Installing: ouch -> ouch
2025-08-20T20:19:23.6773326Z [+] Installing: oras -> oras
2025-08-20T20:19:23.8748871Z [+] Installing: pipetty -> pipetty
2025-08-20T20:19:24.3259743Z [+] Installing: pixterm -> pixterm
2025-08-20T20:19:24.5657509Z [+] Installing: qsv -> qsv
2025-08-20T20:19:25.1432755Z [+] Installing: rclone -> rclone
2025-08-20T20:19:25.8606324Z [+] Installing: ripgrep -> rg
2025-08-20T20:19:26.0836186Z [+] Installing: rga -> rga
2025-08-20T20:19:26.6216916Z [+] Installing: rsync -> rsync
2025-08-20T20:19:27.1684103Z [+] Installing: script -> script
2025-08-20T20:19:27.6552003Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:19:28.3859362Z [+] Installing: soar -> soar
2025-08-20T20:19:28.9795121Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:19:29.7539536Z [+] Installing: sstrip -> sstrip
2025-08-20T20:19:29.9018738Z [+] Installing: strace -> strace
2025-08-20T20:19:30.4043489Z [+] Installing: sttr -> sttr
2025-08-20T20:19:30.9420146Z [+] Installing: tailscale -> tailscale
2025-08-20T20:19:31.3460194Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:19:31.9721243Z [+] Installing: taplo -> taplo
2025-08-20T20:19:32.2034386Z [+] Installing: tldr -> tldr
2025-08-20T20:19:32.7666347Z [+] Installing: tldr -> tealdeer
2025-08-20T20:19:33.0135397Z [+] Installing: tmux -> tmux
2025-08-20T20:19:33.5357602Z [+] Installing: tok -> tok
2025-08-20T20:19:33.7148687Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:19:34.2706216Z [+] Installing: trurl -> trurl
2025-08-20T20:19:34.8191485Z [+] Installing: tss -> tss
2025-08-20T20:19:35.3098182Z [+] Installing: ulexec -> ulexec
2025-08-20T20:19:35.8616948Z [+] Installing: unfurl -> unfurl
2025-08-20T20:19:36.3919094Z [+] Installing: upx -> upx
2025-08-20T20:19:36.8775863Z [+] Installing: validtoml -> validtoml
2025-08-20T20:19:37.4271557Z [+] Installing: wget -> wget
2025-08-20T20:19:37.9852220Z [+] Installing: wget2 -> wget2
2025-08-20T20:19:38.5368380Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:19:39.0511500Z [+] Installing: xq -> xq
2025-08-20T20:19:39.6072846Z [+] Installing: xz -> xz
2025-08-20T20:19:40.1050997Z [+] Installing: unxz -> unxz
2025-08-20T20:19:40.2851828Z [+] Installing: yq -> yq
2025-08-20T20:19:40.9150834Z [+] Installing: yj -> yj
2025-08-20T20:19:41.4621030Z [+] Installing: zapper -> zapper
2025-08-20T20:19:42.0251310Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:19:42.1893256Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:19:42.6929932Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:42.6967129Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:19:42.6967845Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:19:43.1663592Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:43.1700961Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:19:43.1701365Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:19:43.6518887Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:43.6555071Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:19:43.6555784Z [+] Installing: zstd -> zstd
2025-08-20T20:19:44.1639720Z [+] Creating symlinks...
2025-08-20T20:19:44.1720074Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:19:44.1808228Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:19:44.1895392Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:19:44.1983285Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:19:44.2073152Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:19:44.2162841Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:19:44.2251609Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:19:44.2349289Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:19:44.2439720Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:19:44.2527086Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:19:44.2622059Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:19:44.2712918Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:19:44.2807457Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:19:44.2904647Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:19:44.3006128Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:19:44.3103314Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:19:44.3201906Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:19:44.3241000Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:19:44.3325346Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:19:44.3422321Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:19:44.3516324Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:19:44.3554898Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:19:44.3636380Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:19:44.3726182Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:19:44.3819931Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:19:44.3914043Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:19:44.4009251Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:19:44.4103642Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:19:44.4197100Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:19:44.4291747Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:19:44.4384833Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:19:44.4481554Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:19:44.4578263Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:19:44.4675940Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:19:44.4770600Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:19:44.4868099Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:19:44.4962327Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:19:44.5055457Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:19:44.5149130Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:19:44.5240367Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:19:44.5331578Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:19:44.5423018Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:19:44.5519418Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:19:44.5612831Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:19:44.5649820Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:19:44.5677755Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:19:44.5759727Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:19:44.5851064Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:19:44.5944004Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:19:44.6037584Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:19:44.6131876Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:19:44.6226343Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:19:44.6318136Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:19:44.6409979Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:19:44.6504034Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:19:44.6597370Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:19:44.6694119Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:19:44.6788627Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:19:44.6880677Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:19:44.6975090Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:19:44.7068426Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:19:44.7158643Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:19:44.7249980Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:19:44.7338557Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:19:44.7428194Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:19:44.7516983Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:19:44.7604923Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:19:44.7694348Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:19:44.7784067Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:19:44.7872962Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:19:44.7962056Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:19:44.8052648Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:19:44.8142668Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:19:44.8228136Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:19:44.8313080Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:19:44.8400950Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:19:44.8489138Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:19:44.8574667Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:19:44.8660834Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:19:44.8748772Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:19:44.8836255Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:19:44.8925162Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:19:44.9014544Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:19:44.9103516Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:19:44.9191538Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:19:44.9280190Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:19:44.9370442Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:19:44.9464079Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:19:44.9557668Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:19:44.9650687Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:19:44.9743840Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:19:44.9839278Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:19:44.9934289Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:19:45.0027219Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:19:45.0123357Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:19:45.0161014Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:19:45.0189789Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:19:45.0217983Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:19:45.0301471Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:19:45.0329342Z 
2025-08-20T20:19:45.0330019Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:19:45.0330388Z 
2025-08-20T20:19:45.0446582Z 
2025-08-20T20:19:45.0539299Z 
2025-08-20T20:19:45.0539891Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:19:45.0540117Z 
2025-08-20T20:19:45.0540193Z [+] Installation completed!
2025-08-20T20:19:45.0625066Z 
2025-08-20T20:19:45.0625296Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:19:45.3283418Z github.com
2025-08-20T20:19:45.3284173Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:19:45.3284487Z   - Active account: true
2025-08-20T20:19:45.3284695Z   - Git operations protocol: https
2025-08-20T20:19:45.3284989Z   - Token: ghp_************************************
2025-08-20T20:19:45.3285828Z   - 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-20T20:19:45.3286484Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:19:45.3286813Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:19:45.4711291Z Limit: 5000, Remaining: 4286, Reset: 2025-08-20 20:25:34 +0000 UTC (5m49s)
2025-08-20T20:19:45.4720914Z 
2025-08-20T20:19:45.4721051Z [+] GHCR_TOKEN is Exported
2025-08-20T20:19:45.4751052Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:19:45.7684633Z Login Succeeded
2025-08-20T20:19:45.7693116Z 
2025-08-20T20:19:45.7693407Z [+] GITLAB is Exported
2025-08-20T20:19:45.9026384Z [git remote -v]
2025-08-20T20:19:46.3196241Z gitlab.com
2025-08-20T20:19:46.3199392Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:19:46.3201859Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:19:46.3202400Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:19:46.3202780Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:19:46.3203130Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:19:46.3203440Z   ✓ Token found: **************************
2025-08-20T20:19:46.3203601Z 
2025-08-20T20:19:46.3203942Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:19:46.3204427Z [git remote -v]
2025-08-20T20:19:46.3211656Z 2025/08/20 20:19:46 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:19:46.3212166Z git: exit status 128]
2025-08-20T20:19:46.5715828Z 
2025-08-20T20:19:46.5716035Z 
2025-08-20T20:19:46.5717259Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:19:46 PM)
2025-08-20T20:19:46.5717662Z 
2025-08-20T20:19:46.5717666Z 
2025-08-20T20:19:46.5717732Z [+] USER = runner
2025-08-20T20:19:46.5717902Z [+] HOME = /home/runner
2025-08-20T20:19:46.5720025Z [+] 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-20T20:19:46.5722108Z 
2025-08-20T20:19:46.6956979Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:19:46.7015728Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:19:46.8001884Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:19:46.8387021Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:19:46.8772851Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:19:46.9159192Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:19:47.9003162Z Reading package lists...
2025-08-20T20:19:47.9333909Z Reading package lists...
2025-08-20T20:19:48.1869459Z Building dependency tree...
2025-08-20T20:19:48.1878744Z Reading state information...
2025-08-20T20:19:48.5277437Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:19:48.5277814Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:19:48.5278283Z ca-certificates is already the newest version (20240203).
2025-08-20T20:19:48.5278725Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:19:48.5279133Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:19:48.5279507Z moreutils is already the newest version (0.69-1).
2025-08-20T20:19:48.5279933Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:19:48.5280387Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:19:48.5280809Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:19:48.6110826Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:19:48.6111684Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:19:48.7643422Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:19:48.8032347Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:19:48.8422219Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:19:48.8812267Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:19:49.8661400Z Reading package lists...
2025-08-20T20:19:49.8991123Z Reading package lists...
2025-08-20T20:19:50.1626033Z Building dependency tree...
2025-08-20T20:19:50.1633118Z Reading state information...
2025-08-20T20:19:50.4716463Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:19:50.4716900Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:19:50.4717258Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:19:50.4717566Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:19:50.4717894Z ca-certificates is already the newest version (20240203).
2025-08-20T20:19:50.4718223Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:19:50.4718636Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:19:50.4718999Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:19:50.4719552Z gawk set to manually installed.
2025-08-20T20:19:50.4720201Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:19:50.4720550Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:19:50.4721015Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:19:50.4721354Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:19:50.4721724Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:19:50.4722162Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:19:50.4722523Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:19:50.4722938Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:19:50.4723302Z The following additional packages will be installed:
2025-08-20T20:19:50.4723709Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:19:50.4724231Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:19:50.4724706Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:19:50.4725227Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:19:50.4725879Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:19:50.4726315Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:19:50.4734708Z Suggested packages:
2025-08-20T20:19:50.4735118Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:19:50.4735716Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:19:50.4736295Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:19:50.4736822Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:19:50.4737249Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:19:50.4737737Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:19:50.4738155Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:19:50.4983522Z The following NEW packages will be installed:
2025-08-20T20:19:50.4984151Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:19:50.4985098Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:19:50.4985935Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:19:50.4986538Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:19:50.4987414Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:19:50.4992903Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:19:50.4994385Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:19:50.8408849Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:19:50.8409580Z Need to get 27.2 MB of archives.
2025-08-20T20:19:50.8409946Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:19:50.8410588Z 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-20T20:19:51.7273633Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:19:52.2545175Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:19:52.4672749Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:19:52.5730354Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T20:19:52.6799813Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:19:52.9018250Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:19:53.1193062Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:19:53.3430742Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:19:53.4513703Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:19:54.6687720Z 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-20T20:19:54.8721236Z 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-20T20:19:55.5247772Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:19:55.6333207Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:19:55.7354636Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:19:55.8446617Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:19:55.9461083Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T20:19:56.5113453Z 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-20T20:19:56.6123104Z 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-20T20:19:56.8132341Z 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-20T20:19:56.9139833Z 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-20T20:19:57.0155900Z 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-20T20:19:57.3328355Z 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-20T20:19:57.7029266Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:19:58.0129984Z 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-20T20:19:58.1245975Z 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-20T20:19:58.5676414Z 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-20T20:19:58.6770119Z 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-20T20:19:58.7871638Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:19:58.9011973Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:19:59.0071275Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:19:59.1184033Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:19:59.2302340Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:19:59.8731442Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:20:00.5333750Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:20:00.8819717Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:20:01.1440439Z Preconfiguring packages ...
2025-08-20T20:20:01.2447140Z Fetched 27.2 MB in 10s (2621 kB/s)
2025-08-20T20:20:01.2906553Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:20:01.2938935Z (Reading database ... 
2025-08-20T20:20:01.2939289Z (Reading database ... 5%
2025-08-20T20:20:01.2939759Z (Reading database ... 10%
2025-08-20T20:20:01.2939998Z (Reading database ... 15%
2025-08-20T20:20:01.2940195Z (Reading database ... 20%
2025-08-20T20:20:01.2940388Z (Reading database ... 25%
2025-08-20T20:20:01.2940611Z (Reading database ... 30%
2025-08-20T20:20:01.2940831Z (Reading database ... 35%
2025-08-20T20:20:01.2941023Z (Reading database ... 40%
2025-08-20T20:20:01.2941228Z (Reading database ... 45%
2025-08-20T20:20:01.2941544Z (Reading database ... 50%
2025-08-20T20:20:01.2964865Z (Reading database ... 55%
2025-08-20T20:20:01.3060145Z (Reading database ... 60%
2025-08-20T20:20:01.3106607Z (Reading database ... 65%
2025-08-20T20:20:01.3122832Z (Reading database ... 70%
2025-08-20T20:20:01.3146181Z (Reading database ... 75%
2025-08-20T20:20:01.3291674Z (Reading database ... 80%
2025-08-20T20:20:01.3379600Z (Reading database ... 85%
2025-08-20T20:20:01.3407570Z (Reading database ... 90%
2025-08-20T20:20:01.3515913Z (Reading database ... 95%
2025-08-20T20:20:01.3516154Z (Reading database ... 100%
2025-08-20T20:20:01.3516449Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:20:01.3559555Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:20:01.3794808Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:20:01.5436040Z Selecting previously unselected package poppler-data.
2025-08-20T20:20:01.5608380Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:20:01.5674005Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:20:01.7017373Z Selecting previously unselected package b3sum.
2025-08-20T20:20:01.7204728Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:20:01.7270285Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:20:01.7934575Z Selecting previously unselected package build-essential.
2025-08-20T20:20:01.8131574Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:20:01.8213546Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:20:01.8910826Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:20:01.9094268Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:20:01.9260193Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:20:02.0185066Z Selecting previously unselected package ccache.
2025-08-20T20:20:02.0360107Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:20:02.0437838Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:20:02.1454049Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:20:02.1628916Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:20:02.1702646Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:20:05.2103204Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:20:05.2291505Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:20:05.2356378Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:20:05.3132228Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:20:05.3309854Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:20:05.3379238Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:20:05.4497287Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:20:05.4676494Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:20:05.5347579Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:20:05.6460844Z Selecting previously unselected package libgs-common.
2025-08-20T20:20:05.6633271Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:20:05.6712799Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:05.7375381Z Selecting previously unselected package libgs10-common.
2025-08-20T20:20:05.7546662Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:20:05.7610650Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:05.8466199Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:20:05.8652445Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:20:05.8715852Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:20:05.9314424Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:20:05.9496914Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:20:05.9566380Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:20:06.0250140Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:20:06.0437298Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:20:06.0545003Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:20:06.1339084Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:20:06.1511594Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:20:06.1619567Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:20:06.2320345Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:20:06.2498435Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:20:06.2584779Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:06.4583527Z Selecting previously unselected package ghostscript.
2025-08-20T20:20:06.4777612Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:20:06.4858351Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:06.5514764Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:20:06.5698651Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:20:06.5800489Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:06.7322216Z Selecting previously unselected package imagemagick.
2025-08-20T20:20:06.7495448Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:20:06.7564290Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:06.8157183Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:20:06.8328478Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:20:06.8400768Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:20:06.9092226Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:20:06.9258017Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:20:06.9348817Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:20:07.0207743Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:20:07.0391534Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:20:07.0507740Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:20:07.1319729Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:20:07.1499787Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:20:07.1566506Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:20:07.2195967Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:20:07.2376973Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:20:07.2440194Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:20:07.3170823Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:20:07.3339792Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:20:07.3407079Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:20:07.4283094Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:20:07.4453579Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:20:07.4521951Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:20:07.5045110Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:20:07.5211805Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:20:07.5291437Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:07.6143096Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:20:07.6329356Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:20:07.6391540Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:20:07.6939024Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:20:07.7123684Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:20:07.7255491Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:20:07.7877075Z Selecting previously unselected package libtool-bin.
2025-08-20T20:20:07.8061953Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:20:07.8197655Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:20:07.8942588Z Selecting previously unselected package lzip.
2025-08-20T20:20:07.9111792Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:20:07.9239081Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:20:07.9959529Z Selecting previously unselected package netpbm.
2025-08-20T20:20:08.0130857Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:20:08.0199143Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:20:08.2262229Z Selecting previously unselected package musl:arm64.
2025-08-20T20:20:08.2451911Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:20:08.2522321Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:20:08.3314931Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:20:08.3499735Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:20:08.3567276Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:20:08.4380881Z Selecting previously unselected package musl-tools.
2025-08-20T20:20:08.4560099Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:20:08.4665703Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:20:08.5489005Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:20:08.6926473Z 
2025-08-20T20:20:08.6926949Z Creating config file /etc/papersize with new version
2025-08-20T20:20:08.7784960Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:20:08.7971784Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:20:08.8332923Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:20:08.8566127Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:20:08.8800856Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:08.9063917Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:20:08.9297666Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:20:08.9492140Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:20:09.0082313Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:20:09.0357122Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:20:09.0588524Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:20:09.0777938Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:20:09.0841937Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:20:09.0905145Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:20:09.1021550Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:20:09.1228814Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:20:09.1436543Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:20:09.1652644Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:20:09.1881494Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:09.2043026Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:20:09.2125761Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:20:09.2212982Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:20:09.2286141Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:20:09.2358056Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:20:09.2437928Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:20:09.2517462Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:20:09.2592586Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:20:09.2670824Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:20:09.2737576Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:20:09.2808369Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:20:09.2880414Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:20:09.2959957Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:20:09.3105777Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:20:09.3197886Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:20:09.3272573Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:20:09.3357051Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:20:09.3436293Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:20:09.3522883Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:20:09.3630824Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:20:09.3751844Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:20:09.3834637Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:20:09.3984937Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:20:09.4220783Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:20:09.4581063Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:20:09.4792130Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:20:09.5299794Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:20:09.5622463Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:20:09.5835440Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:20:09.6085810Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:20:09.6293946Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:20:09.6497795Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:20:09.6710951Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:20:09.7038101Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:20:09.7264056Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:20:09.7454088Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:09.7702083Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:09.7913324Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:20:10.2208403Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:20:10.2400380Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:10.2749420Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:10.2971699Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:10.3210055Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:20:10.4164225Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:20:10.7482981Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:20:11.6936338Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:20:11.7256428Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:20:14.5942245Z Reading package lists...
2025-08-20T20:20:14.8359127Z Building dependency tree...
2025-08-20T20:20:14.8368112Z Reading state information...
2025-08-20T20:20:15.1133248Z autoconf is already the newest version (2.71-3).
2025-08-20T20:20:15.1133650Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:20:15.1133994Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:20:15.1134326Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:20:15.1134666Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:20:15.1135010Z ca-certificates is already the newest version (20240203).
2025-08-20T20:20:15.1135343Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:20:15.1135861Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:20:15.1136164Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:20:15.1136470Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:20:15.1136783Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:20:15.1137090Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:20:15.1137797Z patch set to manually installed.
2025-08-20T20:20:15.1138089Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:20:15.1138411Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:20:15.1138717Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:20:15.1139010Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:20:15.1139269Z Suggested packages:
2025-08-20T20:20:15.1139437Z   scons-doc
2025-08-20T20:20:15.1298293Z The following NEW packages will be installed:
2025-08-20T20:20:15.1305775Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:20:15.4818039Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:15.4818397Z Need to get 17.8 MB of archives.
2025-08-20T20:20:15.4818688Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:20:15.4819176Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:20:16.1444990Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:20:16.2509236Z 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-20T20:20:17.1558073Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:20:17.3678714Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:20:17.6438663Z Fetched 17.8 MB in 2s (7988 kB/s)
2025-08-20T20:20:17.6704424Z Selecting previously unselected package autopoint.
2025-08-20T20:20:17.6737307Z (Reading database ... 
2025-08-20T20:20:17.6737518Z (Reading database ... 5%
2025-08-20T20:20:17.6737728Z (Reading database ... 10%
2025-08-20T20:20:17.6737951Z (Reading database ... 15%
2025-08-20T20:20:17.6738142Z (Reading database ... 20%
2025-08-20T20:20:17.6738334Z (Reading database ... 25%
2025-08-20T20:20:17.6738558Z (Reading database ... 30%
2025-08-20T20:20:17.6738752Z (Reading database ... 35%
2025-08-20T20:20:17.6738946Z (Reading database ... 40%
2025-08-20T20:20:17.6739136Z (Reading database ... 45%
2025-08-20T20:20:17.6739328Z (Reading database ... 50%
2025-08-20T20:20:17.6761120Z (Reading database ... 55%
2025-08-20T20:20:17.6852609Z (Reading database ... 60%
2025-08-20T20:20:17.6897538Z (Reading database ... 65%
2025-08-20T20:20:17.6913207Z (Reading database ... 70%
2025-08-20T20:20:17.6942973Z (Reading database ... 75%
2025-08-20T20:20:17.7073149Z (Reading database ... 80%
2025-08-20T20:20:17.7151774Z (Reading database ... 85%
2025-08-20T20:20:17.7185199Z (Reading database ... 90%
2025-08-20T20:20:17.7284290Z (Reading database ... 95%
2025-08-20T20:20:17.7284523Z (Reading database ... 100%
2025-08-20T20:20:17.7284814Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:20:17.7325995Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:20:17.7459236Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:20:17.8170972Z Selecting previously unselected package clang.
2025-08-20T20:20:17.8347284Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:20:17.8424119Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:20:17.9009215Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:20:17.9200433Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:20:17.9265975Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:20:18.9220756Z Selecting previously unselected package scons.
2025-08-20T20:20:18.9398775Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:20:18.9487859Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:20:19.0443344Z Selecting previously unselected package byacc.
2025-08-20T20:20:19.0638866Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:20:19.0738527Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:20:19.1629006Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:20:19.1915975Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:20:19.2210003Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:20:19.2762826Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:20:19.6549084Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:20:19.6816590Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:20:20.9222470Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:20:22.3356620Z Reading package lists...
2025-08-20T20:20:22.6040264Z Building dependency tree...
2025-08-20T20:20:22.6049833Z Reading state information...
2025-08-20T20:20:22.9296296Z The following additional packages will be installed:
2025-08-20T20:20:22.9296696Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:20:22.9297039Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:20:22.9297424Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:20:22.9297951Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:20:22.9298395Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:20:22.9298820Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:20:22.9299267Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:20:22.9299732Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:20:22.9305495Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:20:22.9314707Z Suggested packages:
2025-08-20T20:20:22.9314987Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:20:22.9315379Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:20:22.9315902Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:20:22.9316287Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:20:22.9316680Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:20:22.9317091Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:20:22.9317543Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:20:22.9318014Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:20:22.9318376Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:20:22.9318605Z Recommended packages:
2025-08-20T20:20:22.9318884Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:20:22.9319325Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:20:22.9319719Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:20:22.9320072Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:20:22.9320394Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:20:22.9526052Z The following NEW packages will be installed:
2025-08-20T20:20:22.9527409Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:20:22.9527801Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:20:22.9528209Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:20:22.9528678Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:20:22.9529118Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:20:22.9529572Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:20:22.9530020Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:20:22.9531763Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:20:22.9535135Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:20:23.2237000Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:23.2237658Z Need to get 2409 kB of archives.
2025-08-20T20:20:23.2238008Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:20:23.2238523Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:20:23.3300296Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:20:23.4580813Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:20:23.6692140Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:20:23.7817879Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:20:23.9008625Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:20:24.0388011Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T20:20:24.1502170Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:20:24.2644519Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:20:24.3815428Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:20:24.5046795Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:20:24.7316759Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:20:24.8374442Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:20:24.9838395Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:20:25.1376726Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:20:25.3611257Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:20:25.4737778Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:20:25.7743683Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:20:25.8849910Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:20:25.9937799Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:20:26.1002081Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:20:26.3729241Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:20:26.7066808Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:20:26.9339944Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:20:27.0581651Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:20:27.2081470Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:20:27.3457479Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:20:27.7085653Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:20:27.8564294Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:20:27.9787842Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:20:28.6325347Z Fetched 2409 kB in 5s (447 kB/s)
2025-08-20T20:20:28.6601311Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:20:28.6634574Z (Reading database ... 
2025-08-20T20:20:28.6635075Z (Reading database ... 5%
2025-08-20T20:20:28.6635316Z (Reading database ... 10%
2025-08-20T20:20:28.6637865Z (Reading database ... 15%
2025-08-20T20:20:28.6638117Z (Reading database ... 20%
2025-08-20T20:20:28.6638362Z (Reading database ... 25%
2025-08-20T20:20:28.6638557Z (Reading database ... 30%
2025-08-20T20:20:28.6638754Z (Reading database ... 35%
2025-08-20T20:20:28.6638947Z (Reading database ... 40%
2025-08-20T20:20:28.6639141Z (Reading database ... 45%
2025-08-20T20:20:28.6639334Z (Reading database ... 50%
2025-08-20T20:20:28.6658362Z (Reading database ... 55%
2025-08-20T20:20:28.6748955Z (Reading database ... 60%
2025-08-20T20:20:28.6790861Z (Reading database ... 65%
2025-08-20T20:20:28.6805865Z (Reading database ... 70%
2025-08-20T20:20:28.6836272Z (Reading database ... 75%
2025-08-20T20:20:28.6974012Z (Reading database ... 80%
2025-08-20T20:20:28.7055726Z (Reading database ... 85%
2025-08-20T20:20:28.7092153Z (Reading database ... 90%
2025-08-20T20:20:28.7196503Z (Reading database ... 95%
2025-08-20T20:20:28.7196725Z (Reading database ... 100%
2025-08-20T20:20:28.7197016Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:20:28.7238122Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:20:28.7298113Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:20:28.7866878Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:20:28.8053642Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:20:28.8124365Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:20:28.8810879Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:20:28.8998899Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:20:28.9070801Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:20:28.9696605Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:20:28.9881871Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:20:28.9957178Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:20:29.0584443Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:20:29.0770248Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:20:29.0858472Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:20:29.1364140Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:20:29.1530788Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:20:29.1636156Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:20:29.2221962Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:20:29.2386550Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:20:29.2509448Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:20:29.3094052Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:20:29.3281179Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:20:29.3348420Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:20:29.3953856Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:20:29.4136306Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:20:29.4227233Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:20:29.4796779Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:20:29.4980408Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:20:29.5039526Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:20:29.5643853Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:20:29.5820269Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:20:29.5893471Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:20:29.6501322Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:20:29.6671521Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:20:29.6734834Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:20:29.7255310Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:20:29.7424857Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:20:29.7495979Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:20:29.8085293Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:20:29.8277165Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:20:29.8398793Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:20:29.8926983Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:20:29.9109507Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:20:29.9211669Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:20:29.9774975Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:20:29.9961498Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:20:30.0033255Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:20:30.0553274Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:20:30.0740972Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:20:30.0808665Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:20:30.1483183Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:20:30.1653162Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:20:30.1749158Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:20:30.2358487Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:20:30.2532821Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:20:30.2598458Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:20:30.3173042Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:20:30.3357051Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:20:30.3436307Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:20:30.4064716Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:20:30.4258277Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:20:30.4324541Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:20:30.5021722Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:20:30.5214468Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:20:30.5280652Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:20:30.5919395Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:20:30.6116266Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:20:30.6184011Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:20:30.6909428Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:20:30.7111917Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:20:30.7212216Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:20:30.7743530Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:20:30.7924502Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:20:30.7989188Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:20:30.8540728Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:20:30.8722392Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:20:30.8799321Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:20:30.9485386Z Selecting previously unselected package libwww-perl.
2025-08-20T20:20:30.9657756Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:20:30.9728252Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:20:31.0416077Z Selecting previously unselected package patchutils.
2025-08-20T20:20:31.0617591Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:20:31.0679582Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:20:31.1197017Z Selecting previously unselected package wdiff.
2025-08-20T20:20:31.1387810Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:20:31.1459805Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:20:31.2441438Z Selecting previously unselected package devscripts.
2025-08-20T20:20:31.2630749Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:20:31.2887117Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:20:31.4415806Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:20:31.4637477Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:20:31.4867177Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:20:31.5110994Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:20:31.5290639Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:20:31.5490664Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:20:31.5694907Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:20:31.5914513Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:20:31.6159900Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:20:31.6455197Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:20:31.6645639Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:20:31.6842527Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:20:31.7128447Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:20:31.7362778Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:20:31.7576432Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:20:31.7786455Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:20:31.7994557Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:20:31.8188781Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:20:31.8389055Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:20:31.8609592Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:20:31.8879623Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:20:31.9124016Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:20:31.9474297Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:20:31.9681748Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:20:31.9901465Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:20:32.0192252Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:20:32.0444504Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:20:32.0652376Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:20:32.0872145Z Setting up devscripts (2.23.7) ...
2025-08-20T20:20:32.2374998Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:20:32.2572545Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:20:33.8174355Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:20:35.4761491Z Reading package lists...
2025-08-20T20:20:35.7440258Z Building dependency tree...
2025-08-20T20:20:35.7449337Z Reading state information...
2025-08-20T20:20:36.1065019Z The following additional packages will be installed:
2025-08-20T20:20:36.1073001Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:20:36.1082478Z Suggested packages:
2025-08-20T20:20:36.1082698Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:20:36.1277662Z The following NEW packages will be installed:
2025-08-20T20:20:36.1287357Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:20:36.2262170Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:36.2262514Z Need to get 12.7 MB of archives.
2025-08-20T20:20:36.2262806Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:20:36.2263310Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:20:36.3694444Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:20:36.4596239Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:20:36.6554199Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:20:37.0681990Z Fetched 12.7 MB in 1s (19.9 MB/s)
2025-08-20T20:20:37.1033728Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:20:37.1068629Z (Reading database ... 
2025-08-20T20:20:37.1069216Z (Reading database ... 5%
2025-08-20T20:20:37.1069446Z (Reading database ... 10%
2025-08-20T20:20:37.1069638Z (Reading database ... 15%
2025-08-20T20:20:37.1069830Z (Reading database ... 20%
2025-08-20T20:20:37.1070022Z (Reading database ... 25%
2025-08-20T20:20:37.1070211Z (Reading database ... 30%
2025-08-20T20:20:37.1070402Z (Reading database ... 35%
2025-08-20T20:20:37.1070588Z (Reading database ... 40%
2025-08-20T20:20:37.1070777Z (Reading database ... 45%
2025-08-20T20:20:37.1071368Z (Reading database ... 50%
2025-08-20T20:20:37.1094063Z (Reading database ... 55%
2025-08-20T20:20:37.1186038Z (Reading database ... 60%
2025-08-20T20:20:37.1230527Z (Reading database ... 65%
2025-08-20T20:20:37.1245897Z (Reading database ... 70%
2025-08-20T20:20:37.1277365Z (Reading database ... 75%
2025-08-20T20:20:37.1408915Z (Reading database ... 80%
2025-08-20T20:20:37.1488419Z (Reading database ... 85%
2025-08-20T20:20:37.1517220Z (Reading database ... 90%
2025-08-20T20:20:37.1616770Z (Reading database ... 95%
2025-08-20T20:20:37.1616988Z (Reading database ... 100%
2025-08-20T20:20:37.1617295Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:20:37.1657691Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:20:37.1850045Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:20:37.2568042Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:20:37.2739377Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:20:37.2910801Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:20:37.3709406Z Selecting previously unselected package cmake-data.
2025-08-20T20:20:37.3887724Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:20:37.4034886Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:20:38.3623370Z Selecting previously unselected package cmake.
2025-08-20T20:20:38.3824179Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:20:38.3887811Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:20:38.6205145Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:20:38.6392133Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:20:38.6565097Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:20:38.6818598Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:20:38.7058958Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:20:40.0848509Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:20:41.6913437Z Reading package lists...
2025-08-20T20:20:41.9693130Z Building dependency tree...
2025-08-20T20:20:41.9702864Z Reading state information...
2025-08-20T20:20:42.4250021Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:20:42.4250428Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:20:42.4250756Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:20:42.4251062Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:20:42.4251798Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:20:42.4252131Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:20:42.4252478Z ca-certificates is already the newest version (20240203).
2025-08-20T20:20:42.4252780Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:20:42.4253077Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:20:42.4253375Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:20:42.4253680Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:20:42.4253961Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:20:42.4254295Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:20:42.4254649Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:20:42.4254957Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:20:42.4255265Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:20:42.4255811Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:20:42.4256123Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:20:42.4256397Z musl is already the newest version (1.2.4-2).
2025-08-20T20:20:42.4256698Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:20:42.4256985Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:20:42.4257316Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:20:42.4257914Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:20:42.4258216Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:20:42.4258516Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:20:42.4258847Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:42.4471528Z Reading package lists...
2025-08-20T20:20:42.7240986Z Building dependency tree...
2025-08-20T20:20:42.7249947Z Reading state information...
2025-08-20T20:20:43.1707419Z autoconf is already the newest version (2.71-3).
2025-08-20T20:20:43.1707794Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:20:43.1708169Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:20:43.1708495Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:20:43.1708817Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:20:43.1709158Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:20:43.1709503Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:20:43.1709817Z ca-certificates is already the newest version (20240203).
2025-08-20T20:20:43.1710127Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:20:43.1710417Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:20:43.1710712Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:20:43.1711012Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:20:43.1711324Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:20:43.1711634Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:20:43.1711942Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:20:43.1712254Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:20:43.1712576Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:20:43.1712933Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:20:43.1713285Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:20:43.1713571Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:20:43.1713870Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:20:43.1714202Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:43.1932516Z Reading package lists...
2025-08-20T20:20:43.4771851Z Building dependency tree...
2025-08-20T20:20:43.4779335Z Reading state information...
2025-08-20T20:20:43.9629245Z devscripts is already the newest version (2.23.7).
2025-08-20T20:20:43.9629706Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:43.9849874Z Reading package lists...
2025-08-20T20:20:44.2640424Z Building dependency tree...
2025-08-20T20:20:44.2647913Z Reading state information...
2025-08-20T20:20:44.7013365Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:20:44.7013753Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:44.7232471Z Reading package lists...
2025-08-20T20:20:44.9992799Z Building dependency tree...
2025-08-20T20:20:45.0001053Z Reading state information...
2025-08-20T20:20:45.4446317Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:20:45.4446770Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:20:45.5033110Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:45.5541892Z Reading package lists...
2025-08-20T20:20:45.8324896Z Building dependency tree...
2025-08-20T20:20:45.8332834Z Reading state information...
2025-08-20T20:20:46.2681690Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:20:46.2682576Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:20:46.2682953Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:20:46.2683320Z The following additional packages will be installed:
2025-08-20T20:20:46.2684146Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:20:46.2684549Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:20:46.2685002Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:20:46.2685393Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:20:46.2686014Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:20:46.2686468Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:20:46.2686893Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:20:46.2687303Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:20:46.2687677Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:20:46.2688071Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:20:46.2688490Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:20:46.2688840Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:20:46.2689213Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:20:46.2689649Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:20:46.2690506Z   linux-libc-dev-armhf-cross
2025-08-20T20:20:46.2700913Z Suggested packages:
2025-08-20T20:20:46.2701197Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:20:46.2701574Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:20:46.3094017Z The following NEW packages will be installed:
2025-08-20T20:20:46.3094402Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:20:46.3094813Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:20:46.3096108Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:20:46.3096586Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:20:46.3096969Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:20:46.3097367Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:20:46.3097785Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:20:46.3098174Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:20:46.3099078Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:20:46.3099480Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:20:46.3099892Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:20:46.3101599Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:20:46.3101977Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:20:46.3104731Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:20:46.3106722Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:20:46.6584206Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:46.6584559Z Need to get 112 MB of archives.
2025-08-20T20:20:46.6584851Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:20:46.6585649Z 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-20T20:20:46.9989036Z 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-20T20:20:47.9636433Z 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-20T20:20:48.0725389Z 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-20T20:20:48.9529197Z 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-20T20:20:49.0616230Z 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-20T20:20:49.1701445Z 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-20T20:20:49.7138116Z 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-20T20:20:49.8225165Z 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-20T20:20:49.9315022Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:20:50.2561566Z 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-20T20:20:50.4681405Z 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-20T20:20:50.9428094Z 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-20T20:20:51.0538110Z 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-20T20:20:51.6695223Z 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-20T20:20:51.9869689Z 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-20T20:20:52.3159128Z 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-20T20:20:52.6394451Z 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-20T20:20:53.9295840Z 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-20T20:20:54.2492295Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:20:54.5702147Z 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-20T20:20:54.9989063Z 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-20T20:20:56.0674557Z 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-20T20:20:57.0777701Z 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-20T20:20:57.1867692Z 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-20T20:20:57.2956601Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:20:57.6291863Z 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-20T20:20:57.7382602Z 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-20T20:20:57.8487931Z 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-20T20:20:57.9575010Z 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-20T20:20:58.5078809Z 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-20T20:20:58.7305847Z 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-20T20:20:59.0636865Z 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-20T20:20:59.4963898Z 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-20T20:21:00.9062015Z 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-20T20:21:01.2298549Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:21:01.5539854Z 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-20T20:21:01.9848546Z 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-20T20:21:02.9572801Z 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-20T20:21:03.0648513Z 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-20T20:21:03.1724828Z 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-20T20:21:03.2800744Z 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-20T20:21:03.5875798Z Fetched 112 MB in 17s (6619 kB/s)
2025-08-20T20:21:03.6169850Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:21:03.6203904Z (Reading database ... 
2025-08-20T20:21:03.6204128Z (Reading database ... 5%
2025-08-20T20:21:03.6204339Z (Reading database ... 10%
2025-08-20T20:21:03.6204535Z (Reading database ... 15%
2025-08-20T20:21:03.6204770Z (Reading database ... 20%
2025-08-20T20:21:03.6205056Z (Reading database ... 25%
2025-08-20T20:21:03.6205320Z (Reading database ... 30%
2025-08-20T20:21:03.6205969Z (Reading database ... 35%
2025-08-20T20:21:03.6206186Z (Reading database ... 40%
2025-08-20T20:21:03.6206377Z (Reading database ... 45%
2025-08-20T20:21:03.6206565Z (Reading database ... 50%
2025-08-20T20:21:03.6228405Z (Reading database ... 55%
2025-08-20T20:21:03.6317305Z (Reading database ... 60%
2025-08-20T20:21:03.6359753Z (Reading database ... 65%
2025-08-20T20:21:03.6375028Z (Reading database ... 70%
2025-08-20T20:21:03.6405091Z (Reading database ... 75%
2025-08-20T20:21:03.6543157Z (Reading database ... 80%
2025-08-20T20:21:03.6629517Z (Reading database ... 85%
2025-08-20T20:21:03.6660886Z (Reading database ... 90%
2025-08-20T20:21:03.6778120Z (Reading database ... 95%
2025-08-20T20:21:03.6778339Z (Reading database ... 100%
2025-08-20T20:21:03.6778634Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:21:03.6822648Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:03.6913210Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:03.7585046Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:21:03.7764809Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:03.7924182Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:04.0482766Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:21:04.0680945Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:04.0744161Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:04.1386094Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:21:04.1576026Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:04.1684190Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:04.3902907Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:21:04.4073915Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:21:04.4139904Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:04.4738593Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:21:04.4928795Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:21:04.5000524Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:04.5743617Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:21:04.5943312Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:21:04.6070714Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:21:04.7237927Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:21:04.7419334Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:04.7505747Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:04.8412421Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:21:04.8587625Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:04.8687452Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:04.9373787Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:21:04.9549702Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:21:04.9620652Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:05.0459493Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:21:05.0649106Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:05.0717487Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:05.1345082Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:21:05.1540498Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:05.1603948Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:05.2177978Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:21:05.2372494Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:05.2496481Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:05.3082172Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:21:05.3274811Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:05.3341187Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:05.4394142Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:21:05.4571622Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:05.4641677Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:05.5352310Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:21:05.5531604Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:05.5592911Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:05.6411550Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:21:05.6606735Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:05.6696393Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:05.7585370Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:21:05.7784379Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:05.7886294Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:06.1983792Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:21:06.2218590Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:21:06.2313133Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:21:06.4549015Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:21:06.4745371Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:21:06.4903879Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:06.6127180Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:21:06.6335028Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:06.6405332Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:06.8685479Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:21:06.8888961Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:06.8981743Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:07.1530846Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:21:07.1738230Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:21:07.1805340Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:21:07.3003582Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:21:07.3184202Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:07.3252327Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:07.3889529Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:21:07.4096493Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:07.4153238Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:07.4730871Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:21:07.4928780Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:21:07.4990542Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:07.5753596Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:21:07.5948340Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:07.6012821Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:07.6700000Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:21:07.6887136Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:07.6949275Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:07.7571662Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:21:07.7746081Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:07.7803769Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:07.8483494Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:21:07.8660149Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:07.8747114Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:07.9885111Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:21:08.0080424Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:08.0149306Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:08.0965462Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:21:08.1153202Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:08.1222036Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:08.1888316Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:21:08.2073429Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:08.2149484Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:08.3062328Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:21:08.3238050Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:08.3324995Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:08.6948202Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:21:08.7137215Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:21:08.7201691Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:21:08.9604778Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:21:08.9784616Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:21:08.9869867Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:09.1257866Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:21:09.1458748Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:09.1528452Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:09.3883772Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:21:09.4065043Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:09.4153691Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:09.6351101Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:21:09.6538627Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:21:09.6634215Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:09.7092305Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:21:09.7285598Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:21:09.7354631Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:09.7814717Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:21:09.8002981Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:21:09.8090418Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:09.8797186Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:21:09.8986742Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:21:09.9061903Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:09.9834864Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:21:10.0039956Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:10.0346397Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.0638173Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.0861674Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.1074480Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:21:10.1357430Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.1568050Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:21:10.1798990Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:10.1980163Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.2207877Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.2439281Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:10.2685220Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:21:10.2890004Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.3071205Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.3287278Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.3512582Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.3728282Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.3921444Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.4164962Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.4357551Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:10.4638036Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.4817242Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.5019024Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:10.5246413Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.5505089Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.5761839Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.5956453Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:10.6275148Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.6481674Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.6801874Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.7091014Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.7289484Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.7475819Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.7684838Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:10.7866763Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.8081279Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.8297912Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.8505277Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:10.8709204Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:10.9058228Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:10.9284404Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:10.9492517Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:21:10.9600378Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:21:10.9747045Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:12.3403178Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:21:13.7413983Z Reading package lists...
2025-08-20T20:21:13.9900599Z Building dependency tree...
2025-08-20T20:21:13.9908952Z Reading state information...
2025-08-20T20:21:14.2635022Z The following additional packages will be installed:
2025-08-20T20:21:14.2635473Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:21:14.2640534Z   libpcap0.8-dev
2025-08-20T20:21:14.2951844Z The following NEW packages will be installed:
2025-08-20T20:21:14.2952312Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:21:14.2958171Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:21:14.3164921Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:14.6712197Z Need to get 1640 kB of archives.
2025-08-20T20:21:14.6712578Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:21:14.6713139Z 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-20T20:21:15.2261253Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:21:15.3729026Z 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-20T20:21:15.5206908Z 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-20T20:21:15.7675939Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:21:16.1441151Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T20:21:16.3684752Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:21:16.4756271Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:21:16.7621638Z Fetched 1640 kB in 2s (763 kB/s)
2025-08-20T20:21:16.8029472Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:21:16.8065910Z (Reading database ... 
2025-08-20T20:21:16.8066275Z (Reading database ... 5%
2025-08-20T20:21:16.8066488Z (Reading database ... 10%
2025-08-20T20:21:16.8066687Z (Reading database ... 15%
2025-08-20T20:21:16.8069001Z (Reading database ... 20%
2025-08-20T20:21:16.8069566Z (Reading database ... 25%
2025-08-20T20:21:16.8069801Z (Reading database ... 30%
2025-08-20T20:21:16.8069995Z (Reading database ... 35%
2025-08-20T20:21:16.8070580Z (Reading database ... 40%
2025-08-20T20:21:16.8070797Z (Reading database ... 45%
2025-08-20T20:21:16.8070993Z (Reading database ... 50%
2025-08-20T20:21:16.8091678Z (Reading database ... 55%
2025-08-20T20:21:16.8187275Z (Reading database ... 60%
2025-08-20T20:21:16.8226368Z (Reading database ... 65%
2025-08-20T20:21:16.8244275Z (Reading database ... 70%
2025-08-20T20:21:16.8269930Z (Reading database ... 75%
2025-08-20T20:21:16.8460774Z (Reading database ... 80%
2025-08-20T20:21:16.8500940Z (Reading database ... 85%
2025-08-20T20:21:16.8585248Z (Reading database ... 90%
2025-08-20T20:21:16.8667883Z (Reading database ... 95%
2025-08-20T20:21:16.8668111Z (Reading database ... 100%
2025-08-20T20:21:16.8668404Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:21:16.8712800Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:21:16.8781580Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:21:16.9685136Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:21:16.9873518Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:21:17.0001493Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:21:17.0703887Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:21:17.0902447Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:21:17.0967762Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:21:17.1689120Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:21:17.1899996Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:21:17.1963531Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:21:17.2533731Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:21:17.2729318Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:21:17.2799821Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:21:17.3835074Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:21:17.4029455Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:21:17.4120965Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:21:17.4960301Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:21:17.5138774Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:21:17.5211792Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:21:17.5964907Z Selecting previously unselected package pcaputils.
2025-08-20T20:21:17.6147026Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:21:17.6243865Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:21:17.7130400Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:21:17.7369967Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:21:17.8844617Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:21:17.9104079Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:21:17.9454453Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:21:18.1813740Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:21:18.2013327Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:21:18.2273488Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:21:18.2593159Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:19.9231237Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:21:19.9678355Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:21:19.9883087Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:21:21.3319550Z Reading package lists...
2025-08-20T20:21:21.5756872Z Building dependency tree...
2025-08-20T20:21:21.5766074Z Reading state information...
2025-08-20T20:21:21.6246842Z Reading package lists...
2025-08-20T20:21:21.8667855Z Building dependency tree...
2025-08-20T20:21:21.8676971Z Reading state information...
2025-08-20T20:21:22.1405938Z The following additional packages will be installed:
2025-08-20T20:21:22.1411083Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:21:22.1418541Z Suggested packages:
2025-08-20T20:21:22.1418861Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:21:22.1419268Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:21:22.1600647Z The following NEW packages will be installed:
2025-08-20T20:21:22.1601389Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:21:22.1606161Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:21:22.2776898Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:22.2777261Z Need to get 801 kB of archives.
2025-08-20T20:21:22.2777594Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:21:22.2778079Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:21:22.3752641Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:21:22.4561688Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:21:22.5917263Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T20:21:22.6337809Z 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-20T20:21:22.6739499Z 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-20T20:21:22.7240969Z 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-20T20:21:22.7631159Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:21:22.8041932Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:21:23.0952311Z Fetched 801 kB in 1s (1260 kB/s)
2025-08-20T20:21:23.1358775Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:21:23.1395104Z (Reading database ... 
2025-08-20T20:21:23.1395319Z (Reading database ... 5%
2025-08-20T20:21:23.1395695Z (Reading database ... 10%
2025-08-20T20:21:23.1395906Z (Reading database ... 15%
2025-08-20T20:21:23.1396265Z (Reading database ... 20%
2025-08-20T20:21:23.1396455Z (Reading database ... 25%
2025-08-20T20:21:23.1396649Z (Reading database ... 30%
2025-08-20T20:21:23.1396837Z (Reading database ... 35%
2025-08-20T20:21:23.1397033Z (Reading database ... 40%
2025-08-20T20:21:23.1397223Z (Reading database ... 45%
2025-08-20T20:21:23.1397412Z (Reading database ... 50%
2025-08-20T20:21:23.1421155Z (Reading database ... 55%
2025-08-20T20:21:23.1516412Z (Reading database ... 60%
2025-08-20T20:21:23.1553632Z (Reading database ... 65%
2025-08-20T20:21:23.1571769Z (Reading database ... 70%
2025-08-20T20:21:23.1608119Z (Reading database ... 75%
2025-08-20T20:21:23.1774385Z (Reading database ... 80%
2025-08-20T20:21:23.1810317Z (Reading database ... 85%
2025-08-20T20:21:23.1886917Z (Reading database ... 90%
2025-08-20T20:21:23.1964138Z (Reading database ... 95%
2025-08-20T20:21:23.1964341Z (Reading database ... 100%
2025-08-20T20:21:23.1964674Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:21:23.2006002Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:21:23.2187427Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:21:23.2735503Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:21:23.2905923Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:21:23.2970284Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:21:23.3585034Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:21:23.3759099Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:21:23.3859412Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:21:23.4920050Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:21:23.5120235Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:21:23.5209560Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:21:23.5848638Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:21:23.6040698Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:21:23.6105905Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:21:23.6643692Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:21:23.6834423Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:21:23.6909272Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:21:23.7583214Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:21:23.7772244Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:21:23.7834924Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:21:23.8452441Z Selecting previously unselected package lzma.
2025-08-20T20:21:23.8637057Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:21:23.8724709Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:21:23.9356796Z Selecting previously unselected package lzma-dev.
2025-08-20T20:21:23.9540853Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:21:23.9703253Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:21:24.0638124Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:21:24.0921252Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:21:24.1175261Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:21:24.1362738Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:21:24.1566901Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:21:24.1765125Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:21:24.1977696Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:21:24.2294274Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:21:24.2548043Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:21:24.2834745Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:21:24.3183665Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:21:24.3488905Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:25.7302815Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:21:27.3580231Z Reading package lists...
2025-08-20T20:21:27.6149632Z Building dependency tree...
2025-08-20T20:21:27.6157824Z Reading state information...
2025-08-20T20:21:27.9584801Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:21:27.9585280Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:21:27.9585848Z inetutils-telnet set to manually installed.
2025-08-20T20:21:27.9586164Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:21:27.9586491Z The following additional packages will be installed:
2025-08-20T20:21:27.9586751Z   tcpd update-inetd
2025-08-20T20:21:27.9759544Z The following packages will be REMOVED:
2025-08-20T20:21:27.9765395Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:21:27.9767047Z The following NEW packages will be installed:
2025-08-20T20:21:27.9767404Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:21:27.9767801Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:21:27.9774313Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:21:28.1142266Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:21:28.1143656Z Need to get 691 kB of archives.
2025-08-20T20:21:28.1144002Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:21:28.1144526Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:21:28.2427710Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:21:28.2905190Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:21:28.3384147Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:21:28.3947906Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:21:28.4678664Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:21:28.5274253Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:21:28.5826399Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:21:28.6332637Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:21:28.6812272Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:21:28.7357137Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:21:28.7957447Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:21:28.8503062Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:21:29.1085247Z Preconfiguring packages ...
2025-08-20T20:21:29.2328092Z Fetched 691 kB in 1s (791 kB/s)
2025-08-20T20:21:29.2542997Z (Reading database ... 
2025-08-20T20:21:29.2543247Z (Reading database ... 5%
2025-08-20T20:21:29.2543444Z (Reading database ... 10%
2025-08-20T20:21:29.2543655Z (Reading database ... 15%
2025-08-20T20:21:29.2543847Z (Reading database ... 20%
2025-08-20T20:21:29.2544040Z (Reading database ... 25%
2025-08-20T20:21:29.2544229Z (Reading database ... 30%
2025-08-20T20:21:29.2544418Z (Reading database ... 35%
2025-08-20T20:21:29.2544610Z (Reading database ... 40%
2025-08-20T20:21:29.2544819Z (Reading database ... 45%
2025-08-20T20:21:29.2545007Z (Reading database ... 50%
2025-08-20T20:21:29.2566944Z (Reading database ... 55%
2025-08-20T20:21:29.2660382Z (Reading database ... 60%
2025-08-20T20:21:29.2705855Z (Reading database ... 65%
2025-08-20T20:21:29.2726295Z (Reading database ... 70%
2025-08-20T20:21:29.2754999Z (Reading database ... 75%
2025-08-20T20:21:29.2959287Z (Reading database ... 80%
2025-08-20T20:21:29.3003223Z (Reading database ... 85%
2025-08-20T20:21:29.3096690Z (Reading database ... 90%
2025-08-20T20:21:29.3189255Z (Reading database ... 95%
2025-08-20T20:21:29.3189477Z (Reading database ... 100%
2025-08-20T20:21:29.3189773Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:21:29.3236801Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:21:29.4096599Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:21:29.5216691Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:21:29.9399841Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:21:29.9436855Z (Reading database ... 
2025-08-20T20:21:29.9437071Z (Reading database ... 5%
2025-08-20T20:21:29.9437366Z (Reading database ... 10%
2025-08-20T20:21:29.9437875Z (Reading database ... 15%
2025-08-20T20:21:29.9438118Z (Reading database ... 20%
2025-08-20T20:21:29.9438317Z (Reading database ... 25%
2025-08-20T20:21:29.9438518Z (Reading database ... 30%
2025-08-20T20:21:29.9438706Z (Reading database ... 35%
2025-08-20T20:21:29.9438901Z (Reading database ... 40%
2025-08-20T20:21:29.9439477Z (Reading database ... 45%
2025-08-20T20:21:29.9439692Z (Reading database ... 50%
2025-08-20T20:21:29.9462532Z (Reading database ... 55%
2025-08-20T20:21:29.9556194Z (Reading database ... 60%
2025-08-20T20:21:29.9599016Z (Reading database ... 65%
2025-08-20T20:21:29.9618602Z (Reading database ... 70%
2025-08-20T20:21:29.9646357Z (Reading database ... 75%
2025-08-20T20:21:29.9834416Z (Reading database ... 80%
2025-08-20T20:21:29.9872755Z (Reading database ... 85%
2025-08-20T20:21:29.9953559Z (Reading database ... 90%
2025-08-20T20:21:30.0033801Z (Reading database ... 95%
2025-08-20T20:21:30.0034026Z (Reading database ... 100%
2025-08-20T20:21:30.0034319Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:21:30.0077448Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:30.0218397Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:30.0907013Z Selecting previously unselected package tcpd.
2025-08-20T20:21:30.1094609Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:21:30.1249911Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:21:30.2113021Z Selecting previously unselected package update-inetd.
2025-08-20T20:21:30.2291098Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:21:30.2373714Z Unpacking update-inetd (4.53) ...
2025-08-20T20:21:30.3204064Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:21:30.3394046Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:30.3512177Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:30.4237037Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:21:30.4433026Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:30.4494783Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:21:30.5333306Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:21:30.5542645Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:30.5611600Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:30.6468294Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:21:30.6662468Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:30.6783207Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:21:30.7596611Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:21:30.7786357Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:30.7851830Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:21:30.8723200Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:21:30.8913917Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:30.8987299Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:30.9888627Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:21:31.0074487Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:31.0189083Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:31.0941161Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:21:31.1134769Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:31.1262943Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:21:31.2090229Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:21:31.2281961Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:21:31.2360401Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:21:31.3147116Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:21:31.3342442Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:31.3441960Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:21:31.4266044Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:21:31.4571520Z Setting up update-inetd (4.53) ...
2025-08-20T20:21:31.5547364Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:21:31.5776187Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:21:31.5961821Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:31.9372507Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:21:31.9372963Z 
2025-08-20T20:21:31.9373070Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:21:31.9373255Z 
2025-08-20T20:21:31.9373636Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:21:31.9373997Z 
2025-08-20T20:21:31.9374492Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:21:31.9374985Z 
2025-08-20T20:21:32.1978472Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:21:32.2355169Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:21:32.2530544Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:21:32.2694102Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:21:32.2961149Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:21:32.3137378Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:21:32.3354412Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:32.6669609Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:21:32.6670006Z 
2025-08-20T20:21:32.6670496Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:21:32.6670971Z 
2025-08-20T20:21:32.9091701Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:33.0326141Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:33.1368725Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:33.2158273Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:36.3076607Z Reading package lists...
2025-08-20T20:21:36.5774602Z Building dependency tree...
2025-08-20T20:21:36.5782636Z Reading state information...
2025-08-20T20:21:36.9448605Z The following packages will be REMOVED:
2025-08-20T20:21:36.9457511Z   inetutils-ping
2025-08-20T20:21:36.9458436Z The following NEW packages will be installed:
2025-08-20T20:21:36.9467026Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:21:36.9472461Z The following packages will be upgraded:
2025-08-20T20:21:36.9479929Z   iputils-tracepath
2025-08-20T20:21:37.2375033Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:21:37.2375398Z Need to get 84.5 kB of archives.
2025-08-20T20:21:37.2375830Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:21:37.2376427Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:21:37.5530247Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T20:21:37.6731670Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T20:21:37.7970845Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T20:21:38.1425025Z Fetched 84.5 kB in 1s (99.0 kB/s)
2025-08-20T20:21:38.1696740Z (Reading database ... 
2025-08-20T20:21:38.1697019Z (Reading database ... 5%
2025-08-20T20:21:38.1697217Z (Reading database ... 10%
2025-08-20T20:21:38.1697413Z (Reading database ... 15%
2025-08-20T20:21:38.1697603Z (Reading database ... 20%
2025-08-20T20:21:38.1697799Z (Reading database ... 25%
2025-08-20T20:21:38.1697991Z (Reading database ... 30%
2025-08-20T20:21:38.1698571Z (Reading database ... 35%
2025-08-20T20:21:38.1698790Z (Reading database ... 40%
2025-08-20T20:21:38.1698988Z (Reading database ... 45%
2025-08-20T20:21:38.1699185Z (Reading database ... 50%
2025-08-20T20:21:38.1721991Z (Reading database ... 55%
2025-08-20T20:21:38.1823006Z (Reading database ... 60%
2025-08-20T20:21:38.1870872Z (Reading database ... 65%
2025-08-20T20:21:38.1891599Z (Reading database ... 70%
2025-08-20T20:21:38.1934683Z (Reading database ... 75%
2025-08-20T20:21:38.2137382Z (Reading database ... 80%
2025-08-20T20:21:38.2177101Z (Reading database ... 85%
2025-08-20T20:21:38.2266777Z (Reading database ... 90%
2025-08-20T20:21:38.2356216Z (Reading database ... 95%
2025-08-20T20:21:38.2356432Z (Reading database ... 100%
2025-08-20T20:21:38.2356725Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:21:38.2402303Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:21:38.3428796Z Selecting previously unselected package iputils-ping.
2025-08-20T20:21:38.3467355Z (Reading database ... 
2025-08-20T20:21:38.3467572Z (Reading database ... 5%
2025-08-20T20:21:38.3467784Z (Reading database ... 10%
2025-08-20T20:21:38.3467984Z (Reading database ... 15%
2025-08-20T20:21:38.3468177Z (Reading database ... 20%
2025-08-20T20:21:38.3468368Z (Reading database ... 25%
2025-08-20T20:21:38.3468558Z (Reading database ... 30%
2025-08-20T20:21:38.3468750Z (Reading database ... 35%
2025-08-20T20:21:38.3468938Z (Reading database ... 40%
2025-08-20T20:21:38.3469510Z (Reading database ... 45%
2025-08-20T20:21:38.3469704Z (Reading database ... 50%
2025-08-20T20:21:38.3490122Z (Reading database ... 55%
2025-08-20T20:21:38.3587480Z (Reading database ... 60%
2025-08-20T20:21:38.3632431Z (Reading database ... 65%
2025-08-20T20:21:38.3651815Z (Reading database ... 70%
2025-08-20T20:21:38.3692034Z (Reading database ... 75%
2025-08-20T20:21:38.3872119Z (Reading database ... 80%
2025-08-20T20:21:38.3909137Z (Reading database ... 85%
2025-08-20T20:21:38.3998596Z (Reading database ... 90%
2025-08-20T20:21:38.4090377Z (Reading database ... 95%
2025-08-20T20:21:38.4090613Z (Reading database ... 100%
2025-08-20T20:21:38.4090908Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:21:38.4136904Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:21:38.4235257Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:38.5082538Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:21:38.5323274Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:21:38.6074788Z Selecting previously unselected package iputils-arping.
2025-08-20T20:21:38.6279178Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:21:38.6381661Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:38.6926505Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:21:38.7123451Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:21:38.7224317Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:38.7964872Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:38.8549538Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:38.9008728Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:38.9343941Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:38.9603983Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:41.9854266Z Reading package lists...
2025-08-20T20:21:42.2380377Z Building dependency tree...
2025-08-20T20:21:42.2389168Z Reading state information...
2025-08-20T20:21:42.5289818Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:21:42.5653888Z The following packages will be upgraded:
2025-08-20T20:21:42.5655507Z   python3-pip python3-pip-whl
2025-08-20T20:21:42.5871626Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:21:42.7936351Z Need to get 3020 kB of archives.
2025-08-20T20:21:42.7936725Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:21:42.7937315Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T20:21:43.1000023Z 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-20T20:21:43.4325503Z Fetched 3020 kB in 1s (5536 kB/s)
2025-08-20T20:21:43.4739121Z (Reading database ... 
2025-08-20T20:21:43.4739397Z (Reading database ... 5%
2025-08-20T20:21:43.4739597Z (Reading database ... 10%
2025-08-20T20:21:43.4739797Z (Reading database ... 15%
2025-08-20T20:21:43.4739992Z (Reading database ... 20%
2025-08-20T20:21:43.4740186Z (Reading database ... 25%
2025-08-20T20:21:43.4740379Z (Reading database ... 30%
2025-08-20T20:21:43.4740570Z (Reading database ... 35%
2025-08-20T20:21:43.4741495Z (Reading database ... 40%
2025-08-20T20:21:43.4741698Z (Reading database ... 45%
2025-08-20T20:21:43.4741885Z (Reading database ... 50%
2025-08-20T20:21:43.4762973Z (Reading database ... 55%
2025-08-20T20:21:43.4861868Z (Reading database ... 60%
2025-08-20T20:21:43.4905284Z (Reading database ... 65%
2025-08-20T20:21:43.4926586Z (Reading database ... 70%
2025-08-20T20:21:43.4966445Z (Reading database ... 75%
2025-08-20T20:21:43.5158580Z (Reading database ... 80%
2025-08-20T20:21:43.5198173Z (Reading database ... 85%
2025-08-20T20:21:43.5286520Z (Reading database ... 90%
2025-08-20T20:21:43.5376784Z (Reading database ... 95%
2025-08-20T20:21:43.5377006Z (Reading database ... 100%
2025-08-20T20:21:43.5377299Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:21:43.5424371Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:21:43.7277032Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:21:43.8974165Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:21:43.9216327Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:21:44.0463596Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:21:44.0697182Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:21:45.0155775Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:48.1625390Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:21:48.4616907Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:21:49.3835311Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:21:49.5310285Z Collecting pip
2025-08-20T20:21:49.6164025Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:21:49.6433288Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:21:49.7345768Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 20.0 MB/s eta 0:00:00
2025-08-20T20:21:50.0088562Z Installing collected packages: pip
2025-08-20T20:21:50.6638981Z Successfully installed pip-25.2
2025-08-20T20:21:50.8770855Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:21:50.9239189Z Reading package lists...
2025-08-20T20:21:51.1866260Z Building dependency tree...
2025-08-20T20:21:51.1876597Z Reading state information...
2025-08-20T20:21:51.5323628Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:21:51.5324036Z pciutils set to manually installed.
2025-08-20T20:21:51.5324315Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:21:51.5324648Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:21:51.5324934Z python3-distro set to manually installed.
2025-08-20T20:21:51.5325249Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:21:51.5325855Z python3-netifaces set to manually installed.
2025-08-20T20:21:51.5326607Z The following additional packages will be installed:
2025-08-20T20:21:51.5326887Z   libsysfs2
2025-08-20T20:21:51.5335687Z Suggested packages:
2025-08-20T20:21:51.5335940Z   fancontrol read-edid i2c-tools
2025-08-20T20:21:51.5714428Z The following NEW packages will be installed:
2025-08-20T20:21:51.5718015Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:21:51.6000798Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:21:51.7011996Z Need to get 133 kB of archives.
2025-08-20T20:21:51.7012411Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:21:51.7012911Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:21:51.7824400Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:21:51.8316124Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T20:21:51.9355862Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:21:52.2333586Z Fetched 133 kB in 0s (410 kB/s)
2025-08-20T20:21:52.2741775Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:21:52.2779228Z (Reading database ... 
2025-08-20T20:21:52.2779485Z (Reading database ... 5%
2025-08-20T20:21:52.2779680Z (Reading database ... 10%
2025-08-20T20:21:52.2779872Z (Reading database ... 15%
2025-08-20T20:21:52.2780453Z (Reading database ... 20%
2025-08-20T20:21:52.2780644Z (Reading database ... 25%
2025-08-20T20:21:52.2780834Z (Reading database ... 30%
2025-08-20T20:21:52.2781021Z (Reading database ... 35%
2025-08-20T20:21:52.2781210Z (Reading database ... 40%
2025-08-20T20:21:52.2781401Z (Reading database ... 45%
2025-08-20T20:21:52.2781593Z (Reading database ... 50%
2025-08-20T20:21:52.2803800Z (Reading database ... 55%
2025-08-20T20:21:52.2899497Z (Reading database ... 60%
2025-08-20T20:21:52.2943312Z (Reading database ... 65%
2025-08-20T20:21:52.2962662Z (Reading database ... 70%
2025-08-20T20:21:52.3001458Z (Reading database ... 75%
2025-08-20T20:21:52.3177531Z (Reading database ... 80%
2025-08-20T20:21:52.3213546Z (Reading database ... 85%
2025-08-20T20:21:52.3293523Z (Reading database ... 90%
2025-08-20T20:21:52.3377118Z (Reading database ... 95%
2025-08-20T20:21:52.3377346Z (Reading database ... 100%
2025-08-20T20:21:52.3377637Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:21:52.3421809Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:21:52.3575117Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:21:52.4424912Z Selecting previously unselected package sysfsutils.
2025-08-20T20:21:52.4621512Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:21:52.4711027Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:21:52.5586034Z Selecting previously unselected package lm-sensors.
2025-08-20T20:21:52.5768925Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:21:52.5987866Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:21:52.6536420Z Selecting previously unselected package virt-what.
2025-08-20T20:21:52.6713461Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:21:52.6787498Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:21:52.7640951Z Setting up virt-what (1.25-2) ...
2025-08-20T20:21:52.7830975Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:21:52.8073733Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:21:53.1350458Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:21:53.1350839Z 
2025-08-20T20:21:53.1351299Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:21:53.1351737Z 
2025-08-20T20:21:53.3801758Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:21:53.7029537Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:21:53.7030032Z 
2025-08-20T20:21:53.7128256Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:55.3249497Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:21:56.8365451Z Reading package lists...
2025-08-20T20:21:57.0938514Z Building dependency tree...
2025-08-20T20:21:57.0946810Z Reading state information...
2025-08-20T20:21:57.3910399Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:21:57.3911227Z The following additional packages will be installed:
2025-08-20T20:21:57.3915054Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:21:57.3915411Z   xorg-sgml-doctools
2025-08-20T20:21:57.3924304Z Suggested packages:
2025-08-20T20:21:57.3924498Z   libxcb-doc
2025-08-20T20:21:57.4122379Z The following NEW packages will be installed:
2025-08-20T20:21:57.4124182Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:21:57.4127932Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:21:57.4128297Z   xcb xorg-sgml-doctools
2025-08-20T20:21:57.5550655Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:21:57.5551015Z Need to get 816 kB of archives.
2025-08-20T20:21:57.5551307Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:21:57.5551847Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:21:57.5937613Z 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-20T20:21:57.6352900Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:21:57.8599330Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T20:21:57.8986361Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T20:21:57.9381266Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:21:57.9797757Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:21:58.0190299Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:21:58.0581711Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:21:58.0969665Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:21:58.1361237Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:21:58.4308136Z Fetched 816 kB in 1s (1145 kB/s)
2025-08-20T20:21:58.4589776Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:21:58.4626370Z (Reading database ... 
2025-08-20T20:21:58.4626764Z (Reading database ... 5%
2025-08-20T20:21:58.4627048Z (Reading database ... 10%
2025-08-20T20:21:58.4627345Z (Reading database ... 15%
2025-08-20T20:21:58.4627658Z (Reading database ... 20%
2025-08-20T20:21:58.4627920Z (Reading database ... 25%
2025-08-20T20:21:58.4628166Z (Reading database ... 30%
2025-08-20T20:21:58.4628411Z (Reading database ... 35%
2025-08-20T20:21:58.4628654Z (Reading database ... 40%
2025-08-20T20:21:58.4628931Z (Reading database ... 45%
2025-08-20T20:21:58.4629137Z (Reading database ... 50%
2025-08-20T20:21:58.4650191Z (Reading database ... 55%
2025-08-20T20:21:58.4746694Z (Reading database ... 60%
2025-08-20T20:21:58.4786621Z (Reading database ... 65%
2025-08-20T20:21:58.4805498Z (Reading database ... 70%
2025-08-20T20:21:58.4844088Z (Reading database ... 75%
2025-08-20T20:21:58.5021080Z (Reading database ... 80%
2025-08-20T20:21:58.5057005Z (Reading database ... 85%
2025-08-20T20:21:58.5141441Z (Reading database ... 90%
2025-08-20T20:21:58.5233009Z (Reading database ... 95%
2025-08-20T20:21:58.5233237Z (Reading database ... 100%
2025-08-20T20:21:58.5233541Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:21:58.5281340Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:21:58.5403784Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:21:58.6122470Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:21:58.6324261Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:21:58.6398143Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:21:58.7127494Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:21:58.7334498Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:21:58.7392412Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:21:58.8081387Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:21:58.8280870Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:21:58.8342386Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:21:58.9105227Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:21:58.9318431Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:21:58.9405914Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:21:59.0022159Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:21:59.0198438Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:21:59.0266556Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:21:59.0948401Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:21:59.1131221Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:21:59.1202103Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:21:59.1988895Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:21:59.2191173Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:21:59.2376596Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:21:59.2927433Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:21:59.3129122Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:21:59.3195800Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:21:59.3734948Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:21:59.3925137Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:21:59.3994958Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:21:59.4761299Z Selecting previously unselected package xcb.
2025-08-20T20:21:59.4944041Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:21:59.5005468Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:21:59.5839547Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:21:59.6030285Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:21:59.6238514Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:21:59.6614628Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:21:59.6858351Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:21:59.7201418Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:01.2333213Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:22:01.2602570Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:22:01.2812448Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:22:01.3099144Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:22:01.3343084Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:01.3607493Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:01.3795352Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:01.4008397Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:03.0255395Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:03.6888533Z Collecting build
2025-08-20T20:22:03.7595780Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:22:03.8845050Z Collecting cffi
2025-08-20T20:22:03.9019467Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:22:03.9471863Z Collecting scons
2025-08-20T20:22:03.9632897Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:22:04.0033767Z Collecting scuba
2025-08-20T20:22:04.0194777Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:22:04.0855023Z Collecting pytest
2025-08-20T20:22:04.1009459Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:22:04.1448580Z Collecting packaging>=19.1 (from build)
2025-08-20T20:22:04.1604571Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:22:04.2004887Z Collecting pyproject_hooks (from build)
2025-08-20T20:22:04.2159249Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:22:04.2593853Z Collecting pycparser (from cffi)
2025-08-20T20:22:04.2750304Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:22:04.3307453Z Collecting PyYAML (from scuba)
2025-08-20T20:22:04.3479833Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:22:04.3897381Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:22:04.4055782Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:22:04.4505295Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:22:04.4662935Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:22:04.5103259Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:22:04.5260959Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:04.5544924Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:22:04.5843134Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:22:04.6577994Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:22:04.7241014Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 62.5 MB/s  0:00:00
2025-08-20T20:22:04.7404671Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:22:04.7788211Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:22:04.8099323Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:22:04.8724122Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:22:04.8969183Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:22:04.9220462Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:04.9432451Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.8 MB/s  0:00:00
2025-08-20T20:22:04.9588220Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:22:04.9872354Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:22:05.0148646Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:22:05.0294473Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 38.0 MB/s  0:00:00
2025-08-20T20:22:05.1256693Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:22:06.7458776Z 
2025-08-20T20:22:06.7473983Z 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-20T20:22:07.0427732Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:07.6113666Z Collecting ansi2txt
2025-08-20T20:22:07.6692008Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:22:07.7117475Z Collecting pipx
2025-08-20T20:22:07.7254628Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:22:07.7644924Z Collecting scons
2025-08-20T20:22:07.7657062Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:22:07.7896117Z Collecting py2static
2025-08-20T20:22:07.8010999Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:22:07.8449343Z Collecting typer
2025-08-20T20:22:07.8555726Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:22:07.9024861Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:22:07.9138699Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:22:07.9536866Z Collecting packaging>=20 (from pipx)
2025-08-20T20:22:07.9550208Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:22:07.9863220Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:22:07.9970379Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:22:08.0403580Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:22:08.0528342Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:22:08.1201545Z Collecting pyinstaller (from py2static)
2025-08-20T20:22:08.1317935Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:22:08.1677233Z Collecting staticx (from py2static)
2025-08-20T20:22:08.1835369Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:22:08.2209626Z   Preparing metadata (setup.py): started
2025-08-20T20:22:08.6955247Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:22:08.7353562Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:22:08.7461113Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:08.8004700Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:22:08.8112171Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:22:08.8474507Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:22:08.8582402Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:22:08.9100016Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:22:08.9205693Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:22:08.9735859Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:22:08.9839490Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:22:09.0310525Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:22:09.0321622Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:09.0557805Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:22:09.0781571Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:22:09.2018293Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:22:09.2131707Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:22:09.2535017Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:22:09.2642817Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:22:09.3086620Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:22:09.3194906Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:22:09.3599502Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:22:09.3710121Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:22:09.3953083Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:22:09.4156438Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:22:09.4274970Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:22:09.4418115Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:22:09.4640347Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:22:09.4909120Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:22:09.5114784Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:22:09.5275871Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:22:09.5382156Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:22:09.5588276Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:22:09.5828239Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:09.5942454Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:22:09.6144822Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:22:09.6341593Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:22:09.6531029Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:22:09.6742526Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:22:09.6970960Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:22:09.7213535Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 22.1 MB/s  0:00:00
2025-08-20T20:22:09.7333104Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:22:09.7581631Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:09.7853050Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 37.7 MB/s  0:00:00
2025-08-20T20:22:09.7961010Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:22:09.8183592Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:22:09.8957079Z Building wheels for collected packages: staticx
2025-08-20T20:22:09.8963392Z   Building wheel for staticx (setup.py): started
2025-08-20T20:22:19.6991753Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:22:19.7002406Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790699 sha256=5c644ed8b73ea00d2a1632a5ab3746850db9d28c6cc67ed4bcc6fdd147bb754c
2025-08-20T20:22:19.7003311Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:22:19.7019708Z Successfully built staticx
2025-08-20T20:22:19.7966564Z 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-20T20:22:20.5969691Z   Attempting uninstall: scons
2025-08-20T20:22:20.6042859Z     Found existing installation: SCons 4.9.1
2025-08-20T20:22:20.6333027Z     Uninstalling SCons-4.9.1:
2025-08-20T20:22:20.6397427Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:22:21.1273972Z   Attempting uninstall: pygments
2025-08-20T20:22:21.1353872Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:22:21.1508314Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:22:21.1532105Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:22:21.7607684Z   Attempting uninstall: packaging
2025-08-20T20:22:21.7678352Z     Found existing installation: packaging 25.0
2025-08-20T20:22:21.7698445Z     Uninstalling packaging-25.0:
2025-08-20T20:22:21.7704389Z       Successfully uninstalled packaging-25.0
2025-08-20T20:22:22.6956361Z 
2025-08-20T20:22:22.6981841Z 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-20T20:22:23.0057430Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:23.2109950Z Collecting build
2025-08-20T20:22:23.2122015Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:22:23.2936188Z Collecting cffi
2025-08-20T20:22:23.2948512Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:22:23.3206452Z Collecting scons
2025-08-20T20:22:23.3216795Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:22:23.3502362Z Collecting scuba
2025-08-20T20:22:23.3512932Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:22:23.4122140Z Collecting pytest
2025-08-20T20:22:23.4133313Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:22:23.4462732Z Collecting packaging>=19.1 (from build)
2025-08-20T20:22:23.4473199Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:22:23.4708361Z Collecting pyproject_hooks (from build)
2025-08-20T20:22:23.4718780Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:22:23.4966613Z Collecting pycparser (from cffi)
2025-08-20T20:22:23.4978443Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:22:23.5374382Z Collecting PyYAML (from scuba)
2025-08-20T20:22:23.5390909Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:22:23.5621413Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:22:23.5632557Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:22:23.5905766Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:22:23.5915814Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:22:23.6285304Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:22:23.6296908Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:23.6349034Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:22:23.6358902Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:22:23.6370587Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:22:23.6401198Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:22:23.6412077Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:22:23.6423137Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:22:23.6432094Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:22:23.6440566Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:22:23.6449400Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:23.6465208Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:22:23.6474255Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:22:23.6482876Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:22:23.7519146Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:22:23.7524259Z   Attempting uninstall: scons
2025-08-20T20:22:23.7595120Z     Found existing installation: SCons 4.9.1
2025-08-20T20:22:23.7882620Z     Uninstalling SCons-4.9.1:
2025-08-20T20:22:23.7945188Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:22:24.2847118Z   Attempting uninstall: PyYAML
2025-08-20T20:22:24.2928406Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:22:24.2949189Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:22:24.2955955Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:22:24.3510142Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:22:24.3582259Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:22:24.3596151Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:22:24.3601435Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:22:24.3765059Z   Attempting uninstall: pygments
2025-08-20T20:22:24.3833518Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:22:24.3986826Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:22:24.4010254Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:22:24.9747722Z   Attempting uninstall: pycparser
2025-08-20T20:22:24.9820889Z     Found existing installation: pycparser 2.22
2025-08-20T20:22:24.9840025Z     Uninstalling pycparser-2.22:
2025-08-20T20:22:24.9846358Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:22:25.1047173Z   Attempting uninstall: pluggy
2025-08-20T20:22:25.1119254Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:22:25.1135845Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:22:25.1141505Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:22:25.1395958Z   Attempting uninstall: packaging
2025-08-20T20:22:25.1471978Z     Found existing installation: packaging 25.0
2025-08-20T20:22:25.1491691Z     Uninstalling packaging-25.0:
2025-08-20T20:22:25.1498723Z       Successfully uninstalled packaging-25.0
2025-08-20T20:22:25.1912264Z   Attempting uninstall: iniconfig
2025-08-20T20:22:25.1987373Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:22:25.2001310Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:22:25.2006711Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:22:25.2174227Z   Attempting uninstall: scuba
2025-08-20T20:22:25.2244732Z     Found existing installation: scuba 2.14.1
2025-08-20T20:22:25.2263309Z     Uninstalling scuba-2.14.1:
2025-08-20T20:22:25.2271470Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:22:25.2511943Z   Attempting uninstall: pytest
2025-08-20T20:22:25.2587445Z     Found existing installation: pytest 8.4.1
2025-08-20T20:22:25.2638907Z     Uninstalling pytest-8.4.1:
2025-08-20T20:22:25.2840857Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:22:25.4984332Z   Attempting uninstall: cffi
2025-08-20T20:22:25.5052895Z     Found existing installation: cffi 1.17.1
2025-08-20T20:22:25.5073609Z     Uninstalling cffi-1.17.1:
2025-08-20T20:22:25.5268709Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:22:25.5964403Z   Attempting uninstall: build
2025-08-20T20:22:25.6039476Z     Found existing installation: build 1.3.0
2025-08-20T20:22:25.6059614Z     Uninstalling build-1.3.0:
2025-08-20T20:22:25.6068560Z       Successfully uninstalled build-1.3.0
2025-08-20T20:22:25.6337857Z 
2025-08-20T20:22:25.6366585Z 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-20T20:22:25.9447669Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:26.1314882Z Collecting ansi2txt
2025-08-20T20:22:26.1326408Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:22:26.1630443Z Collecting pipx
2025-08-20T20:22:26.1641865Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:22:26.1947113Z Collecting scons
2025-08-20T20:22:26.1959379Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:22:26.2213539Z Collecting py2static
2025-08-20T20:22:26.2224390Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:22:26.2574801Z Collecting typer
2025-08-20T20:22:26.2586681Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:22:26.2959175Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:22:26.2972003Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:22:26.3277316Z Collecting packaging>=20 (from pipx)
2025-08-20T20:22:26.3288432Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:22:26.3577519Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:22:26.3588833Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:22:26.3841364Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:22:26.3852461Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:22:26.4298480Z Collecting pyinstaller (from py2static)
2025-08-20T20:22:26.4310765Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:22:26.4644686Z Collecting staticx (from py2static)
2025-08-20T20:22:26.4655470Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:22:26.4790983Z   Preparing metadata (setup.py): started
2025-08-20T20:22:26.6859200Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:22:26.7156845Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:22:26.7168795Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:26.7463767Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:22:26.7473884Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:22:26.7847229Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:22:26.7857997Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:22:26.8292653Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:22:26.8303500Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:22:26.8602972Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:22:26.8615252Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:22:26.8941975Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:22:26.8952770Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:26.9190898Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:22:26.9202005Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:22:27.0200813Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:22:27.0210941Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:22:27.0511210Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:22:27.0521457Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:22:27.0847652Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:22:27.0858927Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:22:27.1154869Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:22:27.1165991Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:22:27.1199301Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:22:27.1209165Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:22:27.1218849Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:22:27.1250015Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:22:27.1259043Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:22:27.1268227Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:22:27.1277549Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:22:27.1287008Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:22:27.1296035Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:22:27.1305005Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:22:27.1315320Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:27.1331984Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:22:27.1341430Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:22:27.1350509Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:22:27.1359513Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:22:27.1368586Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:22:27.1377536Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:22:27.1391207Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:22:27.1402412Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:27.1419014Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:22:27.1428429Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:22:27.1761927Z Building wheels for collected packages: staticx
2025-08-20T20:22:27.1768123Z   Building wheel for staticx (setup.py): started
2025-08-20T20:22:29.6900901Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:22:29.6915693Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790773 sha256=5eeadf6ca2275acb2271315380dea8e3e407d38ac4458bd93fdb8d39bc36953f
2025-08-20T20:22:29.6916643Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:22:29.6933366Z Successfully built staticx
2025-08-20T20:22:29.7897924Z 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-20T20:22:29.7903775Z   Attempting uninstall: pyelftools
2025-08-20T20:22:29.7968542Z     Found existing installation: pyelftools 0.32
2025-08-20T20:22:29.8006441Z     Uninstalling pyelftools-0.32:
2025-08-20T20:22:29.8018407Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:22:29.9104291Z   Attempting uninstall: altgraph
2025-08-20T20:22:29.9175907Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:22:29.9193562Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:22:29.9198591Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:22:29.9472740Z   Attempting uninstall: typing-extensions
2025-08-20T20:22:29.9543198Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:22:29.9555925Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:22:29.9746722Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:22:30.0053171Z   Attempting uninstall: staticx
2025-08-20T20:22:30.0125426Z     Found existing installation: staticx 0.14.1
2025-08-20T20:22:30.0146526Z     Uninstalling staticx-0.14.1:
2025-08-20T20:22:30.0154474Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:22:30.0471731Z   Attempting uninstall: shellingham
2025-08-20T20:22:30.0545427Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:22:30.0561246Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:22:30.0566736Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:22:30.0742655Z   Attempting uninstall: setuptools
2025-08-20T20:22:30.0812504Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:22:30.1016404Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:22:30.1240601Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:22:30.7184385Z   Attempting uninstall: scons
2025-08-20T20:22:30.7272075Z     Found existing installation: SCons 4.9.1
2025-08-20T20:22:30.7567410Z     Uninstalling SCons-4.9.1:
2025-08-20T20:22:30.7628686Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:22:31.2571353Z   Attempting uninstall: pygments
2025-08-20T20:22:31.2646040Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:22:31.2821219Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:22:31.2843099Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:22:31.8753408Z   Attempting uninstall: platformdirs
2025-08-20T20:22:31.8833451Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:22:31.8851568Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:22:31.8857258Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:22:31.9111651Z   Attempting uninstall: packaging
2025-08-20T20:22:31.9185647Z     Found existing installation: packaging 25.0
2025-08-20T20:22:31.9205124Z     Uninstalling packaging-25.0:
2025-08-20T20:22:31.9211157Z       Successfully uninstalled packaging-25.0
2025-08-20T20:22:31.9628076Z   Attempting uninstall: mdurl
2025-08-20T20:22:31.9695237Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:22:31.9709763Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:22:31.9714443Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:22:31.9877705Z   Attempting uninstall: click
2025-08-20T20:22:31.9950795Z     Found existing installation: click 8.2.1
2025-08-20T20:22:31.9969289Z     Uninstalling click-8.2.1:
2025-08-20T20:22:31.9974780Z       Successfully uninstalled click-8.2.1
2025-08-20T20:22:32.0629116Z   Attempting uninstall: argcomplete
2025-08-20T20:22:32.0703728Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:22:32.0726869Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:22:32.0734333Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:22:32.1009980Z   Attempting uninstall: ansi2txt
2025-08-20T20:22:32.1082816Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:22:32.1095924Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:22:32.1287563Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:22:32.1429128Z   Attempting uninstall: userpath
2025-08-20T20:22:32.1501132Z     Found existing installation: userpath 1.9.2
2025-08-20T20:22:32.1519884Z     Uninstalling userpath-1.9.2:
2025-08-20T20:22:32.1526766Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:22:32.1686225Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:22:32.1761218Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:22:32.2063547Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:22:32.2103246Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:22:32.4049076Z   Attempting uninstall: markdown-it-py
2025-08-20T20:22:32.4122369Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:22:32.4175667Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:22:32.4193924Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:22:32.4796788Z   Attempting uninstall: rich
2025-08-20T20:22:32.4873811Z     Found existing installation: rich 14.1.0
2025-08-20T20:22:32.4921462Z     Uninstalling rich-14.1.0:
2025-08-20T20:22:32.4929993Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:22:32.6476303Z   Attempting uninstall: pyinstaller
2025-08-20T20:22:32.6552401Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:22:32.6802141Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:22:32.6840874Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:22:32.9471219Z   Attempting uninstall: pipx
2025-08-20T20:22:32.9556693Z     Found existing installation: pipx 1.7.1
2025-08-20T20:22:32.9585751Z     Uninstalling pipx-1.7.1:
2025-08-20T20:22:32.9598191Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:22:33.0131313Z   Attempting uninstall: typer
2025-08-20T20:22:33.0205373Z     Found existing installation: typer 0.16.1
2025-08-20T20:22:33.0227778Z     Uninstalling typer-0.16.1:
2025-08-20T20:22:33.0235210Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:22:33.0635212Z   Attempting uninstall: py2static
2025-08-20T20:22:33.0703491Z     Found existing installation: py2static 0.0.1
2025-08-20T20:22:33.0720281Z     Uninstalling py2static-0.0.1:
2025-08-20T20:22:33.0728602Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:22:33.0869207Z 
2025-08-20T20:22:33.0894809Z 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-20T20:22:33.3963379Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:33.4999352Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:22:33.5003200Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-6kiz0ak6
2025-08-20T20:22:33.5022745Z 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-6kiz0ak6
2025-08-20T20:22:35.1030037Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:22:35.1065863Z   Installing build dependencies: started
2025-08-20T20:22:35.7661034Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:22:35.7671388Z   Getting requirements to build wheel: started
2025-08-20T20:22:36.0316692Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:22:36.0326353Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:22:36.2080185Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:22:36.3798344Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:22:36.3809002Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:22:36.4105754Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:22:36.4115835Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:22:36.4496578Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:22:36.4507207Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:22:36.4777750Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:22:36.4788330Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:22:36.4828598Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:22:36.4838089Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:22:36.4849420Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:36.4865217Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:22:36.4972605Z Building wheels for collected packages: pyinstaller
2025-08-20T20:22:36.4979544Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:22:39.2838680Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:22:39.2860611Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=ae676d4c4830fe3fe9565f98fec91a0ab339437da03f449daf61f3dc095882df
2025-08-20T20:22:39.2861750Z   Stored in directory: /tmp/pip-ephem-wheel-cache-xdg0zd_3/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:22:39.2900004Z Successfully built pyinstaller
2025-08-20T20:22:39.3673269Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:22:39.3678955Z   Attempting uninstall: altgraph
2025-08-20T20:22:39.3748354Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:22:39.3765868Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:22:39.3771608Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:22:39.4000198Z   Attempting uninstall: setuptools
2025-08-20T20:22:39.4068834Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:22:39.4271824Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:22:39.4496843Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:22:40.0357250Z   Attempting uninstall: packaging
2025-08-20T20:22:40.0431645Z     Found existing installation: packaging 25.0
2025-08-20T20:22:40.0449363Z     Uninstalling packaging-25.0:
2025-08-20T20:22:40.0455100Z       Successfully uninstalled packaging-25.0
2025-08-20T20:22:40.0920622Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:22:40.0995476Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:22:40.1299334Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:22:40.1339158Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:22:40.3326381Z   Attempting uninstall: pyinstaller
2025-08-20T20:22:40.3405978Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:22:40.3664576Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:22:40.3703385Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:22:40.6430936Z 
2025-08-20T20:22:40.6455417Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:22:40.8767610Z 6.15.0
2025-08-20T20:22:42.4719054Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:22:42.4727934Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:22:42.4728256Z 
2025-08-20T20:22:42.4728475Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:22:42.4728947Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:22:42.4729507Z installation.
2025-08-20T20:22:42.4729620Z 
2025-08-20T20:22:42.4729848Z If you installed the current Docker package using this script and are using it
2025-08-20T20:22:42.4730321Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:22:42.4730826Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:22:42.4731223Z files to match the parameters passed to the script.
2025-08-20T20:22:42.4731447Z 
2025-08-20T20:22:42.4731587Z You may press Ctrl+C now to abort this script.
2025-08-20T20:22:42.4884033Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:22:43.8399262Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:22:44.4018475Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:22:44.4141802Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:22:44.5181792Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:22:44.5197802Z + 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-20T20:22:44.5204945Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:22:46.1509376Z + 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-20T20:22:56.9176308Z + sh -c 'docker version'
2025-08-20T20:22:56.9319265Z Client: Docker Engine - Community
2025-08-20T20:22:56.9319648Z  Version:           28.3.3
2025-08-20T20:22:56.9319889Z  API version:       1.51
2025-08-20T20:22:56.9320168Z  Go version:        go1.24.5
2025-08-20T20:22:56.9320441Z  Git commit:        980b856
2025-08-20T20:22:56.9320713Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:22:56.9321044Z  OS/Arch:           linux/arm64
2025-08-20T20:22:56.9321284Z  Context:           default
2025-08-20T20:22:56.9321419Z 
2025-08-20T20:22:56.9321564Z Server: Docker Engine - Community
2025-08-20T20:22:56.9321818Z  Engine:
2025-08-20T20:22:56.9322035Z   Version:          28.3.3
2025-08-20T20:22:56.9322335Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:22:56.9322640Z   Go version:       go1.24.5
2025-08-20T20:22:56.9322863Z   Git commit:       bea959c
2025-08-20T20:22:56.9323144Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:22:56.9323417Z   OS/Arch:          linux/arm64
2025-08-20T20:22:56.9323679Z   Experimental:     false
2025-08-20T20:22:56.9323945Z  containerd:
2025-08-20T20:22:56.9324151Z   Version:          1.7.27
2025-08-20T20:22:56.9324459Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:22:56.9324777Z  runc:
2025-08-20T20:22:56.9324992Z   Version:          1.2.5
2025-08-20T20:22:56.9325264Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:22:56.9325673Z  docker-init:
2025-08-20T20:22:56.9325880Z   Version:          0.19.0
2025-08-20T20:22:56.9326156Z   GitCommit:        de40ad0
2025-08-20T20:22:56.9339382Z 
2025-08-20T20:22:56.9339657Z ================================================================================
2025-08-20T20:22:56.9339876Z 
2025-08-20T20:22:56.9340484Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:22:56.9340889Z Docker daemon in rootless mode for your user:
2025-08-20T20:22:56.9341083Z 
2025-08-20T20:22:56.9341211Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:22:56.9341389Z 
2025-08-20T20:22:56.9343385Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:22:56.9343737Z 
2025-08-20T20:22:56.9343742Z 
2025-08-20T20:22:56.9343942Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:22:56.9344428Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:22:56.9344787Z 
2025-08-20T20:22:56.9344982Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:22:56.9345475Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:22:56.9346130Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:22:56.9346440Z 
2025-08-20T20:22:56.9346550Z ================================================================================
2025-08-20T20:22:56.9346758Z 
2025-08-20T20:23:07.9394723Z ● docker.service - Docker Application Container Engine
2025-08-20T20:23:07.9395255Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:23:07.9395997Z      Active: active (running) since Wed 2025-08-20 20:22:57 UTC; 10s ago
2025-08-20T20:23:07.9396468Z TriggeredBy: ● docker.socket
2025-08-20T20:23:07.9397182Z        Docs: https://docs.docker.com
2025-08-20T20:23:07.9397528Z    Main PID: 20875 (dockerd)
2025-08-20T20:23:07.9397763Z       Tasks: 10
2025-08-20T20:23:07.9398007Z      Memory: 20.9M (peak: 24.2M)
2025-08-20T20:23:07.9398298Z         CPU: 266ms
2025-08-20T20:23:07.9398513Z      CGroup: /system.slice/docker.service
2025-08-20T20:23:07.9399590Z              └─20875 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:23:07.9399947Z 
2025-08-20T20:23:07.9400271Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.319891331Z" level=info msg="Loading containers: start."
2025-08-20T20:23:07.9401420Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.841255522Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count cfd8bc453cda0e2adad921d2d32fc8474d7e8212dadd6c4acd83cb04c4a3fab2], retrying...."
2025-08-20T20:23:07.9402653Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.880061336Z" level=info msg="Loading containers: done."
2025-08-20T20:23:07.9403790Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.903110248Z" 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-20T20:23:07.9405126Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.903240004Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:23:07.9406182Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.903275333Z" level=info msg="Initializing buildkit"
2025-08-20T20:23:07.9406884Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.920275384Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:23:07.9407675Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.923116020Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:23:07.9408450Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.923179398Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:23:07.9409112Z Aug 20 20:22:57 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:23:07.9496584Z ● docker.service - Docker Application Container Engine
2025-08-20T20:23:07.9497169Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:23:07.9498221Z      Active: active (running) since Wed 2025-08-20 20:22:57 UTC; 10s ago
2025-08-20T20:23:07.9498709Z TriggeredBy: ● docker.socket
2025-08-20T20:23:07.9499005Z        Docs: https://docs.docker.com
2025-08-20T20:23:07.9499371Z    Main PID: 20875 (dockerd)
2025-08-20T20:23:07.9499646Z       Tasks: 10
2025-08-20T20:23:07.9499841Z      Memory: 20.9M (peak: 24.2M)
2025-08-20T20:23:07.9500147Z         CPU: 266ms
2025-08-20T20:23:07.9500384Z      CGroup: /system.slice/docker.service
2025-08-20T20:23:07.9501007Z              └─20875 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:23:07.9501346Z 
2025-08-20T20:23:07.9501654Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.319891331Z" level=info msg="Loading containers: start."
2025-08-20T20:23:07.9502843Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.841255522Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count cfd8bc453cda0e2adad921d2d32fc8474d7e8212dadd6c4acd83cb04c4a3fab2], retrying...."
2025-08-20T20:23:07.9504062Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.880061336Z" level=info msg="Loading containers: done."
2025-08-20T20:23:07.9505173Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.903110248Z" 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-20T20:23:07.9507021Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.903240004Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:23:07.9507971Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.903275333Z" level=info msg="Initializing buildkit"
2025-08-20T20:23:07.9508683Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.920275384Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:23:07.9509462Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.923116020Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:23:07.9510187Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.923179398Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:23:07.9510834Z Aug 20 20:22:57 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:23:07.9692144Z ● docker.service - Docker Application Container Engine
2025-08-20T20:23:07.9692645Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:23:07.9693271Z      Active: active (running) since Wed 2025-08-20 20:22:57 UTC; 10s ago
2025-08-20T20:23:07.9694247Z TriggeredBy: ● docker.socket
2025-08-20T20:23:07.9694565Z        Docs: https://docs.docker.com
2025-08-20T20:23:07.9694901Z    Main PID: 20875 (dockerd)
2025-08-20T20:23:07.9695205Z       Tasks: 10
2025-08-20T20:23:07.9695413Z      Memory: 20.9M (peak: 24.2M)
2025-08-20T20:23:07.9695824Z         CPU: 266ms
2025-08-20T20:23:07.9696059Z      CGroup: /system.slice/docker.service
2025-08-20T20:23:07.9696663Z              └─20875 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:23:07.9697035Z 
2025-08-20T20:23:07.9697331Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.319891331Z" level=info msg="Loading containers: start."
2025-08-20T20:23:07.9698482Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.841255522Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count cfd8bc453cda0e2adad921d2d32fc8474d7e8212dadd6c4acd83cb04c4a3fab2], retrying...."
2025-08-20T20:23:07.9699672Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.880061336Z" level=info msg="Loading containers: done."
2025-08-20T20:23:07.9701048Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.903110248Z" 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-20T20:23:07.9702364Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.903240004Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:23:07.9703366Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.903275333Z" level=info msg="Initializing buildkit"
2025-08-20T20:23:07.9704058Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.920275384Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:23:07.9704814Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.923116020Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:23:07.9705709Z Aug 20 20:22:57 runnervmdbl46 dockerd[20875]: time="2025-08-20T20:22:57.923179398Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:23:07.9706383Z Aug 20 20:22:57 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:23:07.9789695Z Docker version 28.3.3, build 980b856
2025-08-20T20:23:07.9957887Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:23:08.6532259Z latest: Pulling from library/hello-world
2025-08-20T20:23:08.8326035Z 198f93fd5094: Pulling fs layer
2025-08-20T20:23:09.1694877Z 198f93fd5094: Verifying Checksum
2025-08-20T20:23:09.1695720Z 198f93fd5094: Download complete
2025-08-20T20:23:09.2030048Z 198f93fd5094: Pull complete
2025-08-20T20:23:09.2291154Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:23:09.2366706Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:23:09.9277577Z 
2025-08-20T20:23:09.9279586Z Hello from Docker!
2025-08-20T20:23:09.9280288Z This message shows that your installation appears to be working correctly.
2025-08-20T20:23:09.9280583Z 
2025-08-20T20:23:09.9280740Z To generate this message, Docker took the following steps:
2025-08-20T20:23:09.9281174Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:23:09.9281571Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:23:09.9281991Z     (arm64v8)
2025-08-20T20:23:09.9282309Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:23:09.9282772Z     executable that produces the output you are currently reading.
2025-08-20T20:23:09.9283278Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:23:09.9283633Z     to your terminal.
2025-08-20T20:23:09.9283788Z 
2025-08-20T20:23:09.9284134Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:23:09.9284566Z  $ docker run -it ubuntu bash
2025-08-20T20:23:09.9284741Z 
2025-08-20T20:23:09.9284911Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:23:09.9285275Z  https://hub.docker.com/
2025-08-20T20:23:09.9285486Z 
2025-08-20T20:23:09.9285778Z For more examples and ideas, visit:
2025-08-20T20:23:09.9286103Z  https://docs.docker.com/get-started/
2025-08-20T20:23:09.9286291Z 
2025-08-20T20:23:10.0689106Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:10.0689538Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:23:10.0689975Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:23:10.0690530Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:23:10.0690991Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:23:10.0691437Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:23:10.0691877Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:23:10.0692292Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:23:10.0693183Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:23:10.0693618Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:23:10.0694034Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:10.0697642Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:23:10.0761415Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:10.0762090Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:23:10.0762496Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:23:10.0762908Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:10.0763312Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:23:10.0763674Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:23:10.0764057Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:10.0764519Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:10.0764961Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:10.0765346Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:10.0765981Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:10.0766813Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:23:10.0767171Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:23:10.0767563Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:10.0767991Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:10.0768407Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:10.0768815Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:10.0769228Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:10.0769647Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:10.0770071Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:10.0770497Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:23:10.0770919Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:10.0771355Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:10.0771779Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:10.0772182Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:10.0772595Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:23:10.0772988Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:23:10.0773399Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:10.0773827Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:10.0774244Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:10.0774654Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:23:10.0775053Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:10.0775505Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:10.0776162Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:10.0776636Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:10.0777410Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:10.0777874Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:10.0778293Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:10.0778711Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:10.0779120Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:10.0779538Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:10.0779938Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:10.0780309Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:23:10.0780665Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:23:10.0781036Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:23:10.0781432Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:23:10.0781834Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:10.0782215Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:23:10.0782624Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:10.0783059Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:10.0783665Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:10.0784074Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:10.0784495Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:10.0784919Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:10.0785324Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:10.0785870Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:23:10.0786306Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:10.0786803Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:10.0787302Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:23:10.0787766Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:23:10.0788179Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:10.0788565Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:23:10.0788960Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:10.0789364Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:23:10.0789765Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:23:10.0790222Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:10.0790720Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:10.0791227Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:10.0791716Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:10.0792155Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:10.0792556Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:10.0792947Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:10.0793354Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:10.0793983Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:23:10.0794389Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:10.0794808Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:10.0795228Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:23:10.0795833Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:23:10.0796221Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:10.0796625Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:10.0797028Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:10.0797404Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:23:10.0797771Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:23:10.0798164Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:10.0798551Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:23:10.0798900Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:23:10.0799278Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:10.0799686Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:23:10.0800286Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:23:10.0800648Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:23:10.0801009Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:10.0801385Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:10.0801769Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:10.0802168Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:10.0802563Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:10.0802938Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:10.0803503Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:23:10.0803900Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:10.0804301Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:10.0804674Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:23:10.0805026Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:23:10.0805375Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:23:10.0806301Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:23:10.0806671Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:23:10.0807026Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:23:10.0807397Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:10.0807793Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:23:10.0808221Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:10.0808651Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:10.0809056Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:23:10.0809447Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:10.0809832Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:10.0810220Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:23:10.0810623Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:10.0811303Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:23:10.0811699Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:23:10.0812091Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:10.0812500Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:10.0812936Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:10.0813368Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:23:10.0813755Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:23:10.0814147Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:23:10.0814556Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:10.0814963Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:23:10.0815371Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:10.0815943Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:10.0816340Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:10.0816742Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:10.0817120Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:23:10.0817667Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:23:10.0818036Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:23:10.0818434Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:10.0818834Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:23:10.0819232Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:10.0819623Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:23:10.0819994Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:23:10.0820368Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:23:10.0820746Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:23:10.0821130Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:23:10.0821557Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:10.0822000Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:23:10.0822401Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:10.0822774Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:23:10.0823168Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:10.0823591Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:10.0824007Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:10.0824360Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:23:10.0824704Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:10.0825124Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:10.0825715Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:23:10.0826139Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:23:10.0826521Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:23:10.0826901Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:23:10.0827284Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:23:10.0827912Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:10.0828391Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:10.0828800Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:23:10.0829167Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:23:10.0829557Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:23:10.0830007Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:10.0830509Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:10.0830948Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:23:10.0831324Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:23:10.0831786Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:10.0832322Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:10.0832824Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:10.0833261Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:23:10.0833621Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:23:10.0834193Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:10.0834605Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:10.0835023Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:10.0835428Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:10.0835933Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:23:10.0836312Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:10.0836710Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:10.0837109Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:10.0837508Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:10.0837901Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:10.0838298Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:10.0838692Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:10.0839112Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:10.0839555Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:10.0839987Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:23:10.0840382Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:23:10.0840752Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:10.0841127Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:23:10.0841503Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:23:10.0841894Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:23:10.0842316Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:10.0842782Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:10.0843231Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:10.0843638Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:10.0844030Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:23:10.0844656Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:23:10.0845059Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:23:10.0845426Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:23:10.0846024Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:10.0846408Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:23:10.0846862Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:10.0847329Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:10.0847788Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:10.0848306Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:10.0848823Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:10.0849326Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:10.0849762Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:23:10.0850128Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:23:10.0850492Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:23:10.0851063Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:10.0851443Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:23:10.0851809Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:23:10.0852194Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:10.0852575Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:23:10.0852968Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:10.0853344Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:23:10.0853719Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:23:10.0854116Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:10.0854505Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:23:10.0854924Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:10.0855359Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:10.0855983Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:10.0856393Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:10.0856796Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:10.0857209Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:10.0857627Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:23:10.0858019Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:23:10.0858378Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:23:10.0858890Z 	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-20T20:23:10.0859413Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:23:10.0859786Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:23:10.0860316Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:10.0860699Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:23:10.0861334Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:10.0861798Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:10.0862224Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:10.0862656Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:10.0863060Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:10.0863718Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:23:10.0864143Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:10.0864555Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:10.0864947Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:23:10.0865380Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:10.0866010Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:10.0866512Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:10.0866959Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:10.0867370Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:10.0867772Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:10.0868461Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:10.0868946Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:10.0869359Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:23:10.0869795Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:10.0870255Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:10.0870662Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:23:10.0871027Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:23:10.0871379Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:23:10.0871749Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:23:10.0872136Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:10.0872509Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:23:10.0872865Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:23:10.0873237Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:10.0873600Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:10.0873959Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:23:10.0874337Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:23:10.0874699Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:23:10.0875073Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:10.0875462Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:10.0876092Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:23:10.0876463Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:10.0876825Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:23:10.0877220Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:10.0877595Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:23:10.0877964Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:23:10.0878572Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:23:10.0878970Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:23:10.0879393Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:10.0879826Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:10.0880234Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:23:10.0880598Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:23:10.0880983Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:10.0881406Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:10.0881806Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:23:10.0882166Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:23:10.0882535Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:23:10.0882888Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:23:10.0883235Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:23:10.0883587Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:23:10.0883946Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:10.0884317Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:23:10.0884842Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:23:10.0885189Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:23:10.0885681Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:23:10.0886070Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:10.0886476Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:10.0886877Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:10.0887272Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:10.0887666Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:10.0888083Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:10.0888585Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:10.0889213Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:10.0889838Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:10.0890385Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:10.0890855Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:10.0891314Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:10.0891836Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:10.0892457Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:23:10.0893021Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:10.0893517Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:10.0893968Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:23:10.0894337Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:23:10.0894714Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:10.0895086Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:10.0895864Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:10.0896327Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:23:10.0896717Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:10.0897103Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:23:10.0897487Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:10.0897878Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:23:10.0898256Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:23:10.0898632Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:10.0899005Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:23:10.0899395Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:10.0899789Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:23:10.0900201Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:10.0900617Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:10.0900987Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:23:10.0901381Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:10.0901932Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:10.0902347Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:10.0902783Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:10.0903212Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:10.0903578Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:23:10.0903958Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:10.0904341Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:10.0904709Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:23:10.0905102Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:10.0905493Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:23:10.0906072Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:23:10.0906458Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:23:10.0906851Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:23:10.0907226Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:23:10.0907779Z 	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-20T20:23:10.0908498Z 	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-20T20:23:10.0909186Z 	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-20T20:23:10.0909857Z 	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-20T20:23:10.0910386Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:10.0910770Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:10.0911178Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:23:10.0911582Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:23:10.0911959Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:10.0912553Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:23:10.0912936Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:23:10.0913311Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:10.0913688Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:23:10.0914065Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:23:10.0914445Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:23:10.0914832Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:23:10.0915234Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:23:10.0915782Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:10.0916193Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:23:10.0916586Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:23:10.0916963Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:23:10.0917352Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:23:10.0917751Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:23:10.0918148Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:10.0918709Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:23:10.0919103Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:10.0919527Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:10.0919958Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:10.0920361Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:23:10.0920800Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:10.0921256Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:10.0921662Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:10.0922031Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:23:10.0922411Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:23:10.0922811Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:10.0923222Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:10.0923624Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:23:10.0924010Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:23:10.0924400Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:10.0924872Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:10.0925344Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:10.0925875Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:10.0926287Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:10.0926738Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:10.0927192Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:10.0927666Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:10.0928150Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:10.0928596Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:10.0929256Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:10.0929671Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:23:10.0930065Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:10.0930478Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:10.0930859Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:23:10.0931237Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:10.0931644Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:10.0932043Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:23:10.0932446Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:10.0932866Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:10.0933265Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:10.0933642Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:23:10.0934010Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:23:10.0934366Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:23:10.0934754Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:10.0935333Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:10.0935998Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:23:10.0936449Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:10.0936902Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:10.0937307Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:10.0937746Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:10.0938170Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:10.0938576Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:10.0938979Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:10.0939344Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:23:10.0939706Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:23:10.0940098Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:10.0940491Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:10.0940869Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:10.0941231Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:23:10.0941580Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:23:10.0941928Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:23:10.0942420Z 	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-20T20:23:10.0942933Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:10.0943322Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:10.0943703Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:10.0944102Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:10.0944517Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:10.0944930Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:10.0945775Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:23:10.0946260Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:10.0946674Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:23:10.0947047Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:23:10.0947414Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:23:10.0947780Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:23:10.0948154Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:10.0948576Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:10.0949008Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:10.0949410Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:23:10.0949833Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:10.0950273Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:10.0950672Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:10.0951044Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:23:10.0951394Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:23:10.0951933Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:23:10.0952303Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:10.0952683Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:10.0953058Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:10.0953458Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:10.0953878Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:10.0954336Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:10.0954769Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:23:10.0955142Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:10.0955666Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:23:10.0956061Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:10.0956451Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:23:10.0956832Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:23:10.0957210Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:23:10.0957652Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:10.0958151Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:10.0958575Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:23:10.0958949Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:23:10.0959324Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:10.0959729Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:10.0960121Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:23:10.0960497Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:23:10.0960897Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:10.0961277Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:23:10.0961625Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:23:10.0962197Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:23:10.0962623Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:10.0963051Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:23:10.0963433Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:23:10.0963822Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:23:10.0964260Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:10.0964701Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:23:10.0965129Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:10.0965655Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:23:10.0966183Z 	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-20T20:23:10.0966693Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:23:10.0967086Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:10.0967493Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:23:10.0967922Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:10.0968441Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:10.0969184Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:10.0969797Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:10.0970448Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:10.0971100Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:10.0971732Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:10.0972359Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:10.0972945Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:10.0973435Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:10.0973883Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:10.0974323Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:23:10.0974754Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:10.0975233Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:10.0975904Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:10.0976290Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:23:10.0976660Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:10.0977034Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:10.0977447Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:23:10.0977859Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:10.0978269Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:23:10.0978635Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:23:10.0979029Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:10.0979706Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:10.0980221Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:10.0980708Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:10.0981195Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:10.0981643Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:10.0982062Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:10.0982479Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:10.0982893Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:23:10.0983352Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:10.0983778Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:10.0984171Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:23:10.0984557Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:10.0984936Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:23:10.0985316Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:10.0985968Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:10.0986632Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:23:10.0987038Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:10.0987452Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:10.0987879Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:10.0988332Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:10.0988776Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:10.0989211Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:10.0989606Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:23:10.0989978Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:10.0990365Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:23:10.0990743Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:23:10.0991119Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:10.0991525Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:10.0991928Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:23:10.0992364Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:10.0992837Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:10.0993295Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:10.0993693Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:23:10.0994045Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:23:10.0994420Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:10.0994817Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:10.0995206Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:23:10.0996010Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:10.0996462Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:10.0997128Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:10.0997558Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:23:10.0997948Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:10.0998350Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:23:10.0998894Z 	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-20T20:23:10.0999477Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:10.0999927Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:10.1000374Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:10.1000800Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:10.1001203Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:10.1001590Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:10.1001979Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:10.1002380Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:10.1002786Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:10.1003323Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:10.1003717Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:10.1004119Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:10.1004495Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:23:10.1004902Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:10.1005371Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:10.1005955Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:23:10.1006331Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:23:10.1006714Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:23:10.1007101Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:23:10.1007480Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:23:10.1007852Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:10.1008279Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:10.1008723Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:10.1009128Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:23:10.1009531Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:23:10.1009929Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:23:10.1010310Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:23:10.1010688Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:23:10.1011072Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:23:10.1011477Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:23:10.1011923Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:10.1012371Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:10.1012792Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:10.1013392Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:10.1013818Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:23:10.1014247Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:10.1014628Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:23:10.1014982Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:23:10.1015329Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:23:10.1015954Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:10.1016332Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:23:10.1016686Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:23:10.1017059Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:10.1017455Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:10.1017846Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:23:10.1018203Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:23:10.1018551Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:23:10.1018927Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:23:10.1019325Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:10.1019948Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:23:10.1020315Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:10.1020680Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:23:10.1021067Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:10.1021445Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:23:10.1021800Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:23:10.1022169Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:10.1022561Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:10.1022943Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:23:10.1023318Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:10.1023698Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:23:10.1024085Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:10.1024489Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:10.1024911Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:10.1025312Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:23:10.1025823Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:23:10.1026174Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:23:10.1026518Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:23:10.1026942Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:10.1027443Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:10.1027958Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:10.1028438Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:10.1028942Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:10.1029379Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:23:10.1029766Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:10.1030345Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:10.1030753Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:10.1031134Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:10.1031520Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:10.1031911Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:10.1032290Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:23:10.1032684Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:10.1033125Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:10.1033554Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:10.1033935Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:23:10.1034337Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:10.1034759Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:10.1035140Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:23:10.1035489Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:23:10.1036072Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:10.1036708Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:10.1037169Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:10.1037578Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:23:10.1037996Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:23:10.1038427Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:23:10.1038864Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:23:10.1310841Z [+] Installing Go for linux-arm64...
2025-08-20T20:23:10.4907973Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:23:10.4908292Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:23:10.4908514Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:23:10.4918556Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:23:10.4918962Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:23:10.4919308Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:23:10.4980596Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:23:10.4981095Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:23:10.4981579Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:23:10.4982035Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:23:10.4982478Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:23:10.4982921Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:23:10.4983384Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:23:10.4983855Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:23:10.4984292Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:23:10.4984725Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:23:10.4985159Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:23:10.4986094Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:23:10.4986920Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:23:10.4987388Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:23:10.4987840Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:23:10.4988293Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:23:10.4988769Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:23:10.4989229Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:23:10.4989684Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:23:10.4990100Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:23:10.4990475Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:23:10.4990806Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:23:10.4991138Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:23:10.4991472Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:23:10.4991807Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:23:10.5021653Z go version go1.22.2 linux/arm64
2025-08-20T20:23:10.5297746Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:10.5298593Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:23:10.5298943Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:23:10.5299297Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:23:10.5299664Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:23:10.5300023Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:23:10.5300386Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:23:10.5300758Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:23:10.5301101Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:23:10.5301429Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:23:10.5301787Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:10.5302172Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:23:10.5302564Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:10.5302971Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:23:10.5303366Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:23:10.5303770Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:10.5304174Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:23:10.5304544Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:23:10.5304922Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:10.5305377Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:10.5306115Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:10.5306511Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:10.5306939Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:10.5307351Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:23:10.5307710Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:23:10.5308102Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:10.5308533Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:10.5309273Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:10.5309887Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:10.5310297Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:10.5310715Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:10.5311137Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:10.5311569Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:23:10.5311988Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:10.5312427Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:10.5312852Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:10.5313259Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:10.5313673Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:23:10.5314066Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:23:10.5314471Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:10.5314895Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:10.5315315Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:10.5316084Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:23:10.5316483Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:10.5316936Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:10.5317410Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:10.5317887Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:10.5318377Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:10.5318822Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:10.5319239Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:10.5319661Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:10.5320071Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:10.5320489Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:10.5320885Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:10.5321293Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:23:10.5321653Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:23:10.5322025Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:23:10.5322420Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:23:10.5322825Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:10.5323203Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:23:10.5323611Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:10.5324051Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:10.5324478Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:10.5324889Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:10.5325309Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:10.5326976Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:10.5327404Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:10.5327807Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:23:10.5328245Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:10.5328747Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:10.5329251Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:23:10.5329711Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:23:10.5330126Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:10.5330513Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:23:10.5330905Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:10.5331306Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:23:10.5331706Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:23:10.5332163Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:10.5332666Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:10.5333170Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:10.5333823Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:10.5334264Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:10.5334665Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:10.5335058Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:10.5335468Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:10.5336015Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:23:10.5336404Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:10.5336828Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:10.5337248Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:23:10.5337635Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:23:10.5338007Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:10.5338411Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:10.5338817Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:10.5339195Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:23:10.5339563Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:23:10.5339958Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:10.5340344Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:23:10.5340696Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:23:10.5341077Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:10.5341488Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:23:10.5341880Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:23:10.5342244Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:23:10.5342607Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:10.5342981Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:10.5343573Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:10.5343987Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:10.5344380Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:10.5344762Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:10.5345140Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:23:10.5345658Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:10.5346066Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:10.5346435Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:23:10.5346788Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:23:10.5347132Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:23:10.5347488Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:23:10.5347853Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:23:10.5348204Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:23:10.5348577Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:10.5348975Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:23:10.5349402Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:10.5350011Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:10.5350413Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:23:10.5350804Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:10.5351197Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:10.5351585Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:23:10.5351994Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:10.5352406Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:23:10.5352789Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:23:10.5353179Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:10.5353589Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:10.5354034Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:10.5354463Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:23:10.5354851Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:23:10.5355241Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:23:10.5355853Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:10.5356275Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:23:10.5356677Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:10.5357074Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:10.5357473Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:10.5357879Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:10.5358263Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:23:10.5358620Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:23:10.5358983Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:23:10.5359377Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:10.5359776Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:23:10.5360397Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:10.5360806Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:23:10.5361177Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:23:10.5361552Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:23:10.5361929Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:23:10.5362323Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:23:10.5362751Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:10.5363203Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:23:10.5363600Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:10.5363975Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:23:10.5364372Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:10.5364796Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:10.5365248Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:10.5365814Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:23:10.5366176Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:10.5366763Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:10.5367195Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:23:10.5367607Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:23:10.5367990Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:23:10.5368376Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:23:10.5368762Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:23:10.5369191Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:10.5369656Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:10.5370071Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:23:10.5370440Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:23:10.5370813Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:23:10.5371257Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:10.5371760Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:10.5372204Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:23:10.5372580Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:23:10.5373045Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:10.5373585Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:10.5374089Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:10.5374527Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:23:10.5374894Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:23:10.5375277Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:10.5375906Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:10.5376325Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:10.5376732Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:10.5377330Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:23:10.5377716Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:10.5378114Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:10.5378511Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:10.5378908Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:10.5379307Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:10.5379699Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:10.5380088Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:10.5380511Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:10.5380957Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:10.5381390Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:23:10.5381779Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:23:10.5382155Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:10.5382526Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:23:10.5382904Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:23:10.5383487Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:23:10.5383905Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:10.5384378Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:10.5384830Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:10.5385237Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:10.5385782Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:23:10.5386179Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:23:10.5386556Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:23:10.5386926Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:23:10.5387314Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:10.5387699Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:23:10.5388146Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:10.5388615Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:10.5389075Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:10.5389605Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:10.5390122Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:10.5390630Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:10.5391071Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:23:10.5391433Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:23:10.5391796Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:23:10.5392178Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:10.5392558Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:23:10.5392929Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:23:10.5393312Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:10.5393926Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:23:10.5394340Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:10.5394720Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:23:10.5395098Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:23:10.5395494Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:10.5396022Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:23:10.5396439Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:10.5396876Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:10.5397297Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:10.5397708Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:10.5398118Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:10.5398525Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:10.5398948Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:23:10.5399340Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:23:10.5399700Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:23:10.5400390Z 	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-20T20:23:10.5400909Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:23:10.5401279Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:23:10.5401657Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:10.5402030Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:23:10.5402428Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:10.5402868Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:10.5403296Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:10.5403724Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:10.5404137Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:10.5404540Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:23:10.5404962Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:10.5405374Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:10.5406046Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:23:10.5406490Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:10.5406985Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:10.5407483Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:10.5407932Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:10.5408342Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:10.5408747Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:10.5409228Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:10.5409710Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:10.5410123Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:23:10.5410783Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:10.5411253Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:10.5411664Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:23:10.5412056Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:23:10.5412407Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:23:10.5412776Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:23:10.5413165Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:10.5413529Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:23:10.5413879Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:23:10.5414246Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:10.5414609Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:10.5414968Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:23:10.5415339Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:23:10.5415817Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:23:10.5416194Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:10.5416582Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:10.5417126Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:23:10.5417481Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:10.5417838Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:23:10.5418205Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:10.5418580Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:23:10.5418953Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:23:10.5419312Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:23:10.5419690Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:23:10.5420108Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:10.5420546Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:10.5420955Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:23:10.5421362Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:23:10.5421748Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:10.5422175Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:10.5422575Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:23:10.5422940Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:23:10.5423307Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:23:10.5423665Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:23:10.5424008Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:23:10.5424355Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:23:10.5424708Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:10.5425080Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:23:10.5425441Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:23:10.5425973Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:23:10.5426312Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:23:10.5426688Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:10.5427374Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:10.5427787Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:10.5428184Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:10.5428577Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:10.5428994Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:10.5429503Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:10.5430122Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:10.5430746Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:10.5431290Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:10.5431822Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:10.5432288Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:10.5432809Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:10.5433431Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:23:10.5434184Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:10.5434678Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:10.5435122Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:23:10.5435490Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:23:10.5436000Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:10.5436378Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:10.5436760Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:10.5437149Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:23:10.5437535Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:10.5437922Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:23:10.5438315Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:10.5438702Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:23:10.5439082Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:23:10.5439485Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:10.5439860Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:23:10.5440258Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:10.5440655Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:23:10.5441065Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:10.5441481Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:10.5441847Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:23:10.5442244Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:10.5442654Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:10.5443063Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:10.5443505Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:10.5443933Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:10.5444548Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:23:10.5444939Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:10.5445327Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:10.5445921Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:23:10.5446317Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:10.5446716Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:23:10.5447100Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:23:10.5447482Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:23:10.5447844Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:23:10.5448212Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:23:10.5448765Z 	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-20T20:23:10.5449481Z 	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-20T20:23:10.5450167Z 	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-20T20:23:10.5451045Z 	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-20T20:23:10.5451575Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:10.5451962Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:10.5452370Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:23:10.5452772Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:23:10.5453150Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:10.5453526Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:23:10.5453891Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:23:10.5454268Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:10.5454644Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:23:10.5455020Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:23:10.5455397Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:23:10.5455933Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:23:10.5456342Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:23:10.5456746Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:10.5457149Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:23:10.5457540Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:23:10.5457918Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:23:10.5458306Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:23:10.5458709Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:23:10.5459111Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:10.5459507Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:23:10.5459900Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:10.5460324Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:10.5460759Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:10.5461392Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:23:10.5461852Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:10.5462311Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:10.5462717Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:10.5463085Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:23:10.5463466Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:23:10.5463866Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:10.5464278Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:10.5464683Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:23:10.5465062Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:23:10.5465460Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:10.5466073Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:10.5466547Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:10.5466944Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:10.5467352Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:10.5467951Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:10.5468398Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:10.5468871Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:10.5469357Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:10.5469809Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:10.5470249Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:10.5470649Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:23:10.5471038Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:10.5471455Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:10.5471842Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:23:10.5472218Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:10.5472625Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:10.5473024Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:23:10.5473428Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:10.5473851Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:10.5474244Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:10.5474796Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:23:10.5475166Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:23:10.5475616Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:23:10.5476013Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:10.5476431Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:10.5476828Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:23:10.5477275Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:10.5477947Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:10.5478364Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:10.5478803Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:10.5479228Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:10.5479636Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:10.5480047Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:10.5480404Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:23:10.5480767Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:23:10.5481160Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:10.5481561Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:10.5481943Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:10.5482421Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:23:10.5482800Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:23:10.5483146Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:23:10.5483632Z 	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-20T20:23:10.5484335Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:10.5484718Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:10.5485098Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:10.5485496Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:10.5486027Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:10.5486447Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:10.5486852Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:23:10.5487268Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:10.5487680Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:23:10.5488054Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:23:10.5488424Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:23:10.5488783Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:23:10.5489161Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:10.5489584Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:10.5490013Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:10.5490412Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:23:10.5490833Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:10.5491272Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:10.5491670Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:10.5492040Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:23:10.5492398Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:23:10.5492746Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:23:10.5493115Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:10.5493491Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:10.5493870Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:10.5494499Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:10.5494939Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:10.5495402Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:10.5495975Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:23:10.5496356Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:10.5496746Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:23:10.5497133Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:10.5497521Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:23:10.5497903Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:23:10.5498280Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:23:10.5498723Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:10.5499215Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:10.5499646Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:23:10.5500021Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:23:10.5500401Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:10.5500994Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:10.5501388Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:23:10.5501761Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:23:10.5502161Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:10.5502540Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:23:10.5502892Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:23:10.5503249Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:23:10.5503646Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:10.5504066Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:23:10.5504449Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:23:10.5504839Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:23:10.5505283Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:10.5505995Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:23:10.5506431Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:10.5506825Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:23:10.5507348Z 	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-20T20:23:10.5507857Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:23:10.5508243Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:10.5508652Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:23:10.5509078Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:10.5509598Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:10.5510185Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:10.5510794Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:10.5511645Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:10.5512307Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:10.5512944Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:10.5513575Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:10.5514163Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:10.5514647Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:10.5515094Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:10.5515676Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:23:10.5516112Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:10.5516595Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:10.5517028Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:10.5517410Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:23:10.5517778Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:10.5518155Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:10.5518685Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:23:10.5519095Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:10.5519512Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:23:10.5519876Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:23:10.5520261Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:10.5520727Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:10.5521264Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:10.5521756Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:10.5522246Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:10.5522706Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:10.5523122Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:10.5523540Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:10.5523954Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:23:10.5524384Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:10.5524815Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:10.5525206Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:23:10.5525805Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:10.5526194Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:23:10.5526574Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:10.5527015Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:10.5527457Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:23:10.5527857Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:10.5528272Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:10.5528921Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:10.5529384Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:10.5529828Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:10.5530256Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:10.5530655Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:23:10.5531026Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:10.5531417Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:23:10.5531789Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:23:10.5532161Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:10.5532563Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:10.5532969Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:23:10.5533400Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:10.5533872Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:10.5534331Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:10.5534727Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:23:10.5535236Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:23:10.5535753Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:10.5536150Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:10.5536539Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:23:10.5536933Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:10.5537367Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:10.5537816Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:10.5538230Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:23:10.5538618Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:10.5539018Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:23:10.5539568Z 	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-20T20:23:10.5540148Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:10.5540601Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:10.5541046Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:10.5541479Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:10.5541876Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:10.5542267Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:10.5542656Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:10.5543069Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:10.5543476Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:10.5543859Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:10.5544251Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:10.5544657Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:10.5545036Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:23:10.5545767Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:10.5546272Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:10.5546697Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:23:10.5547071Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:23:10.5547446Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:23:10.5547839Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:23:10.5548220Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:23:10.5548590Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:10.5549021Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:10.5549469Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:10.5549877Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:23:10.5550277Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:23:10.5550692Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:23:10.5551077Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:23:10.5551451Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:23:10.5552033Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:23:10.5552438Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:23:10.5552884Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:10.5553336Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:10.5553764Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:10.5554171Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:10.5554578Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:23:10.5555003Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:10.5555391Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:23:10.5555894Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:23:10.5556245Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:23:10.5556612Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:10.5556982Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:23:10.5557336Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:23:10.5557708Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:10.5558107Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:10.5558493Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:23:10.5558850Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:23:10.5559199Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:23:10.5559578Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:23:10.5559980Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:10.5560358Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:23:10.5560724Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:10.5561090Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:23:10.5561477Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:10.5562086Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:23:10.5562456Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:23:10.5562829Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:10.5563222Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:10.5563604Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:23:10.5563987Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:10.5564365Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:23:10.5564744Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:10.5565149Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:10.5565792Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:10.5566200Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:23:10.5566554Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:23:10.5566902Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:23:10.5567244Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:23:10.5567665Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:10.5568169Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:10.5568797Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:10.5569274Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:10.5569777Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:10.5570217Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:23:10.5570602Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:10.5570993Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:10.5571385Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:10.5571773Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:10.5572160Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:10.5572551Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:10.5572925Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:23:10.5573319Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:10.5573760Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:10.5574194Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:10.5574569Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:23:10.5574968Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:10.5575399Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:10.5575932Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:23:10.5576283Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:23:10.5576673Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:10.5577127Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:10.5577587Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:10.5577999Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:23:10.5578583Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:23:10.5579022Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:23:10.5579457Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:23:10.7634679Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:10.9605996Z Collecting meson
2025-08-20T20:23:11.0467320Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:23:11.1077380Z Collecting ninja
2025-08-20T20:23:11.1198615Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:23:11.1433353Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:23:11.2622977Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 9.6 MB/s  0:00:00
2025-08-20T20:23:11.2750346Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:23:11.3684285Z Installing collected packages: ninja, meson
2025-08-20T20:23:12.0473556Z 
2025-08-20T20:23:12.0496793Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:23:12.3246062Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:12.4186867Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:23:12.5110684Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:23:12.9063529Z 1.8.4
2025-08-20T20:23:12.9395839Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:23:12.9702771Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:12.9703144Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:23:12.9703502Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:23:12.9703866Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:23:12.9704285Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:23:12.9704648Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:23:12.9705009Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:23:12.9705368Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:23:12.9705832Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:23:12.9706164Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:23:12.9706536Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:12.9706921Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:23:12.9707302Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:12.9707710Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:23:12.9708105Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:23:12.9708513Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:12.9708909Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:23:12.9709270Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:23:12.9709652Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:12.9710109Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:12.9710558Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:12.9710946Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:12.9711364Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:12.9711762Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:23:12.9712117Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:23:12.9713093Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:12.9713558Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:12.9713976Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:12.9714382Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:12.9714798Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:12.9715228Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:12.9715786Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:12.9716219Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:23:12.9716638Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:12.9717084Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:12.9717511Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:12.9717915Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:12.9718327Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:23:12.9718717Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:23:12.9719126Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:12.9719796Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:12.9720218Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:12.9720628Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:23:12.9721026Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:12.9721486Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:12.9721960Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:12.9722431Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:12.9722920Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:12.9723364Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:12.9723793Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:12.9724213Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:12.9724625Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:12.9725042Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:12.9725443Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:12.9725960Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:23:12.9726314Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:23:12.9726685Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:23:12.9727079Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:23:12.9727488Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:12.9727870Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:23:12.9728282Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:12.9728722Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:12.9729148Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:12.9729773Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:12.9730227Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:12.9730656Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:12.9731060Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:12.9731455Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:23:12.9731898Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:12.9732406Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:12.9732907Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:23:12.9733366Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:23:12.9733786Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:12.9734181Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:23:12.9734578Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:12.9734983Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:23:12.9735383Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:23:12.9736094Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:12.9736794Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:12.9737303Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:12.9737799Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:12.9738233Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:12.9738639Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:12.9739033Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:12.9739436Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:12.9739834Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:23:12.9740223Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:12.9740653Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:12.9741078Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:23:12.9741461Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:23:12.9741834Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:12.9742240Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:12.9742653Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:12.9743031Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:23:12.9743399Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:23:12.9743793Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:12.9744184Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:23:12.9744547Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:23:12.9744930Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:12.9745339Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:23:12.9746097Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:23:12.9746464Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:23:12.9747048Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:12.9747436Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:12.9747833Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:12.9748233Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:12.9748624Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:12.9749007Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:12.9749393Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:23:12.9749793Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:12.9750191Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:12.9750561Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:23:12.9750915Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:23:12.9751269Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:23:12.9751626Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:23:12.9751989Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:23:12.9752339Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:23:12.9752716Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:12.9753279Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:23:12.9753714Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:12.9754154Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:12.9754551Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:23:12.9754943Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:12.9755334Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:12.9755869Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:23:12.9756272Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:12.9756683Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:23:12.9757066Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:23:12.9757465Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:12.9757880Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:12.9758320Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:12.9758751Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:23:12.9759141Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:23:12.9759541Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:23:12.9759952Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:12.9760359Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:23:12.9760765Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:12.9761163Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:12.9761567Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:12.9761973Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:12.9762355Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:23:12.9762711Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:23:12.9763077Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:23:12.9763710Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:12.9764133Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:23:12.9764534Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:12.9764923Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:23:12.9765292Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:23:12.9765823Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:23:12.9766202Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:23:12.9766588Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:23:12.9767013Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:12.9767459Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:23:12.9767860Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:12.9768234Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:23:12.9768622Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:12.9769040Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:12.9769458Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:12.9769970Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:23:12.9770317Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:12.9770738Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:12.9771168Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:23:12.9771574Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:23:12.9771963Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:23:12.9772348Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:23:12.9772730Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:23:12.9773154Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:12.9773621Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:12.9774038Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:23:12.9774403Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:23:12.9774762Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:23:12.9775206Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:12.9775850Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:12.9776297Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:23:12.9776673Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:23:12.9777135Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:12.9777673Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:12.9778176Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:12.9778614Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:23:12.9778974Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:23:12.9779356Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:12.9779763Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:12.9780390Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:12.9780826Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:12.9781202Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:23:12.9781576Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:12.9781974Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:12.9782377Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:12.9782773Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:12.9783172Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:12.9783565Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:12.9783955Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:12.9784379Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:12.9784824Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:12.9785251Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:23:12.9785790Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:23:12.9786167Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:12.9786734Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:23:12.9787113Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:23:12.9787507Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:23:12.9787920Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:12.9788388Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:12.9788838Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:12.9789245Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:12.9789635Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:23:12.9790015Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:23:12.9790392Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:23:12.9790772Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:23:12.9791159Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:12.9791538Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:23:12.9791983Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:12.9792458Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:12.9792917Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:12.9793439Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:12.9793953Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:12.9794454Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:12.9794898Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:23:12.9795267Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:23:12.9795777Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:23:12.9796169Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:12.9796547Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:23:12.9797141Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:23:12.9797531Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:12.9797914Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:23:12.9798298Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:12.9798675Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:23:12.9799055Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:23:12.9799452Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:12.9799886Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:23:12.9800308Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:12.9800743Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:12.9801168Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:12.9801584Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:12.9801986Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:12.9802401Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:12.9802822Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:23:12.9803387Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:23:12.9803752Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:23:12.9804261Z 	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-20T20:23:12.9804779Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:23:12.9805156Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:23:12.9805659Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:12.9806031Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:23:12.9806432Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:12.9806865Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:12.9807289Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:12.9807722Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:12.9808128Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:12.9808529Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:23:12.9808950Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:12.9809366Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:12.9809759Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:23:12.9810188Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:12.9810675Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:12.9811173Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:12.9811628Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:12.9812036Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:12.9812435Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:12.9812910Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:12.9813665Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:12.9814096Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:23:12.9814531Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:12.9814985Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:12.9815390Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:23:12.9815884Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:23:12.9816235Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:23:12.9816605Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:23:12.9816987Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:12.9817352Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:23:12.9817706Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:23:12.9818082Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:12.9818447Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:12.9818808Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:23:12.9819178Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:23:12.9819535Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:23:12.9820081Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:12.9820466Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:12.9820826Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:23:12.9821185Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:12.9821541Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:23:12.9821909Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:12.9822283Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:23:12.9822649Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:23:12.9823007Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:23:12.9823383Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:23:12.9823805Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:12.9824246Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:12.9824658Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:23:12.9825019Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:23:12.9825402Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:12.9825994Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:12.9826401Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:23:12.9826761Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:23:12.9827130Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:23:12.9827488Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:23:12.9827832Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:23:12.9828182Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:23:12.9828537Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:12.9828902Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:23:12.9829263Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:23:12.9829609Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:23:12.9830164Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:23:12.9830556Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:12.9830961Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:12.9831359Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:12.9831757Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:12.9832158Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:12.9832569Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:12.9833067Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:12.9833683Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:12.9834312Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:12.9834859Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:12.9835331Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:12.9836008Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:12.9836532Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:12.9837314Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:23:12.9837907Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:12.9838402Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:12.9838853Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:23:12.9839224Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:23:12.9839598Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:12.9839972Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:12.9840349Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:12.9840736Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:23:12.9841126Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:12.9841510Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:23:12.9841896Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:12.9842286Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:23:12.9842663Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:23:12.9843045Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:12.9843423Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:23:12.9843814Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:12.9844211Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:23:12.9844625Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:12.9845047Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:12.9845420Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:23:12.9845949Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:12.9846363Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:12.9846773Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:12.9847424Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:12.9847869Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:12.9848237Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:23:12.9848601Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:12.9848983Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:12.9849353Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:23:12.9849742Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:12.9850131Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:23:12.9850517Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:23:12.9850899Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:23:12.9851262Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:23:12.9851630Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:23:12.9852180Z 	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-20T20:23:12.9852897Z 	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-20T20:23:12.9853738Z 	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-20T20:23:12.9854408Z 	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-20T20:23:12.9854931Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:12.9855316Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:12.9855855Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:23:12.9856260Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:23:12.9856640Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:12.9857015Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:23:12.9857380Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:23:12.9857760Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:12.9858139Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:23:12.9858510Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:23:12.9858889Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:23:12.9859273Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:23:12.9859682Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:23:12.9860085Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:12.9860481Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:23:12.9860869Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:23:12.9861248Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:23:12.9861639Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:23:12.9862040Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:23:12.9862438Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:12.9862843Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:23:12.9863237Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:12.9863886Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:12.9864343Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:12.9864748Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:23:12.9865189Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:12.9865842Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:12.9866260Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:12.9866629Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:23:12.9867012Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:23:12.9867408Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:12.9867819Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:12.9868229Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:23:12.9868609Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:23:12.9869003Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:12.9869471Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:12.9869940Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:12.9870508Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:12.9870916Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:12.9871373Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:12.9871817Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:12.9872296Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:12.9872784Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:12.9873229Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:12.9873670Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:12.9874070Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:23:12.9874464Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:12.9874882Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:12.9875271Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:23:12.9875871Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:12.9876291Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:12.9876697Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:23:12.9877097Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:12.9877541Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:12.9877937Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:12.9878318Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:23:12.9878692Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:23:12.9879046Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:23:12.9879435Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:12.9879854Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:12.9880249Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:23:12.9880927Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:12.9881390Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:12.9881792Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:12.9882232Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:12.9882660Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:12.9883065Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:12.9883470Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:12.9883826Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:23:12.9884189Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:23:12.9884587Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:12.9884982Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:12.9885357Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:12.9885853Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:23:12.9886206Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:23:12.9886555Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:23:12.9887215Z 	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-20T20:23:12.9887723Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:12.9888103Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:12.9888481Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:12.9888881Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:12.9889290Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:12.9889702Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:12.9890106Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:23:12.9890520Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:12.9890940Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:23:12.9891318Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:23:12.9891687Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:23:12.9892051Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:23:12.9892430Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:12.9892863Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:12.9893293Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:12.9893693Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:23:12.9894109Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:12.9894554Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:12.9894957Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:12.9895330Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:23:12.9895832Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:23:12.9896190Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:23:12.9896557Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:12.9897154Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:12.9897546Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:12.9897949Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:12.9898366Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:12.9898830Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:12.9899275Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:23:12.9899651Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:12.9900083Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:23:12.9900473Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:12.9900859Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:23:12.9901246Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:23:12.9901620Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:23:12.9902066Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:12.9902553Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:12.9902983Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:23:12.9903530Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:23:12.9903906Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:12.9904313Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:12.9904703Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:23:12.9905080Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:23:12.9905481Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:12.9906001Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:23:12.9906348Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:23:12.9906704Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:23:12.9907102Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:12.9907528Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:23:12.9907909Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:23:12.9908297Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:23:12.9908744Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:12.9909187Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:23:12.9909618Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:12.9910015Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:23:12.9910532Z 	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-20T20:23:12.9911041Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:23:12.9911461Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:12.9911876Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:23:12.9912307Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:12.9912829Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:12.9913414Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:12.9914233Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:12.9914904Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:12.9915668Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:12.9916305Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:12.9916939Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:12.9917522Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:12.9918005Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:12.9918450Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:12.9918889Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:23:12.9919316Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:12.9919792Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:12.9920224Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:12.9920605Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:23:12.9921122Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:12.9921499Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:12.9921879Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:23:12.9922289Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:12.9922702Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:23:12.9923066Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:23:12.9923455Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:12.9923914Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:12.9924403Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:12.9924896Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:12.9925382Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:12.9925955Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:12.9926378Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:12.9926790Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:12.9927212Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:23:12.9927647Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:12.9928072Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:12.9928459Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:23:12.9928840Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:12.9929220Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:23:12.9929600Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:12.9930037Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:12.9930479Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:23:12.9930888Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:12.9931515Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:12.9931955Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:12.9932406Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:12.9932850Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:12.9933288Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:12.9933678Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:23:12.9934051Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:12.9934439Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:23:12.9934809Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:23:12.9935186Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:12.9935721Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:12.9936126Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:23:12.9936553Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:12.9937023Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:12.9937631Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:12.9938021Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:23:12.9938373Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:23:12.9938746Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:12.9939145Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:12.9939537Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:23:12.9939931Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:12.9940360Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:12.9940807Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:12.9941220Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:23:12.9941614Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:12.9942016Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:23:12.9942555Z 	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-20T20:23:12.9943138Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:12.9943600Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:12.9944047Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:12.9944471Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:12.9944870Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:12.9945263Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:12.9945797Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:12.9946202Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:12.9946607Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:12.9946984Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:12.9947377Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:12.9948055Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:12.9948451Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:23:12.9948863Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:12.9949326Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:12.9949755Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:23:12.9950139Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:23:12.9950519Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:23:12.9950910Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:23:12.9951286Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:23:12.9951652Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:12.9952086Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:12.9952533Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:12.9952938Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:23:12.9953337Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:23:12.9953734Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:23:12.9954276Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:23:12.9954653Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:23:12.9955042Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:23:12.9955444Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:23:12.9956030Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:12.9956482Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:12.9956905Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:12.9957310Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:12.9957716Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:23:12.9958141Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:12.9958536Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:23:12.9958895Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:23:12.9959243Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:23:12.9959606Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:12.9959980Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:23:12.9960332Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:23:12.9960703Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:12.9961097Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:12.9961629Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:23:12.9961998Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:23:12.9962354Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:23:12.9962732Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:23:12.9963132Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:12.9963507Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:23:12.9963872Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:12.9964465Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:23:12.9964867Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:12.9965251Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:23:12.9965719Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:23:12.9966094Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:12.9966493Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:12.9966875Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:23:12.9967251Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:12.9967629Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:23:12.9968016Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:12.9968422Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:12.9968846Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:12.9969249Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:23:12.9969605Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:23:12.9969955Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:23:12.9970298Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:23:12.9970877Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:12.9971380Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:12.9971853Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:12.9972327Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:12.9972834Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:12.9973273Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:23:12.9973656Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:12.9974047Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:12.9974438Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:12.9974832Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:12.9975222Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:12.9975737Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:12.9976124Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:23:12.9976522Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:12.9976971Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:12.9977402Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:12.9977777Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:23:12.9978174Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:12.9978597Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:12.9978980Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:23:12.9979327Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:23:12.9979714Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:12.9980166Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:12.9980827Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:12.9981254Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:23:12.9981674Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:23:12.9982102Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:23:12.9982534Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:23:13.0894057Z info: downloading installer
2025-08-20T20:23:13.3962939Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:23:13.3963326Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:23:13.3963689Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:23:13.3964101Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:23:13.4167534Z info: profile set to 'default'
2025-08-20T20:23:13.4167890Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:23:13.4168256Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:23:13.4732248Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:23:13.6659580Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:23:13.6978232Z info: downloading component 'clippy'
2025-08-20T20:23:13.8407902Z info: downloading component 'rustfmt'
2025-08-20T20:23:14.0263780Z info: downloading component 'cargo'
2025-08-20T20:23:14.2392066Z info: downloading component 'rust-std'
2025-08-20T20:23:14.7124242Z info: downloading component 'rustc'
2025-08-20T20:23:15.7014152Z info: removing previous version of component 'clippy'
2025-08-20T20:23:15.7140866Z info: removing previous version of component 'rustfmt'
2025-08-20T20:23:15.7207101Z info: removing previous version of component 'cargo'
2025-08-20T20:23:15.7409071Z info: removing previous version of component 'rust-std'
2025-08-20T20:23:15.7518444Z info: removing previous version of component 'rustc'
2025-08-20T20:23:15.7731445Z info: installing component 'clippy'
2025-08-20T20:23:16.0410204Z info: installing component 'rustfmt'
2025-08-20T20:23:16.2412307Z info: installing component 'cargo'
2025-08-20T20:23:16.7481826Z info: installing component 'rust-std'
2025-08-20T20:23:18.0707546Z info: installing component 'rustc'
2025-08-20T20:23:20.9121189Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:23:20.9121533Z 
2025-08-20T20:23:20.9192886Z   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-20T20:23:20.9217823Z 
2025-08-20T20:23:20.9217832Z 
2025-08-20T20:23:20.9218060Z Rust is installed now. Great!
2025-08-20T20:23:20.9218235Z 
2025-08-20T20:23:20.9218409Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:23:20.9218804Z environment variable. This has not been done automatically.
2025-08-20T20:23:20.9219029Z 
2025-08-20T20:23:20.9219172Z To configure your current shell, you need to source
2025-08-20T20:23:20.9219457Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:23:20.9219638Z 
2025-08-20T20:23:20.9219806Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:23:20.9220194Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:23:20.9220487Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:23:20.9220776Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:23:20.9341278Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:23:20.9657408Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:23:20.9657718Z 
2025-08-20T20:23:20.9730365Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:23:20.9731003Z 
2025-08-20T20:23:21.0145301Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:23:21.0522189Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:23:21.0834008Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:21.0834542Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:23:21.0835338Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:23:21.0836191Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:23:21.0836612Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:23:21.0837023Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:23:21.0837402Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:23:21.0837770Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:23:21.0838115Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:23:21.0838443Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:23:21.0838800Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:21.0839194Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:23:21.0839577Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:21.0839983Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:23:21.0840382Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:23:21.0840787Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:21.0841536Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:23:21.0841896Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:23:21.0842277Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:21.0842735Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:21.0843178Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:21.0843578Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:21.0844002Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:21.0844402Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:23:21.0844758Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:23:21.0845150Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:21.0845782Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:21.0846215Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:21.0846622Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:21.0847037Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:21.0847463Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:21.0848043Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:21.0848475Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:23:21.0848901Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:21.0849341Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:21.0849774Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:21.0850182Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:21.0850592Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:23:21.0850984Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:23:21.0851388Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:21.0852066Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:21.0852513Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:21.0852918Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:23:21.0853312Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:21.0853769Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:21.0854251Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:21.0854728Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:21.0855221Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:21.0855935Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:21.0856374Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:21.0856796Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:21.0857209Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:21.0857628Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:21.0858029Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:21.0858398Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:23:21.0859042Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:23:21.0859417Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:23:21.0859818Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:23:21.0860226Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:21.0860610Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:23:21.0861019Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:21.0861459Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:21.0861885Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:21.0862297Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:21.0862724Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:21.0863158Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:21.0863563Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:21.0863961Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:23:21.0864406Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:21.0864908Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:21.0865410Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:23:21.0866078Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:23:21.0866509Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:21.0866902Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:23:21.0867303Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:21.0867705Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:23:21.0868106Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:23:21.0868563Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:21.0869297Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:21.0869828Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:21.0870318Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:21.0870759Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:21.0871162Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:21.0871557Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:21.0871963Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:21.0872357Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:23:21.0872742Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:21.0873165Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:21.0873593Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:23:21.0873974Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:23:21.0874349Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:21.0874753Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:21.0875158Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:21.0876085Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:23:21.0876462Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:23:21.0876859Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:21.0877248Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:23:21.0877605Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:23:21.0877993Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:21.0878406Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:23:21.0878792Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:23:21.0879158Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:23:21.0879522Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:21.0879895Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:21.0880318Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:21.0880719Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:21.0881119Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:21.0881504Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:21.0881891Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:23:21.0882295Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:21.0882690Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:21.0883061Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:23:21.0883418Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:23:21.0883769Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:23:21.0884127Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:23:21.0884489Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:23:21.0884843Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:23:21.0885221Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:21.0885825Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:23:21.0886481Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:21.0886936Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:21.0887347Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:23:21.0887746Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:21.0888138Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:21.0888532Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:23:21.0888932Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:21.0889341Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:23:21.0889726Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:23:21.0890117Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:21.0890531Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:21.0890969Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:21.0891398Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:23:21.0891789Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:23:21.0892188Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:23:21.0892719Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:21.0893128Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:23:21.0893530Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:21.0893922Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:21.0894325Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:21.0894727Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:21.0895107Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:23:21.0895467Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:23:21.0896003Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:23:21.0896402Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:21.0896807Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:23:21.0897209Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:21.0897596Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:23:21.0897966Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:23:21.0898343Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:23:21.0898728Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:23:21.0899118Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:23:21.0899543Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:21.0899990Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:23:21.0900388Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:21.0900764Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:23:21.0901157Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:21.0901577Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:21.0901995Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:21.0902349Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:23:21.0902868Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:21.0903311Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:21.0903741Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:23:21.0904151Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:23:21.0904536Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:23:21.0904921Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:23:21.0905304Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:23:21.0906008Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:21.0906477Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:21.0906896Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:23:21.0907263Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:23:21.0907622Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:23:21.0908071Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:21.0908578Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:21.0909197Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:23:21.0909572Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:23:21.0910034Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:21.0910575Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:21.0911077Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:21.0911515Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:23:21.0911875Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:23:21.0912259Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:21.0912671Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:21.0913085Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:21.0913495Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:21.0913868Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:23:21.0914245Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:21.0914646Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:21.0915046Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:21.0915455Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:21.0916011Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:21.0916410Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:21.0916805Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:21.0917228Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:21.0917686Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:21.0918117Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:23:21.0918509Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:23:21.0918885Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:21.0919260Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:23:21.0919853Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:23:21.0920265Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:23:21.0920685Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:21.0921156Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:21.0921600Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:21.0922013Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:21.0922406Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:23:21.0922790Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:23:21.0923171Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:23:21.0923540Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:23:21.0923928Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:21.0924311Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:23:21.0924759Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:21.0925237Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:21.0925971Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:21.0926491Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:21.0927003Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:21.0927537Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:21.0927980Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:23:21.0928348Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:23:21.0928712Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:23:21.0929089Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:21.0929468Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:23:21.0929838Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:23:21.0930223Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:21.0930600Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:23:21.0930989Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:21.0931366Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:23:21.0931741Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:23:21.0932141Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:21.0932537Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:23:21.0932958Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:21.0933399Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:21.0933822Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:21.0934241Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:21.0934650Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:21.0935065Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:21.0935487Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:23:21.0936213Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:23:21.0936600Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:23:21.0937112Z 	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-20T20:23:21.0937632Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:23:21.0937999Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:23:21.0938376Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:21.0938739Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:23:21.0939140Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:21.0939575Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:21.0940004Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:21.0940439Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:21.0940841Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:21.0941250Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:23:21.0941675Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:21.0942094Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:21.0942655Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:23:21.0943086Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:21.0943584Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:21.0944083Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:21.0944535Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:21.0944948Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:21.0945352Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:21.0945969Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:21.0946453Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:21.0946869Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:23:21.0947302Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:21.0947758Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:21.0948163Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:23:21.0948523Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:23:21.0948876Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:23:21.0949244Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:23:21.0949626Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:21.0949997Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:23:21.0950352Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:23:21.0950719Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:21.0951090Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:21.0951448Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:23:21.0951820Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:23:21.0952179Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:23:21.0952555Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:21.0953210Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:21.0953588Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:23:21.0953949Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:21.0954307Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:23:21.0954672Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:21.0955054Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:23:21.0955419Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:23:21.0956004Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:23:21.0956381Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:23:21.0956801Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:21.0957239Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:21.0957655Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:23:21.0958020Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:23:21.0958402Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:21.0958827Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:21.0959416Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:23:21.0959779Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:23:21.0960144Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:23:21.0960504Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:23:21.0960847Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:23:21.0961199Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:23:21.0961557Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:21.0961923Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:23:21.0962282Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:23:21.0962627Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:23:21.0962959Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:23:21.0963344Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:21.0963752Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:21.0964148Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:21.0964545Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:21.0964943Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:21.0965369Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:21.0966018Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:21.0966634Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:21.0967263Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:21.0967809Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:21.0968288Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:21.0968741Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:21.0969264Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:21.0970130Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:23:21.0970726Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:21.0971226Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:21.0971672Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:23:21.0972048Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:23:21.0972424Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:21.0972796Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:21.0973179Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:21.0973572Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:23:21.0973965Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:21.0974355Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:23:21.0974742Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:21.0975130Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:23:21.0975508Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:23:21.0976024Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:21.0976609Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:23:21.0977004Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:21.0977399Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:23:21.0977809Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:21.0978230Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:21.0978599Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:23:21.0978994Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:21.0979405Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:21.0979815Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:21.0980254Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:21.0980685Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:21.0981051Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:23:21.0981419Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:21.0981802Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:21.0982171Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:23:21.0982564Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:21.0982957Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:23:21.0983343Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:23:21.0983723Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:23:21.0984087Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:23:21.0984454Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:23:21.0985004Z 	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-20T20:23:21.0985867Z 	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-20T20:23:21.0986779Z 	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-20T20:23:21.0987473Z 	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-20T20:23:21.0988005Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:21.0988391Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:21.0988798Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:23:21.0989204Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:23:21.0989581Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:21.0989955Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:23:21.0990320Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:23:21.0990699Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:21.0991081Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:23:21.0991456Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:23:21.0991833Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:23:21.0992220Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:23:21.0992624Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:23:21.0993178Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:21.0993576Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:23:21.0993959Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:23:21.0994336Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:23:21.0994855Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:23:21.0995270Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:23:21.0995758Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:21.0996162Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:23:21.0996557Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:21.0996981Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:21.0997419Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:21.0997823Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:23:21.0998263Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:21.0998721Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:21.0999129Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:21.0999504Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:23:21.0999883Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:23:21.1000281Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:21.1000693Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:21.1001095Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:23:21.1001482Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:23:21.1001876Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:21.1002347Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:21.1002923Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:21.1003589Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:21.1004025Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:21.1004475Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:21.1004924Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:21.1005397Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:21.1005990Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:21.1006435Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:21.1006874Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:21.1007273Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:23:21.1007669Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:21.1008087Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:21.1008469Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:23:21.1008845Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:21.1009256Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:21.1009655Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:23:21.1010218Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:21.1010641Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:21.1011034Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:21.1011412Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:23:21.1011782Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:23:21.1012130Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:23:21.1012521Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:21.1012938Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:21.1013327Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:23:21.1013774Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:21.1014229Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:21.1014635Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:21.1015074Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:21.1015495Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:21.1016024Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:21.1016440Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:21.1016796Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:23:21.1017159Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:23:21.1017553Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:21.1017953Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:21.1018334Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:21.1018691Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:23:21.1019039Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:23:21.1019394Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:23:21.1020086Z 	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-20T20:23:21.1020615Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:21.1020995Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:21.1021373Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:21.1021769Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:21.1022182Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:21.1022591Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:21.1022997Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:23:21.1023409Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:21.1023823Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:23:21.1024198Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:23:21.1024561Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:23:21.1024924Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:23:21.1025307Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:21.1025870Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:21.1026474Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:21.1026876Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:23:21.1027336Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:21.1027808Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:21.1028207Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:21.1028581Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:23:21.1028928Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:23:21.1029273Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:23:21.1029644Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:21.1030017Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:21.1030395Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:21.1030797Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:21.1031214Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:21.1031672Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:21.1032107Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:23:21.1032484Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:21.1032872Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:23:21.1033259Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:21.1033645Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:23:21.1034031Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:23:21.1034412Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:23:21.1034856Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:21.1035351Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:21.1035938Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:23:21.1036318Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:23:21.1036921Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:21.1037349Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:21.1037744Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:23:21.1038112Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:23:21.1038511Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:21.1038900Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:23:21.1039248Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:23:21.1039602Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:23:21.1040003Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:21.1040425Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:23:21.1040804Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:23:21.1041192Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:23:21.1041633Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:21.1042073Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:23:21.1042504Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:21.1043032Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:23:21.1043548Z 	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-20T20:23:21.1044058Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:23:21.1044450Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:21.1044866Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:23:21.1045292Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:21.1045945Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:21.1046531Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:21.1047143Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:21.1047800Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:21.1048453Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:21.1049082Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:21.1049713Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:21.1050298Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:21.1050780Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:21.1051230Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:21.1051666Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:23:21.1052098Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:21.1052576Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:21.1053013Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:21.1053396Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:23:21.1053966Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:21.1054356Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:21.1054736Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:23:21.1055147Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:21.1055652Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:23:21.1056019Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:23:21.1056416Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:21.1056879Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:21.1057371Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:21.1057863Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:21.1058360Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:21.1058815Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:21.1059232Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:21.1059645Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:21.1060061Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:23:21.1060662Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:21.1061089Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:21.1061480Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:23:21.1061861Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:21.1062238Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:23:21.1062621Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:21.1063060Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:21.1063508Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:23:21.1063916Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:21.1064331Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:21.1064767Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:21.1065218Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:21.1065808Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:21.1066248Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:21.1066653Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:23:21.1067028Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:21.1067415Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:23:21.1067787Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:23:21.1068159Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:21.1068561Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:21.1068966Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:23:21.1069392Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:21.1069860Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:21.1070318Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:21.1070880Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:23:21.1071248Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:23:21.1071620Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:21.1072014Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:21.1072398Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:23:21.1072793Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:21.1073225Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:21.1073671Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:21.1074088Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:23:21.1074474Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:21.1074878Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:23:21.1075426Z 	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-20T20:23:21.1076136Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:21.1076592Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:21.1077191Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:21.1077617Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:21.1078016Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:21.1078404Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:21.1078792Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:21.1079196Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:21.1079597Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:21.1079976Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:21.1080364Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:21.1080766Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:21.1081142Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:23:21.1081549Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:21.1082012Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:21.1082436Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:23:21.1082820Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:23:21.1083198Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:23:21.1083592Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:23:21.1083969Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:23:21.1084344Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:21.1084781Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:21.1085232Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:21.1085776Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:23:21.1086183Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:23:21.1086583Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:23:21.1087165Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:23:21.1087554Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:23:21.1087941Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:23:21.1088343Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:23:21.1088787Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:21.1089240Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:21.1089660Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:21.1090063Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:21.1090469Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:23:21.1090893Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:21.1091285Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:23:21.1091645Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:23:21.1091993Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:23:21.1092356Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:21.1092733Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:23:21.1093086Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:23:21.1093656Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:21.1094050Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:21.1094434Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:23:21.1094792Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:23:21.1095139Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:23:21.1095659Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:23:21.1096065Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:21.1096441Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:23:21.1096802Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:21.1097162Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:23:21.1097547Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:21.1097928Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:23:21.1098275Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:23:21.1098649Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:21.1099040Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:21.1099425Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:23:21.1099806Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:21.1100184Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:23:21.1100569Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:21.1100972Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:21.1101401Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:21.1101803Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:23:21.1119439Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:23:21.1120013Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:23:21.1120367Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:23:21.1121104Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:21.1121622Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:21.1122095Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:21.1122570Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:21.1123074Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:21.1123516Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:23:21.1123897Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:21.1124284Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:21.1124674Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:21.1126249Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:21.1126652Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:21.1127041Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:21.1127447Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:23:21.1127842Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:21.1128287Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:21.1128963Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:21.1129341Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:23:21.1129743Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:21.1130168Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:21.1130555Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:23:21.1130908Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:23:21.1131294Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:21.1131745Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:21.1132206Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:21.1132621Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:23:21.1133038Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:23:21.1133467Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:23:21.1133902Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:23:21.1134229Z 
2025-08-20T20:23:21.1134233Z 
2025-08-20T20:23:21.1134609Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:23:21 PM)
2025-08-20T20:23:21.1134969Z 
2025-08-20T20:23:21.1134976Z 
2025-08-20T20:23:21.1134980Z 
2025-08-20T20:23:21.1135044Z [+] Continue : YES
2025-08-20T20:23:21.1135150Z 
2025-08-20T20:23:21.1135378Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:23:21.1809386Z 
2025-08-20T20:23:21.1809985Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:23:21 PM) UTC
2025-08-20T20:23:21.1810299Z 
2025-08-20T20:23:21.1824818Z 
2025-08-20T20:23:21.1825021Z [+] Total RECIPES :: 1
2025-08-20T20:23:21.1825171Z 
2025-08-20T20:23:21.1900974Z 
2025-08-20T20:23:21.1901649Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml (1/1)
2025-08-20T20:23:21.1902146Z 
2025-08-20T20:23:21.3061074Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:23:21.3072369Z mode of '/tmp/pkgforge/WahvYgxH1_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:23:21.3120916Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/gh/official/source [Provided]
2025-08-20T20:23:21.3121322Z [+] Setting '.pkg_family' --> gh [Provided]
2025-08-20T20:23:21.3134443Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:23:21.3139487Z [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-20T20:23:21.3167223Z [00:00:00.003]➜  
2025-08-20T20:23:21.3167727Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:23:21.3168145Z [00:00:00.003]➜  
2025-08-20T20:23:21.3207259Z [00:00:00.007]➜  
2025-08-20T20:23:21.3207776Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:23:21.3208199Z [00:00:00.007]➜  
2025-08-20T20:23:21.3285012Z [00:00:00.015]➜  
2025-08-20T20:23:21.3286158Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/gh/static.official.source.yaml) --> /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:23:21 PM) UTC]
2025-08-20T20:23:21.3286997Z [00:00:00.015]➜  
2025-08-20T20:23:21.3287187Z [00:00:00.015]➜  
2025-08-20T20:23:21.3287366Z [00:00:00.015]➜  
2025-08-20T20:23:21.3288089Z [00:00:00.015]➜  ###################################################################
2025-08-20T20:23:21.3294128Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:23:21.3295180Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:23:21.3297928Z [00:00:00.016]➜  _disabled: false
2025-08-20T20:23:21.3298170Z [00:00:00.016]➜  
2025-08-20T20:23:21.3298369Z [00:00:00.016]➜  pkg: "gh"
2025-08-20T20:23:21.3298670Z [00:00:00.016]➜  pkg_id: "github.com.cli.cli.source"
2025-08-20T20:23:21.3298966Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T20:23:21.3299205Z [00:00:00.016]➜  category:
2025-08-20T20:23:21.3299876Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T20:23:21.3300186Z [00:00:00.016]➜    - "Utility"
2025-08-20T20:23:21.3300455Z [00:00:00.016]➜  description: "GitHub CLI tool"
2025-08-20T20:23:21.3300729Z [00:00:00.016]➜  distro_pkg:
2025-08-20T20:23:21.3300945Z [00:00:00.016]➜    alpine:
2025-08-20T20:23:21.3301189Z [00:00:00.016]➜      - "github-cli"
2025-08-20T20:23:21.3301432Z [00:00:00.016]➜    archlinux:
2025-08-20T20:23:21.3301650Z [00:00:00.016]➜      aur:
2025-08-20T20:23:21.3301887Z [00:00:00.016]➜        - "github-cli-git"
2025-08-20T20:23:21.3302139Z [00:00:00.016]➜      extra:
2025-08-20T20:23:21.3302369Z [00:00:00.016]➜        - "github-cli"
2025-08-20T20:23:21.3302609Z [00:00:00.016]➜    debian:
2025-08-20T20:23:21.3302824Z [00:00:00.016]➜      - "gh"
2025-08-20T20:23:21.3303046Z [00:00:00.016]➜    homebrew:
2025-08-20T20:23:21.3303282Z [00:00:00.016]➜      - "gh"
2025-08-20T20:23:21.3303504Z [00:00:00.016]➜    nixpkgs:
2025-08-20T20:23:21.3303740Z [00:00:00.016]➜      - "gh"
2025-08-20T20:23:21.3303956Z [00:00:00.016]➜  homepage:
2025-08-20T20:23:21.3304225Z [00:00:00.016]➜    - "https://github.com/cli/cli"
2025-08-20T20:23:21.3304512Z [00:00:00.016]➜  license:
2025-08-20T20:23:21.3304734Z [00:00:00.016]➜    - id: "MIT"
2025-08-20T20:23:21.3305190Z [00:00:00.016]➜      url: "https://github.com/cli/cli/raw/fe74349fe460cd80c21116eabd2753c0ba746f63/LICENSE"
2025-08-20T20:23:21.3305891Z [00:00:00.016]➜  maintainer:
2025-08-20T20:23:21.3306207Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:23:21.3306531Z [00:00:00.016]➜  note:
2025-08-20T20:23:21.3306809Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:23:21.3307335Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/cli/cli"
2025-08-20T20:23:21.3307725Z [00:00:00.016]➜  provides:
2025-08-20T20:23:21.3308346Z [00:00:00.016]➜    - "gh==github-cli"
2025-08-20T20:23:21.3308682Z [00:00:00.016]➜  repology:
2025-08-20T20:23:21.3308919Z [00:00:00.016]➜    - "github-cli"
2025-08-20T20:23:21.3309166Z [00:00:00.016]➜  src_url:
2025-08-20T20:23:21.3309434Z [00:00:00.016]➜    - "https://github.com/cli/cli"
2025-08-20T20:23:21.3309715Z [00:00:00.016]➜  tag:
2025-08-20T20:23:21.3309928Z [00:00:00.016]➜    - "Utility"
2025-08-20T20:23:21.3310145Z [00:00:00.016]➜  x_exec:
2025-08-20T20:23:21.3310384Z [00:00:00.016]➜    bsys: "docker://go"
2025-08-20T20:23:21.3310634Z [00:00:00.016]➜    host:
2025-08-20T20:23:21.3310866Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T20:23:21.3311135Z [00:00:00.016]➜      - "riscv64-Linux"
2025-08-20T20:23:21.3311393Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T20:23:21.3311639Z [00:00:00.016]➜    shell: "bash"
2025-08-20T20:23:21.3311871Z [00:00:00.016]➜    pkgver: |
2025-08-20T20:23:21.3312148Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:23:21.3312819Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/cli/cli" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:23:21.3313641Z [00:00:00.016]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:23:21.3314279Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:23:21.3314948Z [00:00:00.016]➜    run: |
2025-08-20T20:23:21.3315169Z [00:00:00.016]➜      #Build
2025-08-20T20:23:21.3316068Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:23:21.3316868Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:23:21.3317445Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:23:21.3317953Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:23:21.3318362Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:23:21.3318697Z [00:00:00.016]➜        bash -l -c '
2025-08-20T20:23:21.3318938Z [00:00:00.016]➜        #Setup ENV
2025-08-20T20:23:21.3319303Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:23:21.3319670Z [00:00:00.016]➜         CGO_ENABLED="1"
2025-08-20T20:23:21.3320029Z [00:00:00.016]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:23:21.3320531Z [00:00:00.016]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:23:21.3320914Z [00:00:00.016]➜         GOOS="linux"
2025-08-20T20:23:21.3321219Z [00:00:00.016]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:23:21.3321511Z [00:00:00.016]➜        #Build
2025-08-20T20:23:21.3321990Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/cli/cli" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:23:21.3322495Z [00:00:00.016]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:23:21.3322958Z [00:00:00.016]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:23:21.3323382Z [00:00:00.016]➜         go mod tidy -v ; go generate ./...
2025-08-20T20:23:21.3324157Z [00:00:00.016]➜         go build -C "./cmd/gh" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/gh"
2025-08-20T20:23:21.3324782Z [00:00:00.016]➜        #Copy
2025-08-20T20:23:21.3325415Z [00:00:00.016]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:23:21.3326497Z [00:00:00.016]➜        #Strip 
2025-08-20T20:23:21.3327080Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:23:21.3327764Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:23:21.3328445Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:23:21.3329043Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:23:21.3329601Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:23:21.3330013Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T20:23:21.3330256Z [00:00:00.016]➜        '
2025-08-20T20:23:21.3330473Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T20:23:21.3330836Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:23:21.3331377Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:23:21.3332450Z [00:00:00.016]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:23:21.3333485Z [00:00:00.016]➜  
2025-08-20T20:23:21.3333688Z [00:00:00.016]➜  
2025-08-20T20:23:21.3333962Z [00:00:00.016]➜  ###################################################################
2025-08-20T20:23:21.3334234Z [00:00:00.016]➜  
2025-08-20T20:23:21.3334412Z [00:00:00.016]➜  
2025-08-20T20:23:21.3334591Z [00:00:00.016]➜  
2025-08-20T20:23:21.3335095Z [00:00:00.017]➜  '/tmp/pkgforge/WahvYgxH1_build.yaml' -> '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:23:22.7741823Z [00:00:01.460]➜  '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.static.version' -> '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.version'
2025-08-20T20:23:22.7792709Z [00:00:01.465]➜  [+] Version: HEAD-5eddf8d-250820T110344 ('.x_exec.pkgver') [/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.static.version]
2025-08-20T20:23:22.7986455Z [00:00:01.485]➜  [+] Progs: gh
2025-08-20T20:23:23.1416624Z [00:00:01.828]➜  
2025-08-20T20:23:23.1417028Z [00:00:01.828]➜  [-] Missing packages. Found: 
2025-08-20T20:23:23.1417318Z [00:00:01.828]➜  [+] Expected: gh
2025-08-20T20:23:23.1417592Z [00:00:01.828]➜  [+] Continuing with build...
2025-08-20T20:23:23.1417843Z [00:00:01.828]➜  
2025-08-20T20:23:23.4928164Z [00:00:02.179]➜  
2025-08-20T20:23:23.4928472Z [00:00:02.179]➜  
2025-08-20T20:23:23.5008885Z [00:00:02.187]➜  + mkdir -pv /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:23:23.5026083Z [00:00:02.189]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=gh -e PKG_ID=github.com.cli.cli.source -e PKG_TYPE=static -e PKG_VER=HEAD-5eddf8d-250820T110344 -e PKGVER=HEAD-5eddf8d-250820T110344 -e SBUILD_PKG=gh.static -e SBUILD_PKGVER=HEAD-5eddf8d-250820T110344 --volume /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:23:23.5027714Z [00:00:02.189]➜    #Setup ENV
2025-08-20T20:23:23.5028106Z [00:00:02.189]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:23:23.5028465Z [00:00:02.189]➜     CGO_ENABLED="1"
2025-08-20T20:23:23.5028817Z [00:00:02.189]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:23:23.5029323Z [00:00:02.189]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:23:23.5029701Z [00:00:02.189]➜     GOOS="linux"
2025-08-20T20:23:23.5030384Z [00:00:02.189]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:23:23.5030746Z [00:00:02.189]➜    #Build
2025-08-20T20:23:23.5031227Z [00:00:02.189]➜     git clone --filter "blob:none" --quiet "https://github.com/cli/cli" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:23:23.5031731Z [00:00:02.189]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:23:23.5032188Z [00:00:02.189]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:23:23.5032618Z [00:00:02.189]➜     go mod tidy -v ; go generate ./...
2025-08-20T20:23:23.5033378Z [00:00:02.189]➜     go build -C "./cmd/gh" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/gh"
2025-08-20T20:23:23.5034002Z [00:00:02.189]➜    #Copy
2025-08-20T20:23:23.5034640Z [00:00:02.189]➜     ( 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-20T20:23:23.5035190Z [00:00:02.189]➜    #Strip 
2025-08-20T20:23:23.5035897Z [00:00:02.189]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:23:23.5036640Z [00:00:02.189]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:23:23.5037319Z [00:00:02.189]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:23:23.5038247Z [00:00:02.189]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:23:23.5038797Z [00:00:02.189]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:23:23.5039206Z [00:00:02.189]➜     popd &>/dev/null
2025-08-20T20:23:23.5039442Z [00:00:02.189]➜    '
2025-08-20T20:23:24.0366826Z [00:00:02.723]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:23:24.1663696Z [00:00:02.852]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:23:24.1664102Z [00:00:02.852]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:23:24.1664410Z [00:00:02.852]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:23:24.1664707Z [00:00:02.852]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:23:24.1665029Z [00:00:02.852]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:23:24.1665326Z [00:00:02.852]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:23:24.1665883Z [00:00:02.852]➜  2b92eb3035e7: Waiting
2025-08-20T20:23:24.1666144Z [00:00:02.852]➜  4239b2f25ebc: Waiting
2025-08-20T20:23:24.1666401Z [00:00:02.852]➜  323e89f8c367: Waiting
2025-08-20T20:23:24.3243857Z [00:00:03.010]➜  99fd740fb142: Verifying Checksum
2025-08-20T20:23:24.3244264Z [00:00:03.010]➜  99fd740fb142: Download complete
2025-08-20T20:23:24.3854042Z [00:00:03.071]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:23:24.3855173Z [00:00:03.071]➜  996f2cb07f7c: Download complete
2025-08-20T20:23:24.4239958Z [00:00:03.110]➜  b2e6f696af52: Download complete
2025-08-20T20:23:24.5172935Z [00:00:03.203]➜  b2e6f696af52: Pull complete
2025-08-20T20:23:24.6210718Z [00:00:03.307]➜  323e89f8c367: Verifying Checksum
2025-08-20T20:23:24.6211916Z [00:00:03.307]➜  323e89f8c367: Download complete
2025-08-20T20:23:24.7984279Z [00:00:03.484]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:23:24.7984663Z [00:00:03.484]➜  4239b2f25ebc: Download complete
2025-08-20T20:23:33.3037352Z [00:00:11.990]➜  996f2cb07f7c: Pull complete
2025-08-20T20:23:34.2350071Z [00:00:12.921]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:23:34.2350503Z [00:00:12.921]➜  2b92eb3035e7: Download complete
2025-08-20T20:23:41.4814412Z [00:00:20.167]➜  99fd740fb142: Pull complete
2025-08-20T20:25:03.1468788Z [00:01:41.833]➜  2b92eb3035e7: Pull complete
2025-08-20T20:25:10.4695433Z [00:01:49.156]➜  4239b2f25ebc: Pull complete
2025-08-20T20:25:10.5481641Z [00:01:49.234]➜  323e89f8c367: Pull complete
2025-08-20T20:25:10.5705366Z [00:01:49.256]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:25:10.5850930Z [00:01:49.271]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:25:10.8807576Z [00:01:49.567]➜  + mkdir -p /build-bins
2025-08-20T20:25:10.8826007Z [00:01:49.569]➜  ++ mktemp -d
2025-08-20T20:25:10.8845306Z [00:01:49.571]➜  + pushd /tmp/tmp.y6l7uzfpNq
2025-08-20T20:25:10.8846920Z [00:01:49.571]➜  + CGO_ENABLED=1
2025-08-20T20:25:10.8847329Z [00:01:49.571]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T20:25:10.8853375Z [00:01:49.571]➜  ++ uname -m
2025-08-20T20:25:10.8853974Z [00:01:49.571]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T20:25:10.8868168Z [00:01:49.573]➜  + GOARCH=arm64
2025-08-20T20:25:10.8868453Z [00:01:49.573]➜  + GOOS=linux
2025-08-20T20:25:10.8868750Z [00:01:49.573]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:25:10.8869268Z [00:01:49.573]➜  + git clone --filter blob:none --quiet https://github.com/cli/cli ./TEMPREPO
2025-08-20T20:25:13.0019124Z [00:01:51.688]➜  
2025-08-20T20:25:13.0019496Z [00:01:51.688]➜  [+] Target: "arm64/linux"
2025-08-20T20:25:13.0021532Z [00:01:51.688]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:25:13.0022389Z [00:01:51.688]➜  
2025-08-20T20:25:13.0022662Z [00:01:51.688]➜  + cd ./TEMPREPO
2025-08-20T20:25:13.0022957Z [00:01:51.688]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T20:25:13.0023854Z [00:01:51.688]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T20:25:13.0024278Z [00:01:51.688]➜  + go mod tidy -v
2025-08-20T20:25:13.0596667Z [00:01:51.746]➜  go: downloading github.com/cli/go-internal v0.0.0-20241025142207-6c48bcd5ce24
2025-08-20T20:25:13.0599739Z [00:01:51.746]➜  go: downloading github.com/spf13/pflag v1.0.7
2025-08-20T20:25:13.0607694Z [00:01:51.747]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T20:25:13.0612751Z [00:01:51.747]➜  go: downloading github.com/cli/go-gh/v2 v2.12.2
2025-08-20T20:25:13.2949324Z [00:01:51.981]➜  go: downloading github.com/cli/oauth v1.2.0
2025-08-20T20:25:13.3211575Z [00:01:52.007]➜  go: downloading github.com/henvic/httpretty v0.1.4
2025-08-20T20:25:13.3291265Z [00:01:52.015]➜  go: downloading github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
2025-08-20T20:25:13.3407910Z [00:01:52.027]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T20:25:13.3619027Z [00:01:52.048]➜  go: downloading github.com/MakeNowJust/heredoc v1.0.0
2025-08-20T20:25:13.3876720Z [00:01:52.074]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T20:25:13.3881113Z [00:01:52.074]➜  go: downloading github.com/opentracing/opentracing-go v1.2.0
2025-08-20T20:25:13.3930669Z [00:01:52.079]➜  go: downloading github.com/cli/safeexec v1.0.1
2025-08-20T20:25:13.4173293Z [00:01:52.103]➜  go: downloading github.com/microsoft/dev-tunnels v0.1.13
2025-08-20T20:25:13.4383444Z [00:01:52.124]➜  go: downloading github.com/gorilla/websocket v1.5.3
2025-08-20T20:25:13.5116882Z [00:01:52.198]➜  go: downloading golang.org/x/crypto v0.41.0
2025-08-20T20:25:13.5723892Z [00:01:52.258]➜  go: downloading google.golang.org/grpc v1.74.2
2025-08-20T20:25:13.8226236Z [00:01:52.509]➜  go: downloading google.golang.org/protobuf v1.36.7
2025-08-20T20:25:13.8226744Z [00:01:52.509]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T20:25:13.8409108Z [00:01:52.527]➜  go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.7
2025-08-20T20:25:13.8693417Z [00:01:52.555]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T20:25:13.9280101Z [00:01:52.614]➜  go: downloading github.com/zalando/go-keyring v0.2.6
2025-08-20T20:25:13.9291047Z [00:01:52.615]➜  go: downloading github.com/AlecAivazis/survey/v2 v2.3.7
2025-08-20T20:25:13.9857157Z [00:01:52.672]➜  go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
2025-08-20T20:25:13.9857739Z [00:01:52.672]➜  go: downloading github.com/charmbracelet/huh v0.7.0
2025-08-20T20:25:14.0138364Z [00:01:52.700]➜  go: downloading github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
2025-08-20T20:25:14.0139434Z [00:01:52.700]➜  go: downloading golang.org/x/text v0.28.0
2025-08-20T20:25:14.0592490Z [00:01:52.745]➜  go: downloading github.com/creack/pty v1.1.24
2025-08-20T20:25:14.0677290Z [00:01:52.754]➜  go: downloading github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec
2025-08-20T20:25:14.1123253Z [00:01:52.798]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T20:25:14.1140473Z [00:01:52.800]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T20:25:14.1607506Z [00:01:52.847]➜  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2025-08-20T20:25:14.1656025Z [00:01:52.852]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T20:25:14.2069488Z [00:01:52.893]➜  go: downloading github.com/google/go-containerregistry v0.20.6
2025-08-20T20:25:14.2133282Z [00:01:52.899]➜  go: downloading github.com/golang/snappy v1.0.0
2025-08-20T20:25:14.2727466Z [00:01:52.959]➜  go: downloading github.com/sigstore/protobuf-specs v0.5.0
2025-08-20T20:25:14.3398192Z [00:01:53.026]➜  go: downloading github.com/sigstore/sigstore-go v1.1.0
2025-08-20T20:25:14.3974258Z [00:01:53.083]➜  go: downloading github.com/digitorus/timestamp v0.0.0-20250524132541-c45532741eea
2025-08-20T20:25:14.4182550Z [00:01:53.104]➜  go: downloading github.com/in-toto/attestation v1.1.2
2025-08-20T20:25:14.4569374Z [00:01:53.143]➜  go: downloading github.com/cenkalti/backoff/v5 v5.0.2
2025-08-20T20:25:14.4876022Z [00:01:53.174]➜  go: downloading github.com/theupdateframework/go-tuf/v2 v2.1.1
2025-08-20T20:25:14.4876605Z [00:01:53.174]➜  go: downloading github.com/muhammadmuzzammil1998/jsonc v1.0.0
2025-08-20T20:25:14.4988752Z [00:01:53.185]➜  go: downloading golang.org/x/term v0.34.0
2025-08-20T20:25:14.5041486Z [00:01:53.190]➜  go: downloading github.com/gabriel-vasile/mimetype v1.4.9
2025-08-20T20:25:14.5237542Z [00:01:53.210]➜  go: downloading github.com/theupdateframework/go-tuf v0.7.0
2025-08-20T20:25:14.5460735Z [00:01:53.232]➜  go: downloading github.com/charmbracelet/glamour v0.10.0
2025-08-20T20:25:14.5748056Z [00:01:53.260]➜  go: downloading github.com/gdamore/tcell/v2 v2.8.1
2025-08-20T20:25:14.5748600Z [00:01:53.261]➜  go: downloading github.com/rivo/tview v0.0.0-20250625164341-a4a78f1e05cb
2025-08-20T20:25:14.6570826Z [00:01:53.343]➜  go: downloading github.com/yuin/goldmark v1.7.13
2025-08-20T20:25:14.7246670Z [00:01:53.411]➜  go: downloading github.com/briandowns/spinner v1.23.2
2025-08-20T20:25:14.7250917Z [00:01:53.411]➜  go: downloading github.com/mattn/go-colorable v0.1.14
2025-08-20T20:25:14.7262474Z [00:01:53.412]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T20:25:14.7264948Z [00:01:53.413]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T20:25:14.7729267Z [00:01:53.459]➜  go: downloading github.com/cli/browser v1.3.0
2025-08-20T20:25:14.7818765Z [00:01:53.468]➜  go: downloading github.com/cli/shurcooL-graphql v0.0.4
2025-08-20T20:25:14.7819329Z [00:01:53.468]➜  go: downloading github.com/thlib/go-timezone-local v0.0.6
2025-08-20T20:25:14.7819749Z [00:01:53.468]➜  go: downloading gopkg.in/h2non/gock.v1 v1.1.2
2025-08-20T20:25:14.8301261Z [00:01:53.516]➜  go: downloading golang.org/x/sys v0.35.0
2025-08-20T20:25:14.8391774Z [00:01:53.525]➜  go: downloading github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466
2025-08-20T20:25:14.8404447Z [00:01:53.527]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T20:25:14.8531724Z [00:01:53.539]➜  go: downloading golang.org/x/tools v0.35.0
2025-08-20T20:25:14.8974804Z [00:01:53.583]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T20:25:14.9036444Z [00:01:53.590]➜  go: downloading github.com/joho/godotenv v1.5.1
2025-08-20T20:25:14.9435647Z [00:01:53.630]➜  go: downloading github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
2025-08-20T20:25:14.9499513Z [00:01:53.636]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T20:25:14.9988847Z [00:01:53.685]➜  go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2025-08-20T20:25:15.0220331Z [00:01:53.708]➜  go: downloading github.com/rodaine/table v1.3.0
2025-08-20T20:25:15.0221418Z [00:01:53.708]➜  go: downloading golang.org/x/net v0.43.0
2025-08-20T20:25:15.0448731Z [00:01:53.731]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a
2025-08-20T20:25:15.0703166Z [00:01:53.756]➜  go: downloading google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2
2025-08-20T20:25:15.2083471Z [00:01:53.894]➜  go: downloading github.com/russross/blackfriday/v2 v2.1.0
2025-08-20T20:25:15.2615380Z [00:01:53.948]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T20:25:15.3076231Z [00:01:53.994]➜  go: downloading al.essio.dev/pkg/shellescape v1.6.0
2025-08-20T20:25:15.3704643Z [00:01:54.056]➜  go: downloading github.com/danieljoos/wincred v1.2.2
2025-08-20T20:25:15.4238408Z [00:01:54.110]➜  go: downloading github.com/godbus/dbus/v5 v5.1.0
2025-08-20T20:25:15.4820987Z [00:01:54.168]➜  go: downloading github.com/muesli/reflow v0.3.0
2025-08-20T20:25:15.5305707Z [00:01:54.217]➜  go: downloading github.com/catppuccin/go v0.3.0
2025-08-20T20:25:15.5437555Z [00:01:54.230]➜  go: downloading github.com/charmbracelet/bubbles v0.21.0
2025-08-20T20:25:15.5967710Z [00:01:54.283]➜  go: downloading github.com/charmbracelet/bubbletea v1.3.5
2025-08-20T20:25:15.5968379Z [00:01:54.283]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T20:25:15.5968940Z [00:01:54.283]➜  go: downloading github.com/charmbracelet/x/exp/strings v0.0.0-20250630141444-821143405392
2025-08-20T20:25:15.6001760Z [00:01:54.286]➜  go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
2025-08-20T20:25:15.6457521Z [00:01:54.332]➜  go: downloading github.com/charmbracelet/x/ansi v0.9.3
2025-08-20T20:25:15.6568684Z [00:01:54.343]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T20:25:15.7022623Z [00:01:54.388]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
2025-08-20T20:25:15.7034806Z [00:01:54.390]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T20:25:15.7529504Z [00:01:54.439]➜  go: downloading github.com/itchyny/gojq v0.12.17
2025-08-20T20:25:15.7600228Z [00:01:54.446]➜  go: downloading github.com/Masterminds/sprig/v3 v3.3.0
2025-08-20T20:25:15.7882097Z [00:01:54.474]➜  go: downloading github.com/docker/cli v28.3.0+incompatible
2025-08-20T20:25:15.9844814Z [00:01:54.670]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T20:25:15.9845373Z [00:01:54.671]➜  go: downloading github.com/secure-systems-lab/go-securesystemslib v0.9.0
2025-08-20T20:25:16.0293667Z [00:01:54.715]➜  go: downloading golang.org/x/mod v0.26.0
2025-08-20T20:25:16.0332395Z [00:01:54.719]➜  go: downloading github.com/sigstore/rekor v1.3.10
2025-08-20T20:25:16.2735386Z [00:01:54.959]➜  go: downloading github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352
2025-08-20T20:25:16.3088924Z [00:01:54.995]➜  go: downloading github.com/sigstore/sigstore v1.9.5
2025-08-20T20:25:16.3137835Z [00:01:55.000]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T20:25:16.3812247Z [00:01:55.067]➜  go: downloading github.com/google/certificate-transparency-go v1.3.2
2025-08-20T20:25:16.4830707Z [00:01:55.169]➜  go: downloading github.com/in-toto/in-toto-golang v0.9.0
2025-08-20T20:25:16.5396574Z [00:01:55.226]➜  go: downloading github.com/sigstore/timestamp-authority v1.2.8
2025-08-20T20:25:16.5777484Z [00:01:55.264]➜  go: downloading github.com/muesli/termenv v0.16.0
2025-08-20T20:25:16.5777981Z [00:01:55.264]➜  go: downloading github.com/yuin/goldmark-emoji v1.0.6
2025-08-20T20:25:16.6150541Z [00:01:55.301]➜  go: downloading github.com/gdamore/encoding v1.0.1
2025-08-20T20:25:16.6396740Z [00:01:55.326]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T20:25:16.6945229Z [00:01:55.381]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T20:25:16.7189697Z [00:01:55.405]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T20:25:16.7717479Z [00:01:55.458]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T20:25:16.7998344Z [00:01:55.486]➜  go: downloading github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
2025-08-20T20:25:26.4837763Z [00:02:05.170]➜  go: downloading github.com/charmbracelet/x/xpty v0.1.2
2025-08-20T20:25:26.4838715Z [00:02:05.170]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T20:25:26.4839225Z [00:02:05.170]➜  go: downloading github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32
2025-08-20T20:25:26.4840159Z [00:02:05.170]➜  go: downloading github.com/charmbracelet/x/exp/golden v0.0.0-20241011142426-46044092ad91
2025-08-20T20:25:26.5100018Z [00:02:05.196]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T20:25:26.5125257Z [00:02:05.199]➜  go: downloading github.com/alecthomas/chroma/v2 v2.19.0
2025-08-20T20:25:26.5316873Z [00:02:05.218]➜  go: downloading github.com/leaanthony/go-ansi-parser v1.6.1
2025-08-20T20:25:26.5384185Z [00:02:05.225]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T20:25:26.5519160Z [00:02:05.238]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T20:25:26.5792505Z [00:02:05.265]➜  go: downloading github.com/atotto/clipboard v0.1.4
2025-08-20T20:25:26.5883013Z [00:02:05.274]➜  go: downloading github.com/aymanbagabas/go-udiff v0.2.0
2025-08-20T20:25:26.5995864Z [00:02:05.286]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T20:25:26.6057040Z [00:02:05.292]➜  go: downloading github.com/charmbracelet/colorprofile v0.3.1
2025-08-20T20:25:26.6231516Z [00:02:05.309]➜  go: downloading github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
2025-08-20T20:25:26.6370099Z [00:02:05.323]➜  go: downloading github.com/mattn/go-localereader v0.0.1
2025-08-20T20:25:26.6370690Z [00:02:05.323]➜  go: downloading github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
2025-08-20T20:25:26.6479490Z [00:02:05.334]➜  go: downloading github.com/muesli/cancelreader v0.2.2
2025-08-20T20:25:26.6500540Z [00:02:05.336]➜  go: downloading dario.cat/mergo v1.0.2
2025-08-20T20:25:26.6600207Z [00:02:05.346]➜  go: downloading github.com/Masterminds/goutils v1.1.1
2025-08-20T20:25:26.6608600Z [00:02:05.347]➜  go: downloading github.com/Masterminds/semver/v3 v3.4.0
2025-08-20T20:25:26.6718294Z [00:02:05.358]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T20:25:26.6775798Z [00:02:05.364]➜  go: downloading github.com/huandu/xstrings v1.5.0
2025-08-20T20:25:26.6841629Z [00:02:05.370]➜  go: downloading github.com/mitchellh/copystructure v1.2.0
2025-08-20T20:25:26.6861354Z [00:02:05.372]➜  go: downloading github.com/shopspring/decimal v1.4.0
2025-08-20T20:25:26.6974690Z [00:02:05.384]➜  go: downloading github.com/spf13/cast v1.9.2
2025-08-20T20:25:26.7024603Z [00:02:05.388]➜  go: downloading github.com/itchyny/timefmt-go v0.1.6
2025-08-20T20:25:26.7127133Z [00:02:05.399]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T20:25:26.7155416Z [00:02:05.402]➜  go: downloading gotest.tools/v3 v3.0.3
2025-08-20T20:25:26.7371303Z [00:02:05.423]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T20:25:26.7707279Z [00:02:05.457]➜  go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467
2025-08-20T20:25:26.7707945Z [00:02:05.457]➜  go: downloading github.com/go-openapi/runtime v0.28.0
2025-08-20T20:25:26.7708370Z [00:02:05.457]➜  go: downloading github.com/go-openapi/strfmt v0.23.0
2025-08-20T20:25:26.7708773Z [00:02:05.457]➜  go: downloading github.com/go-openapi/swag v0.23.1
2025-08-20T20:25:26.8021248Z [00:02:05.488]➜  go: downloading github.com/sigstore/rekor-tiles v0.1.7-0.20250624231741-98cd4a77300f
2025-08-20T20:25:26.8507423Z [00:02:05.537]➜  go: downloading github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb
2025-08-20T20:25:26.8508097Z [00:02:05.537]➜  go: downloading github.com/containerd/stargz-snapshotter/estargz v0.16.3
2025-08-20T20:25:26.8508558Z [00:02:05.537]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T20:25:26.8515006Z [00:02:05.538]➜  go: downloading github.com/go-test/deep v1.1.1
2025-08-20T20:25:26.8788357Z [00:02:05.565]➜  go: downloading github.com/letsencrypt/boulder v0.20250630.0
2025-08-20T20:25:26.8819927Z [00:02:05.568]➜  go: downloading github.com/transparency-dev/merkle v0.0.2
2025-08-20T20:25:26.9198827Z [00:02:05.606]➜  go: downloading github.com/go-sql-driver/mysql v1.9.2
2025-08-20T20:25:26.9207248Z [00:02:05.607]➜  go: downloading github.com/google/trillian v1.7.2
2025-08-20T20:25:27.1347022Z [00:02:05.821]➜  go: downloading github.com/jackc/pgx/v5 v5.7.5
2025-08-20T20:25:27.1347484Z [00:02:05.821]➜  go: downloading golang.org/x/time v0.12.0
2025-08-20T20:25:27.1347843Z [00:02:05.821]➜  go: downloading k8s.io/klog/v2 v2.130.1
2025-08-20T20:25:27.1348279Z [00:02:05.821]➜  go: downloading github.com/shibumi/go-pathspec v1.3.0
2025-08-20T20:25:27.1641382Z [00:02:05.850]➜  go: downloading github.com/charmbracelet/x/exp/slice v0.0.0-20250630141444-821143405392
2025-08-20T20:25:27.1642021Z [00:02:05.850]➜  go: downloading github.com/microcosm-cc/bluemonday v1.0.27
2025-08-20T20:25:27.1745063Z [00:02:05.861]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T20:25:27.2001381Z [00:02:05.886]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T20:25:27.2002166Z [00:02:05.886]➜  go: downloading go.opentelemetry.io/otel v1.37.0
2025-08-20T20:25:27.2002860Z [00:02:05.886]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.36.0
2025-08-20T20:25:27.2366925Z [00:02:05.923]➜  go: downloading go.opentelemetry.io/otel/sdk v1.36.0
2025-08-20T20:25:27.3427292Z [00:02:06.029]➜  go: downloading github.com/charmbracelet/x/conpty v0.1.0
2025-08-20T20:25:27.3427801Z [00:02:06.029]➜  go: downloading github.com/charmbracelet/x/termios v0.1.1
2025-08-20T20:25:27.3459537Z [00:02:06.032]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T20:25:27.3460176Z [00:02:06.032]➜  go: downloading github.com/docker/docker-credential-helpers v0.9.3
2025-08-20T20:25:27.3730837Z [00:02:06.059]➜  go: downloading github.com/mitchellh/reflectwalk v1.0.2
2025-08-20T20:25:27.3731337Z [00:02:06.059]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T20:25:27.3970545Z [00:02:06.083]➜  go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
2025-08-20T20:25:27.4004387Z [00:02:06.087]➜  go: downloading github.com/go-openapi/errors v0.22.1
2025-08-20T20:25:27.4013842Z [00:02:06.087]➜  go: downloading github.com/mitchellh/mapstructure v1.5.0
2025-08-20T20:25:27.4226547Z [00:02:06.109]➜  go: downloading github.com/oklog/ulid v1.3.1
2025-08-20T20:25:27.4279954Z [00:02:06.114]➜  go: downloading go.mongodb.org/mongo-driver v1.17.4
2025-08-20T20:25:27.4465995Z [00:02:06.133]➜  go: downloading github.com/mailru/easyjson v0.9.0
2025-08-20T20:25:27.4779452Z [00:02:06.164]➜  go: downloading github.com/go-openapi/spec v0.21.0
2025-08-20T20:25:27.5341264Z [00:02:06.220]➜  go: downloading github.com/go-openapi/validate v0.24.0
2025-08-20T20:25:27.6316917Z [00:02:06.318]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.0
2025-08-20T20:25:27.7494182Z [00:02:06.435]➜  go: downloading github.com/blang/semver v3.5.1+incompatible
2025-08-20T20:25:27.7740899Z [00:02:06.460]➜  go: downloading golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
2025-08-20T20:25:27.7798874Z [00:02:06.466]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T20:25:27.7799482Z [00:02:06.466]➜  go: downloading github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230919221257-8b5d3ce2d11d
2025-08-20T20:25:27.7800119Z [00:02:06.466]➜  go: downloading github.com/transparency-dev/formats v0.0.0-20250421220931-bb8ad4d07c26
2025-08-20T20:25:27.8263922Z [00:02:06.512]➜  go: downloading github.com/spf13/viper v1.20.1
2025-08-20T20:25:27.8296109Z [00:02:06.516]➜  go: downloading github.com/opencontainers/image-spec v1.1.1
2025-08-20T20:25:27.8301888Z [00:02:06.516]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T20:25:27.8486353Z [00:02:06.535]➜  go: downloading github.com/go-logr/logr v1.4.3
2025-08-20T20:25:27.8614976Z [00:02:06.548]➜  go: downloading github.com/vbatts/tar-split v0.12.1
2025-08-20T20:25:27.8814546Z [00:02:06.567]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T20:25:27.8815012Z [00:02:06.567]➜  go: downloading github.com/sergi/go-diff v1.3.1
2025-08-20T20:25:27.8932148Z [00:02:06.579]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T20:25:27.9289454Z [00:02:06.615]➜  go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
2025-08-20T20:25:27.9454136Z [00:02:06.631]➜  go: downloading github.com/sigstore/sigstore/pkg/signature/kms/aws v1.9.5
2025-08-20T20:25:27.9520808Z [00:02:06.638]➜  go: downloading github.com/sigstore/sigstore/pkg/signature/kms/azure v1.9.5
2025-08-20T20:25:27.9814337Z [00:02:06.667]➜  go: downloading github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.9.5
2025-08-20T20:25:28.0040119Z [00:02:06.690]➜  go: downloading github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.9.5
2025-08-20T20:25:28.0113652Z [00:02:06.697]➜  go: downloading github.com/tink-crypto/tink-go-awskms/v2 v2.1.0
2025-08-20T20:25:28.0411685Z [00:02:06.727]➜  go: downloading github.com/tink-crypto/tink-go-gcpkms/v2 v2.2.0
2025-08-20T20:25:28.0607195Z [00:02:06.747]➜  go: downloading github.com/tink-crypto/tink-go-hcvault/v2 v2.3.0
2025-08-20T20:25:28.0672894Z [00:02:06.753]➜  go: downloading github.com/tink-crypto/tink-go/v2 v2.4.0
2025-08-20T20:25:28.3340784Z [00:02:07.020]➜  go: downloading go.step.sm/crypto v0.67.0
2025-08-20T20:25:28.3341875Z [00:02:07.020]➜  go: downloading github.com/dlclark/regexp2 v1.11.5
2025-08-20T20:25:28.3346422Z [00:02:07.021]➜  go: downloading github.com/alecthomas/assert/v2 v2.11.0
2025-08-20T20:25:28.3913272Z [00:02:07.077]➜  go: downloading github.com/aymerick/douceur v0.2.0
2025-08-20T20:25:28.4167382Z [00:02:07.103]➜  go: downloading github.com/jackc/pgpassfile v1.0.0
2025-08-20T20:25:28.4646784Z [00:02:07.151]➜  go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2025-08-20T20:25:28.4708927Z [00:02:07.157]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T20:25:28.4729234Z [00:02:07.159]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T20:25:28.4948052Z [00:02:07.181]➜  go: downloading go.opentelemetry.io/otel/metric v1.37.0
2025-08-20T20:25:28.5242073Z [00:02:07.210]➜  go: downloading go.opentelemetry.io/otel/trace v1.37.0
2025-08-20T20:25:28.5242926Z [00:02:07.210]➜  go: downloading github.com/charmbracelet/x/errors v0.0.0-20240508181413-e8d8b6e2de86
2025-08-20T20:25:28.5367819Z [00:02:07.223]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T20:25:28.5564022Z [00:02:07.242]➜  go: downloading github.com/go-openapi/jsonpointer v0.21.1
2025-08-20T20:25:28.5595164Z [00:02:07.246]➜  go: downloading github.com/go-openapi/jsonreference v0.21.0
2025-08-20T20:25:28.5804279Z [00:02:07.266]➜  go: downloading github.com/go-openapi/analysis v0.23.0
2025-08-20T20:25:28.5820970Z [00:02:07.268]➜  go: downloading github.com/go-openapi/loads v0.22.0
2025-08-20T20:25:29.2300181Z [00:02:07.916]➜  go: downloading github.com/go-chi/chi v4.1.2+incompatible
2025-08-20T20:25:29.2317829Z [00:02:07.918]➜  go: downloading go.uber.org/zap v1.27.0
2025-08-20T20:25:29.2597463Z [00:02:07.946]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T20:25:29.2764259Z [00:02:07.962]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
2025-08-20T20:25:29.2764791Z [00:02:07.962]➜  go: downloading github.com/sassoftware/relic v7.2.1+incompatible
2025-08-20T20:25:29.3393427Z [00:02:08.025]➜  go: downloading github.com/transparency-dev/tessera v0.2.1-0.20250610150926-8ee4e93b2823
2025-08-20T20:25:29.3436179Z [00:02:08.030]➜  go: downloading github.com/sassoftware/relic/v7 v7.6.2
2025-08-20T20:25:29.4544260Z [00:02:08.140]➜  go: downloading github.com/fsnotify/fsnotify v1.9.0
2025-08-20T20:25:29.4546103Z [00:02:08.140]➜  go: downloading github.com/go-viper/mapstructure/v2 v2.3.0
2025-08-20T20:25:29.4546714Z [00:02:08.141]➜  go: downloading github.com/sagikazarmark/locafero v0.9.0
2025-08-20T20:25:29.4547141Z [00:02:08.141]➜  go: downloading github.com/spf13/afero v1.14.0
2025-08-20T20:25:29.4858603Z [00:02:08.172]➜  go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
2025-08-20T20:25:29.4860264Z [00:02:08.172]➜  go: downloading github.com/go-jose/go-jose/v4 v4.1.1
2025-08-20T20:25:29.4925020Z [00:02:08.179]➜  go: downloading github.com/jmhodges/clock v1.2.0
2025-08-20T20:25:29.4942036Z [00:02:08.180]➜  go: downloading github.com/prometheus/client_golang v1.22.0
2025-08-20T20:25:29.5102074Z [00:02:08.196]➜  go: downloading github.com/prometheus/client_model v0.6.1
2025-08-20T20:25:29.5252516Z [00:02:08.211]➜  go: downloading github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
2025-08-20T20:25:29.5474759Z [00:02:08.233]➜  go: downloading sigs.k8s.io/yaml v1.4.0
2025-08-20T20:25:29.5554958Z [00:02:08.242]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.5
2025-08-20T20:25:29.5563606Z [00:02:08.242]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.17
2025-08-20T20:25:29.5702830Z [00:02:08.256]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.41.0
2025-08-20T20:25:29.6436763Z [00:02:08.330]➜  go: downloading github.com/jellydator/ttlcache/v3 v3.3.0
2025-08-20T20:25:29.6438571Z [00:02:08.330]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
2025-08-20T20:25:29.6910665Z [00:02:08.377]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
2025-08-20T20:25:29.7069888Z [00:02:08.393]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.1
2025-08-20T20:25:29.7070422Z [00:02:08.393]➜  go: downloading cloud.google.com/go v0.121.1
2025-08-20T20:25:29.7492519Z [00:02:08.435]➜  go: downloading google.golang.org/api v0.238.0
2025-08-20T20:25:29.7500818Z [00:02:08.436]➜  go: downloading cloud.google.com/go/kms v1.22.0
2025-08-20T20:25:29.7554542Z [00:02:08.442]➜  go: downloading github.com/aws/aws-sdk-go v1.55.7
2025-08-20T20:25:32.1645927Z [00:02:10.851]➜  go: downloading github.com/hashicorp/vault/api v1.16.0
2025-08-20T20:25:32.1646471Z [00:02:10.851]➜  go: downloading github.com/alecthomas/repr v0.4.0
2025-08-20T20:25:32.1646878Z [00:02:10.851]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T20:25:32.2298867Z [00:02:10.916]➜  go: downloading github.com/gorilla/css v1.0.1
2025-08-20T20:25:32.2300539Z [00:02:10.916]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T20:25:32.2303708Z [00:02:10.917]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T20:25:32.2310109Z [00:02:10.917]➜  go: downloading software.sslmate.com/src/go-pkcs12 v0.4.0
2025-08-20T20:25:32.2545806Z [00:02:10.941]➜  go: downloading github.com/avast/retry-go/v4 v4.6.1
2025-08-20T20:25:32.2563788Z [00:02:10.942]➜  go: downloading cloud.google.com/go/spanner v1.82.0
2025-08-20T20:25:32.3342962Z [00:02:11.020]➜  go: downloading cloud.google.com/go/storage v1.55.0
2025-08-20T20:25:32.3344520Z [00:02:11.021]➜  go: downloading github.com/sourcegraph/conc v0.3.0
2025-08-20T20:25:32.3344939Z [00:02:11.021]➜  go: downloading github.com/subosito/gotenv v1.6.0
2025-08-20T20:25:32.3345364Z [00:02:11.021]➜  go: downloading github.com/pelletier/go-toml/v2 v2.2.4
2025-08-20T20:25:32.3621439Z [00:02:11.048]➜  go: downloading github.com/google/gofuzz v1.2.0
2025-08-20T20:25:32.3621991Z [00:02:11.048]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T20:25:32.3786971Z [00:02:11.065]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T20:25:32.4018531Z [00:02:11.088]➜  go: downloading github.com/prometheus/common v0.62.0
2025-08-20T20:25:32.4239193Z [00:02:11.110]➜  go: downloading github.com/prometheus/procfs v0.15.1
2025-08-20T20:25:32.4248831Z [00:02:11.111]➜  go: downloading github.com/aws/smithy-go v1.22.4
2025-08-20T20:25:32.4998426Z [00:02:11.186]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.70
2025-08-20T20:25:32.5509590Z [00:02:11.237]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32
2025-08-20T20:25:32.5510194Z [00:02:11.237]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
2025-08-20T20:25:32.5510691Z [00:02:11.237]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.5
2025-08-20T20:25:32.5511598Z [00:02:11.237]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3
2025-08-20T20:25:32.5999552Z [00:02:11.286]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.34.0
2025-08-20T20:25:32.6000845Z [00:02:11.286]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36
2025-08-20T20:25:32.6024284Z [00:02:11.288]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1
2025-08-20T20:25:32.6458434Z [00:02:11.332]➜  go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
2025-08-20T20:25:32.7074188Z [00:02:11.393]➜  go: downloading cloud.google.com/go/iam v1.5.2
2025-08-20T20:25:32.7074801Z [00:02:11.393]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1
2025-08-20T20:25:32.7075332Z [00:02:11.393]➜  go: downloading cloud.google.com/go/longrunning v0.6.7
2025-08-20T20:25:32.7355956Z [00:02:11.422]➜  go: downloading github.com/googleapis/gax-go/v2 v2.14.2
2025-08-20T20:25:32.7643230Z [00:02:11.450]➜  go: downloading cloud.google.com/go/auth v0.16.2
2025-08-20T20:25:32.7646080Z [00:02:11.451]➜  go: downloading github.com/hashicorp/go-rootcerts v1.0.2
2025-08-20T20:25:32.7647319Z [00:02:11.451]➜  go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
2025-08-20T20:25:32.7648526Z [00:02:11.451]➜  go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7
2025-08-20T20:25:32.8098226Z [00:02:11.496]➜  go: downloading github.com/hashicorp/hcl v1.0.0
2025-08-20T20:25:32.8119175Z [00:02:11.498]➜  go: downloading github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
2025-08-20T20:25:32.8120749Z [00:02:11.498]➜  go: downloading cloud.google.com/go/monitoring v1.24.2
2025-08-20T20:25:32.8629841Z [00:02:11.549]➜  go: downloading github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.3
2025-08-20T20:25:32.8666762Z [00:02:11.553]➜  go: downloading go.opencensus.io v0.24.0
2025-08-20T20:25:32.9152454Z [00:02:11.601]➜  go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.36.0
2025-08-20T20:25:32.9154304Z [00:02:11.602]➜  go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
2025-08-20T20:25:33.3143403Z [00:02:12.000]➜  go: downloading github.com/globocom/go-buffer v1.2.2
2025-08-20T20:25:33.3144763Z [00:02:12.001]➜  go: downloading cloud.google.com/go/compute/metadata v0.7.0
2025-08-20T20:25:33.3145248Z [00:02:12.001]➜  go: downloading github.com/jackc/puddle/v2 v2.2.2
2025-08-20T20:25:33.3147391Z [00:02:12.001]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
2025-08-20T20:25:33.3507646Z [00:02:12.037]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0
2025-08-20T20:25:33.3508319Z [00:02:12.037]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T20:25:33.3508889Z [00:02:12.037]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36
2025-08-20T20:25:33.3711936Z [00:02:12.057]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4
2025-08-20T20:25:33.3941553Z [00:02:12.080]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17
2025-08-20T20:25:33.3950831Z [00:02:12.081]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T20:25:33.3952442Z [00:02:12.081]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
2025-08-20T20:25:33.4174667Z [00:02:12.103]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
2025-08-20T20:25:33.4187949Z [00:02:12.105]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
2025-08-20T20:25:33.4417802Z [00:02:12.128]➜  go: downloading github.com/google/s2a-go v0.1.9
2025-08-20T20:25:33.4430473Z [00:02:12.129]➜  go: downloading github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24
2025-08-20T20:25:33.4472179Z [00:02:12.133]➜  go: downloading github.com/hashicorp/go-sockaddr v1.0.2
2025-08-20T20:25:33.4473045Z [00:02:12.133]➜  go: downloading github.com/ryanuber/go-glob v1.0.0
2025-08-20T20:25:33.5064455Z [00:02:12.192]➜  go: downloading github.com/golang/mock v1.7.0-rc.1
2025-08-20T20:25:33.6006659Z [00:02:12.287]➜  go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
2025-08-20T20:25:33.6153706Z [00:02:12.301]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
2025-08-20T20:25:33.6625690Z [00:02:12.349]➜  go: downloading github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443
2025-08-20T20:25:33.6679046Z [00:02:12.354]➜  go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
2025-08-20T20:25:33.6680634Z [00:02:12.354]➜  go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
2025-08-20T20:25:33.7331576Z [00:02:12.419]➜  go: downloading github.com/envoyproxy/go-control-plane v0.13.4
2025-08-20T20:25:33.8055095Z [00:02:12.491]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0
2025-08-20T20:25:33.8056491Z [00:02:12.491]➜  go: downloading github.com/onsi/gomega v1.36.2
2025-08-20T20:25:33.8056918Z [00:02:12.492]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T20:25:33.8057518Z [00:02:12.492]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.53.0
2025-08-20T20:25:33.8323154Z [00:02:12.518]➜  go: downloading github.com/golang-jwt/jwt/v5 v5.2.2
2025-08-20T20:25:33.8651019Z [00:02:12.551]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
2025-08-20T20:25:33.8933576Z [00:02:12.579]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T20:25:33.8948998Z [00:02:12.581]➜  go: downloading github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
2025-08-20T20:25:33.9054881Z [00:02:12.592]➜  go: downloading github.com/google/martian/v3 v3.3.3
2025-08-20T20:25:33.9523992Z [00:02:12.638]➜  go: downloading github.com/google/martian v2.1.0+incompatible
2025-08-20T20:25:34.0208211Z [00:02:12.707]➜  go: downloading cloud.google.com/go/trace v1.11.6
2025-08-20T20:25:34.0208731Z [00:02:12.707]➜  go: downloading cloud.google.com/go/logging v1.13.0
2025-08-20T20:25:34.0209107Z [00:02:12.707]➜  go: downloading cel.dev/expr v0.24.0
2025-08-20T20:25:34.0210353Z [00:02:12.707]➜  go: downloading github.com/spiffe/go-spiffe/v2 v2.5.0
2025-08-20T20:25:34.0722406Z [00:02:12.758]➜  go: downloading github.com/nxadm/tail v1.4.11
2025-08-20T20:25:34.0751189Z [00:02:12.761]➜  go: downloading github.com/zeebo/errs v1.4.0
2025-08-20T20:25:34.1204855Z [00:02:12.806]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T20:25:34.1916841Z [00:02:12.878]➜  + go generate ./...
2025-08-20T20:25:34.5750315Z [00:02:13.261]➜  internal/gh/gh.go:31: running "moq": exec: "moq": executable file not found in $PATH
2025-08-20T20:25:34.5753434Z [00:02:13.261]➜  internal/prompter/prompter.go:16: running "moq": exec: "moq": executable file not found in $PATH
2025-08-20T20:25:34.5810045Z [00:02:13.267]➜  pkg/cmd/codespace/common.go:66: running "moq": exec: "moq": executable file not found in $PATH
2025-08-20T20:25:34.5996520Z [00:02:13.286]➜  pkg/extensions/extension.go:17: running "moq": exec: "moq": executable file not found in $PATH
2025-08-20T20:25:34.5999237Z [00:02:13.286]➜  pkg/search/searcher.go:27: running "moq": exec: "moq": executable file not found in $PATH
2025-08-20T20:25:34.6029294Z [00:02:13.289]➜  + go build -C ./cmd/gh -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/gh
2025-08-20T20:25:34.6054665Z [00:02:13.292]➜  WORK=/tmp/go-build1823208636
2025-08-20T20:25:34.6546939Z [00:02:13.341]➜  # get https://proxy.golang.org/github.com/%21alec%21aivazis/survey/v2/@v/v2.3.7.info
2025-08-20T20:25:34.7739146Z [00:02:13.460]➜  # get https://proxy.golang.org/github.com/%21alec%21aivazis/survey/v2/@v/v2.3.7.info: 200 OK (0.119s)
2025-08-20T20:25:34.7742726Z [00:02:13.460]➜  # get https://proxy.golang.org/github.com/mgutz/ansi/@v/v0.0.0-20200706080929-d51e80ef957d.info
2025-08-20T20:25:34.7935330Z [00:02:13.480]➜  # get https://proxy.golang.org/github.com/mgutz/ansi/@v/v0.0.0-20200706080929-d51e80ef957d.info: 200 OK (0.019s)
2025-08-20T20:25:34.7937743Z [00:02:13.480]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info
2025-08-20T20:25:34.8127806Z [00:02:13.499]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info: 200 OK (0.019s)
2025-08-20T20:25:34.8130641Z [00:02:13.499]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T20:25:34.8323416Z [00:02:13.518]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.019s)
2025-08-20T20:25:34.8328704Z [00:02:13.519]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info
2025-08-20T20:25:34.8520273Z [00:02:13.538]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info: 200 OK (0.019s)
2025-08-20T20:25:34.8529031Z [00:02:13.539]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.28.0.info
2025-08-20T20:25:34.8719274Z [00:02:13.558]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.28.0.info: 200 OK (0.019s)
2025-08-20T20:25:34.8725969Z [00:02:13.559]➜  # get https://proxy.golang.org/github.com/cli/go-gh/v2/@v/v2.12.2.info
2025-08-20T20:25:34.8963788Z [00:02:13.582]➜  # get https://proxy.golang.org/github.com/cli/go-gh/v2/@v/v2.12.2.info: 200 OK (0.024s)
2025-08-20T20:25:34.8968726Z [00:02:13.583]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T20:25:34.9158993Z [00:02:13.602]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.019s)
2025-08-20T20:25:34.9163442Z [00:02:13.602]➜  # get https://proxy.golang.org/github.com/cli/safeexec/@v/v1.0.1.info
2025-08-20T20:25:34.9353451Z [00:02:13.621]➜  # get https://proxy.golang.org/github.com/cli/safeexec/@v/v1.0.1.info: 200 OK (0.019s)
2025-08-20T20:25:34.9360340Z [00:02:13.622]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.34.0.info
2025-08-20T20:25:34.9550917Z [00:02:13.641]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.34.0.info: 200 OK (0.019s)
2025-08-20T20:25:34.9564399Z [00:02:13.643]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info
2025-08-20T20:25:34.9754171Z [00:02:13.661]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info: 200 OK (0.019s)
2025-08-20T20:25:34.9757314Z [00:02:13.662]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info
2025-08-20T20:25:34.9948781Z [00:02:13.681]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info: 200 OK (0.019s)
2025-08-20T20:25:34.9951476Z [00:02:13.681]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T20:25:35.0141183Z [00:02:13.700]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.0144964Z [00:02:13.701]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T20:25:35.0333999Z [00:02:13.719]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.019s)
2025-08-20T20:25:35.0338351Z [00:02:13.720]➜  # get https://proxy.golang.org/github.com/cli/shurcoo%21l-graphql/@v/v0.0.4.info
2025-08-20T20:25:35.0569500Z [00:02:13.743]➜  # get https://proxy.golang.org/github.com/cli/shurcoo%21l-graphql/@v/v0.0.4.info: 200 OK (0.023s)
2025-08-20T20:25:35.0582590Z [00:02:13.744]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info
2025-08-20T20:25:35.0775998Z [00:02:13.764]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.0809842Z [00:02:13.767]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.43.0.info
2025-08-20T20:25:35.0992355Z [00:02:13.785]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.43.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.1002624Z [00:02:13.786]➜  # get https://proxy.golang.org/github.com/henvic/httpretty/@v/v0.1.4.info
2025-08-20T20:25:35.1233502Z [00:02:13.809]➜  # get https://proxy.golang.org/github.com/henvic/httpretty/@v/v0.1.4.info: 200 OK (0.023s)
2025-08-20T20:25:35.1238757Z [00:02:13.810]➜  # get https://proxy.golang.org/github.com/thlib/go-timezone-local/@v/v0.0.6.info
2025-08-20T20:25:35.1471996Z [00:02:13.833]➜  # get https://proxy.golang.org/github.com/thlib/go-timezone-local/@v/v0.0.6.info: 200 OK (0.023s)
2025-08-20T20:25:35.1477018Z [00:02:13.834]➜  # get https://proxy.golang.org/github.com/shurcoo%21l/githubv4/@v/v0.0.0-20240727222349-48295856cce7.info
2025-08-20T20:25:35.1708744Z [00:02:13.857]➜  # get https://proxy.golang.org/github.com/shurcoo%21l/githubv4/@v/v0.0.0-20240727222349-48295856cce7.info: 200 OK (0.023s)
2025-08-20T20:25:35.1714916Z [00:02:13.858]➜  # get https://proxy.golang.org/github.com/shurcoo%21l/graphql/@v/v0.0.0-20230722043721-ed46e5a46466.info
2025-08-20T20:25:35.1911288Z [00:02:13.877]➜  # get https://proxy.golang.org/github.com/shurcoo%21l/graphql/@v/v0.0.0-20230722043721-ed46e5a46466.info: 200 OK (0.020s)
2025-08-20T20:25:35.1916490Z [00:02:13.878]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info
2025-08-20T20:25:35.2110377Z [00:02:13.897]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.2114607Z [00:02:13.898]➜  # get https://proxy.golang.org/github.com/zalando/go-keyring/@v/v0.2.6.info
2025-08-20T20:25:35.2305252Z [00:02:13.917]➜  # get https://proxy.golang.org/github.com/zalando/go-keyring/@v/v0.2.6.info: 200 OK (0.019s)
2025-08-20T20:25:35.2307707Z [00:02:13.917]➜  # get https://proxy.golang.org/github.com/godbus/dbus/v5/@v/v5.1.0.info
2025-08-20T20:25:35.2501233Z [00:02:13.936]➜  # get https://proxy.golang.org/github.com/godbus/dbus/v5/@v/v5.1.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.2510090Z [00:02:13.937]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info
2025-08-20T20:25:35.2706306Z [00:02:13.957]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info: 200 OK (0.020s)
2025-08-20T20:25:35.2712340Z [00:02:13.957]➜  # get https://proxy.golang.org/github.com/briandowns/spinner/@v/v1.23.2.info
2025-08-20T20:25:35.2938206Z [00:02:13.980]➜  # get https://proxy.golang.org/github.com/briandowns/spinner/@v/v1.23.2.info: 200 OK (0.023s)
2025-08-20T20:25:35.2941470Z [00:02:13.980]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T20:25:35.3139435Z [00:02:14.000]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.020s)
2025-08-20T20:25:35.3142615Z [00:02:14.000]➜  # get https://proxy.golang.org/github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.info
2025-08-20T20:25:35.3333278Z [00:02:14.019]➜  # get https://proxy.golang.org/github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.info: 200 OK (0.019s)
2025-08-20T20:25:35.3337736Z [00:02:14.020]➜  # get https://proxy.golang.org/github.com/cli/browser/@v/v1.3.0.info
2025-08-20T20:25:35.3529768Z [00:02:14.039]➜  # get https://proxy.golang.org/github.com/cli/browser/@v/v1.3.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.3534448Z [00:02:14.040]➜  # get https://proxy.golang.org/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.info
2025-08-20T20:25:35.3727337Z [00:02:14.059]➜  # get https://proxy.golang.org/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.info: 200 OK (0.019s)
2025-08-20T20:25:35.3735338Z [00:02:14.060]➜  # get https://proxy.golang.org/github.com/charmbracelet/huh/@v/v0.7.0.info
2025-08-20T20:25:35.3974426Z [00:02:14.083]➜  # get https://proxy.golang.org/github.com/charmbracelet/huh/@v/v0.7.0.info: 200 OK (0.024s)
2025-08-20T20:25:35.3977497Z [00:02:14.084]➜  # get https://proxy.golang.org/github.com/catppuccin/go/@v/v0.3.0.info
2025-08-20T20:25:35.4211270Z [00:02:14.107]➜  # get https://proxy.golang.org/github.com/catppuccin/go/@v/v0.3.0.info: 200 OK (0.023s)
2025-08-20T20:25:35.4214141Z [00:02:14.108]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbles/@v/v0.21.0.info
2025-08-20T20:25:35.4405799Z [00:02:14.127]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbles/@v/v0.21.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.4408673Z [00:02:14.127]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbletea/@v/v1.3.5.info
2025-08-20T20:25:35.4598261Z [00:02:14.146]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbletea/@v/v1.3.5.info: 200 OK (0.019s)
2025-08-20T20:25:35.4601285Z [00:02:14.146]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info
2025-08-20T20:25:35.4791468Z [00:02:14.165]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info: 200 OK (0.019s)
2025-08-20T20:25:35.4794689Z [00:02:14.166]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.9.3.info
2025-08-20T20:25:35.4985399Z [00:02:14.185]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.9.3.info: 200 OK (0.019s)
2025-08-20T20:25:35.4991380Z [00:02:14.185]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T20:25:35.5178500Z [00:02:14.204]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.019s)
2025-08-20T20:25:35.5182371Z [00:02:14.204]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info
2025-08-20T20:25:35.5372561Z [00:02:14.223]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info: 200 OK (0.019s)
2025-08-20T20:25:35.5375163Z [00:02:14.224]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.3.1.info
2025-08-20T20:25:35.5565050Z [00:02:14.243]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.3.1.info: 200 OK (0.019s)
2025-08-20T20:25:35.5567494Z [00:02:14.243]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info
2025-08-20T20:25:35.5758878Z [00:02:14.262]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info: 200 OK (0.019s)
2025-08-20T20:25:35.5761393Z [00:02:14.262]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T20:25:35.5952994Z [00:02:14.281]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.019s)
2025-08-20T20:25:35.5956832Z [00:02:14.282]➜  # get https://proxy.golang.org/github.com/muesli/ansi/@v/v0.0.0-20230316100256-276c6243b2f6.info
2025-08-20T20:25:35.6147707Z [00:02:14.301]➜  # get https://proxy.golang.org/github.com/muesli/ansi/@v/v0.0.0-20230316100256-276c6243b2f6.info: 200 OK (0.019s)
2025-08-20T20:25:35.6151494Z [00:02:14.301]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info
2025-08-20T20:25:35.6341762Z [00:02:14.320]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info: 200 OK (0.019s)
2025-08-20T20:25:35.6345817Z [00:02:14.321]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T20:25:35.6537176Z [00:02:14.340]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.019s)
2025-08-20T20:25:35.6542463Z [00:02:14.340]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info
2025-08-20T20:25:35.6732205Z [00:02:14.359]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info: 200 OK (0.019s)
2025-08-20T20:25:35.6740360Z [00:02:14.360]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/strings/@v/v0.0.0-20250630141444-821143405392.info
2025-08-20T20:25:35.6958262Z [00:02:14.382]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/strings/@v/v0.0.0-20250630141444-821143405392.info: 200 OK (0.022s)
2025-08-20T20:25:35.6961245Z [00:02:14.382]➜  # get https://proxy.golang.org/github.com/mitchellh/hashstructure/v2/@v/v2.0.2.info
2025-08-20T20:25:35.7152067Z [00:02:14.401]➜  # get https://proxy.golang.org/github.com/mitchellh/hashstructure/v2/@v/v2.0.2.info: 200 OK (0.019s)
2025-08-20T20:25:35.7157787Z [00:02:14.402]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info
2025-08-20T20:25:35.7346564Z [00:02:14.421]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.7351815Z [00:02:14.421]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.10.0.info
2025-08-20T20:25:35.7542489Z [00:02:14.440]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.10.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.7546247Z [00:02:14.441]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.2-0.20180830191138-d8f796af33cc.info
2025-08-20T20:25:35.7737856Z [00:02:14.460]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.2-0.20180830191138-d8f796af33cc.info: 200 OK (0.019s)
2025-08-20T20:25:35.7741310Z [00:02:14.460]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.1-0.20181226105442-5d4384ee4fb2.info
2025-08-20T20:25:35.7931446Z [00:02:14.479]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.1-0.20181226105442-5d4384ee4fb2.info: 200 OK (0.019s)
2025-08-20T20:25:35.7938221Z [00:02:14.480]➜  # get https://proxy.golang.org/github.com/%21make%21now%21just/heredoc/@v/v1.0.0.info
2025-08-20T20:25:35.8129011Z [00:02:14.499]➜  # get https://proxy.golang.org/github.com/%21make%21now%21just/heredoc/@v/v1.0.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.8134065Z [00:02:14.500]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info
2025-08-20T20:25:35.8328303Z [00:02:14.519]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.8331934Z [00:02:14.519]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.19.0.info
2025-08-20T20:25:35.8523581Z [00:02:14.538]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.19.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.8527540Z [00:02:14.539]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.5.info
2025-08-20T20:25:35.8722078Z [00:02:14.558]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.5.info: 200 OK (0.019s)
2025-08-20T20:25:35.8741696Z [00:02:14.560]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/slice/@v/v0.0.0-20250630141444-821143405392.info
2025-08-20T20:25:35.8978715Z [00:02:14.584]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/slice/@v/v0.0.0-20250630141444-821143405392.info: 200 OK (0.024s)
2025-08-20T20:25:35.8981765Z [00:02:14.584]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info
2025-08-20T20:25:35.9176816Z [00:02:14.604]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info: 200 OK (0.019s)
2025-08-20T20:25:35.9179567Z [00:02:14.604]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info
2025-08-20T20:25:35.9370051Z [00:02:14.623]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info: 200 OK (0.019s)
2025-08-20T20:25:35.9372940Z [00:02:14.623]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info
2025-08-20T20:25:35.9563697Z [00:02:14.642]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info: 200 OK (0.019s)
2025-08-20T20:25:35.9571330Z [00:02:14.643]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.6.info
2025-08-20T20:25:35.9763051Z [00:02:14.662]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.6.info: 200 OK (0.019s)
2025-08-20T20:25:35.9766742Z [00:02:14.663]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.13.info
2025-08-20T20:25:35.9958087Z [00:02:14.682]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.13.info: 200 OK (0.019s)
2025-08-20T20:25:35.9987503Z [00:02:14.685]➜  # get https://proxy.golang.org/github.com/itchyny/gojq/@v/v0.12.17.info
2025-08-20T20:25:36.0216301Z [00:02:14.708]➜  # get https://proxy.golang.org/github.com/itchyny/gojq/@v/v0.12.17.info: 200 OK (0.024s)
2025-08-20T20:25:36.0220034Z [00:02:14.708]➜  # get https://proxy.golang.org/github.com/itchyny/timefmt-go/@v/v0.1.6.info
2025-08-20T20:25:36.0451420Z [00:02:14.731]➜  # get https://proxy.golang.org/github.com/itchyny/timefmt-go/@v/v0.1.6.info: 200 OK (0.023s)
2025-08-20T20:25:36.0456479Z [00:02:14.732]➜  # get https://proxy.golang.org/github.com/%21masterminds/sprig/v3/@v/v3.3.0.info
2025-08-20T20:25:36.0647759Z [00:02:14.751]➜  # get https://proxy.golang.org/github.com/%21masterminds/sprig/v3/@v/v3.3.0.info: 200 OK (0.019s)
2025-08-20T20:25:36.0651960Z [00:02:14.751]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.2.info
2025-08-20T20:25:36.0844914Z [00:02:14.771]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.2.info: 200 OK (0.019s)
2025-08-20T20:25:36.0848728Z [00:02:14.771]➜  # get https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.info
2025-08-20T20:25:36.1041668Z [00:02:14.790]➜  # get https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.info: 200 OK (0.019s)
2025-08-20T20:25:36.1044481Z [00:02:14.791]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info
2025-08-20T20:25:36.1236045Z [00:02:14.810]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info: 200 OK (0.019s)
2025-08-20T20:25:36.1239311Z [00:02:14.810]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T20:25:36.1435116Z [00:02:14.830]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.019s)
2025-08-20T20:25:36.1439029Z [00:02:14.830]➜  # get https://proxy.golang.org/github.com/huandu/xstrings/@v/v1.5.0.info
2025-08-20T20:25:36.1629836Z [00:02:14.849]➜  # get https://proxy.golang.org/github.com/huandu/xstrings/@v/v1.5.0.info: 200 OK (0.019s)
2025-08-20T20:25:36.1632878Z [00:02:14.849]➜  # get https://proxy.golang.org/github.com/mitchellh/copystructure/@v/v1.2.0.info
2025-08-20T20:25:36.1822434Z [00:02:14.868]➜  # get https://proxy.golang.org/github.com/mitchellh/copystructure/@v/v1.2.0.info: 200 OK (0.019s)
2025-08-20T20:25:36.1824556Z [00:02:14.869]➜  # get https://proxy.golang.org/github.com/mitchellh/reflectwalk/@v/v1.0.2.info
2025-08-20T20:25:36.2016033Z [00:02:14.888]➜  # get https://proxy.golang.org/github.com/mitchellh/reflectwalk/@v/v1.0.2.info: 200 OK (0.019s)
2025-08-20T20:25:36.2018708Z [00:02:14.888]➜  # get https://proxy.golang.org/github.com/shopspring/decimal/@v/v1.4.0.info
2025-08-20T20:25:36.2210612Z [00:02:14.907]➜  # get https://proxy.golang.org/github.com/shopspring/decimal/@v/v1.4.0.info: 200 OK (0.019s)
2025-08-20T20:25:36.2212558Z [00:02:14.907]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.9.2.info
2025-08-20T20:25:36.2403872Z [00:02:14.926]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.9.2.info: 200 OK (0.019s)
2025-08-20T20:25:36.2413536Z [00:02:14.927]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info
2025-08-20T20:25:36.2605509Z [00:02:14.947]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info: 200 OK (0.019s)
2025-08-20T20:25:36.2609552Z [00:02:14.947]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.7.info
2025-08-20T20:25:36.2798604Z [00:02:14.966]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.7.info: 200 OK (0.019s)
2025-08-20T20:25:36.2807118Z [00:02:14.967]➜  # get https://proxy.golang.org/github.com/gdamore/tcell/v2/@v/v2.8.1.info
2025-08-20T20:25:36.3051634Z [00:02:14.991]➜  # get https://proxy.golang.org/github.com/gdamore/tcell/v2/@v/v2.8.1.info: 200 OK (0.024s)
2025-08-20T20:25:36.3054029Z [00:02:14.992]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.1.info
2025-08-20T20:25:36.3312901Z [00:02:15.017]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.1.info: 200 OK (0.026s)
2025-08-20T20:25:36.3334079Z [00:02:15.019]➜  # get https://proxy.golang.org/github.com/rivo/tview/@v/v0.0.0-20250625164341-a4a78f1e05cb.info
2025-08-20T20:25:36.3608746Z [00:02:15.047]➜  # get https://proxy.golang.org/github.com/rivo/tview/@v/v0.0.0-20250625164341-a4a78f1e05cb.info: 200 OK (0.027s)
2025-08-20T20:25:36.3631857Z [00:02:15.049]➜  # get https://proxy.golang.org/github.com/stretchr/objx/@v/v0.5.2.info
2025-08-20T20:25:36.3825393Z [00:02:15.069]➜  # get https://proxy.golang.org/github.com/stretchr/objx/@v/v0.5.2.info: 200 OK (0.019s)
2025-08-20T20:25:36.3834934Z [00:02:15.070]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info
2025-08-20T20:25:36.4035368Z [00:02:15.090]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info: 200 OK (0.020s)
2025-08-20T20:25:36.4039407Z [00:02:15.090]➜  # get https://proxy.golang.org/github.com/sigstore/sigstore-go/@v/v1.1.0.info
2025-08-20T20:25:36.4275789Z [00:02:15.114]➜  # get https://proxy.golang.org/github.com/sigstore/sigstore-go/@v/v1.1.0.info: 200 OK (0.024s)
2025-08-20T20:25:36.4281324Z [00:02:15.114]➜  # get https://proxy.golang.org/github.com/in-toto/attestation/@v/v1.1.2.info
2025-08-20T20:25:36.4520065Z [00:02:15.138]➜  # get https://proxy.golang.org/github.com/in-toto/attestation/@v/v1.1.2.info: 200 OK (0.024s)
2025-08-20T20:25:36.4522557Z [00:02:15.138]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.7.info
2025-08-20T20:25:36.4713733Z [00:02:15.157]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.7.info: 200 OK (0.019s)
2025-08-20T20:25:36.4735374Z [00:02:15.160]➜  # get https://proxy.golang.org/github.com/secure-systems-lab/go-securesystemslib/@v/v0.9.0.info
2025-08-20T20:25:36.4931151Z [00:02:15.179]➜  # get https://proxy.golang.org/github.com/secure-systems-lab/go-securesystemslib/@v/v0.9.0.info: 200 OK (0.020s)
2025-08-20T20:25:36.4941102Z [00:02:15.180]➜  # get https://proxy.golang.org/github.com/sigstore/protobuf-specs/@v/v0.5.0.info
2025-08-20T20:25:36.5171966Z [00:02:15.203]➜  # get https://proxy.golang.org/github.com/sigstore/protobuf-specs/@v/v0.5.0.info: 200 OK (0.023s)
2025-08-20T20:25:36.5175375Z [00:02:15.204]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250603155806-513f23925822.info
2025-08-20T20:25:36.5402354Z [00:02:15.226]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250603155806-513f23925822.info: 200 OK (0.023s)
2025-08-20T20:25:36.5412392Z [00:02:15.227]➜  # get https://proxy.golang.org/github.com/theupdateframework/go-tuf/v2/@v/v2.1.1.info
2025-08-20T20:25:36.5646343Z [00:02:15.251]➜  # get https://proxy.golang.org/github.com/theupdateframework/go-tuf/v2/@v/v2.1.1.info: 200 OK (0.023s)
2025-08-20T20:25:36.5649746Z [00:02:15.251]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v5/@v/v5.0.2.info
2025-08-20T20:25:36.5892796Z [00:02:15.275]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v5/@v/v5.0.2.info: 200 OK (0.024s)
2025-08-20T20:25:36.5899202Z [00:02:15.276]➜  # get https://proxy.golang.org/github.com/sigstore/sigstore/@v/v1.9.5.info
2025-08-20T20:25:36.6121938Z [00:02:15.298]➜  # get https://proxy.golang.org/github.com/sigstore/sigstore/@v/v1.9.5.info: 200 OK (0.022s)
2025-08-20T20:25:36.6125302Z [00:02:15.299]➜  # get https://proxy.golang.org/github.com/letsencrypt/boulder/@v/v0.20250630.0.info
2025-08-20T20:25:36.6356330Z [00:02:15.322]➜  # get https://proxy.golang.org/github.com/letsencrypt/boulder/@v/v0.20250630.0.info: 200 OK (0.023s)
2025-08-20T20:25:36.6361874Z [00:02:15.322]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.1.1.info
2025-08-20T20:25:36.6554699Z [00:02:15.342]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.1.1.info: 200 OK (0.019s)
2025-08-20T20:25:36.6564301Z [00:02:15.343]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.74.2.info
2025-08-20T20:25:36.6756366Z [00:02:15.362]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.74.2.info: 200 OK (0.019s)
2025-08-20T20:25:36.6763280Z [00:02:15.362]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250811230008-5f3141c8851a.info
2025-08-20T20:25:36.6993881Z [00:02:15.385]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250811230008-5f3141c8851a.info: 200 OK (0.023s)
2025-08-20T20:25:36.6999978Z [00:02:15.386]➜  # get https://proxy.golang.org/github.com/titanous/rocacheck/@v/v0.0.0-20171023193734-afe73141d399.info
2025-08-20T20:25:36.7239673Z [00:02:15.410]➜  # get https://proxy.golang.org/github.com/titanous/rocacheck/@v/v0.0.0-20171023193734-afe73141d399.info: 200 OK (0.024s)
2025-08-20T20:25:36.7246100Z [00:02:15.411]➜  # get https://proxy.golang.org/github.com/google/go-containerregistry/@v/v0.20.6.info
2025-08-20T20:25:36.7441393Z [00:02:15.430]➜  # get https://proxy.golang.org/github.com/google/go-containerregistry/@v/v0.20.6.info: 200 OK (0.019s)
2025-08-20T20:25:36.7444417Z [00:02:15.431]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info
2025-08-20T20:25:36.7634935Z [00:02:15.450]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info: 200 OK (0.019s)
2025-08-20T20:25:36.7644249Z [00:02:15.451]➜  # get https://proxy.golang.org/github.com/sigstore/timestamp-authority/@v/v1.2.8.info
2025-08-20T20:25:36.7876652Z [00:02:15.474]➜  # get https://proxy.golang.org/github.com/sigstore/timestamp-authority/@v/v1.2.8.info: 200 OK (0.023s)
2025-08-20T20:25:36.7879452Z [00:02:15.474]➜  # get https://proxy.golang.org/github.com/digitorus/pkcs7/@v/v0.0.0-20230818184609-3a137a874352.info
2025-08-20T20:25:36.8070665Z [00:02:15.493]➜  # get https://proxy.golang.org/github.com/digitorus/pkcs7/@v/v0.0.0-20230818184609-3a137a874352.info: 200 OK (0.019s)
2025-08-20T20:25:36.8075326Z [00:02:15.494]➜  # get https://proxy.golang.org/github.com/digitorus/timestamp/@v/v0.0.0-20250524132541-c45532741eea.info
2025-08-20T20:25:36.8306326Z [00:02:15.517]➜  # get https://proxy.golang.org/github.com/digitorus/timestamp/@v/v0.0.0-20250524132541-c45532741eea.info: 200 OK (0.023s)
2025-08-20T20:25:36.8310850Z [00:02:15.517]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T20:25:36.8503105Z [00:02:15.536]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.019s)
2025-08-20T20:25:36.8508003Z [00:02:15.537]➜  # get https://proxy.golang.org/github.com/cyberphone/json-canonicalization/@v/v0.0.0-20241213102144-19d51d7fe467.info
2025-08-20T20:25:36.8699661Z [00:02:15.556]➜  # get https://proxy.golang.org/github.com/cyberphone/json-canonicalization/@v/v0.0.0-20241213102144-19d51d7fe467.info: 200 OK (0.019s)
2025-08-20T20:25:36.8702641Z [00:02:15.556]➜  # get https://proxy.golang.org/github.com/go-openapi/runtime/@v/v0.28.0.info
2025-08-20T20:25:36.8903116Z [00:02:15.576]➜  # get https://proxy.golang.org/github.com/go-openapi/runtime/@v/v0.28.0.info: 200 OK (0.020s)
2025-08-20T20:25:36.8906018Z [00:02:15.577]➜  # get https://proxy.golang.org/github.com/go-openapi/errors/@v/v0.22.1.info
2025-08-20T20:25:36.9144882Z [00:02:15.601]➜  # get https://proxy.golang.org/github.com/go-openapi/errors/@v/v0.22.1.info: 200 OK (0.024s)
2025-08-20T20:25:36.9148617Z [00:02:15.601]➜  # get https://proxy.golang.org/github.com/go-openapi/strfmt/@v/v0.23.0.info
2025-08-20T20:25:36.9343429Z [00:02:15.620]➜  # get https://proxy.golang.org/github.com/go-openapi/strfmt/@v/v0.23.0.info: 200 OK (0.019s)
2025-08-20T20:25:36.9347926Z [00:02:15.621]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info
2025-08-20T20:25:36.9541156Z [00:02:15.640]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info: 200 OK (0.019s)
2025-08-20T20:25:36.9544793Z [00:02:15.641]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info
2025-08-20T20:25:36.9734965Z [00:02:15.660]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info: 200 OK (0.019s)
2025-08-20T20:25:36.9737695Z [00:02:15.660]➜  # get https://proxy.golang.org/github.com/oklog/ulid/@v/v1.3.1.info
2025-08-20T20:25:36.9927703Z [00:02:15.679]➜  # get https://proxy.golang.org/github.com/oklog/ulid/@v/v1.3.1.info: 200 OK (0.019s)
2025-08-20T20:25:36.9932424Z [00:02:15.679]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info
2025-08-20T20:25:37.0123626Z [00:02:15.698]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info: 200 OK (0.019s)
2025-08-20T20:25:37.0133299Z [00:02:15.699]➜  # get https://proxy.golang.org/github.com/go-openapi/swag/@v/v0.23.1.info
2025-08-20T20:25:37.0327287Z [00:02:15.719]➜  # get https://proxy.golang.org/github.com/go-openapi/swag/@v/v0.23.1.info: 200 OK (0.019s)
2025-08-20T20:25:37.0330903Z [00:02:15.719]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.9.0.info
2025-08-20T20:25:37.0521471Z [00:02:15.738]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.9.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.0525128Z [00:02:15.739]➜  # get https://proxy.golang.org/github.com/josharian/intern/@v/v1.0.0.info
2025-08-20T20:25:37.0715661Z [00:02:15.758]➜  # get https://proxy.golang.org/github.com/josharian/intern/@v/v1.0.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.0721212Z [00:02:15.758]➜  # get https://proxy.golang.org/github.com/sigstore/rekor-tiles/@v/v0.1.7-0.20250624231741-98cd4a77300f.info
2025-08-20T20:25:37.0992090Z [00:02:15.785]➜  # get https://proxy.golang.org/github.com/sigstore/rekor-tiles/@v/v0.1.7-0.20250624231741-98cd4a77300f.info: 200 OK (0.027s)
2025-08-20T20:25:37.0996186Z [00:02:15.786]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.27.0.info
2025-08-20T20:25:37.1186913Z [00:02:15.805]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.27.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.1243136Z [00:02:15.810]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.26.0.info
2025-08-20T20:25:37.1443982Z [00:02:15.830]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.26.0.info: 200 OK (0.020s)
2025-08-20T20:25:37.1451224Z [00:02:15.831]➜  # get https://proxy.golang.org/github.com/transparency-dev/formats/@v/v0.0.0-20250421220931-bb8ad4d07c26.info
2025-08-20T20:25:37.1690467Z [00:02:15.855]➜  # get https://proxy.golang.org/github.com/transparency-dev/formats/@v/v0.0.0-20250421220931-bb8ad4d07c26.info: 200 OK (0.024s)
2025-08-20T20:25:37.1696820Z [00:02:15.856]➜  # get https://proxy.golang.org/github.com/transparency-dev/merkle/@v/v0.0.2.info
2025-08-20T20:25:37.1887485Z [00:02:15.875]➜  # get https://proxy.golang.org/github.com/transparency-dev/merkle/@v/v0.0.2.info: 200 OK (0.019s)
2025-08-20T20:25:37.1892691Z [00:02:15.875]➜  # get https://proxy.golang.org/github.com/transparency-dev/tessera/@v/v0.2.1-0.20250610150926-8ee4e93b2823.info
2025-08-20T20:25:37.2113230Z [00:02:15.897]➜  # get https://proxy.golang.org/github.com/transparency-dev/tessera/@v/v0.2.1-0.20250610150926-8ee4e93b2823.info: 200 OK (0.022s)
2025-08-20T20:25:37.2116332Z [00:02:15.898]➜  # get https://proxy.golang.org/github.com/avast/retry-go/v4/@v/v4.6.1.info
2025-08-20T20:25:37.2316559Z [00:02:15.918]➜  # get https://proxy.golang.org/github.com/avast/retry-go/v4/@v/v4.6.1.info: 200 OK (0.020s)
2025-08-20T20:25:37.2319115Z [00:02:15.918]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info
2025-08-20T20:25:37.2509733Z [00:02:15.937]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info: 200 OK (0.019s)
2025-08-20T20:25:37.2516762Z [00:02:15.938]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.37.0.info
2025-08-20T20:25:37.2711171Z [00:02:15.957]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.37.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.2714292Z [00:02:15.958]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info
2025-08-20T20:25:37.2902305Z [00:02:15.976]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info: 200 OK (0.019s)
2025-08-20T20:25:37.2908227Z [00:02:15.977]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info
2025-08-20T20:25:37.3097872Z [00:02:15.996]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.019s)
2025-08-20T20:25:37.3102058Z [00:02:15.996]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info
2025-08-20T20:25:37.3291223Z [00:02:16.015]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.3299079Z [00:02:16.016]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.37.0.info
2025-08-20T20:25:37.3489888Z [00:02:16.035]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.37.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.3496262Z [00:02:16.036]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.37.0.info
2025-08-20T20:25:37.3685096Z [00:02:16.055]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.37.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.3692247Z [00:02:16.055]➜  # get https://proxy.golang.org/k8s.io/klog/v2/@v/v2.130.1.info
2025-08-20T20:25:37.3884474Z [00:02:16.075]➜  # get https://proxy.golang.org/k8s.io/klog/v2/@v/v2.130.1.info: 200 OK (0.019s)
2025-08-20T20:25:37.3897442Z [00:02:16.076]➜  # get https://proxy.golang.org/cloud.google.com/go/spanner/@v/v1.82.0.info
2025-08-20T20:25:37.4090094Z [00:02:16.095]➜  # get https://proxy.golang.org/cloud.google.com/go/spanner/@v/v1.82.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.4093123Z [00:02:16.095]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.121.1.info
2025-08-20T20:25:37.4282298Z [00:02:16.114]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.121.1.info: 200 OK (0.019s)
2025-08-20T20:25:37.4287256Z [00:02:16.115]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.238.0.info
2025-08-20T20:25:37.4476098Z [00:02:16.134]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.238.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.4481246Z [00:02:16.134]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info
2025-08-20T20:25:37.4671059Z [00:02:16.153]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info: 200 OK (0.019s)
2025-08-20T20:25:37.4678106Z [00:02:16.154]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250505200425-f936aa4a68b2.info
2025-08-20T20:25:37.4869080Z [00:02:16.173]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250505200425-f936aa4a68b2.info: 200 OK (0.019s)
2025-08-20T20:25:37.4874253Z [00:02:16.174]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.2.info
2025-08-20T20:25:37.5064105Z [00:02:16.192]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.2.info: 200 OK (0.019s)
2025-08-20T20:25:37.5073734Z [00:02:16.193]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.2.info
2025-08-20T20:25:37.5263029Z [00:02:16.212]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.2.info: 200 OK (0.019s)
2025-08-20T20:25:37.5267597Z [00:02:16.213]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info
2025-08-20T20:25:37.5459233Z [00:02:16.232]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.5466195Z [00:02:16.233]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T20:25:37.5655366Z [00:02:16.252]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.5670319Z [00:02:16.253]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info
2025-08-20T20:25:37.5861598Z [00:02:16.272]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info: 200 OK (0.019s)
2025-08-20T20:25:37.5870037Z [00:02:16.273]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info
2025-08-20T20:25:37.6062689Z [00:02:16.292]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info: 200 OK (0.019s)
2025-08-20T20:25:37.6066138Z [00:02:16.293]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info
2025-08-20T20:25:37.6260845Z [00:02:16.312]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info: 200 OK (0.019s)
2025-08-20T20:25:37.6282991Z [00:02:16.314]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.61.0.info
2025-08-20T20:25:37.6471464Z [00:02:16.333]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.61.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.6476892Z [00:02:16.334]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info
2025-08-20T20:25:37.6675396Z [00:02:16.354]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info: 200 OK (0.020s)
2025-08-20T20:25:37.6693970Z [00:02:16.355]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.61.0.info
2025-08-20T20:25:37.6882703Z [00:02:16.374]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.61.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.6885889Z [00:02:16.375]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info
2025-08-20T20:25:37.7075987Z [00:02:16.394]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info: 200 OK (0.019s)
2025-08-20T20:25:37.7085730Z [00:02:16.395]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/grpc-gcp-go/grpcgcp/@v/v1.5.3.info
2025-08-20T20:25:37.7318438Z [00:02:16.418]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/grpc-gcp-go/grpcgcp/@v/v1.5.3.info: 200 OK (0.023s)
2025-08-20T20:25:37.7323419Z [00:02:16.418]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info
2025-08-20T20:25:37.7514972Z [00:02:16.438]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.7523509Z [00:02:16.438]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info
2025-08-20T20:25:37.7718893Z [00:02:16.458]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info: 200 OK (0.019s)
2025-08-20T20:25:37.7724606Z [00:02:16.459]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.36.0.info
2025-08-20T20:25:37.7915225Z [00:02:16.478]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.36.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.7919441Z [00:02:16.478]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info
2025-08-20T20:25:37.8113089Z [00:02:16.497]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.8116931Z [00:02:16.498]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.36.0.info
2025-08-20T20:25:37.8311254Z [00:02:16.517]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.36.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.8316806Z [00:02:16.518]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.36.0.info
2025-08-20T20:25:37.8507425Z [00:02:16.537]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.36.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.8526340Z [00:02:16.539]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info
2025-08-20T20:25:37.8718630Z [00:02:16.558]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info: 200 OK (0.019s)
2025-08-20T20:25:37.8721275Z [00:02:16.558]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250501225837-2ac532fd4443.info
2025-08-20T20:25:37.8912300Z [00:02:16.577]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250501225837-2ac532fd4443.info: 200 OK (0.019s)
2025-08-20T20:25:37.8918217Z [00:02:16.578]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info
2025-08-20T20:25:37.9105907Z [00:02:16.597]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info: 200 OK (0.019s)
2025-08-20T20:25:37.9115300Z [00:02:16.598]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info
2025-08-20T20:25:37.9305684Z [00:02:16.617]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.9311583Z [00:02:16.617]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info
2025-08-20T20:25:37.9500988Z [00:02:16.636]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.9519181Z [00:02:16.638]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.24.0.info
2025-08-20T20:25:37.9718880Z [00:02:16.658]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.24.0.info: 200 OK (0.020s)
2025-08-20T20:25:37.9800952Z [00:02:16.666]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T20:25:37.9976820Z [00:02:16.684]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.019s)
2025-08-20T20:25:37.9997720Z [00:02:16.686]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info
2025-08-20T20:25:38.0187610Z [00:02:16.705]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info: 200 OK (0.019s)
2025-08-20T20:25:38.0191678Z [00:02:16.705]➜  # get https://proxy.golang.org/cloud.google.com/go/longrunning/@v/v0.6.7.info
2025-08-20T20:25:38.0385379Z [00:02:16.725]➜  # get https://proxy.golang.org/cloud.google.com/go/longrunning/@v/v0.6.7.info: 200 OK (0.019s)
2025-08-20T20:25:38.0394913Z [00:02:16.726]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.55.0.info
2025-08-20T20:25:38.0625331Z [00:02:16.749]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.55.0.info: 200 OK (0.023s)
2025-08-20T20:25:38.0636466Z [00:02:16.750]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.53.0.info
2025-08-20T20:25:38.0826716Z [00:02:16.769]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.53.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.0829667Z [00:02:16.769]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.53.0.info
2025-08-20T20:25:38.1021396Z [00:02:16.788]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.53.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.1031436Z [00:02:16.789]➜  # get https://proxy.golang.org/github.com/google/go-cmp/@v/v0.7.0.info
2025-08-20T20:25:38.1221170Z [00:02:16.808]➜  # get https://proxy.golang.org/github.com/google/go-cmp/@v/v0.7.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.1228140Z [00:02:16.809]➜  # get https://proxy.golang.org/github.com/globocom/go-buffer/@v/v1.2.2.info
2025-08-20T20:25:38.1470599Z [00:02:16.833]➜  # get https://proxy.golang.org/github.com/globocom/go-buffer/@v/v1.2.2.info: 200 OK (0.024s)
2025-08-20T20:25:38.1474643Z [00:02:16.834]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250620022241-b7579e27df2b.info
2025-08-20T20:25:38.1665777Z [00:02:16.853]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250620022241-b7579e27df2b.info: 200 OK (0.019s)
2025-08-20T20:25:38.1671780Z [00:02:16.853]➜  # get https://proxy.golang.org/github.com/sigstore/rekor/@v/v1.3.10.info
2025-08-20T20:25:38.1893977Z [00:02:16.875]➜  # get https://proxy.golang.org/github.com/sigstore/rekor/@v/v1.3.10.info: 200 OK (0.022s)
2025-08-20T20:25:38.1898763Z [00:02:16.876]➜  # get https://proxy.golang.org/github.com/go-openapi/validate/@v/v0.24.0.info
2025-08-20T20:25:38.2089397Z [00:02:16.895]➜  # get https://proxy.golang.org/github.com/go-openapi/validate/@v/v0.24.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.2093160Z [00:02:16.895]➜  # get https://proxy.golang.org/github.com/go-openapi/analysis/@v/v0.23.0.info
2025-08-20T20:25:38.2282138Z [00:02:16.914]➜  # get https://proxy.golang.org/github.com/go-openapi/analysis/@v/v0.23.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.2287093Z [00:02:16.915]➜  # get https://proxy.golang.org/github.com/go-openapi/spec/@v/v0.21.0.info
2025-08-20T20:25:38.2478237Z [00:02:16.934]➜  # get https://proxy.golang.org/github.com/go-openapi/spec/@v/v0.21.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.2482144Z [00:02:16.934]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.1.info
2025-08-20T20:25:38.2680420Z [00:02:16.954]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.1.info: 200 OK (0.020s)
2025-08-20T20:25:38.2683904Z [00:02:16.955]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonreference/@v/v0.21.0.info
2025-08-20T20:25:38.2877213Z [00:02:16.974]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonreference/@v/v0.21.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.2884775Z [00:02:16.975]➜  # get https://proxy.golang.org/github.com/go-openapi/loads/@v/v0.22.0.info
2025-08-20T20:25:38.3077121Z [00:02:16.994]➜  # get https://proxy.golang.org/github.com/go-openapi/loads/@v/v0.22.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.3081676Z [00:02:16.994]➜  # get https://proxy.golang.org/github.com/blang/semver/@v/v3.5.1+incompatible.info
2025-08-20T20:25:38.3273412Z [00:02:17.013]➜  # get https://proxy.golang.org/github.com/blang/semver/@v/v3.5.1+incompatible.info: 200 OK (0.019s)
2025-08-20T20:25:38.3278215Z [00:02:17.014]➜  # get https://proxy.golang.org/github.com/go-chi/chi/@v/v4.1.2+incompatible.info
2025-08-20T20:25:38.3469543Z [00:02:17.033]➜  # get https://proxy.golang.org/github.com/go-chi/chi/@v/v4.1.2+incompatible.info: 200 OK (0.019s)
2025-08-20T20:25:38.3476410Z [00:02:17.034]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info
2025-08-20T20:25:38.3668961Z [00:02:17.053]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.3672458Z [00:02:17.053]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info
2025-08-20T20:25:38.3864503Z [00:02:17.072]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.3875257Z [00:02:17.074]➜  # get https://proxy.golang.org/github.com/jedisct1/go-minisign/@v/v0.0.0-20241212093149-d2f9f49435c7.info
2025-08-20T20:25:38.4065245Z [00:02:17.093]➜  # get https://proxy.golang.org/github.com/jedisct1/go-minisign/@v/v0.0.0-20241212093149-d2f9f49435c7.info: 200 OK (0.019s)
2025-08-20T20:25:38.4077646Z [00:02:17.094]➜  # get https://proxy.golang.org/github.com/sassoftware/relic/@v/v7.2.1+incompatible.info
2025-08-20T20:25:38.4267904Z [00:02:17.113]➜  # get https://proxy.golang.org/github.com/sassoftware/relic/@v/v7.2.1+incompatible.info: 200 OK (0.019s)
2025-08-20T20:25:38.4274825Z [00:02:17.114]➜  # get https://proxy.golang.org/github.com/theupdateframework/go-tuf/@v/v0.7.0.info
2025-08-20T20:25:38.4465184Z [00:02:17.133]➜  # get https://proxy.golang.org/github.com/theupdateframework/go-tuf/@v/v0.7.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.4474305Z [00:02:17.134]➜  # get https://proxy.golang.org/github.com/in-toto/in-toto-golang/@v/v0.9.0.info
2025-08-20T20:25:38.4664065Z [00:02:17.152]➜  # get https://proxy.golang.org/github.com/in-toto/in-toto-golang/@v/v0.9.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.4670422Z [00:02:17.153]➜  # get https://proxy.golang.org/github.com/shibumi/go-pathspec/@v/v1.3.0.info
2025-08-20T20:25:38.4914593Z [00:02:17.177]➜  # get https://proxy.golang.org/github.com/shibumi/go-pathspec/@v/v1.3.0.info: 200 OK (0.024s)
2025-08-20T20:25:38.4924229Z [00:02:17.179]➜  # get https://proxy.golang.org/github.com/spf13/viper/@v/v1.20.1.info
2025-08-20T20:25:38.5115819Z [00:02:17.198]➜  # get https://proxy.golang.org/github.com/spf13/viper/@v/v1.20.1.info: 200 OK (0.019s)
2025-08-20T20:25:38.5119606Z [00:02:17.198]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.9.0.info
2025-08-20T20:25:38.5308919Z [00:02:17.217]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.9.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.5313388Z [00:02:17.217]➜  # get https://proxy.golang.org/github.com/go-viper/mapstructure/v2/@v/v2.3.0.info
2025-08-20T20:25:38.5507286Z [00:02:17.237]➜  # get https://proxy.golang.org/github.com/go-viper/mapstructure/v2/@v/v2.3.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.5511262Z [00:02:17.237]➜  # get https://proxy.golang.org/github.com/sagikazarmark/locafero/@v/v0.9.0.info
2025-08-20T20:25:38.5737332Z [00:02:17.260]➜  # get https://proxy.golang.org/github.com/sagikazarmark/locafero/@v/v0.9.0.info: 200 OK (0.023s)
2025-08-20T20:25:38.5740564Z [00:02:17.260]➜  # get https://proxy.golang.org/github.com/sourcegraph/conc/@v/v0.3.0.info
2025-08-20T20:25:38.5939966Z [00:02:17.280]➜  # get https://proxy.golang.org/github.com/sourcegraph/conc/@v/v0.3.0.info: 200 OK (0.020s)
2025-08-20T20:25:38.5944805Z [00:02:17.281]➜  # get https://proxy.golang.org/github.com/spf13/afero/@v/v1.14.0.info
2025-08-20T20:25:38.6133063Z [00:02:17.299]➜  # get https://proxy.golang.org/github.com/spf13/afero/@v/v1.14.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.6140144Z [00:02:17.300]➜  # get https://proxy.golang.org/github.com/subosito/gotenv/@v/v1.6.0.info
2025-08-20T20:25:38.6333631Z [00:02:17.319]➜  # get https://proxy.golang.org/github.com/subosito/gotenv/@v/v1.6.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.6340774Z [00:02:17.320]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.2.4.info
2025-08-20T20:25:38.6530333Z [00:02:17.339]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.2.4.info: 200 OK (0.019s)
2025-08-20T20:25:38.6545269Z [00:02:17.341]➜  # get https://proxy.golang.org/github.com/opentracing/opentracing-go/@v/v1.2.0.info
2025-08-20T20:25:38.6735229Z [00:02:17.360]➜  # get https://proxy.golang.org/github.com/opentracing/opentracing-go/@v/v1.2.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.6746257Z [00:02:17.361]➜  # get https://proxy.golang.org/github.com/google/certificate-transparency-go/@v/v1.3.2.info
2025-08-20T20:25:38.6975323Z [00:02:17.384]➜  # get https://proxy.golang.org/github.com/google/certificate-transparency-go/@v/v1.3.2.info: 200 OK (0.023s)
2025-08-20T20:25:38.6989288Z [00:02:17.385]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info
2025-08-20T20:25:38.7181488Z [00:02:17.404]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.7186713Z [00:02:17.405]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.3.0+incompatible.info
2025-08-20T20:25:38.7414746Z [00:02:17.428]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.3.0+incompatible.info: 200 OK (0.023s)
2025-08-20T20:25:38.7420111Z [00:02:17.428]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info
2025-08-20T20:25:38.7615026Z [00:02:17.448]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info: 200 OK (0.019s)
2025-08-20T20:25:38.7620995Z [00:02:17.448]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info
2025-08-20T20:25:38.7823827Z [00:02:17.468]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info: 200 OK (0.020s)
2025-08-20T20:25:38.7828849Z [00:02:17.469]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info
2025-08-20T20:25:38.8023775Z [00:02:17.488]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.8036862Z [00:02:17.490]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T20:25:38.8229285Z [00:02:17.509]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.8237766Z [00:02:17.510]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info
2025-08-20T20:25:38.8428172Z [00:02:17.529]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info: 200 OK (0.019s)
2025-08-20T20:25:38.8436231Z [00:02:17.530]➜  # get https://proxy.golang.org/github.com/containerd/stargz-snapshotter/estargz/@v/v0.16.3.info
2025-08-20T20:25:38.8629855Z [00:02:17.549]➜  # get https://proxy.golang.org/github.com/containerd/stargz-snapshotter/estargz/@v/v0.16.3.info: 200 OK (0.019s)
2025-08-20T20:25:38.8634099Z [00:02:17.550]➜  # get https://proxy.golang.org/github.com/vbatts/tar-split/@v/v0.12.1.info
2025-08-20T20:25:38.8826257Z [00:02:17.569]➜  # get https://proxy.golang.org/github.com/vbatts/tar-split/@v/v0.12.1.info: 200 OK (0.019s)
2025-08-20T20:25:38.8832565Z [00:02:17.569]➜  # get https://proxy.golang.org/github.com/docker/distribution/@v/v2.8.3+incompatible.info
2025-08-20T20:25:38.9022557Z [00:02:17.588]➜  # get https://proxy.golang.org/github.com/docker/distribution/@v/v2.8.3+incompatible.info: 200 OK (0.019s)
2025-08-20T20:25:38.9026972Z [00:02:17.589]➜  # get https://proxy.golang.org/github.com/distribution/reference/@v/v0.6.0.info
2025-08-20T20:25:38.9216244Z [00:02:17.608]➜  # get https://proxy.golang.org/github.com/distribution/reference/@v/v0.6.0.info: 200 OK (0.019s)
2025-08-20T20:25:38.9224930Z [00:02:17.609]➜  # get https://proxy.golang.org/github.com/cli/oauth/@v/v1.2.0.info
2025-08-20T20:25:38.9465092Z [00:02:17.633]➜  # get https://proxy.golang.org/github.com/cli/oauth/@v/v1.2.0.info: 200 OK (0.024s)
2025-08-20T20:25:38.9480875Z [00:02:17.634]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info
2025-08-20T20:25:38.9674007Z [00:02:17.653]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info: 200 OK (0.019s)
2025-08-20T20:25:38.9677865Z [00:02:17.654]➜  # get https://proxy.golang.org/github.com/microsoft/dev-tunnels/@v/v0.1.13.info
2025-08-20T20:25:38.9930190Z [00:02:17.679]➜  # get https://proxy.golang.org/github.com/microsoft/dev-tunnels/@v/v0.1.13.info: 200 OK (0.025s)
2025-08-20T20:25:38.9934631Z [00:02:17.680]➜  # get https://proxy.golang.org/github.com/rodaine/table/@v/v1.3.0.info
2025-08-20T20:25:39.0173793Z [00:02:17.703]➜  # get https://proxy.golang.org/github.com/rodaine/table/@v/v1.3.0.info: 200 OK (0.024s)
2025-08-20T20:25:39.0179610Z [00:02:17.704]➜  # get https://proxy.golang.org/github.com/muhammadmuzzammil1998/jsonc/@v/v1.0.0.info
2025-08-20T20:25:39.0424213Z [00:02:17.728]➜  # get https://proxy.golang.org/github.com/muhammadmuzzammil1998/jsonc/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T20:25:39.0430761Z [00:02:17.729]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info
2025-08-20T20:25:39.0626120Z [00:02:17.749]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info: 200 OK (0.019s)
2025-08-20T20:25:39.0676095Z [00:02:17.754]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T20:25:39.0865248Z [00:02:17.773]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.019s)
2025-08-20T20:25:39.0867299Z [00:02:17.773]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T20:25:39.1058670Z [00:02:17.792]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.019s)
2025-08-20T20:25:39.1186424Z [00:02:17.805]➜  # get https://proxy.golang.org/github.com/joho/godotenv/@v/v1.5.1.info
2025-08-20T20:25:39.1387092Z [00:02:17.825]➜  # get https://proxy.golang.org/github.com/joho/godotenv/@v/v1.5.1.info: 200 OK (0.020s)
2025-08-20T20:25:39.1439510Z [00:02:17.830]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO
2025-08-20T20:25:39.1439950Z [00:02:17.830]➜  git status --porcelain
2025-08-20T20:25:39.9087429Z [00:02:18.595]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO
2025-08-20T20:25:39.9090492Z [00:02:18.595]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:25:39.9101487Z [00:02:18.596]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git config extensions.objectformat
2025-08-20T20:25:39.9111426Z [00:02:18.597]➜  0.001s # cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git config extensions.objectformat
2025-08-20T20:25:39.9112770Z [00:02:18.597]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 5eddf8d52369df321693c5f5131fdd138cd237a6 --
2025-08-20T20:25:39.9293835Z [00:02:18.615]➜  0.018s # cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 5eddf8d52369df321693c5f5131fdd138cd237a6 --
2025-08-20T20:25:39.9294958Z [00:02:18.615]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 5eddf8d52369df321693c5f5131fdd138cd237a6
2025-08-20T20:25:39.9927907Z [00:02:18.678]➜  0.063s # cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 5eddf8d52369df321693c5f5131fdd138cd237a6
2025-08-20T20:25:39.9930020Z [00:02:18.678]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 5eddf8d52369 --
2025-08-20T20:25:39.9999157Z [00:02:18.686]➜  0.008s # cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 5eddf8d52369 --
2025-08-20T20:25:40.0000096Z [00:02:18.686]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git cat-file blob 5eddf8d52369df321693c5f5131fdd138cd237a6:go.mod
2025-08-20T20:25:40.0020433Z [00:02:18.688]➜  0.002s # cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git cat-file blob 5eddf8d52369df321693c5f5131fdd138cd237a6:go.mod
2025-08-20T20:25:40.0021186Z [00:02:18.688]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git cat-file blob 5eddf8d52369df321693c5f5131fdd138cd237a6:v2/go.mod
2025-08-20T20:25:40.0033014Z [00:02:18.689]➜  0.001s # cd /tmp/tmp.y6l7uzfpNq/TEMPREPO; git cat-file blob 5eddf8d52369df321693c5f5131fdd138cd237a6:v2/go.mod
2025-08-20T20:25:40.0117063Z [00:02:18.697]➜  internal/unsafeheader
2025-08-20T20:25:40.0117838Z [00:02:18.697]➜  mkdir -p $WORK/b009/
2025-08-20T20:25:40.0118489Z [00:02:18.698]➜  internal/byteorder
2025-08-20T20:25:40.0119712Z [00:02:18.698]➜  mkdir -p $WORK/b013/
2025-08-20T20:25:40.0120294Z [00:02:18.698]➜  internal/goarch
2025-08-20T20:25:40.0128143Z [00:02:18.698]➜  mkdir -p $WORK/b007/
2025-08-20T20:25:40.0129254Z [00:02:18.698]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T20:25:40.0130123Z [00:02:18.698]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.0131916Z [00:02:18.698]➜  /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-20T20:25:40.0133614Z [00:02:18.698]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T20:25:40.0135261Z [00:02:18.698]➜  /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-20T20:25:40.0137458Z [00:02:18.698]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T20:25:40.0139392Z [00:02:18.698]➜  /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-20T20:25:40.0148518Z [00:02:18.701]➜  internal/cpu
2025-08-20T20:25:40.0153595Z [00:02:18.701]➜  mkdir -p $WORK/b012/
2025-08-20T20:25:40.0154003Z [00:02:18.702]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T20:25:40.0154656Z [00:02:18.702]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:25:40.0155825Z [00:02:18.702]➜  /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-20T20:25:40.0193873Z [00:02:18.705]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T20:25:40.0201699Z [00:02:18.706]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.0204437Z [00:02:18.706]➜  /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-20T20:25:40.0223400Z [00:02:18.708]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T20:25:40.0230468Z [00:02:18.709]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T20:25:40.0234816Z [00:02:18.710]➜  internal/abi
2025-08-20T20:25:40.0235818Z [00:02:18.710]➜  mkdir -p $WORK/b006/
2025-08-20T20:25:40.0238689Z [00:02:18.710]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T20:25:40.0240676Z [00:02:18.710]➜  cd /root/.go/src/internal/abi
2025-08-20T20:25:40.0242770Z [00:02:18.710]➜  /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-20T20:25:40.0261818Z [00:02:18.712]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T20:25:40.0268193Z [00:02:18.713]➜  cat >/tmp/go-build1823208636/b006/importcfg << 'EOF' # internal
2025-08-20T20:25:40.0268584Z [00:02:18.713]➜  # import config
2025-08-20T20:25:40.0268959Z [00:02:18.713]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.0269302Z [00:02:18.713]➜  EOF
2025-08-20T20:25:40.0270810Z [00:02:18.713]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.0274534Z [00:02:18.713]➜  /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-20T20:25:40.0300094Z [00:02:18.715]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T20:25:40.0300812Z [00:02:18.715]➜  internal/coverage/rtcov
2025-08-20T20:25:40.0301094Z [00:02:18.715]➜  mkdir -p $WORK/b015/
2025-08-20T20:25:40.0301419Z [00:02:18.715]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T20:25:40.0302074Z [00:02:18.715]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T20:25:40.0302625Z [00:02:18.715]➜  internal/godebugs
2025-08-20T20:25:40.0302879Z [00:02:18.715]➜  mkdir -p $WORK/b016/
2025-08-20T20:25:40.0303223Z [00:02:18.715]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T20:25:40.0303635Z [00:02:18.716]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T20:25:40.0305257Z [00:02:18.716]➜  /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-20T20:25:40.0315682Z [00:02:18.717]➜  /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-20T20:25:40.0413788Z [00:02:18.727]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T20:25:40.0421522Z [00:02:18.728]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T20:25:40.0425284Z [00:02:18.728]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T20:25:40.0426008Z [00:02:18.728]➜  internal/goexperiment
2025-08-20T20:25:40.0426290Z [00:02:18.728]➜  mkdir -p $WORK/b017/
2025-08-20T20:25:40.0426651Z [00:02:18.729]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T20:25:40.0438867Z [00:02:18.729]➜  /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-20T20:25:40.0448892Z [00:02:18.731]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T20:25:40.0449441Z [00:02:18.731]➜  internal/goos
2025-08-20T20:25:40.0449698Z [00:02:18.731]➜  mkdir -p $WORK/b018/
2025-08-20T20:25:40.0450046Z [00:02:18.731]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T20:25:40.0451874Z [00:02:18.731]➜  /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-20T20:25:40.0511459Z [00:02:18.737]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T20:25:40.0512203Z [00:02:18.737]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T20:25:40.0519041Z [00:02:18.738]➜  internal/profilerecord
2025-08-20T20:25:40.0519695Z [00:02:18.738]➜  mkdir -p $WORK/b019/
2025-08-20T20:25:40.0526633Z [00:02:18.739]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T20:25:40.0528719Z [00:02:18.739]➜  /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-20T20:25:40.0533384Z [00:02:18.739]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T20:25:40.0545120Z [00:02:18.741]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T20:25:40.0546456Z [00:02:18.741]➜  internal/runtime/math
2025-08-20T20:25:40.0547168Z [00:02:18.741]➜  mkdir -p $WORK/b023/
2025-08-20T20:25:40.0547630Z [00:02:18.741]➜  cat >/tmp/go-build1823208636/b023/importcfg << 'EOF' # internal
2025-08-20T20:25:40.0547980Z [00:02:18.741]➜  # import config
2025-08-20T20:25:40.0548352Z [00:02:18.741]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.0548697Z [00:02:18.741]➜  EOF
2025-08-20T20:25:40.0550287Z [00:02:18.741]➜  /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-20T20:25:40.0594856Z [00:02:18.746]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:25:40.0597767Z [00:02:18.746]➜  /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-20T20:25:40.0640604Z [00:02:18.750]➜  /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-20T20:25:40.0653744Z [00:02:18.751]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T20:25:40.0666356Z [00:02:18.751]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T20:25:40.0667227Z [00:02:18.753]➜  internal/runtime/strconv
2025-08-20T20:25:40.0667726Z [00:02:18.753]➜  mkdir -p $WORK/b022/
2025-08-20T20:25:40.0668222Z [00:02:18.753]➜  cat >/tmp/go-build1823208636/b022/importcfg << 'EOF' # internal
2025-08-20T20:25:40.0668973Z [00:02:18.753]➜  # import config
2025-08-20T20:25:40.0669372Z [00:02:18.753]➜  packagefile internal/runtime/math=/tmp/go-build1823208636/b023/_pkg_.a
2025-08-20T20:25:40.0669734Z [00:02:18.753]➜  EOF
2025-08-20T20:25:40.0669998Z [00:02:18.753]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.0671701Z [00:02:18.753]➜  /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-20T20:25:40.0693573Z [00:02:18.755]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:25:40.0694422Z [00:02:18.755]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_arm64.o # internal
2025-08-20T20:25:40.0695222Z [00:02:18.755]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T20:25:40.0703993Z [00:02:18.756]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T20:25:40.0705081Z [00:02:18.757]➜  internal/bytealg
2025-08-20T20:25:40.0705868Z [00:02:18.757]➜  mkdir -p $WORK/b011/
2025-08-20T20:25:40.0706435Z [00:02:18.757]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T20:25:40.0708511Z [00:02:18.757]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:25:40.0710014Z [00:02:18.757]➜  /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-20T20:25:40.0717640Z [00:02:18.758]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T20:25:40.0723739Z [00:02:18.758]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T20:25:40.0724527Z [00:02:18.758]➜  internal/chacha8rand
2025-08-20T20:25:40.0724814Z [00:02:18.758]➜  mkdir -p $WORK/b014/
2025-08-20T20:25:40.0726084Z [00:02:18.759]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T20:25:40.0726576Z [00:02:18.759]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:25:40.0727947Z [00:02:18.759]➜  /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-20T20:25:40.0771126Z [00:02:18.763]➜  cat >/tmp/go-build1823208636/b014/importcfg << 'EOF' # internal
2025-08-20T20:25:40.0771603Z [00:02:18.763]➜  # import config
2025-08-20T20:25:40.0772027Z [00:02:18.763]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:40.0772525Z [00:02:18.763]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:40.0773000Z [00:02:18.763]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.0773341Z [00:02:18.763]➜  EOF
2025-08-20T20:25:40.0773607Z [00:02:18.763]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.0775762Z [00:02:18.763]➜  /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-20T20:25:40.0785762Z [00:02:18.763]➜  cat >/tmp/go-build1823208636/b011/importcfg << 'EOF' # internal
2025-08-20T20:25:40.0786177Z [00:02:18.763]➜  # import config
2025-08-20T20:25:40.0786543Z [00:02:18.763]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:40.0786879Z [00:02:18.763]➜  EOF
2025-08-20T20:25:40.0790008Z [00:02:18.763]➜  /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-20T20:25:40.0808541Z [00:02:18.766]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T20:25:40.0813315Z [00:02:18.767]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T20:25:40.0813884Z [00:02:18.767]➜  internal/runtime/atomic
2025-08-20T20:25:40.0814171Z [00:02:18.767]➜  mkdir -p $WORK/b020/
2025-08-20T20:25:40.0814492Z [00:02:18.767]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T20:25:40.0814827Z [00:02:18.767]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:25:40.0816225Z [00:02:18.767]➜  /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-20T20:25:40.0960361Z [00:02:18.782]➜  cat >/tmp/go-build1823208636/b020/importcfg << 'EOF' # internal
2025-08-20T20:25:40.0961425Z [00:02:18.782]➜  # import config
2025-08-20T20:25:40.0962211Z [00:02:18.782]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:40.0963067Z [00:02:18.782]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.0963640Z [00:02:18.782]➜  EOF
2025-08-20T20:25:40.0964081Z [00:02:18.782]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.0972099Z [00:02:18.782]➜  /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-20T20:25:40.1498670Z [00:02:18.836]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:25:40.1502007Z [00:02:18.836]➜  /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-20T20:25:40.1512884Z [00:02:18.837]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:25:40.1514719Z [00:02:18.837]➜  /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-20T20:25:40.1524068Z [00:02:18.837]➜  cd /root/.go/src/internal/abi
2025-08-20T20:25:40.1525135Z [00:02:18.837]➜  /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-20T20:25:40.1526178Z [00:02:18.838]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:25:40.1527264Z [00:02:18.838]➜  /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-20T20:25:40.1530709Z [00:02:18.839]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:25:40.1532550Z [00:02:18.839]➜  /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-20T20:25:40.1544075Z [00:02:18.841]➜  cd /root/.go/src/internal/abi
2025-08-20T20:25:40.1545043Z [00:02:18.841]➜  /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-20T20:25:40.1551617Z [00:02:18.841]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:25:40.1552099Z [00:02:18.841]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_arm64.o # internal
2025-08-20T20:25:40.1553509Z [00:02:18.842]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T20:25:40.1566102Z [00:02:18.843]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T20:25:40.1575943Z [00:02:18.844]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:25:40.1578518Z [00:02:18.844]➜  /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-20T20:25:40.1583559Z [00:02:18.844]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:25:40.1584848Z [00:02:18.845]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_arm64.o # internal
2025-08-20T20:25:40.1589226Z [00:02:18.845]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T20:25:40.1590055Z [00:02:18.845]➜  internal/runtime/syscall
2025-08-20T20:25:40.1590379Z [00:02:18.845]➜  mkdir -p $WORK/b024/
2025-08-20T20:25:40.1590682Z [00:02:18.845]➜  cd /root/.go/src/internal/abi
2025-08-20T20:25:40.1591891Z [00:02:18.845]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T20:25:40.1596997Z [00:02:18.846]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T20:25:40.1597541Z [00:02:18.846]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T20:25:40.1597891Z [00:02:18.846]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:25:40.1599242Z [00:02:18.846]➜  /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-20T20:25:40.1601795Z [00:02:18.846]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T20:25:40.1606732Z [00:02:18.847]➜  internal/runtime/exithook
2025-08-20T20:25:40.1608445Z [00:02:18.847]➜  mkdir -p $WORK/b025/
2025-08-20T20:25:40.1614630Z [00:02:18.847]➜  cat >/tmp/go-build1823208636/b025/importcfg << 'EOF' # internal
2025-08-20T20:25:40.1615053Z [00:02:18.847]➜  # import config
2025-08-20T20:25:40.1615485Z [00:02:18.847]➜  packagefile internal/runtime/atomic=/tmp/go-build1823208636/b020/_pkg_.a
2025-08-20T20:25:40.1616034Z [00:02:18.847]➜  EOF
2025-08-20T20:25:40.1618689Z [00:02:18.848]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.1621785Z [00:02:18.848]➜  /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-20T20:25:40.1624250Z [00:02:18.849]➜  cat >/tmp/go-build1823208636/b024/importcfg << 'EOF' # internal
2025-08-20T20:25:40.1624845Z [00:02:18.849]➜  # import config
2025-08-20T20:25:40.1625437Z [00:02:18.849]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.1625957Z [00:02:18.849]➜  EOF
2025-08-20T20:25:40.1628326Z [00:02:18.849]➜  /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-20T20:25:40.1630328Z [00:02:18.849]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:25:40.1632885Z [00:02:18.849]➜  /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-20T20:25:40.1651172Z [00:02:18.851]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T20:25:40.1654028Z [00:02:18.851]➜  internal/runtime/gc
2025-08-20T20:25:40.1656519Z [00:02:18.851]➜  mkdir -p $WORK/b026/
2025-08-20T20:25:40.1657136Z [00:02:18.851]➜  cat >/tmp/go-build1823208636/b026/importcfg << 'EOF' # internal
2025-08-20T20:25:40.1657820Z [00:02:18.851]➜  # import config
2025-08-20T20:25:40.1658486Z [00:02:18.851]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.1659190Z [00:02:18.851]➜  EOF
2025-08-20T20:25:40.1659977Z [00:02:18.852]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.1662139Z [00:02:18.852]➜  /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-20T20:25:40.1671596Z [00:02:18.853]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:25:40.1673677Z [00:02:18.853]➜  /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-20T20:25:40.1708590Z [00:02:18.857]➜  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-20T20:25:40.1723800Z [00:02:18.858]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T20:25:40.1726343Z [00:02:18.858]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T20:25:40.1726906Z [00:02:18.859]➜  internal/asan
2025-08-20T20:25:40.1727155Z [00:02:18.859]➜  mkdir -p $WORK/b028/
2025-08-20T20:25:40.1727503Z [00:02:18.859]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T20:25:40.1727873Z [00:02:18.859]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.1729516Z [00:02:18.859]➜  /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-20T20:25:40.1771801Z [00:02:18.863]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T20:25:40.1772968Z [00:02:18.863]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T20:25:40.1780231Z [00:02:18.864]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T20:25:40.1782772Z [00:02:18.864]➜  internal/msan
2025-08-20T20:25:40.1785787Z [00:02:18.865]➜  mkdir -p $WORK/b029/
2025-08-20T20:25:40.1788178Z [00:02:18.865]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T20:25:40.1788803Z [00:02:18.865]➜  internal/race
2025-08-20T20:25:40.1789056Z [00:02:18.865]➜  mkdir -p $WORK/b030/
2025-08-20T20:25:40.1791606Z [00:02:18.865]➜  cat >/tmp/go-build1823208636/b030/importcfg << 'EOF' # internal
2025-08-20T20:25:40.1791965Z [00:02:18.865]➜  # import config
2025-08-20T20:25:40.1792327Z [00:02:18.865]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:40.1792662Z [00:02:18.865]➜  EOF
2025-08-20T20:25:40.1796632Z [00:02:18.866]➜  /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-20T20:25:40.1798213Z [00:02:18.866]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T20:25:40.1801596Z [00:02:18.866]➜  /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-20T20:25:40.1817924Z [00:02:18.868]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T20:25:40.1823096Z [00:02:18.868]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T20:25:40.1827445Z [00:02:18.869]➜  internal/runtime/sys
2025-08-20T20:25:40.1828650Z [00:02:18.869]➜  mkdir -p $WORK/b031/
2025-08-20T20:25:40.1830628Z [00:02:18.869]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T20:25:40.1832658Z [00:02:18.869]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:25:40.1849615Z [00:02:18.870]➜  /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-20T20:25:40.1873888Z [00:02:18.873]➜  cat >/tmp/go-build1823208636/b031/importcfg << 'EOF' # internal
2025-08-20T20:25:40.1874958Z [00:02:18.873]➜  # import config
2025-08-20T20:25:40.1875387Z [00:02:18.873]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:40.1877267Z [00:02:18.873]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.1877762Z [00:02:18.873]➜  packagefile internal/goos=/tmp/go-build1823208636/b018/_pkg_.a
2025-08-20T20:25:40.1879002Z [00:02:18.873]➜  EOF
2025-08-20T20:25:40.1879294Z [00:02:18.873]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.1882290Z [00:02:18.874]➜  /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-20T20:25:40.1900447Z [00:02:18.876]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T20:25:40.1905368Z [00:02:18.877]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T20:25:40.1907353Z [00:02:18.877]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T20:25:40.1909357Z [00:02:18.877]➜  internal/stringslite
2025-08-20T20:25:40.1913307Z [00:02:18.878]➜  mkdir -p $WORK/b032/
2025-08-20T20:25:40.1914044Z [00:02:18.878]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T20:25:40.1916638Z [00:02:18.878]➜  internal/trace/tracev2
2025-08-20T20:25:40.1917307Z [00:02:18.878]➜  mkdir -p $WORK/b033/
2025-08-20T20:25:40.1918496Z [00:02:18.878]➜  cat >/tmp/go-build1823208636/b032/importcfg << 'EOF' # internal
2025-08-20T20:25:40.1918933Z [00:02:18.878]➜  # import config
2025-08-20T20:25:40.1919315Z [00:02:18.878]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:40.1919663Z [00:02:18.878]➜  EOF
2025-08-20T20:25:40.1923701Z [00:02:18.878]➜  /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-20T20:25:40.1931643Z [00:02:18.879]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T20:25:40.1933784Z [00:02:18.879]➜  /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-20T20:25:40.2020204Z [00:02:18.887]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:25:40.2021999Z [00:02:18.887]➜  /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-20T20:25:40.2053719Z [00:02:18.891]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:25:40.2055315Z [00:02:18.891]➜  /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-20T20:25:40.2079012Z [00:02:18.894]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:25:40.2079835Z [00:02:18.894]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_arm64.o # internal
2025-08-20T20:25:40.2080932Z [00:02:18.894]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T20:25:40.2084661Z [00:02:18.895]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T20:25:40.2085257Z [00:02:18.895]➜  internal/runtime/cgroup
2025-08-20T20:25:40.2089855Z [00:02:18.895]➜  mkdir -p $WORK/b021/
2025-08-20T20:25:40.2090265Z [00:02:18.895]➜  cat >/tmp/go-build1823208636/b021/importcfg << 'EOF' # internal
2025-08-20T20:25:40.2090618Z [00:02:18.895]➜  # import config
2025-08-20T20:25:40.2090998Z [00:02:18.895]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:40.2091549Z [00:02:18.895]➜  packagefile internal/runtime/strconv=/tmp/go-build1823208636/b022/_pkg_.a
2025-08-20T20:25:40.2092105Z [00:02:18.895]➜  packagefile internal/runtime/syscall=/tmp/go-build1823208636/b024/_pkg_.a
2025-08-20T20:25:40.2092475Z [00:02:18.895]➜  EOF
2025-08-20T20:25:40.2092742Z [00:02:18.895]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.2094875Z [00:02:18.895]➜  /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-20T20:25:40.2112590Z [00:02:18.897]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T20:25:40.2123894Z [00:02:18.898]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T20:25:40.2125738Z [00:02:18.898]➜  sync/atomic
2025-08-20T20:25:40.2126019Z [00:02:18.898]➜  mkdir -p $WORK/b036/
2025-08-20T20:25:40.2126332Z [00:02:18.899]➜  echo -n > $WORK/b036/go_asm.h # internal
2025-08-20T20:25:40.2126645Z [00:02:18.899]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:25:40.2129804Z [00:02:18.899]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b036/symabis ./asm.s
2025-08-20T20:25:40.2134681Z [00:02:18.899]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T20:25:40.2135376Z [00:02:18.900]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T20:25:40.2143475Z [00:02:18.900]➜  internal/synctest
2025-08-20T20:25:40.2143758Z [00:02:18.900]➜  mkdir -p $WORK/b037/
2025-08-20T20:25:40.2144145Z [00:02:18.900]➜  cat >/tmp/go-build1823208636/b037/importcfg << 'EOF' # internal
2025-08-20T20:25:40.2144493Z [00:02:18.900]➜  # import config
2025-08-20T20:25:40.2144855Z [00:02:18.900]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:40.2145191Z [00:02:18.900]➜  EOF
2025-08-20T20:25:40.2145451Z [00:02:18.900]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.2147626Z [00:02:18.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b037=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T20:25:40.2179842Z [00:02:18.903]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:25:40.2182441Z [00:02:18.903]➜  /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-20T20:25:40.2184326Z [00:02:18.904]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T20:25:40.2184720Z [00:02:18.904]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.2187229Z [00:02:18.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b036/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack -asmhdr $WORK/b036/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-20T20:25:40.2210862Z [00:02:18.907]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:25:40.2222967Z [00:02:18.907]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/dit_arm64.o $WORK/b031/empty.o # internal
2025-08-20T20:25:40.2225119Z [00:02:18.909]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T20:25:40.2239213Z [00:02:18.910]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T20:25:40.2249437Z [00:02:18.911]➜  internal/runtime/maps
2025-08-20T20:25:40.2252906Z [00:02:18.911]➜  mkdir -p $WORK/b027/
2025-08-20T20:25:40.2256232Z [00:02:18.911]➜  cat >/tmp/go-build1823208636/b027/importcfg << 'EOF' # internal
2025-08-20T20:25:40.2256605Z [00:02:18.911]➜  # import config
2025-08-20T20:25:40.2256968Z [00:02:18.911]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:40.2257434Z [00:02:18.911]➜  packagefile internal/asan=/tmp/go-build1823208636/b028/_pkg_.a
2025-08-20T20:25:40.2257929Z [00:02:18.911]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.2258401Z [00:02:18.911]➜  packagefile internal/msan=/tmp/go-build1823208636/b029/_pkg_.a
2025-08-20T20:25:40.2258868Z [00:02:18.911]➜  packagefile internal/race=/tmp/go-build1823208636/b030/_pkg_.a
2025-08-20T20:25:40.2259366Z [00:02:18.911]➜  packagefile internal/runtime/math=/tmp/go-build1823208636/b023/_pkg_.a
2025-08-20T20:25:40.2260269Z [00:02:18.911]➜  packagefile internal/runtime/sys=/tmp/go-build1823208636/b031/_pkg_.a
2025-08-20T20:25:40.2260632Z [00:02:18.911]➜  EOF
2025-08-20T20:25:40.2264106Z [00:02:18.912]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T20:25:40.2268082Z [00:02:18.913]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.2271924Z [00:02:18.913]➜  /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-20T20:25:40.2275736Z [00:02:18.914]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T20:25:40.2316603Z [00:02:18.915]➜  math/bits
2025-08-20T20:25:40.2317661Z [00:02:18.915]➜  mkdir -p $WORK/b041/
2025-08-20T20:25:40.2319427Z [00:02:18.915]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T20:25:40.2321621Z [00:02:18.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b041=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/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-20T20:25:40.2500900Z [00:02:18.936]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T20:25:40.2507242Z [00:02:18.937]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T20:25:40.2508200Z [00:02:18.937]➜  internal/itoa
2025-08-20T20:25:40.2510586Z [00:02:18.937]➜  mkdir -p $WORK/b043/
2025-08-20T20:25:40.2511225Z [00:02:18.937]➜  echo '# import config' > $WORK/b043/importcfg # internal
2025-08-20T20:25:40.2513406Z [00:02:18.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b043=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T20:25:40.2543686Z [00:02:18.940]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T20:25:40.2550575Z [00:02:18.941]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T20:25:40.2551767Z [00:02:18.941]➜  cmp
2025-08-20T20:25:40.2557317Z [00:02:18.942]➜  mkdir -p $WORK/b046/
2025-08-20T20:25:40.2557704Z [00:02:18.942]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T20:25:40.2615961Z [00:02:18.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b046=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T20:25:40.2618093Z [00:02:18.947]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T20:25:40.2636536Z [00:02:18.950]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T20:25:40.2637869Z [00:02:18.950]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T20:25:40.2643419Z [00:02:18.950]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T20:25:40.2643973Z [00:02:18.950]➜  unicode/utf8
2025-08-20T20:25:40.2644230Z [00:02:18.950]➜  mkdir -p $WORK/b053/
2025-08-20T20:25:40.2652744Z [00:02:18.951]➜  echo '# import config' > $WORK/b053/importcfg # internal
2025-08-20T20:25:40.2654319Z [00:02:18.951]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b053=>" -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/b053/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T20:25:40.2656653Z [00:02:18.952]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:25:40.2657929Z [00:02:18.952]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b036/asm.o ./asm.s
2025-08-20T20:25:40.2717351Z [00:02:18.958]➜  go tool pack r $WORK/b036/_pkg_.a $WORK/b036/asm.o # internal
2025-08-20T20:25:40.2718722Z [00:02:18.958]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T20:25:40.2739600Z [00:02:18.960]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T20:25:40.2750667Z [00:02:18.961]➜  internal/sync
2025-08-20T20:25:40.2751786Z [00:02:18.961]➜  mkdir -p $WORK/b035/
2025-08-20T20:25:40.2753110Z [00:02:18.961]➜  cat >/tmp/go-build1823208636/b035/importcfg << 'EOF' # internal
2025-08-20T20:25:40.2754596Z [00:02:18.961]➜  # import config
2025-08-20T20:25:40.2754984Z [00:02:18.961]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:40.2755506Z [00:02:18.961]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.2763875Z [00:02:18.961]➜  packagefile internal/race=/tmp/go-build1823208636/b030/_pkg_.a
2025-08-20T20:25:40.2764358Z [00:02:18.961]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:40.2764688Z [00:02:18.961]➜  EOF
2025-08-20T20:25:40.2764960Z [00:02:18.961]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.2767307Z [00:02:18.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b035=>" -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/b035/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-20T20:25:40.2795447Z [00:02:18.965]➜  math
2025-08-20T20:25:40.2798602Z [00:02:18.966]➜  mkdir -p $WORK/b051/
2025-08-20T20:25:40.2808826Z [00:02:18.967]➜  echo -n > $WORK/b051/go_asm.h # internal
2025-08-20T20:25:40.2809853Z [00:02:18.967]➜  cd /root/.go/src/math
2025-08-20T20:25:40.2813036Z [00:02:18.967]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b051=>" -I $WORK/b051/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b051/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T20:25:40.2865261Z [00:02:18.973]➜  cat >/tmp/go-build1823208636/b051/importcfg << 'EOF' # internal
2025-08-20T20:25:40.2866302Z [00:02:18.973]➜  # import config
2025-08-20T20:25:40.2866707Z [00:02:18.973]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:40.2867043Z [00:02:18.973]➜  EOF
2025-08-20T20:25:40.2867313Z [00:02:18.973]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.2873802Z [00:02:18.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b051=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -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/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-20T20:25:40.2880271Z [00:02:18.974]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T20:25:40.2890355Z [00:02:18.975]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T20:25:40.2901840Z [00:02:18.976]➜  unicode
2025-08-20T20:25:40.2906826Z [00:02:18.977]➜  mkdir -p $WORK/b054/
2025-08-20T20:25:40.2919141Z [00:02:18.978]➜  echo '# import config' > $WORK/b054/importcfg # internal
2025-08-20T20:25:40.2921802Z [00:02:18.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b054=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/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-20T20:25:40.3070070Z [00:02:18.993]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T20:25:40.3127456Z [00:02:18.998]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T20:25:40.3131540Z [00:02:18.999]➜  encoding
2025-08-20T20:25:40.3133088Z [00:02:18.999]➜  mkdir -p $WORK/b086/
2025-08-20T20:25:40.3168665Z [00:02:19.003]➜  echo '# import config' > $WORK/b086/importcfg # internal
2025-08-20T20:25:40.3170785Z [00:02:19.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b086=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T20:25:40.3447048Z [00:02:19.030]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T20:25:40.3448450Z [00:02:19.031]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T20:25:40.3449900Z [00:02:19.031]➜  unicode/utf16
2025-08-20T20:25:40.3450170Z [00:02:19.031]➜  mkdir -p $WORK/b088/
2025-08-20T20:25:40.3450996Z [00:02:19.031]➜  echo '# import config' > $WORK/b088/importcfg # internal
2025-08-20T20:25:40.3452569Z [00:02:19.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b088=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T20:25:40.3660064Z [00:02:19.052]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T20:25:40.3661417Z [00:02:19.052]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T20:25:40.3748387Z [00:02:19.061]➜  runtime
2025-08-20T20:25:40.3749143Z [00:02:19.061]➜  mkdir -p $WORK/b010/
2025-08-20T20:25:40.3750024Z [00:02:19.061]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T20:25:40.3818155Z [00:02:19.061]➜  cd /root/.go/src/runtime
2025-08-20T20:25:40.3819743Z [00:02:19.061]➜  /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-20T20:25:40.3828526Z [00:02:19.069]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T20:25:40.3842706Z [00:02:19.070]➜  cat >/tmp/go-build1823208636/b010/importcfg << 'EOF' # internal
2025-08-20T20:25:40.3843152Z [00:02:19.070]➜  # import config
2025-08-20T20:25:40.3843526Z [00:02:19.070]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:40.3844014Z [00:02:19.070]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:40.3844519Z [00:02:19.070]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:40.3845072Z [00:02:19.070]➜  packagefile internal/chacha8rand=/tmp/go-build1823208636/b014/_pkg_.a
2025-08-20T20:25:40.3845720Z [00:02:19.070]➜  packagefile internal/coverage/rtcov=/tmp/go-build1823208636/b015/_pkg_.a
2025-08-20T20:25:40.3846290Z [00:02:19.070]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:40.3846804Z [00:02:19.070]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.3847696Z [00:02:19.070]➜  packagefile internal/godebugs=/tmp/go-build1823208636/b016/_pkg_.a
2025-08-20T20:25:40.3848296Z [00:02:19.070]➜  packagefile internal/goexperiment=/tmp/go-build1823208636/b017/_pkg_.a
2025-08-20T20:25:40.3848794Z [00:02:19.070]➜  packagefile internal/goos=/tmp/go-build1823208636/b018/_pkg_.a
2025-08-20T20:25:40.3849299Z [00:02:19.070]➜  packagefile internal/profilerecord=/tmp/go-build1823208636/b019/_pkg_.a
2025-08-20T20:25:40.3849837Z [00:02:19.070]➜  packagefile internal/runtime/atomic=/tmp/go-build1823208636/b020/_pkg_.a
2025-08-20T20:25:40.3850381Z [00:02:19.070]➜  packagefile internal/runtime/cgroup=/tmp/go-build1823208636/b021/_pkg_.a
2025-08-20T20:25:40.3850928Z [00:02:19.070]➜  packagefile internal/runtime/exithook=/tmp/go-build1823208636/b025/_pkg_.a
2025-08-20T20:25:40.3851456Z [00:02:19.070]➜  packagefile internal/runtime/gc=/tmp/go-build1823208636/b026/_pkg_.a
2025-08-20T20:25:40.3851973Z [00:02:19.070]➜  packagefile internal/runtime/maps=/tmp/go-build1823208636/b027/_pkg_.a
2025-08-20T20:25:40.3852509Z [00:02:19.070]➜  packagefile internal/runtime/math=/tmp/go-build1823208636/b023/_pkg_.a
2025-08-20T20:25:40.3853045Z [00:02:19.070]➜  packagefile internal/runtime/strconv=/tmp/go-build1823208636/b022/_pkg_.a
2025-08-20T20:25:40.3853580Z [00:02:19.070]➜  packagefile internal/runtime/sys=/tmp/go-build1823208636/b031/_pkg_.a
2025-08-20T20:25:40.3854112Z [00:02:19.070]➜  packagefile internal/runtime/syscall=/tmp/go-build1823208636/b024/_pkg_.a
2025-08-20T20:25:40.3854918Z [00:02:19.070]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:25:40.3855461Z [00:02:19.070]➜  packagefile internal/trace/tracev2=/tmp/go-build1823208636/b033/_pkg_.a
2025-08-20T20:25:40.3856023Z [00:02:19.070]➜  EOF
2025-08-20T20:25:40.3856291Z [00:02:19.070]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.3893842Z [00:02:19.071]➜  /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-20T20:25:40.3914940Z [00:02:19.071]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T20:25:40.3915648Z [00:02:19.072]➜  github.com/cli/go-gh/v2/internal/set
2025-08-20T20:25:40.3916017Z [00:02:19.072]➜  mkdir -p $WORK/b096/
2025-08-20T20:25:40.3916382Z [00:02:19.072]➜  echo '# import config' > $WORK/b096/importcfg # internal
2025-08-20T20:25:40.3918372Z [00:02:19.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/internal/set=>github.com/cli/go-gh/v2@v2.12.2/internal/set;$WORK/b096=>" -p github.com/cli/go-gh/v2/internal/set -lang=go1.23 -complete -installsuffix shared -buildid Bh8yvLQreVPXhfMxFodj/Bh8yvLQreVPXhfMxFodj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/internal/set/string_set.go
2025-08-20T20:25:40.4119645Z [00:02:19.095]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T20:25:40.4137691Z [00:02:19.095]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/2d/2d292fb05b20ba8a169ba9406d7c896b6bf823029f039a19b04fc96a34bfd475-d # internal
2025-08-20T20:25:40.4138391Z [00:02:19.095]➜  github.com/cli/cli/v2/pkg/set
2025-08-20T20:25:40.4138693Z [00:02:19.095]➜  mkdir -p $WORK/b103/
2025-08-20T20:25:40.4139561Z [00:02:19.095]➜  echo '# import config' > $WORK/b103/importcfg # internal
2025-08-20T20:25:40.4141339Z [00:02:19.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/set=>github.com/cli/cli/v2/pkg/set;$WORK/b103=>" -p github.com/cli/cli/v2/pkg/set -lang=go1.24 -complete -installsuffix shared -buildid 0IrrYyHXpltqg-xNK3pn/0IrrYyHXpltqg-xNK3pn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/set/string_set.go
2025-08-20T20:25:40.4154673Z [00:02:19.101]➜  cd /root/.go/src/math
2025-08-20T20:25:40.4159002Z [00:02:19.102]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b051=>" -I $WORK/b051/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b051/dim_arm64.o ./dim_arm64.s
2025-08-20T20:25:40.4225314Z [00:02:19.106]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b051=>" -I $WORK/b051/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b051/exp_arm64.o ./exp_arm64.s
2025-08-20T20:25:40.4227630Z [00:02:19.109]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T20:25:40.4228735Z [00:02:19.109]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/0d/0dde35539b4db30c99cbf0b6a71ce50ec2556aa61bcf83c81ce4c3f0aeeb7937-d # internal
2025-08-20T20:25:40.4229809Z [00:02:19.109]➜  crypto/internal/fips140/alias
2025-08-20T20:25:40.4230191Z [00:02:19.109]➜  mkdir -p $WORK/b115/
2025-08-20T20:25:40.4230557Z [00:02:19.109]➜  echo '# import config' > $WORK/b115/importcfg # internal
2025-08-20T20:25:40.4230938Z [00:02:19.109]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.4232883Z [00:02:19.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b115=>" -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/b115/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T20:25:40.4246336Z [00:02:19.111]➜  cd /root/.go/src/math
2025-08-20T20:25:40.4247252Z [00:02:19.111]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b051=>" -I $WORK/b051/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b051/floor_arm64.o ./floor_arm64.s
2025-08-20T20:25:40.4276294Z [00:02:19.114]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b051=>" -I $WORK/b051/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b051/modf_arm64.o ./modf_arm64.s
2025-08-20T20:25:40.4301530Z [00:02:19.116]➜  go tool pack r $WORK/b051/_pkg_.a $WORK/b051/dim_arm64.o $WORK/b051/exp_arm64.o $WORK/b051/floor_arm64.o $WORK/b051/modf_arm64.o # internal
2025-08-20T20:25:40.4319067Z [00:02:19.118]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T20:25:40.4321037Z [00:02:19.118]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T20:25:40.4322343Z [00:02:19.118]➜  crypto/internal/fips140deps/byteorder
2025-08-20T20:25:40.4322676Z [00:02:19.118]➜  mkdir -p $WORK/b119/
2025-08-20T20:25:40.4323054Z [00:02:19.118]➜  cat >/tmp/go-build1823208636/b119/importcfg << 'EOF' # internal
2025-08-20T20:25:40.4323399Z [00:02:19.118]➜  # import config
2025-08-20T20:25:40.4323799Z [00:02:19.118]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:40.4324159Z [00:02:19.118]➜  EOF
2025-08-20T20:25:40.4324422Z [00:02:19.118]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.4326630Z [00:02:19.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b119=>" -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/b119/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T20:25:40.4438486Z [00:02:19.129]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T20:25:40.4439339Z [00:02:19.130]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T20:25:40.4439965Z [00:02:19.130]➜  crypto/internal/fips140deps/cpu
2025-08-20T20:25:40.4440260Z [00:02:19.130]➜  mkdir -p $WORK/b120/
2025-08-20T20:25:40.4440627Z [00:02:19.130]➜  cat >/tmp/go-build1823208636/b120/importcfg << 'EOF' # internal
2025-08-20T20:25:40.4440971Z [00:02:19.130]➜  # import config
2025-08-20T20:25:40.4441330Z [00:02:19.130]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:40.4441807Z [00:02:19.130]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:40.4442164Z [00:02:19.130]➜  EOF
2025-08-20T20:25:40.4443913Z [00:02:19.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b120=>" -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/b120/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T20:25:40.4468684Z [00:02:19.133]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T20:25:40.4479446Z [00:02:19.134]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T20:25:40.4488378Z [00:02:19.135]➜  crypto/internal/fips140/subtle
2025-08-20T20:25:40.4489364Z [00:02:19.135]➜  mkdir -p $WORK/b123/
2025-08-20T20:25:40.4489763Z [00:02:19.135]➜  echo -n > $WORK/b123/go_asm.h # internal
2025-08-20T20:25:40.4490132Z [00:02:19.135]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:25:40.4491428Z [00:02:19.135]➜  /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/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b123/symabis ./xor_arm64.s
2025-08-20T20:25:40.4519912Z [00:02:19.138]➜  cat >/tmp/go-build1823208636/b123/importcfg << 'EOF' # internal
2025-08-20T20:25:40.4520553Z [00:02:19.138]➜  # import config
2025-08-20T20:25:40.4521140Z [00:02:19.138]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1823208636/b115/_pkg_.a
2025-08-20T20:25:40.4521909Z [00:02:19.138]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:40.4522557Z [00:02:19.138]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:40.4523032Z [00:02:19.138]➜  EOF
2025-08-20T20:25:40.4533479Z [00:02:19.139]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.4536148Z [00:02:19.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b123=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -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/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-20T20:25:40.4597616Z [00:02:19.145]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T20:25:40.4598528Z [00:02:19.146]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T20:25:40.4599760Z [00:02:19.146]➜  crypto/internal/boring/sig
2025-08-20T20:25:40.4600057Z [00:02:19.146]➜  mkdir -p $WORK/b133/
2025-08-20T20:25:40.4600366Z [00:02:19.146]➜  echo -n > $WORK/b133/go_asm.h # internal
2025-08-20T20:25:40.4600709Z [00:02:19.146]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:25:40.4601947Z [00:02:19.146]➜  /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/b133=>" -I $WORK/b133/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b133/symabis ./sig_other.s
2025-08-20T20:25:40.4622692Z [00:02:19.148]➜  echo '# import config' > $WORK/b133/importcfg # internal
2025-08-20T20:25:40.4623233Z [00:02:19.148]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.4625174Z [00:02:19.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b133=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b133/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack -asmhdr $WORK/b133/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T20:25:40.4627100Z [00:02:19.148]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T20:25:40.4651552Z [00:02:19.150]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T20:25:40.4652221Z [00:02:19.150]➜  image/color
2025-08-20T20:25:40.4652474Z [00:02:19.150]➜  mkdir -p $WORK/b141/
2025-08-20T20:25:40.4652825Z [00:02:19.151]➜  echo '# import config' > $WORK/b141/importcfg # internal
2025-08-20T20:25:40.4654484Z [00:02:19.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b141=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T20:25:40.4879539Z [00:02:19.174]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T20:25:40.4887677Z [00:02:19.175]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T20:25:40.4900572Z [00:02:19.176]➜  github.com/rivo/uniseg
2025-08-20T20:25:40.4901113Z [00:02:19.176]➜  mkdir -p $WORK/b143/
2025-08-20T20:25:40.4904492Z [00:02:19.177]➜  cat >/tmp/go-build1823208636/b143/importcfg << 'EOF' # internal
2025-08-20T20:25:40.4904885Z [00:02:19.177]➜  # import config
2025-08-20T20:25:40.4905253Z [00:02:19.177]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:40.4905878Z [00:02:19.177]➜  EOF
2025-08-20T20:25:40.4914689Z [00:02:19.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b143=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/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-20T20:25:40.5071510Z [00:02:19.193]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:25:40.5072808Z [00:02:19.193]➜  /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/b133=>" -I $WORK/b133/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b133/sig_other.o ./sig_other.s
2025-08-20T20:25:40.5099654Z [00:02:19.195]➜  go tool pack r $WORK/b133/_pkg_.a $WORK/b133/sig_other.o # internal
2025-08-20T20:25:40.5100249Z [00:02:19.195]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T20:25:40.5100920Z [00:02:19.196]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T20:25:40.5101458Z [00:02:19.196]➜  container/list
2025-08-20T20:25:40.5102878Z [00:02:19.196]➜  mkdir -p $WORK/b151/
2025-08-20T20:25:40.5103613Z [00:02:19.196]➜  echo '# import config' > $WORK/b151/importcfg # internal
2025-08-20T20:25:40.5104059Z [00:02:19.196]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.5105749Z [00:02:19.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b151=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T20:25:40.5280577Z [00:02:19.214]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T20:25:40.5286946Z [00:02:19.215]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T20:25:40.5287756Z [00:02:19.215]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:25:40.5288199Z [00:02:19.215]➜  mkdir -p $WORK/b174/
2025-08-20T20:25:40.5290501Z [00:02:19.215]➜  echo '# import config' > $WORK/b174/importcfg # internal
2025-08-20T20:25:40.5294867Z [00:02:19.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b174=>" -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/b174/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T20:25:40.5409260Z [00:02:19.226]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T20:25:40.5410057Z [00:02:19.226]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T20:25:40.5410670Z [00:02:19.227]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:25:40.5410986Z [00:02:19.227]➜  mkdir -p $WORK/b187/
2025-08-20T20:25:40.5411332Z [00:02:19.227]➜  echo '# import config' > $WORK/b187/importcfg # internal
2025-08-20T20:25:40.5413382Z [00:02:19.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b187=>" -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/b187/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T20:25:40.5539190Z [00:02:19.240]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T20:25:40.5553325Z [00:02:19.241]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T20:25:40.5556360Z [00:02:19.242]➜  internal/nettrace
2025-08-20T20:25:40.5556647Z [00:02:19.242]➜  mkdir -p $WORK/b203/
2025-08-20T20:25:40.5557003Z [00:02:19.242]➜  echo '# import config' > $WORK/b203/importcfg # internal
2025-08-20T20:25:40.5558678Z [00:02:19.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b203=>" -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/b203/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T20:25:40.5647344Z [00:02:19.251]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T20:25:40.5648566Z [00:02:19.251]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T20:25:40.5649512Z [00:02:19.251]➜  log/internal
2025-08-20T20:25:40.5650233Z [00:02:19.251]➜  mkdir -p $WORK/b214/
2025-08-20T20:25:40.5650641Z [00:02:19.251]➜  echo '# import config' > $WORK/b214/importcfg # internal
2025-08-20T20:25:40.5652363Z [00:02:19.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b214=>" -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/b214/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T20:25:40.5720661Z [00:02:19.258]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T20:25:40.5728546Z [00:02:19.259]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T20:25:40.5734726Z [00:02:19.260]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:25:40.5736157Z [00:02:19.260]➜  /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/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b123/xor_arm64.o ./xor_arm64.s
2025-08-20T20:25:40.5741576Z [00:02:19.260]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T20:25:40.5741981Z [00:02:19.260]➜  mkdir -p $WORK/b287/
2025-08-20T20:25:40.5759021Z [00:02:19.262]➜  cat >/tmp/go-build1823208636/b287/importcfg << 'EOF' # internal
2025-08-20T20:25:40.5760466Z [00:02:19.262]➜  # import config
2025-08-20T20:25:40.5760866Z [00:02:19.262]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:40.5761188Z [00:02:19.262]➜  EOF
2025-08-20T20:25:40.5761489Z [00:02:19.262]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.5764080Z [00:02:19.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_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/b287=>" -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/b287/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-20T20:25:40.5799327Z [00:02:19.266]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:25:40.5799812Z [00:02:19.266]➜  go tool pack r $WORK/b123/_pkg_.a $WORK/b123/xor_arm64.o # internal
2025-08-20T20:25:40.5800248Z [00:02:19.266]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T20:25:40.5801315Z [00:02:19.266]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T20:25:40.5801923Z [00:02:19.266]➜  github.com/charmbracelet/bubbles/runeutil
2025-08-20T20:25:40.5802235Z [00:02:19.266]➜  mkdir -p $WORK/b302/
2025-08-20T20:25:40.5802607Z [00:02:19.266]➜  cat >/tmp/go-build1823208636/b302/importcfg << 'EOF' # internal
2025-08-20T20:25:40.5803278Z [00:02:19.266]➜  # import config
2025-08-20T20:25:40.5803764Z [00:02:19.266]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:40.5804368Z [00:02:19.266]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:40.5804818Z [00:02:19.266]➜  EOF
2025-08-20T20:25:40.5805192Z [00:02:19.266]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:40.5807726Z [00:02:19.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/runeutil=>github.com/charmbracelet/bubbles@v0.21.0/runeutil;$WORK/b302=>" -p github.com/charmbracelet/bubbles/runeutil -lang=go1.23 -complete -installsuffix shared -buildid myevrhmDWOyqEqfmWJU5/myevrhmDWOyqEqfmWJU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/runeutil/runeutil.go
2025-08-20T20:25:40.5958481Z [00:02:19.282]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T20:25:40.5970854Z [00:02:19.283]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/83/83a64f30001ae50fe2e7ce7da0d26cd4fc2e9d399398b6e3fd0ceebf25c499fe-d # internal
2025-08-20T20:25:40.5978223Z [00:02:19.284]➜  github.com/charmbracelet/huh/internal/selector
2025-08-20T20:25:40.5981322Z [00:02:19.284]➜  mkdir -p $WORK/b307/
2025-08-20T20:25:40.5991923Z [00:02:19.285]➜  echo '# import config' > $WORK/b307/importcfg # internal
2025-08-20T20:25:40.5994702Z [00:02:19.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/internal/selector=>github.com/charmbracelet/huh@v0.7.0/internal/selector;$WORK/b307=>" -p github.com/charmbracelet/huh/internal/selector -lang=go1.23 -complete -installsuffix shared -buildid QmyVYRP9Eb0Wo_CjvNdN/QmyVYRP9Eb0Wo_CjvNdN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/internal/selector/selector.go
2025-08-20T20:25:40.6118880Z [00:02:19.298]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T20:25:40.6124447Z [00:02:19.299]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/81/81c6f6f8586d53e9403d366ccb0a8010321d6779493162c1c83110cab68d519c-d # internal
2025-08-20T20:25:40.6139119Z [00:02:19.300]➜  golang.org/x/net/html/atom
2025-08-20T20:25:40.6156664Z [00:02:19.300]➜  mkdir -p $WORK/b352/
2025-08-20T20:25:40.6157509Z [00:02:19.300]➜  echo '# import config' > $WORK/b352/importcfg # internal
2025-08-20T20:25:40.6160803Z [00:02:19.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/html/atom=>golang.org/x/net@v0.43.0/html/atom;$WORK/b352=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid kYctHLKWDRlZsZQqvz2e/kYctHLKWDRlZsZQqvz2e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/atom/table.go
2025-08-20T20:25:40.6372852Z [00:02:19.323]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T20:25:40.6378134Z [00:02:19.324]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/fc/fc2769e6b2fd7d146658e145446d571b74c67cc28a856793fe5109e6ef6c99b9-d # internal
2025-08-20T20:25:40.6383819Z [00:02:19.324]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T20:25:40.6396152Z [00:02:19.325]➜  mkdir -p $WORK/b404/
2025-08-20T20:25:40.6397358Z [00:02:19.325]➜  echo '# import config' > $WORK/b404/importcfg # internal
2025-08-20T20:25:40.6400669Z [00:02:19.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/identifier=>golang.org/x/text@v0.28.0/encoding/internal/identifier;$WORK/b404=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid S27AO4UonlIzMdcuO1aN/S27AO4UonlIzMdcuO1aN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/identifier/mib.go
2025-08-20T20:25:40.6480843Z [00:02:19.334]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T20:25:40.6486097Z [00:02:19.335]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/d6/d6193e963a980523bb9260212b5c3011809ace65e2ace49cd3b545846d267e88-d # internal
2025-08-20T20:25:40.6502386Z [00:02:19.336]➜  google.golang.org/protobuf/internal/flags
2025-08-20T20:25:40.6502787Z [00:02:19.336]➜  mkdir -p $WORK/b476/
2025-08-20T20:25:40.6503144Z [00:02:19.336]➜  echo '# import config' > $WORK/b476/importcfg # internal
2025-08-20T20:25:40.6505774Z [00:02:19.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags=>google.golang.org/protobuf@v1.36.7/internal/flags;$WORK/b476=>" -p google.golang.org/protobuf/internal/flags -lang=go1.22 -complete -installsuffix shared -buildid ZQGBV4D0tYqgqzq0Gu6e/ZQGBV4D0tYqgqzq0Gu6e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags/proto_legacy_disable.go
2025-08-20T20:25:40.6523587Z [00:02:19.338]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T20:25:40.6528405Z [00:02:19.339]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/8d/8dfae5a080cf09374722c774beb0f63b8935cb634711e4bf78ed05456409ee1a-d # internal
2025-08-20T20:25:40.6536857Z [00:02:19.340]➜  google.golang.org/protobuf/internal/set
2025-08-20T20:25:40.6537851Z [00:02:19.340]➜  mkdir -p $WORK/b488/
2025-08-20T20:25:40.6538337Z [00:02:19.340]➜  cat >/tmp/go-build1823208636/b488/importcfg << 'EOF' # internal
2025-08-20T20:25:40.6538817Z [00:02:19.340]➜  # import config
2025-08-20T20:25:40.6539283Z [00:02:19.340]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:40.6540147Z [00:02:19.340]➜  EOF
2025-08-20T20:25:40.6549286Z [00:02:19.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/set=>google.golang.org/protobuf@v1.36.7/internal/set;$WORK/b488=>" -p google.golang.org/protobuf/internal/set -lang=go1.22 -complete -installsuffix shared -buildid H5pPSEB-wr8o6l2mZB9K/H5pPSEB-wr8o6l2mZB9K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/set/ints.go
2025-08-20T20:25:40.6575623Z [00:02:19.344]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T20:25:40.6597035Z [00:02:19.346]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T20:25:40.6604733Z [00:02:19.347]➜  golang.org/x/crypto/internal/alias
2025-08-20T20:25:40.6608476Z [00:02:19.347]➜  mkdir -p $WORK/b499/
2025-08-20T20:25:40.6613355Z [00:02:19.347]➜  echo '# import config' > $WORK/b499/importcfg # internal
2025-08-20T20:25:40.6618703Z [00:02:19.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/alias=>golang.org/x/crypto@v0.41.0/internal/alias;$WORK/b499=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid OeNegmXs8XWVr2AH_q74/OeNegmXs8XWVr2AH_q74 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/alias/alias.go
2025-08-20T20:25:40.6654528Z [00:02:19.351]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T20:25:40.6656217Z [00:02:19.351]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/d1/d17f27a42d2c9819903b3039084750f6f8a2452e6b619d2ccf51e663d9423bd7-d # internal
2025-08-20T20:25:40.6657221Z [00:02:19.351]➜  google.golang.org/grpc/serviceconfig
2025-08-20T20:25:40.6659198Z [00:02:19.351]➜  mkdir -p $WORK/b540/
2025-08-20T20:25:40.6659631Z [00:02:19.351]➜  echo '# import config' > $WORK/b540/importcfg # internal
2025-08-20T20:25:40.6661667Z [00:02:19.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/serviceconfig=>google.golang.org/grpc@v1.74.2/serviceconfig;$WORK/b540=>" -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/b540/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/serviceconfig/serviceconfig.go
2025-08-20T20:25:40.6698723Z [00:02:19.355]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T20:25:40.6702011Z [00:02:19.356]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/72/72da026b667f523f6e5f24cba64860f4b913ac7ae6a9d48c9b2d6122978e17a3-d # internal
2025-08-20T20:25:40.6719913Z [00:02:19.358]➜  golang.org/x/crypto/salsa20/salsa
2025-08-20T20:25:40.6720928Z [00:02:19.358]➜  mkdir -p $WORK/b549/
2025-08-20T20:25:40.6732797Z [00:02:19.359]➜  cat >/tmp/go-build1823208636/b549/importcfg << 'EOF' # internal
2025-08-20T20:25:40.6733528Z [00:02:19.359]➜  # import config
2025-08-20T20:25:40.6734352Z [00:02:19.359]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:40.6737083Z [00:02:19.359]➜  EOF
2025-08-20T20:25:40.6741161Z [00:02:19.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa=>golang.org/x/crypto@v0.41.0/salsa20/salsa;$WORK/b549=>" -p golang.org/x/crypto/salsa20/salsa -lang=go1.23 -complete -installsuffix shared -buildid 3qwEwHvsoD0uDHpfUTUa/3qwEwHvsoD0uDHpfUTUa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa/hsalsa20.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa/salsa208.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa/salsa20_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/salsa20/salsa/salsa20_ref.go
2025-08-20T20:25:40.6749384Z [00:02:19.361]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T20:25:40.6758025Z [00:02:19.362]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/e3/e346a54be44b1816f80398dc25b245dceb30a5d944204ccce20bc2bfb756e623-d # internal
2025-08-20T20:25:40.6761520Z [00:02:19.362]➜  go.mongodb.org/mongo-driver/bson/bsonoptions
2025-08-20T20:25:40.6762142Z [00:02:19.362]➜  mkdir -p $WORK/b573/
2025-08-20T20:25:40.6763338Z [00:02:19.362]➜  echo '# import config' > $WORK/b573/importcfg # internal
2025-08-20T20:25:40.6770183Z [00:02:19.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_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/b573=>" -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/b573/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-20T20:25:40.6801261Z [00:02:19.366]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T20:25:40.6811825Z [00:02:19.367]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/a6/a6ef354bfb0caf2b8238874b80b477dbae3fd6bdb9f45b30cdbf8e51c0331fb0-d # internal
2025-08-20T20:25:40.6813598Z [00:02:19.367]➜  go.mongodb.org/mongo-driver/bson/bsontype
2025-08-20T20:25:40.6814622Z [00:02:19.367]➜  mkdir -p $WORK/b575/
2025-08-20T20:25:40.6825199Z [00:02:19.369]➜  echo '# import config' > $WORK/b575/importcfg # internal
2025-08-20T20:25:40.6828186Z [00:02:19.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_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/b575=>" -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/b575/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsontype/bsontype.go
2025-08-20T20:25:40.6984373Z [00:02:19.384]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T20:25:40.6984854Z [00:02:19.384]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T20:25:40.7002097Z [00:02:19.386]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/df/df277c6705feb1a5a47199a4e0996dffbdd7f4dca1d2e6f9f11e9d0f8519214d-d # internal
2025-08-20T20:25:40.7002802Z [00:02:19.386]➜  github.com/transparency-dev/merkle
2025-08-20T20:25:40.7003123Z [00:02:19.386]➜  mkdir -p $WORK/b663/
2025-08-20T20:25:40.7003479Z [00:02:19.386]➜  echo '# import config' > $WORK/b663/importcfg # internal
2025-08-20T20:25:40.7006027Z [00:02:19.386]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2=>github.com/transparency-dev/merkle@v0.0.2;$WORK/b663=>" -p github.com/transparency-dev/merkle -lang=go1.19 -complete -installsuffix shared -buildid -8OYEE1pYe_MM6MbhoGL/-8OYEE1pYe_MM6MbhoGL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2/hasher.go
2025-08-20T20:25:40.7008099Z [00:02:19.386]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/e0/e02134121f05b6b9b02b0964efc0bc1e814e1c3478ddd17ff9e757c03d92e3f2-d # internal
2025-08-20T20:25:40.7008719Z [00:02:19.386]➜  github.com/transparency-dev/tessera/internal/otel
2025-08-20T20:25:40.7009051Z [00:02:19.386]➜  mkdir -p $WORK/b674/
2025-08-20T20:25:40.7009429Z [00:02:19.386]➜  cat >/tmp/go-build1823208636/b674/importcfg << 'EOF' # internal
2025-08-20T20:25:40.7009784Z [00:02:19.386]➜  # import config
2025-08-20T20:25:40.7010110Z [00:02:19.386]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:40.7010418Z [00:02:19.386]➜  EOF
2025-08-20T20:25:40.7014630Z [00:02:19.386]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/otel=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/otel;$WORK/b674=>" -p github.com/transparency-dev/tessera/internal/otel -lang=go1.24 -complete -installsuffix shared -buildid yNrXvgsDGwrjrl2D8A_D/yNrXvgsDGwrjrl2D8A_D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/otel/cast.go
2025-08-20T20:25:40.7024077Z [00:02:19.388]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T20:25:40.7030836Z [00:02:19.389]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/4e/4ee04990a88ae0221ad6b4f5bfa9112913cd9058b5d4a4adda582a30136e41de-d # internal
2025-08-20T20:25:40.7031918Z [00:02:19.389]➜  log/slog/internal
2025-08-20T20:25:40.7032185Z [00:02:19.389]➜  mkdir -p $WORK/b678/
2025-08-20T20:25:40.7036336Z [00:02:19.390]➜  echo '# import config' > $WORK/b678/importcfg # internal
2025-08-20T20:25:40.7041675Z [00:02:19.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b678=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T20:25:40.7104391Z [00:02:19.396]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T20:25:40.7120579Z [00:02:19.398]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/90/90f671127422ff933ef3c272fabd41cc0061a2c40611f4ea5d4205094c93931a-d # internal
2025-08-20T20:25:40.7121553Z [00:02:19.398]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T20:25:40.7122113Z [00:02:19.398]➜  mkdir -p $WORK/b691/
2025-08-20T20:25:40.7122711Z [00:02:19.398]➜  echo '# import config' > $WORK/b691/importcfg # internal
2025-08-20T20:25:40.7126567Z [00:02:19.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/embedded=>go.opentelemetry.io/otel/trace@v1.37.0/embedded;$WORK/b691=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.23 -complete -installsuffix shared -buildid AX-vR8inNSyxo_YCWOGc/AX-vR8inNSyxo_YCWOGc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/embedded/embedded.go
2025-08-20T20:25:40.7128416Z [00:02:19.399]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T20:25:40.7131819Z [00:02:19.399]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T20:25:40.7135006Z [00:02:19.400]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T20:25:40.7137393Z [00:02:19.400]➜  mkdir -p $WORK/b695/
2025-08-20T20:25:40.7155297Z [00:02:19.402]➜  echo '# import config' > $WORK/b695/importcfg # internal
2025-08-20T20:25:40.7160308Z [00:02:19.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/embedded=>go.opentelemetry.io/otel/metric@v1.37.0/embedded;$WORK/b695=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.23 -complete -installsuffix shared -buildid rE1qErhPjg9aciVQeXU0/rE1qErhPjg9aciVQeXU0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/embedded/embedded.go
2025-08-20T20:25:40.7193921Z [00:02:19.405]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T20:25:40.7196183Z [00:02:19.405]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/1e/1e3d39370a43c3b3005e9fb646d8592939b4f682b9dc65571dace6476818cfa4-d # internal
2025-08-20T20:25:40.7227701Z [00:02:19.409]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:25:40.7229383Z [00:02:19.409]➜  mkdir -p $WORK/b708/
2025-08-20T20:25:40.7233254Z [00:02:19.409]➜  echo '# import config' > $WORK/b708/importcfg # internal
2025-08-20T20:25:40.7235314Z [00:02:19.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/asn1=>golang.org/x/crypto@v0.41.0/cryptobyte/asn1;$WORK/b708=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid HLjf5xCNJgFGaUhOgYT9/HLjf5xCNJgFGaUhOgYT9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/asn1/asn1.go
2025-08-20T20:25:40.7262051Z [00:02:19.412]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T20:25:40.7267622Z [00:02:19.413]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/ac/ac1b39e9eb094cc461de60129a08a2ea5c8d5e147e1f5a1fde8b0c817f8b748d-d # internal
2025-08-20T20:25:40.7271675Z [00:02:19.413]➜  cloud.google.com/go/monitoring/internal
2025-08-20T20:25:40.7271998Z [00:02:19.413]➜  mkdir -p $WORK/b729/
2025-08-20T20:25:40.7272353Z [00:02:19.413]➜  echo '# import config' > $WORK/b729/importcfg # internal
2025-08-20T20:25:40.7274412Z [00:02:19.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b729/_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/b729=>" -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/b729/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/internal/version.go
2025-08-20T20:25:40.7372003Z [00:02:19.423]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T20:25:40.7410687Z [00:02:19.427]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T20:25:40.7411501Z [00:02:19.427]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/2a/2a17cde6fb819ebac6d74851938f3a770ceec1fac3d9972a056df3f527109ad2-d # internal
2025-08-20T20:25:40.7412107Z [00:02:19.427]➜  github.com/googleapis/gax-go/v2/internal
2025-08-20T20:25:40.7412412Z [00:02:19.427]➜  mkdir -p $WORK/b736/
2025-08-20T20:25:40.7413060Z [00:02:19.427]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/7f/7ffe663a9cbe1e7ef7fe93ba6afa311f010b48cbb91ee340bb56f347b083ea7e-d # internal
2025-08-20T20:25:40.7413976Z [00:02:19.427]➜  cloud.google.com/go/spanner/internal
2025-08-20T20:25:40.7414291Z [00:02:19.427]➜  mkdir -p $WORK/b824/
2025-08-20T20:25:40.7414759Z [00:02:19.427]➜  echo '# import config' > $WORK/b736/importcfg # internal
2025-08-20T20:25:40.7417039Z [00:02:19.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internal=>github.com/googleapis/gax-go/v2@v2.14.2/internal;$WORK/b736=>" -p github.com/googleapis/gax-go/v2/internal -lang=go1.23 -complete -installsuffix shared -buildid 5oppSEWJz8Dxav4FBxEw/5oppSEWJz8Dxav4FBxEw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internal/version.go
2025-08-20T20:25:40.7419037Z [00:02:19.427]➜  echo '# import config' > $WORK/b824/importcfg # internal
2025-08-20T20:25:40.7421585Z [00:02:19.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b824/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/internal=>cloud.google.com/go/spanner@v1.82.0/internal;$WORK/b824=>" -p cloud.google.com/go/spanner/internal -lang=go1.23 -complete -installsuffix shared -buildid xd-O6_wFBN4_acD9PaG3/xd-O6_wFBN4_acD9PaG3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/internal/version.go
2025-08-20T20:25:40.7483027Z [00:02:19.434]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T20:25:40.7498033Z [00:02:19.436]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/63/638f97bbbeea867b0dc873221546ca684da506f28441099382089ae2af9e9c4b-d # internal
2025-08-20T20:25:40.7517398Z [00:02:19.437]➜  go.opencensus.io/internal/tagencoding
2025-08-20T20:25:40.7539510Z [00:02:19.437]➜  mkdir -p $WORK/b846/
2025-08-20T20:25:40.7540079Z [00:02:19.438]➜  echo '# import config' > $WORK/b846/importcfg # internal
2025-08-20T20:25:40.7542178Z [00:02:19.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b846/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding=>go.opencensus.io@v0.24.0/internal/tagencoding;$WORK/b846=>" -p go.opencensus.io/internal/tagencoding -lang=go1.13 -complete -installsuffix shared -buildid OqElsLM6mUTLyV_QSHp0/OqElsLM6mUTLyV_QSHp0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding/tagencoding.go
2025-08-20T20:25:40.7544443Z [00:02:19.439]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T20:25:40.7544823Z [00:02:19.440]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T20:25:40.7545471Z [00:02:19.440]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/5a/5aaa406bc8dbfd2a27bc5936306f04a7377537782496b1604406a3f387a45be4-d # internal
2025-08-20T20:25:40.7546659Z [00:02:19.440]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/a3/a3cf3b4fc7eda5a810aefdd2eb4ad45b9971d91206f3a97fd9dad0002a43f1b9-d # internal
2025-08-20T20:25:40.7547228Z [00:02:19.440]➜  go.opencensus.io
2025-08-20T20:25:40.7547485Z [00:02:19.440]➜  mkdir -p $WORK/b851/
2025-08-20T20:25:40.7547775Z [00:02:19.440]➜  github.com/golang/groupcache/lru
2025-08-20T20:25:40.7548061Z [00:02:19.440]➜  mkdir -p $WORK/b849/
2025-08-20T20:25:40.7548408Z [00:02:19.441]➜  echo '# import config' > $WORK/b851/importcfg # internal
2025-08-20T20:25:40.7550077Z [00:02:19.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b851/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0=>go.opencensus.io@v0.24.0;$WORK/b851=>" -p go.opencensus.io -lang=go1.13 -complete -installsuffix shared -buildid Px97rdbHDuNGUKE-ECiN/Px97rdbHDuNGUKE-ECiN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/opencensus.go
2025-08-20T20:25:40.7551932Z [00:02:19.441]➜  cat >/tmp/go-build1823208636/b849/importcfg << 'EOF' # internal
2025-08-20T20:25:40.7552667Z [00:02:19.441]➜  # import config
2025-08-20T20:25:40.7553040Z [00:02:19.441]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:25:40.7553375Z [00:02:19.441]➜  EOF
2025-08-20T20:25:40.7555644Z [00:02:19.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru=>github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru;$WORK/b849=>" -p github.com/golang/groupcache/lru -lang=go1.20 -complete -installsuffix shared -buildid jyyNKhvqGfOaoYaF4Npb/jyyNKhvqGfOaoYaF4Npb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru/lru.go
2025-08-20T20:25:40.7638479Z [00:02:19.450]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T20:25:40.7646854Z [00:02:19.450]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T20:25:40.7651434Z [00:02:19.451]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/35/3543e85f9cbfbd101cd569f17b5b136b17f940e873bac0e7377e662e3efee281-d # internal
2025-08-20T20:25:40.7652101Z [00:02:19.451]➜  go.opencensus.io/trace/internal
2025-08-20T20:25:40.7652730Z [00:02:19.451]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/db/db3387628424fb6de28c217cabf6d59df81fb3b8671a339f7ac95b045536d506-d # internal
2025-08-20T20:25:40.7653340Z [00:02:19.451]➜  go.opentelemetry.io/otel/sdk
2025-08-20T20:25:40.7653630Z [00:02:19.451]➜  mkdir -p $WORK/b857/
2025-08-20T20:25:40.7653994Z [00:02:19.451]➜  echo '# import config' > $WORK/b857/importcfg # internal
2025-08-20T20:25:40.7654326Z [00:02:19.451]➜  mkdir -p $WORK/b852/
2025-08-20T20:25:40.7657662Z [00:02:19.452]➜  echo '# import config' > $WORK/b852/importcfg # internal
2025-08-20T20:25:40.7660643Z [00:02:19.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b852/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal=>go.opencensus.io@v0.24.0/trace/internal;$WORK/b852=>" -p go.opencensus.io/trace/internal -lang=go1.13 -complete -installsuffix shared -buildid MNVnQ3ObK6Fsa1fjjuH4/MNVnQ3ObK6Fsa1fjjuH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal/internal.go
2025-08-20T20:25:40.7667083Z [00:02:19.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0=>go.opentelemetry.io/otel/sdk@v1.36.0;$WORK/b857=>" -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/b857/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/version.go
2025-08-20T20:25:40.7747740Z [00:02:19.461]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T20:25:40.7755204Z [00:02:19.461]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/61/6153b911c122bf39d4cf70914b9a13d9963eb81cedfb77d36551cefd691c2f37-d # internal
2025-08-20T20:25:40.7756225Z [00:02:19.461]➜  go.opentelemetry.io/otel/sdk/metric/internal
2025-08-20T20:25:40.7756564Z [00:02:19.461]➜  mkdir -p $WORK/b862/
2025-08-20T20:25:40.7756917Z [00:02:19.461]➜  echo '# import config' > $WORK/b862/importcfg # internal
2025-08-20T20:25:40.7764145Z [00:02:19.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b862/_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/b862=>" -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/b862/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/reuse_slice.go
2025-08-20T20:25:40.7766258Z [00:02:19.462]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T20:25:40.7766929Z [00:02:19.462]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/09/09a81adad69e739304138b7fd679f5a2764532484b79dbf033d33dfca877ee0f-d # internal
2025-08-20T20:25:40.7769364Z [00:02:19.463]➜  google.golang.org/grpc/xds/internal/clients/xdsclient/metrics
2025-08-20T20:25:40.7769762Z [00:02:19.463]➜  mkdir -p $WORK/b941/
2025-08-20T20:25:40.7770108Z [00:02:19.463]➜  echo '# import config' > $WORK/b941/importcfg # internal
2025-08-20T20:25:40.7772521Z [00:02:19.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b941/_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/b941=>" -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/b941/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/metrics/metrics.go
2025-08-20T20:25:40.7775043Z [00:02:19.463]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T20:25:40.7780058Z [00:02:19.464]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d # internal
2025-08-20T20:25:40.7785985Z [00:02:19.465]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version
2025-08-20T20:25:40.7787564Z [00:02:19.465]➜  mkdir -p $WORK/b952/
2025-08-20T20:25:40.7791569Z [00:02:19.465]➜  echo '# import config' > $WORK/b952/importcfg # internal
2025-08-20T20:25:40.7796406Z [00:02:19.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b952/_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/b952=>" -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/b952/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/version/version.go
2025-08-20T20:25:40.7827612Z [00:02:19.469]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T20:25:40.7835689Z [00:02:19.470]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/5b/5bfa1f3f6671fca4b5b6a38bf20cefa8592063c67cde0d06101e89a795e83cf1-d # internal
2025-08-20T20:25:40.7848637Z [00:02:19.471]➜  google.golang.org/grpc/xds/internal/resolver/internal
2025-08-20T20:25:40.7856192Z [00:02:19.472]➜  mkdir -p $WORK/b988/
2025-08-20T20:25:40.7867075Z [00:02:19.473]➜  echo '# import config' > $WORK/b988/importcfg # internal
2025-08-20T20:25:40.7875124Z [00:02:19.474]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T20:25:40.7887969Z [00:02:19.474]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/a3/a3b53377f53e1c69060b404910dc37d3f3eb404385d8f7f1e89bcc4abb316430-d # internal
2025-08-20T20:25:40.7888626Z [00:02:19.475]➜  cloud.google.com/go/storage/internal
2025-08-20T20:25:40.7888942Z [00:02:19.475]➜  mkdir -p $WORK/b1017/
2025-08-20T20:25:40.7889271Z [00:02:19.475]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T20:25:40.7889667Z [00:02:19.475]➜  echo '# import config' > $WORK/b1017/importcfg # internal
2025-08-20T20:25:40.7891974Z [00:02:19.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1017/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal=>cloud.google.com/go/storage@v1.55.0/internal;$WORK/b1017=>" -p cloud.google.com/go/storage/internal -lang=go1.23 -complete -installsuffix shared -buildid 5eY2IEUOyU77FT4yMKe-/5eY2IEUOyU77FT4yMKe- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/experimental.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/version.go
2025-08-20T20:25:40.7904015Z [00:02:19.475]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/b5/b5bfdbeb2c1c8220d57421ae67db6995903ac3d7e53525a7dcad9af8f469d505-d # internal
2025-08-20T20:25:40.7904651Z [00:02:19.475]➜  github.com/google/go-cmp/cmp/internal/flags
2025-08-20T20:25:40.7904970Z [00:02:19.475]➜  mkdir -p $WORK/b1029/
2025-08-20T20:25:40.7905324Z [00:02:19.475]➜  echo '# import config' > $WORK/b1029/importcfg # internal
2025-08-20T20:25:40.7907727Z [00:02:19.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/flags=>github.com/google/go-cmp@v0.7.0/cmp/internal/flags;$WORK/b1029=>" -p github.com/google/go-cmp/cmp/internal/flags -lang=go1.21 -complete -installsuffix shared -buildid 06isJ1DYX4wg-bmY8W7I/06isJ1DYX4wg-bmY8W7I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1029/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/flags/flags.go
2025-08-20T20:25:40.7911692Z [00:02:19.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b988/_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/b988=>" -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/b988/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/resolver/internal/internal.go
2025-08-20T20:25:40.7962574Z [00:02:19.482]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T20:25:40.7965719Z [00:02:19.483]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T20:25:40.7971670Z [00:02:19.483]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/da/dad1775cb24c7685a9b333c284886cf25855128a930863a3f187dcd6cdae82ac-d # internal
2025-08-20T20:25:40.7975166Z [00:02:19.483]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/1c/1c8acdd2f9bd5f28c73f31731c3470727b7d96595159a4b48dedec16389a3412-d # internal
2025-08-20T20:25:40.7978224Z [00:02:19.483]➜  github.com/sigstore/rekor/pkg/pki/identity
2025-08-20T20:25:40.7982061Z [00:02:19.483]➜  mkdir -p $WORK/b1068/
2025-08-20T20:25:40.7983762Z [00:02:19.484]➜  github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common
2025-08-20T20:25:40.7985376Z [00:02:19.484]➜  echo '# import config' > $WORK/b1068/importcfg # internal
2025-08-20T20:25:40.7985966Z [00:02:19.484]➜  mkdir -p $WORK/b1098/
2025-08-20T20:25:40.7986329Z [00:02:19.484]➜  echo '# import config' > $WORK/b1098/importcfg # internal
2025-08-20T20:25:40.7988988Z [00:02:19.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/identity=>github.com/sigstore/rekor@v1.3.10/pkg/pki/identity;$WORK/b1068=>" -p github.com/sigstore/rekor/pkg/pki/identity -lang=go1.23 -complete -installsuffix shared -buildid h9NLCucGmP1Rl-V3Sx46/h9NLCucGmP1Rl-V3Sx46 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/identity/identity.go
2025-08-20T20:25:40.8020106Z [00:02:19.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/common=>github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/common;$WORK/b1098=>" -p github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common -lang=go1.20 -complete -installsuffix shared -buildid v8eTmVNdBOWUJFyzMRqT/v8eTmVNdBOWUJFyzMRqT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/common/common.go
2025-08-20T20:25:40.8022228Z [00:02:19.488]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T20:25:40.8022895Z [00:02:19.488]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/38/38f58b8b8b95bc1ca9b62950a60cb19879c6be4913362226791c51bbeb58598d-d # internal
2025-08-20T20:25:40.8023498Z [00:02:19.488]➜  golang.org/x/text/internal/utf8internal
2025-08-20T20:25:40.8023806Z [00:02:19.488]➜  mkdir -p $WORK/b1128/
2025-08-20T20:25:40.8024161Z [00:02:19.488]➜  echo '# import config' > $WORK/b1128/importcfg # internal
2025-08-20T20:25:40.8026474Z [00:02:19.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1128/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/utf8internal=>golang.org/x/text@v0.28.0/internal/utf8internal;$WORK/b1128=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid IhPKiJqUuMTNOKkIN9kb/IhPKiJqUuMTNOKkIN9kb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/utf8internal/utf8internal.go
2025-08-20T20:25:40.8080718Z [00:02:19.493]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T20:25:40.8081851Z [00:02:19.493]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T20:25:40.8083005Z [00:02:19.494]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/ed/ed4c6210ff1f4203d5022991437d21db542202c66cd88a72fdeb3504ecddb2b4-d # internal
2025-08-20T20:25:40.8083714Z [00:02:19.494]➜  github.com/pelletier/go-toml/v2/internal/characters
2025-08-20T20:25:40.8084057Z [00:02:19.494]➜  mkdir -p $WORK/b1132/
2025-08-20T20:25:40.8088347Z [00:02:19.495]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/12/12099cb666b52b447e44fb0e21ae47675f53a5716fe8585ed2f47eb2e53e0bfd-d # internal
2025-08-20T20:25:40.8091373Z [00:02:19.495]➜  github.com/spf13/viper/internal/features
2025-08-20T20:25:40.8092230Z [00:02:19.495]➜  mkdir -p $WORK/b1137/
2025-08-20T20:25:40.8092906Z [00:02:19.495]➜  cat >/tmp/go-build1823208636/b1132/importcfg << 'EOF' # internal
2025-08-20T20:25:40.8093614Z [00:02:19.495]➜  # import config
2025-08-20T20:25:40.8094507Z [00:02:19.495]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:40.8094872Z [00:02:19.495]➜  EOF
2025-08-20T20:25:40.8097581Z [00:02:19.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1132/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/characters=>github.com/pelletier/go-toml/v2@v2.2.4/internal/characters;$WORK/b1132=>" -p github.com/pelletier/go-toml/v2/internal/characters -lang=go1.21 -complete -installsuffix shared -buildid i9a7A4_hU38q4gXId4lL/i9a7A4_hU38q4gXId4lL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/characters/ascii.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/characters/utf8.go
2025-08-20T20:25:40.8100226Z [00:02:19.495]➜  echo '# import config' > $WORK/b1137/importcfg # internal
2025-08-20T20:25:40.8102709Z [00:02:19.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1137/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features=>github.com/spf13/viper@v1.20.1/internal/features;$WORK/b1137=>" -p github.com/spf13/viper/internal/features -lang=go1.21 -complete -installsuffix shared -buildid QdZd1ZW6CIFZIOlMxWUt/QdZd1ZW6CIFZIOlMxWUt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features/bind_struct_default.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features/finder_default.go
2025-08-20T20:25:40.8123519Z [00:02:19.498]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T20:25:40.8134571Z [00:02:19.500]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/f0/f0192f6e8f9b68bb7edb227a202b175ed3a44684bc8d5c9bcfd7137d96373400-d # internal
2025-08-20T20:25:40.8146509Z [00:02:19.500]➜  github.com/docker/cli/cli/config/types
2025-08-20T20:25:40.8147445Z [00:02:19.501]➜  mkdir -p $WORK/b1181/
2025-08-20T20:25:40.8148118Z [00:02:19.501]➜  echo '# import config' > $WORK/b1181/importcfg # internal
2025-08-20T20:25:40.8150985Z [00:02:19.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/types=>github.com/docker/cli@v28.3.0+incompatible/cli/config/types;$WORK/b1181=>" -p github.com/docker/cli/cli/config/types -lang=go1.16 -complete -installsuffix shared -buildid sK7U_vuIcbiJtrqHz4ar/sK7U_vuIcbiJtrqHz4ar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/types/authconfig.go
2025-08-20T20:25:40.8159312Z [00:02:19.502]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T20:25:40.8163591Z [00:02:19.502]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/a7/a7db89bc7216bc3eba07e85894ac9566f666efb957705b0d36aedbd8d910d457-d # internal
2025-08-20T20:25:40.8166930Z [00:02:19.503]➜  github.com/google/go-containerregistry/pkg/v1/types
2025-08-20T20:25:40.8176889Z [00:02:19.504]➜  mkdir -p $WORK/b1188/
2025-08-20T20:25:40.8179933Z [00:02:19.504]➜  echo '# import config' > $WORK/b1188/importcfg # internal
2025-08-20T20:25:40.8209264Z [00:02:19.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1188/_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/b1188=>" -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/b1188/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/types/types.go
2025-08-20T20:25:40.8219231Z [00:02:19.508]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T20:25:40.8220078Z [00:02:19.508]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/97/97668d073a581f0e115bb9bc26b9ffc3fc73af5fb7f743394a69ea19c0b2149a-d # internal
2025-08-20T20:25:40.8220659Z [00:02:19.508]➜  github.com/klauspost/compress
2025-08-20T20:25:40.8221694Z [00:02:19.508]➜  mkdir -p $WORK/b1202/
2025-08-20T20:25:40.8222943Z [00:02:19.508]➜  cat >/tmp/go-build1823208636/b1202/importcfg << 'EOF' # internal
2025-08-20T20:25:40.8223471Z [00:02:19.509]➜  # import config
2025-08-20T20:25:40.8223838Z [00:02:19.509]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:40.8224443Z [00:02:19.509]➜  EOF
2025-08-20T20:25:40.8226809Z [00:02:19.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b1202=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid HEadWJC1Ujr3UqpsCrLy/HEadWJC1Ujr3UqpsCrLy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1202/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T20:25:40.8291409Z [00:02:19.515]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T20:25:40.8299508Z [00:02:19.516]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/52/526b4260678b6f748c1037728391b5f30ecba8ad4c890383feefc4a378becc24-d # internal
2025-08-20T20:25:40.8306988Z [00:02:19.517]➜  github.com/klauspost/compress/internal/le
2025-08-20T20:25:40.8307394Z [00:02:19.517]➜  mkdir -p $WORK/b1205/
2025-08-20T20:25:40.8314758Z [00:02:19.518]➜  echo '# import config' > $WORK/b1205/importcfg # internal
2025-08-20T20:25:40.8326776Z [00:02:19.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1205/_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/b1205=>" -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/b1205/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-20T20:25:40.8427537Z [00:02:19.529]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T20:25:40.8433288Z [00:02:19.529]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/12/12aa5233875525288d813846368685b0430a7931846783c8dc4e96027ea79b15-d # internal
2025-08-20T20:25:40.8444882Z [00:02:19.531]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T20:25:40.8446118Z [00:02:19.531]➜  github.com/google/go-containerregistry/pkg/compression
2025-08-20T20:25:40.8446511Z [00:02:19.531]➜  mkdir -p $WORK/b1208/
2025-08-20T20:25:40.8446868Z [00:02:19.531]➜  echo '# import config' > $WORK/b1208/importcfg # internal
2025-08-20T20:25:40.8449259Z [00:02:19.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1208/_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/b1208=>" -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/b1208/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/compression/compression.go
2025-08-20T20:25:40.8451570Z [00:02:19.531]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/7c/7cddddae1b766dbc622ec99aa078e4953fdfc27e0173d82889df004a242c1b6e-d # internal
2025-08-20T20:25:40.8452201Z [00:02:19.531]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T20:25:40.8452864Z [00:02:19.531]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/af/af3527cebd04dba6e0e2f1703b266ca50d1a128d4532fb2ff5afdb9780728dc0-d # internal
2025-08-20T20:25:40.8522079Z [00:02:19.538]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T20:25:40.8522880Z [00:02:19.538]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/eb/ebbaa9ed1ff93c0a972a43928cba56a528962fd5414a34edcdc3fc32530dd45a-d # internal
2025-08-20T20:25:42.1752330Z [00:02:20.861]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b010/tls_GOARCH.h
2025-08-20T20:25:42.1752766Z [00:02:20.861]➜  cd /root/.go/src/runtime
2025-08-20T20:25:42.1753689Z [00:02:20.861]➜  /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-20T20:25:42.1777638Z [00:02:20.864]➜  /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-20T20:25:42.1865924Z [00:02:20.873]➜  /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-20T20:25:42.1886932Z [00:02:20.875]➜  /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-20T20:25:42.1913061Z [00:02:20.877]➜  /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-20T20:25:42.1937976Z [00:02:20.880]➜  /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-20T20:25:42.1959815Z [00:02:20.882]➜  /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-20T20:25:42.1983398Z [00:02:20.884]➜  /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-20T20:25:42.2022437Z [00:02:20.888]➜  /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-20T20:25:42.2045297Z [00:02:20.891]➜  /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-20T20:25:42.2096912Z [00:02:20.896]➜  /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-20T20:25:42.2138932Z [00:02:20.900]➜  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-20T20:25:42.2140252Z [00:02:20.900]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T20:25:42.2411062Z [00:02:20.927]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T20:25:42.2412030Z [00:02:20.927]➜  iter
2025-08-20T20:25:42.2416736Z [00:02:20.928]➜  mkdir -p $WORK/b047/
2025-08-20T20:25:42.2417066Z [00:02:20.928]➜  crypto/subtle
2025-08-20T20:25:42.2417721Z [00:02:20.928]➜  mkdir -p $WORK/b132/
2025-08-20T20:25:42.2417964Z [00:02:20.928]➜  sync
2025-08-20T20:25:42.2418190Z [00:02:20.928]➜  mkdir -p $WORK/b034/
2025-08-20T20:25:42.2418448Z [00:02:20.928]➜  internal/reflectlite
2025-08-20T20:25:42.2418708Z [00:02:20.928]➜  mkdir -p $WORK/b005/
2025-08-20T20:25:42.2419103Z [00:02:20.928]➜  cat >/tmp/go-build1823208636/b047/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2419445Z [00:02:20.928]➜  # import config
2025-08-20T20:25:42.2419807Z [00:02:20.928]➜  packagefile internal/race=/tmp/go-build1823208636/b030/_pkg_.a
2025-08-20T20:25:42.2420259Z [00:02:20.928]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.2420585Z [00:02:20.928]➜  EOF
2025-08-20T20:25:42.2420848Z [00:02:20.928]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.2422403Z [00:02:20.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b047=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T20:25:42.2423668Z [00:02:20.928]➜  cat >/tmp/go-build1823208636/b034/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2424011Z [00:02:20.928]➜  # import config
2025-08-20T20:25:42.2424386Z [00:02:20.928]➜  packagefile internal/race=/tmp/go-build1823208636/b030/_pkg_.a
2025-08-20T20:25:42.2424856Z [00:02:20.928]➜  packagefile internal/sync=/tmp/go-build1823208636/b035/_pkg_.a
2025-08-20T20:25:42.2425343Z [00:02:20.928]➜  packagefile internal/synctest=/tmp/go-build1823208636/b037/_pkg_.a
2025-08-20T20:25:42.2426033Z [00:02:20.928]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.2426480Z [00:02:20.928]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:42.2426817Z [00:02:20.928]➜  EOF
2025-08-20T20:25:42.2429427Z [00:02:20.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b034=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/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-20T20:25:42.2431638Z [00:02:20.928]➜  cat >/tmp/go-build1823208636/b132/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2431987Z [00:02:20.928]➜  # import config
2025-08-20T20:25:42.2432416Z [00:02:20.928]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:42.2432972Z [00:02:20.928]➜  packagefile internal/runtime/sys=/tmp/go-build1823208636/b031/_pkg_.a
2025-08-20T20:25:42.2433442Z [00:02:20.928]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.2433755Z [00:02:20.928]➜  EOF
2025-08-20T20:25:42.2435474Z [00:02:20.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b132=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/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-20T20:25:42.2437167Z [00:02:20.929]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T20:25:42.2437497Z [00:02:20.929]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:25:42.2460804Z [00:02:20.930]➜  /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-20T20:25:42.2472875Z [00:02:20.933]➜  cat >/tmp/go-build1823208636/b005/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2473760Z [00:02:20.933]➜  # import config
2025-08-20T20:25:42.2474761Z [00:02:20.933]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:42.2475511Z [00:02:20.933]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:42.2476424Z [00:02:20.933]➜  packagefile internal/unsafeheader=/tmp/go-build1823208636/b009/_pkg_.a
2025-08-20T20:25:42.2477142Z [00:02:20.933]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.2478075Z [00:02:20.933]➜  EOF
2025-08-20T20:25:42.2497842Z [00:02:20.936]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.2500067Z [00:02:20.936]➜  /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-20T20:25:42.2521805Z [00:02:20.938]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T20:25:42.2534027Z [00:02:20.939]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T20:25:42.2542364Z [00:02:20.940]➜  slices
2025-08-20T20:25:42.2542887Z [00:02:20.940]➜  mkdir -p $WORK/b045/
2025-08-20T20:25:42.2552714Z [00:02:20.941]➜  cat >/tmp/go-build1823208636/b045/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2554278Z [00:02:20.941]➜  # import config
2025-08-20T20:25:42.2554666Z [00:02:20.941]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:42.2555095Z [00:02:20.941]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:25:42.2555621Z [00:02:20.941]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:42.2555996Z [00:02:20.941]➜  EOF
2025-08-20T20:25:42.2558160Z [00:02:20.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b045=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/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-20T20:25:42.2564712Z [00:02:20.943]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T20:25:42.2568832Z [00:02:20.943]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T20:25:42.2571802Z [00:02:20.943]➜  maps
2025-08-20T20:25:42.2573326Z [00:02:20.943]➜  mkdir -p $WORK/b074/
2025-08-20T20:25:42.2576307Z [00:02:20.944]➜  cat >/tmp/go-build1823208636/b074/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2576673Z [00:02:20.944]➜  # import config
2025-08-20T20:25:42.2577028Z [00:02:20.944]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:25:42.2577340Z [00:02:20.944]➜  EOF
2025-08-20T20:25:42.2581255Z [00:02:20.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b074=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T20:25:42.2664813Z [00:02:20.953]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T20:25:42.2676991Z [00:02:20.953]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T20:25:42.2677721Z [00:02:20.953]➜  weak
2025-08-20T20:25:42.2678889Z [00:02:20.954]➜  mkdir -p $WORK/b168/
2025-08-20T20:25:42.2684542Z [00:02:20.955]➜  cat >/tmp/go-build1823208636/b168/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2684964Z [00:02:20.955]➜  # import config
2025-08-20T20:25:42.2685339Z [00:02:20.955]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:42.2685962Z [00:02:20.955]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.2686282Z [00:02:20.955]➜  EOF
2025-08-20T20:25:42.2688675Z [00:02:20.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b168=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T20:25:42.2771319Z [00:02:20.963]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T20:25:42.2774380Z [00:02:20.963]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T20:25:42.2781531Z [00:02:20.963]➜  github.com/charmbracelet/x/exp/slice
2025-08-20T20:25:42.2781895Z [00:02:20.964]➜  mkdir -p $WORK/b345/
2025-08-20T20:25:42.2782274Z [00:02:20.964]➜  cat >/tmp/go-build1823208636/b345/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2784529Z [00:02:20.964]➜  # import config
2025-08-20T20:25:42.2784897Z [00:02:20.964]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:42.2785216Z [00:02:20.964]➜  EOF
2025-08-20T20:25:42.2787882Z [00:02:20.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250630141444-821143405392=>github.com/charmbracelet/x/exp/slice@v0.0.0-20250630141444-821143405392;$WORK/b345=>" -p github.com/charmbracelet/x/exp/slice -lang=go1.23 -complete -installsuffix shared -buildid DnsbD9nz1lkifxW3P12S/DnsbD9nz1lkifxW3P12S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250630141444-821143405392/slice.go
2025-08-20T20:25:42.2804510Z [00:02:20.966]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T20:25:42.2812399Z [00:02:20.967]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T20:25:42.2819668Z [00:02:20.968]➜  k8s.io/klog/v2/internal/dbg
2025-08-20T20:25:42.2826354Z [00:02:20.969]➜  mkdir -p $WORK/b703/
2025-08-20T20:25:42.2827576Z [00:02:20.969]➜  cat >/tmp/go-build1823208636/b703/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2828435Z [00:02:20.969]➜  # import config
2025-08-20T20:25:42.2828844Z [00:02:20.969]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.2829174Z [00:02:20.969]➜  EOF
2025-08-20T20:25:42.2830941Z [00:02:20.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b703/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/dbg=>k8s.io/klog/v2@v2.130.1/internal/dbg;$WORK/b703=>" -p k8s.io/klog/v2/internal/dbg -lang=go1.18 -complete -installsuffix shared -buildid h-FRWKW4bGNVm1hyqLgY/h-FRWKW4bGNVm1hyqLgY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/dbg/dbg.go
2025-08-20T20:25:42.2870547Z [00:02:20.973]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T20:25:42.2872739Z [00:02:20.973]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/4d/4d23f4400eeb466e6c7bdfbc9964df6cd791e372acb7bf98d4dbf9c64ad49491-d # internal
2025-08-20T20:25:42.2874257Z [00:02:20.974]➜  golang.org/x/exp/maps
2025-08-20T20:25:42.2874795Z [00:02:20.974]➜  mkdir -p $WORK/b1034/
2025-08-20T20:25:42.2916919Z [00:02:20.978]➜  cat >/tmp/go-build1823208636/b1034/importcfg << 'EOF' # internal
2025-08-20T20:25:42.2917396Z [00:02:20.978]➜  # import config
2025-08-20T20:25:42.2917740Z [00:02:20.978]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:42.2918054Z [00:02:20.978]➜  EOF
2025-08-20T20:25:42.2920244Z [00:02:20.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1034/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps=>golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps;$WORK/b1034=>" -p golang.org/x/exp/maps -lang=go1.23 -complete -installsuffix shared -buildid JdxFj4kKmgny6E8GHc--/JdxFj4kKmgny6E8GHc-- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps/maps.go
2025-08-20T20:25:42.2989008Z [00:02:20.985]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T20:25:42.2996057Z [00:02:20.985]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/bc/bc962760eaba423cbb1c1ce54a1b62cdc5b37e61a95acaa34a351cb3861665c1-d # internal
2025-08-20T20:25:42.3019756Z [00:02:20.988]➜  golang.org/x/exp/slices
2025-08-20T20:25:42.3026821Z [00:02:20.988]➜  mkdir -p $WORK/b1095/
2025-08-20T20:25:42.3027720Z [00:02:20.988]➜  cat >/tmp/go-build1823208636/b1095/importcfg << 'EOF' # internal
2025-08-20T20:25:42.3028708Z [00:02:20.988]➜  # import config
2025-08-20T20:25:42.3029117Z [00:02:20.988]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:42.3029548Z [00:02:20.988]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:42.3029865Z [00:02:20.988]➜  EOF
2025-08-20T20:25:42.3032188Z [00:02:20.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1095/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/slices=>golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/slices;$WORK/b1095=>" -p golang.org/x/exp/slices -lang=go1.23 -complete -installsuffix shared -buildid lKPtg-WVMmwfez33N1Xk/lKPtg-WVMmwfez33N1Xk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/slices/slices.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/slices/sort.go
2025-08-20T20:25:42.3110445Z [00:02:20.997]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T20:25:42.3115689Z [00:02:20.998]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/0c/0c2e231049dd1259eb49628c1360f3c1bbe50eeafa0c3a029fe8c14959c435c2-d # internal
2025-08-20T20:25:42.3291341Z [00:02:21.015]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T20:25:42.3298781Z [00:02:21.016]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/e9/e9b283f1cf7d245e36e5ff9f12a4b64cc4c9c7bd5122db85580b56a691e22d1c-d # internal
2025-08-20T20:25:42.3487957Z [00:02:21.035]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T20:25:42.3517279Z [00:02:21.037]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T20:25:42.3518047Z [00:02:21.037]➜  internal/bisect
2025-08-20T20:25:42.3518309Z [00:02:21.037]➜  mkdir -p $WORK/b040/
2025-08-20T20:25:42.3518566Z [00:02:21.038]➜  internal/testlog
2025-08-20T20:25:42.3518819Z [00:02:21.038]➜  mkdir -p $WORK/b063/
2025-08-20T20:25:42.3519145Z [00:02:21.038]➜  crypto/internal/fips140cache
2025-08-20T20:25:42.3519421Z [00:02:21.038]➜  mkdir -p $WORK/b167/
2025-08-20T20:25:42.3527003Z [00:02:21.038]➜  cat >/tmp/go-build1823208636/b167/importcfg << 'EOF' # internal
2025-08-20T20:25:42.3527506Z [00:02:21.038]➜  # import config
2025-08-20T20:25:42.3527863Z [00:02:21.038]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.3528460Z [00:02:21.038]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.3529323Z [00:02:21.038]➜  packagefile weak=/tmp/go-build1823208636/b168/_pkg_.a
2025-08-20T20:25:42.3529630Z [00:02:21.038]➜  EOF
2025-08-20T20:25:42.3531356Z [00:02:21.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b167=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T20:25:42.3532965Z [00:02:21.038]➜  cat >/tmp/go-build1823208636/b040/importcfg << 'EOF' # internal
2025-08-20T20:25:42.3533308Z [00:02:21.038]➜  # import config
2025-08-20T20:25:42.3540864Z [00:02:21.038]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.3541660Z [00:02:21.038]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.3542498Z [00:02:21.038]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:42.3542913Z [00:02:21.038]➜  EOF
2025-08-20T20:25:42.3545070Z [00:02:21.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b040=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T20:25:42.3547260Z [00:02:21.038]➜  cat >/tmp/go-build1823208636/b063/importcfg << 'EOF' # internal
2025-08-20T20:25:42.3547815Z [00:02:21.038]➜  # import config
2025-08-20T20:25:42.3548245Z [00:02:21.039]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.3548995Z [00:02:21.039]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:42.3549619Z [00:02:21.039]➜  EOF
2025-08-20T20:25:42.3551842Z [00:02:21.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b063=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T20:25:42.3635513Z [00:02:21.050]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T20:25:42.3648634Z [00:02:21.051]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T20:25:42.3650280Z [00:02:21.051]➜  internal/singleflight
2025-08-20T20:25:42.3650964Z [00:02:21.051]➜  mkdir -p $WORK/b204/
2025-08-20T20:25:42.3651836Z [00:02:21.051]➜  cat >/tmp/go-build1823208636/b204/importcfg << 'EOF' # internal
2025-08-20T20:25:42.3652236Z [00:02:21.051]➜  # import config
2025-08-20T20:25:42.3652603Z [00:02:21.051]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.3652915Z [00:02:21.051]➜  EOF
2025-08-20T20:25:42.3654553Z [00:02:21.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b204=>" -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/b204/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T20:25:42.3689211Z [00:02:21.055]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T20:25:42.3694954Z [00:02:21.056]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T20:25:42.3698068Z [00:02:21.056]➜  unique
2025-08-20T20:25:42.3698770Z [00:02:21.056]➜  mkdir -p $WORK/b206/
2025-08-20T20:25:42.3699909Z [00:02:21.056]➜  cat >/tmp/go-build1823208636/b206/importcfg << 'EOF' # internal
2025-08-20T20:25:42.3702135Z [00:02:21.056]➜  # import config
2025-08-20T20:25:42.3703053Z [00:02:21.056]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:42.3703965Z [00:02:21.056]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:42.3704513Z [00:02:21.056]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:25:42.3705014Z [00:02:21.056]➜  packagefile internal/sync=/tmp/go-build1823208636/b035/_pkg_.a
2025-08-20T20:25:42.3705493Z [00:02:21.056]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.3706099Z [00:02:21.056]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.3706540Z [00:02:21.056]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:42.3706971Z [00:02:21.056]➜  packagefile weak=/tmp/go-build1823208636/b168/_pkg_.a
2025-08-20T20:25:42.3707277Z [00:02:21.056]➜  EOF
2025-08-20T20:25:42.3708962Z [00:02:21.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b206=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/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-20T20:25:42.3825424Z [00:02:21.069]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T20:25:42.3826493Z [00:02:21.069]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T20:25:42.3919665Z [00:02:21.078]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T20:25:42.3926464Z [00:02:21.079]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T20:25:42.3928347Z [00:02:21.079]➜  internal/godebug
2025-08-20T20:25:42.3928646Z [00:02:21.079]➜  mkdir -p $WORK/b039/
2025-08-20T20:25:42.3931349Z [00:02:21.079]➜  runtime/cgo
2025-08-20T20:25:42.3931606Z [00:02:21.079]➜  mkdir -p $WORK/b207/
2025-08-20T20:25:42.3938219Z [00:02:21.080]➜  echo -n > $WORK/b207/preferlinkext # internal
2025-08-20T20:25:42.3939404Z [00:02:21.080]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:42.3941038Z [00:02:21.080]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b207/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T20:25:42.4035090Z [00:02:21.087]➜  cat >/tmp/go-build1823208636/b039/importcfg << 'EOF' # internal
2025-08-20T20:25:42.4036071Z [00:02:21.087]➜  # import config
2025-08-20T20:25:42.4038294Z [00:02:21.087]➜  packagefile internal/bisect=/tmp/go-build1823208636/b040/_pkg_.a
2025-08-20T20:25:42.4038912Z [00:02:21.087]➜  packagefile internal/godebugs=/tmp/go-build1823208636/b016/_pkg_.a
2025-08-20T20:25:42.4039386Z [00:02:21.087]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.4039824Z [00:02:21.087]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:42.4040155Z [00:02:21.087]➜  EOF
2025-08-20T20:25:42.4040421Z [00:02:21.088]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.4042181Z [00:02:21.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b039=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T20:25:42.4110724Z [00:02:21.097]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:25:42.4112794Z [00:02:21.097]➜  /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-20T20:25:42.4145149Z [00:02:21.101]➜  cd $WORK
2025-08-20T20:25:42.4146392Z [00:02:21.101]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:42.4166789Z [00:02:21.103]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:25:42.4168672Z [00:02:21.103]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T20:25:42.4169100Z [00:02:21.103]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T20:25:42.4187055Z [00:02:21.105]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T20:25:42.4319649Z [00:02:21.118]➜  cd $WORK
2025-08-20T20:25:42.4324741Z [00:02:21.119]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:42.4356634Z [00:02:21.121]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T20:25:42.4380950Z [00:02:21.124]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T20:25:42.4406079Z [00:02:21.127]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T20:25:42.4406470Z [00:02:21.127]➜  errors
2025-08-20T20:25:42.4406758Z [00:02:21.127]➜  mkdir -p $WORK/b004/
2025-08-20T20:25:42.4407137Z [00:02:21.127]➜  cat >/tmp/go-build1823208636/b004/importcfg << 'EOF' # internal
2025-08-20T20:25:42.4407485Z [00:02:21.127]➜  # import config
2025-08-20T20:25:42.4407879Z [00:02:21.127]➜  packagefile internal/reflectlite=/tmp/go-build1823208636/b005/_pkg_.a
2025-08-20T20:25:42.4408240Z [00:02:21.127]➜  EOF
2025-08-20T20:25:42.4414207Z [00:02:21.127]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.4416301Z [00:02:21.128]➜  /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-20T20:25:42.4652880Z [00:02:21.151]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T20:25:42.4666281Z [00:02:21.153]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T20:25:42.4845063Z [00:02:21.171]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T20:25:42.4865447Z [00:02:21.173]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T20:25:42.5258638Z [00:02:21.212]➜  cd $WORK
2025-08-20T20:25:42.5259255Z [00:02:21.212]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:42.5388054Z [00:02:21.225]➜  internal/oserror
2025-08-20T20:25:42.5388491Z [00:02:21.225]➜  mkdir -p $WORK/b044/
2025-08-20T20:25:42.5389028Z [00:02:21.225]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:42.5389466Z [00:02:21.225]➜  sort
2025-08-20T20:25:42.5389728Z [00:02:21.225]➜  mkdir -p $WORK/b071/
2025-08-20T20:25:42.5390103Z [00:02:21.225]➜  cat >/tmp/go-build1823208636/b044/importcfg << 'EOF' # internal
2025-08-20T20:25:42.5390447Z [00:02:21.225]➜  # import config
2025-08-20T20:25:42.5390783Z [00:02:21.225]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:42.5391099Z [00:02:21.225]➜  EOF
2025-08-20T20:25:42.5391361Z [00:02:21.225]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.5393078Z [00:02:21.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b044=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T20:25:42.5395382Z [00:02:21.225]➜  cat >/tmp/go-build1823208636/b071/importcfg << 'EOF' # internal
2025-08-20T20:25:42.5395901Z [00:02:21.225]➜  # import config
2025-08-20T20:25:42.5396322Z [00:02:21.225]➜  packagefile internal/reflectlite=/tmp/go-build1823208636/b005/_pkg_.a
2025-08-20T20:25:42.5396807Z [00:02:21.225]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:42.5397235Z [00:02:21.225]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:42.5397543Z [00:02:21.225]➜  EOF
2025-08-20T20:25:42.5400580Z [00:02:21.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b071=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/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-20T20:25:42.5466864Z [00:02:21.233]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T20:25:42.5469441Z [00:02:21.233]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T20:25:42.5503044Z [00:02:21.236]➜  cd $WORK
2025-08-20T20:25:42.5503833Z [00:02:21.236]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:42.5620864Z [00:02:21.248]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/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-20T20:25:42.5626708Z [00:02:21.249]➜  strconv
2025-08-20T20:25:42.5627469Z [00:02:21.249]➜  mkdir -p $WORK/b052/
2025-08-20T20:25:42.5651660Z [00:02:21.251]➜  syscall
2025-08-20T20:25:42.5652165Z [00:02:21.251]➜  mkdir -p $WORK/b042/
2025-08-20T20:25:42.5652932Z [00:02:21.251]➜  echo -n > $WORK/b042/go_asm.h # internal
2025-08-20T20:25:42.5653818Z [00:02:21.251]➜  cd /root/.go/src/syscall
2025-08-20T20:25:42.5655343Z [00:02:21.251]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b042=>" -I $WORK/b042/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b042/symabis ./asm_linux_arm64.s
2025-08-20T20:25:42.5656492Z [00:02:21.251]➜  cat >/tmp/go-build1823208636/b052/importcfg << 'EOF' # internal
2025-08-20T20:25:42.5656850Z [00:02:21.251]➜  # import config
2025-08-20T20:25:42.5657192Z [00:02:21.251]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:42.5657672Z [00:02:21.251]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:42.5658189Z [00:02:21.251]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:25:42.5658649Z [00:02:21.251]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:42.5659075Z [00:02:21.251]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:42.5659534Z [00:02:21.251]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:42.5659862Z [00:02:21.251]➜  EOF
2025-08-20T20:25:42.5660121Z [00:02:21.251]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.5662998Z [00:02:21.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b052=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/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-20T20:25:42.5683957Z [00:02:21.254]➜  cat >/tmp/go-build1823208636/b042/importcfg << 'EOF' # internal
2025-08-20T20:25:42.5684363Z [00:02:21.254]➜  # import config
2025-08-20T20:25:42.5684707Z [00:02:21.254]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:42.5685154Z [00:02:21.254]➜  packagefile internal/asan=/tmp/go-build1823208636/b028/_pkg_.a
2025-08-20T20:25:42.5685761Z [00:02:21.254]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:42.5686334Z [00:02:21.254]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:42.5686835Z [00:02:21.254]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:42.5687308Z [00:02:21.254]➜  packagefile internal/itoa=/tmp/go-build1823208636/b043/_pkg_.a
2025-08-20T20:25:42.5687774Z [00:02:21.254]➜  packagefile internal/msan=/tmp/go-build1823208636/b029/_pkg_.a
2025-08-20T20:25:42.5688252Z [00:02:21.254]➜  packagefile internal/oserror=/tmp/go-build1823208636/b044/_pkg_.a
2025-08-20T20:25:42.5688740Z [00:02:21.254]➜  packagefile internal/race=/tmp/go-build1823208636/b030/_pkg_.a
2025-08-20T20:25:42.5689257Z [00:02:21.254]➜  packagefile internal/runtime/syscall=/tmp/go-build1823208636/b024/_pkg_.a
2025-08-20T20:25:42.5689745Z [00:02:21.254]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.5690167Z [00:02:21.254]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:42.5690580Z [00:02:21.254]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.5691016Z [00:02:21.254]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:42.5691347Z [00:02:21.254]➜  EOF
2025-08-20T20:25:42.5696968Z [00:02:21.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b042=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b042/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack -asmhdr $WORK/b042/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-20T20:25:42.5772635Z [00:02:21.263]➜  cd $WORK/b207
2025-08-20T20:25:42.5798217Z [00:02:21.264]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x001.o -c _cgo_export.c
2025-08-20T20:25:42.6144372Z [00:02:21.300]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x002.o -c cgo.cgo2.c
2025-08-20T20:25:42.6559942Z [00:02:21.341]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:42.6563289Z [00:02:21.342]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x003.o -c gcc_context.c
2025-08-20T20:25:42.6618839Z [00:02:21.348]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T20:25:42.6621092Z [00:02:21.348]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T20:25:42.6622613Z [00:02:21.348]➜  io
2025-08-20T20:25:42.6622860Z [00:02:21.348]➜  mkdir -p $WORK/b055/
2025-08-20T20:25:42.6623247Z [00:02:21.348]➜  cat >/tmp/go-build1823208636/b055/importcfg << 'EOF' # internal
2025-08-20T20:25:42.6623626Z [00:02:21.348]➜  # import config
2025-08-20T20:25:42.6623964Z [00:02:21.348]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:42.6624380Z [00:02:21.348]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.6624687Z [00:02:21.348]➜  EOF
2025-08-20T20:25:42.6624948Z [00:02:21.348]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.6626648Z [00:02:21.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b055=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T20:25:42.6787965Z [00:02:21.365]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T20:25:42.6811223Z [00:02:21.367]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T20:25:42.6824716Z [00:02:21.369]➜  reflect
2025-08-20T20:25:42.6832507Z [00:02:21.369]➜  mkdir -p $WORK/b050/
2025-08-20T20:25:42.6843471Z [00:02:21.370]➜  echo -n > $WORK/b050/go_asm.h # internal
2025-08-20T20:25:42.6850895Z [00:02:21.371]➜  cd /root/.go/src/reflect
2025-08-20T20:25:42.6859755Z [00:02:21.372]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b050=>" -I $WORK/b050/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b050/symabis ./asm_arm64.s
2025-08-20T20:25:42.6863014Z [00:02:21.372]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:42.6865198Z [00:02:21.372]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x004.o -c gcc_fatalf.c
2025-08-20T20:25:42.6953199Z [00:02:21.381]➜  cat >/tmp/go-build1823208636/b050/importcfg << 'EOF' # internal
2025-08-20T20:25:42.6955029Z [00:02:21.382]➜  # import config
2025-08-20T20:25:42.6955944Z [00:02:21.382]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:42.6956818Z [00:02:21.382]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:42.6958324Z [00:02:21.382]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:42.6958871Z [00:02:21.382]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:42.6959354Z [00:02:21.382]➜  packagefile internal/itoa=/tmp/go-build1823208636/b043/_pkg_.a
2025-08-20T20:25:42.6959822Z [00:02:21.382]➜  packagefile internal/race=/tmp/go-build1823208636/b030/_pkg_.a
2025-08-20T20:25:42.6960334Z [00:02:21.382]➜  packagefile internal/runtime/maps=/tmp/go-build1823208636/b027/_pkg_.a
2025-08-20T20:25:42.6960891Z [00:02:21.382]➜  packagefile internal/runtime/sys=/tmp/go-build1823208636/b031/_pkg_.a
2025-08-20T20:25:42.6961417Z [00:02:21.382]➜  packagefile internal/unsafeheader=/tmp/go-build1823208636/b009/_pkg_.a
2025-08-20T20:25:42.6961886Z [00:02:21.382]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:25:42.6962295Z [00:02:21.382]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:42.6962712Z [00:02:21.382]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.6963152Z [00:02:21.382]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:42.6963567Z [00:02:21.382]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.6963984Z [00:02:21.382]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:42.6964426Z [00:02:21.382]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:42.6964756Z [00:02:21.382]➜  EOF
2025-08-20T20:25:42.6971103Z [00:02:21.383]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.6976696Z [00:02:21.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b050=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b050/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack -asmhdr $WORK/b050/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-20T20:25:42.7088852Z [00:02:21.395]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:42.7096350Z [00:02:21.395]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x005.o -c gcc_libinit.c
2025-08-20T20:25:42.7243641Z [00:02:21.410]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T20:25:42.7259696Z [00:02:21.412]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T20:25:42.7323073Z [00:02:21.418]➜  path
2025-08-20T20:25:42.7339987Z [00:02:21.418]➜  mkdir -p $WORK/b059/
2025-08-20T20:25:42.7340427Z [00:02:21.419]➜  cat >/tmp/go-build1823208636/b059/importcfg << 'EOF' # internal
2025-08-20T20:25:42.7340787Z [00:02:21.419]➜  # import config
2025-08-20T20:25:42.7341132Z [00:02:21.419]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:42.7341625Z [00:02:21.419]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:42.7342106Z [00:02:21.419]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:42.7342440Z [00:02:21.419]➜  EOF
2025-08-20T20:25:42.7342703Z [00:02:21.420]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.7349006Z [00:02:21.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b059=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T20:25:42.7613279Z [00:02:21.447]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:42.7614989Z [00:02:21.447]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x006.o -c gcc_linux_arm64.c
2025-08-20T20:25:42.7758439Z [00:02:21.462]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T20:25:42.7759188Z [00:02:21.462]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T20:25:42.7759752Z [00:02:21.462]➜  bytes
2025-08-20T20:25:42.7759984Z [00:02:21.462]➜  mkdir -p $WORK/b065/
2025-08-20T20:25:42.7760364Z [00:02:21.462]➜  cat >/tmp/go-build1823208636/b065/importcfg << 'EOF' # internal
2025-08-20T20:25:42.7760712Z [00:02:21.462]➜  # import config
2025-08-20T20:25:42.7761052Z [00:02:21.462]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:42.7761519Z [00:02:21.462]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:42.7761977Z [00:02:21.462]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:42.7762384Z [00:02:21.462]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:25:42.7762807Z [00:02:21.462]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:42.7763241Z [00:02:21.462]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:42.7763728Z [00:02:21.462]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:42.7764071Z [00:02:21.462]➜  EOF
2025-08-20T20:25:42.7764333Z [00:02:21.462]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.7766513Z [00:02:21.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b065=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T20:25:42.7911645Z [00:02:21.477]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:42.7916028Z [00:02:21.478]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x007.o -c gcc_mmap.c
2025-08-20T20:25:42.8131860Z [00:02:21.499]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x008.o -c gcc_setenv.c
2025-08-20T20:25:42.8533520Z [00:02:21.539]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x009.o -c gcc_sigaction.c
2025-08-20T20:25:42.8902983Z [00:02:21.576]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x010.o -c gcc_stack_unix.c
2025-08-20T20:25:42.9069207Z [00:02:21.593]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T20:25:42.9110818Z [00:02:21.597]➜  cd /root/.go/src/syscall
2025-08-20T20:25:42.9112843Z [00:02:21.597]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b042=>" -I $WORK/b042/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b042/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:25:42.9126018Z [00:02:21.599]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T20:25:42.9127335Z [00:02:21.599]➜  strings
2025-08-20T20:25:42.9136848Z [00:02:21.600]➜  mkdir -p $WORK/b072/
2025-08-20T20:25:42.9138067Z [00:02:21.600]➜  cat >/tmp/go-build1823208636/b072/importcfg << 'EOF' # internal
2025-08-20T20:25:42.9139194Z [00:02:21.600]➜  # import config
2025-08-20T20:25:42.9139553Z [00:02:21.600]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:42.9140004Z [00:02:21.600]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:25:42.9140484Z [00:02:21.600]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:42.9141020Z [00:02:21.600]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:25:42.9141479Z [00:02:21.600]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:42.9141883Z [00:02:21.600]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:25:42.9142305Z [00:02:21.600]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:42.9142729Z [00:02:21.600]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.9143159Z [00:02:21.600]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:42.9143599Z [00:02:21.600]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:42.9143931Z [00:02:21.600]➜  EOF
2025-08-20T20:25:42.9149061Z [00:02:21.601]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.9153396Z [00:02:21.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b072=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/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-20T20:25:42.9163211Z [00:02:21.602]➜  cd /root/.go/src/syscall
2025-08-20T20:25:42.9164819Z [00:02:21.603]➜  go tool pack r $WORK/b042/_pkg_.a $WORK/b042/asm_linux_arm64.o # internal
2025-08-20T20:25:42.9168767Z [00:02:21.603]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T20:25:42.9222371Z [00:02:21.608]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:42.9224137Z [00:02:21.608]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x011.o -c gcc_traceback.c
2025-08-20T20:25:42.9228083Z [00:02:21.609]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T20:25:42.9231022Z [00:02:21.609]➜  time
2025-08-20T20:25:42.9231794Z [00:02:21.609]➜  mkdir -p $WORK/b038/
2025-08-20T20:25:42.9235965Z [00:02:21.610]➜  cat >/tmp/go-build1823208636/b038/importcfg << 'EOF' # internal
2025-08-20T20:25:42.9236446Z [00:02:21.610]➜  # import config
2025-08-20T20:25:42.9237100Z [00:02:21.610]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:42.9238801Z [00:02:21.610]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:42.9239453Z [00:02:21.610]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:42.9240355Z [00:02:21.610]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:25:42.9241071Z [00:02:21.610]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:42.9241797Z [00:02:21.610]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:42.9242723Z [00:02:21.610]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:42.9243201Z [00:02:21.610]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:42.9243550Z [00:02:21.610]➜  EOF
2025-08-20T20:25:42.9243828Z [00:02:21.610]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:42.9246390Z [00:02:21.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b038=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/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-20T20:25:42.9421973Z [00:02:21.628]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:42.9423556Z [00:02:21.628]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x012.o -c gcc_util.c
2025-08-20T20:25:42.9643063Z [00:02:21.650]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x013.o -c linux_syscall.c
2025-08-20T20:25:43.0310297Z [00:02:21.717]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_x014.o -c gcc_arm64.S
2025-08-20T20:25:43.0515952Z [00:02:21.738]➜  cd $WORK/b207
2025-08-20T20:25:43.0521405Z [00:02:21.738]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -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/b207/_cgo_main.o -c _cgo_main.c
2025-08-20T20:25:43.0690514Z [00:02:21.755]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T20:25:43.0691627Z [00:02:21.755]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T20:25:43.0704194Z [00:02:21.757]➜  internal/syscall/unix
2025-08-20T20:25:43.0711290Z [00:02:21.757]➜  mkdir -p $WORK/b061/
2025-08-20T20:25:43.0722022Z [00:02:21.758]➜  cat >/tmp/go-build1823208636/b061/importcfg << 'EOF' # internal
2025-08-20T20:25:43.0722691Z [00:02:21.758]➜  # import config
2025-08-20T20:25:43.0723401Z [00:02:21.758]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:43.0724131Z [00:02:21.758]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:43.0724887Z [00:02:21.758]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:43.0725512Z [00:02:21.758]➜  EOF
2025-08-20T20:25:43.0742366Z [00:02:21.760]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:43.0758789Z [00:02:21.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b061=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T20:25:43.0867440Z [00:02:21.773]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -o $WORK/b207/_cgo_.o $WORK/b207/_cgo_main.o $WORK/b207/preferlinkext $WORK/b207/_x001.o $WORK/b207/_x002.o $WORK/b207/_x003.o $WORK/b207/_x004.o $WORK/b207/_x005.o $WORK/b207/_x006.o $WORK/b207/_x007.o $WORK/b207/_x008.o $WORK/b207/_x009.o $WORK/b207/_x010.o $WORK/b207/_x011.o $WORK/b207/_x012.o $WORK/b207/_x013.o $WORK/b207/_x014.o -O2 -g -lpthread
2025-08-20T20:25:43.1372255Z [00:02:21.823]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T20:25:43.1379000Z [00:02:21.824]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T20:25:43.1379649Z [00:02:21.824]➜  internal/syscall/execenv
2025-08-20T20:25:43.1379934Z [00:02:21.824]➜  mkdir -p $WORK/b062/
2025-08-20T20:25:43.1388774Z [00:02:21.825]➜  cat >/tmp/go-build1823208636/b062/importcfg << 'EOF' # internal
2025-08-20T20:25:43.1389570Z [00:02:21.825]➜  # import config
2025-08-20T20:25:43.1390100Z [00:02:21.825]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:43.1390649Z [00:02:21.825]➜  EOF
2025-08-20T20:25:43.1392728Z [00:02:21.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b062=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T20:25:43.1697444Z [00:02:21.856]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T20:25:43.1703393Z [00:02:21.856]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T20:25:43.1706272Z [00:02:21.857]➜  bufio
2025-08-20T20:25:43.1707787Z [00:02:21.857]➜  mkdir -p $WORK/b079/
2025-08-20T20:25:43.1713967Z [00:02:21.858]➜  cat >/tmp/go-build1823208636/b079/importcfg << 'EOF' # internal
2025-08-20T20:25:43.1715194Z [00:02:21.858]➜  # import config
2025-08-20T20:25:43.1716414Z [00:02:21.858]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:43.1717523Z [00:02:21.858]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.1718407Z [00:02:21.858]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.1719274Z [00:02:21.858]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:43.1720402Z [00:02:21.858]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:43.1720855Z [00:02:21.858]➜  EOF
2025-08-20T20:25:43.1722282Z [00:02:21.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b079=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T20:25:43.2333485Z [00:02:21.919]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T20:25:43.2426816Z [00:02:21.928]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T20:25:43.2450080Z [00:02:21.931]➜  context
2025-08-20T20:25:43.2478621Z [00:02:21.934]➜  mkdir -p $WORK/b003/
2025-08-20T20:25:43.2479672Z [00:02:21.934]➜  cat >/tmp/go-build1823208636/b003/importcfg << 'EOF' # internal
2025-08-20T20:25:43.2480928Z [00:02:21.934]➜  # import config
2025-08-20T20:25:43.2481336Z [00:02:21.934]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.2481822Z [00:02:21.934]➜  packagefile internal/reflectlite=/tmp/go-build1823208636/b005/_pkg_.a
2025-08-20T20:25:43.2482295Z [00:02:21.934]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:43.2482728Z [00:02:21.934]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:43.2483161Z [00:02:21.934]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:43.2483727Z [00:02:21.934]➜  EOF
2025-08-20T20:25:43.2485170Z [00:02:21.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b003=>" -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/b003/importcfg -pack /root/.go/src/context/context.go
2025-08-20T20:25:43.2544761Z [00:02:21.940]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T20:25:43.2562668Z [00:02:21.942]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T20:25:43.2571373Z [00:02:21.943]➜  io/fs
2025-08-20T20:25:43.2578743Z [00:02:21.944]➜  mkdir -p $WORK/b058/
2025-08-20T20:25:43.2589531Z [00:02:21.945]➜  cat >/tmp/go-build1823208636/b058/importcfg << 'EOF' # internal
2025-08-20T20:25:43.2591805Z [00:02:21.945]➜  # import config
2025-08-20T20:25:43.2593008Z [00:02:21.945]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.2593675Z [00:02:21.945]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:43.2594461Z [00:02:21.945]➜  packagefile internal/oserror=/tmp/go-build1823208636/b044/_pkg_.a
2025-08-20T20:25:43.2595143Z [00:02:21.945]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.2596552Z [00:02:21.945]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:43.2597731Z [00:02:21.945]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.2598444Z [00:02:21.945]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:43.2599040Z [00:02:21.945]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:43.2599601Z [00:02:21.945]➜  EOF
2025-08-20T20:25:43.2622249Z [00:02:21.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b058=>" -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/b058/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-20T20:25:43.3151704Z [00:02:22.001]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T20:25:43.3173297Z [00:02:22.003]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T20:25:43.3181803Z [00:02:22.004]➜  internal/poll
2025-08-20T20:25:43.3183326Z [00:02:22.004]➜  mkdir -p $WORK/b060/
2025-08-20T20:25:43.3191478Z [00:02:22.005]➜  cat >/tmp/go-build1823208636/b060/importcfg << 'EOF' # internal
2025-08-20T20:25:43.3192268Z [00:02:22.005]➜  # import config
2025-08-20T20:25:43.3192953Z [00:02:22.005]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.3193485Z [00:02:22.005]➜  packagefile internal/itoa=/tmp/go-build1823208636/b043/_pkg_.a
2025-08-20T20:25:43.3194005Z [00:02:22.005]➜  packagefile internal/syscall/unix=/tmp/go-build1823208636/b061/_pkg_.a
2025-08-20T20:25:43.3194471Z [00:02:22.005]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.3194886Z [00:02:22.005]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:43.3195322Z [00:02:22.005]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:43.3196027Z [00:02:22.005]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:43.3196475Z [00:02:22.005]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:43.3196893Z [00:02:22.005]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:43.3197199Z [00:02:22.005]➜  EOF
2025-08-20T20:25:43.3202066Z [00:02:22.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b060=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T20:25:43.3416563Z [00:02:22.028]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T20:25:43.3429653Z [00:02:22.029]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T20:25:43.3432818Z [00:02:22.029]➜  internal/filepathlite
2025-08-20T20:25:43.3433171Z [00:02:22.029]➜  mkdir -p $WORK/b057/
2025-08-20T20:25:43.3433608Z [00:02:22.029]➜  cat >/tmp/go-build1823208636/b057/importcfg << 'EOF' # internal
2025-08-20T20:25:43.3433958Z [00:02:22.029]➜  # import config
2025-08-20T20:25:43.3434299Z [00:02:22.029]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.3434785Z [00:02:22.029]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:43.3435304Z [00:02:22.029]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:25:43.3440626Z [00:02:22.029]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:43.3441093Z [00:02:22.029]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.3441609Z [00:02:22.029]➜  EOF
2025-08-20T20:25:43.3444299Z [00:02:22.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b057=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/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-20T20:25:43.3576603Z [00:02:22.044]➜  cd /root/.go/src/reflect
2025-08-20T20:25:43.3578497Z [00:02:22.044]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b050=>" -I $WORK/b050/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b050/asm_arm64.o ./asm_arm64.s
2025-08-20T20:25:43.3655491Z [00:02:22.052]➜  go tool pack r $WORK/b050/_pkg_.a $WORK/b050/asm_arm64.o # internal
2025-08-20T20:25:43.3657092Z [00:02:22.052]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T20:25:43.3693685Z [00:02:22.055]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T20:25:43.3703760Z [00:02:22.056]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T20:25:43.3704678Z [00:02:22.056]➜  golang.org/x/text/transform
2025-08-20T20:25:43.3706068Z [00:02:22.056]➜  mkdir -p $WORK/b081/
2025-08-20T20:25:43.3706469Z [00:02:22.056]➜  cat >/tmp/go-build1823208636/b081/importcfg << 'EOF' # internal
2025-08-20T20:25:43.3706850Z [00:02:22.056]➜  # import config
2025-08-20T20:25:43.3707230Z [00:02:22.056]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:43.3707651Z [00:02:22.056]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.3708063Z [00:02:22.056]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.3708498Z [00:02:22.056]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:43.3709187Z [00:02:22.056]➜  EOF
2025-08-20T20:25:43.3709457Z [00:02:22.056]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:43.3711289Z [00:02:22.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/transform=>golang.org/x/text@v0.28.0/transform;$WORK/b081=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid bU7HlCnoBOl_75DwCFU_/bU7HlCnoBOl_75DwCFU_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/transform/transform.go
2025-08-20T20:25:43.3747777Z [00:02:22.061]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T20:25:43.3779418Z [00:02:22.064]➜  internal/fmtsort
2025-08-20T20:25:43.3780763Z [00:02:22.064]➜  mkdir -p $WORK/b049/
2025-08-20T20:25:43.3783124Z [00:02:22.064]➜  cat >/tmp/go-build1823208636/b049/importcfg << 'EOF' # internal
2025-08-20T20:25:43.3783866Z [00:02:22.064]➜  # import config
2025-08-20T20:25:43.3784323Z [00:02:22.064]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:43.3786784Z [00:02:22.064]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:43.3787641Z [00:02:22.064]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.3788156Z [00:02:22.064]➜  EOF
2025-08-20T20:25:43.3789912Z [00:02:22.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b049=>" -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/b049/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T20:25:43.4073707Z [00:02:22.093]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T20:25:43.4081130Z [00:02:22.094]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/2e/2e4d6b02b9939904d45a00b2b23c0bb1afc55861c93ee6b578e6d49ac8f90e5a-d # internal
2025-08-20T20:25:43.4083427Z [00:02:22.094]➜  encoding/binary
2025-08-20T20:25:43.4084423Z [00:02:22.095]➜  mkdir -p $WORK/b070/
2025-08-20T20:25:43.4089187Z [00:02:22.095]➜  cat >/tmp/go-build1823208636/b070/importcfg << 'EOF' # internal
2025-08-20T20:25:43.4089563Z [00:02:22.095]➜  # import config
2025-08-20T20:25:43.4089900Z [00:02:22.095]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.4090630Z [00:02:22.095]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.4091107Z [00:02:22.095]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:43.4091529Z [00:02:22.095]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:43.4091951Z [00:02:22.095]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.4092362Z [00:02:22.095]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:43.4092690Z [00:02:22.095]➜  EOF
2025-08-20T20:25:43.4095247Z [00:02:22.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b070=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/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-20T20:25:43.4389690Z [00:02:22.125]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T20:25:43.4397306Z [00:02:22.126]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T20:25:43.4399122Z [00:02:22.126]➜  golang.org/x/text/width
2025-08-20T20:25:43.4399581Z [00:02:22.126]➜  mkdir -p $WORK/b080/
2025-08-20T20:25:43.4404041Z [00:02:22.126]➜  cat >/tmp/go-build1823208636/b080/importcfg << 'EOF' # internal
2025-08-20T20:25:43.4404992Z [00:02:22.126]➜  # import config
2025-08-20T20:25:43.4406092Z [00:02:22.126]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:43.4407109Z [00:02:22.126]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:43.4407650Z [00:02:22.126]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:43.4407990Z [00:02:22.126]➜  EOF
2025-08-20T20:25:43.4410599Z [00:02:22.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/width=>golang.org/x/text@v0.28.0/width;$WORK/b080=>" -p golang.org/x/text/width -lang=go1.23 -complete -installsuffix shared -buildid hWvZc2o_k-ce6Jgnz7fN/hWvZc2o_k-ce6Jgnz7fN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/kind_string.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/transform.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/trieval.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/width/width.go
2025-08-20T20:25:43.4518418Z [00:02:22.138]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T20:25:43.4540465Z [00:02:22.140]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T20:25:43.4547245Z [00:02:22.141]➜  os
2025-08-20T20:25:43.4549414Z [00:02:22.141]➜  mkdir -p $WORK/b056/
2025-08-20T20:25:43.4553234Z [00:02:22.141]➜  cat >/tmp/go-build1823208636/b056/importcfg << 'EOF' # internal
2025-08-20T20:25:43.4554116Z [00:02:22.141]➜  # import config
2025-08-20T20:25:43.4554801Z [00:02:22.141]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.4556946Z [00:02:22.141]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:43.4557475Z [00:02:22.141]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:43.4558034Z [00:02:22.141]➜  packagefile internal/filepathlite=/tmp/go-build1823208636/b057/_pkg_.a
2025-08-20T20:25:43.4558541Z [00:02:22.141]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:25:43.4559016Z [00:02:22.141]➜  packagefile internal/itoa=/tmp/go-build1823208636/b043/_pkg_.a
2025-08-20T20:25:43.4559486Z [00:02:22.141]➜  packagefile internal/poll=/tmp/go-build1823208636/b060/_pkg_.a
2025-08-20T20:25:43.4560262Z [00:02:22.141]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:25:43.4560870Z [00:02:22.141]➜  packagefile internal/syscall/execenv=/tmp/go-build1823208636/b062/_pkg_.a
2025-08-20T20:25:43.4561410Z [00:02:22.141]➜  packagefile internal/syscall/unix=/tmp/go-build1823208636/b061/_pkg_.a
2025-08-20T20:25:43.4561916Z [00:02:22.141]➜  packagefile internal/testlog=/tmp/go-build1823208636/b063/_pkg_.a
2025-08-20T20:25:43.4562356Z [00:02:22.141]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.4562768Z [00:02:22.141]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:43.4563187Z [00:02:22.141]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:43.4563605Z [00:02:22.141]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.4564075Z [00:02:22.141]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:43.4564500Z [00:02:22.141]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:43.4564951Z [00:02:22.141]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:43.4565364Z [00:02:22.141]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:43.4567984Z [00:02:22.141]➜  EOF
2025-08-20T20:25:43.4573431Z [00:02:22.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b056=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/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-20T20:25:43.5056849Z [00:02:22.191]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T20:25:43.5067458Z [00:02:22.192]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/1a/1ac4dc8ee83aa038579e325cbc8a61a33372ba283f747761cad847d740568ce1-d # internal
2025-08-20T20:25:43.5068037Z [00:02:22.192]➜  regexp/syntax
2025-08-20T20:25:43.5068288Z [00:02:22.192]➜  mkdir -p $WORK/b083/
2025-08-20T20:25:43.5068664Z [00:02:22.192]➜  cat >/tmp/go-build1823208636/b083/importcfg << 'EOF' # internal
2025-08-20T20:25:43.5069009Z [00:02:22.192]➜  # import config
2025-08-20T20:25:43.5069341Z [00:02:22.192]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.5069781Z [00:02:22.192]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:43.5070202Z [00:02:22.192]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:43.5070631Z [00:02:22.192]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:43.5071051Z [00:02:22.192]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:43.5071467Z [00:02:22.192]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:43.5072292Z [00:02:22.192]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:43.5072706Z [00:02:22.192]➜  EOF
2025-08-20T20:25:43.5075207Z [00:02:22.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b083=>" -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/b083/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-20T20:25:43.5623350Z [00:02:22.248]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -o $WORK/b207/_cgo_.o $WORK/b207/_cgo_main.o $WORK/b207/preferlinkext $WORK/b207/_x001.o $WORK/b207/_x002.o $WORK/b207/_x003.o $WORK/b207/_x004.o $WORK/b207/_x005.o $WORK/b207/_x006.o $WORK/b207/_x007.o $WORK/b207/_x008.o $WORK/b207/_x009.o $WORK/b207/_x010.o $WORK/b207/_x011.o $WORK/b207/_x012.o $WORK/b207/_x013.o $WORK/b207/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T20:25:43.5626381Z [00:02:22.249]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b207/_cgo_.o -dynout $WORK/b207/_cgo_import.go -dynlinker
2025-08-20T20:25:43.5684690Z [00:02:22.254]➜  echo -n > $WORK/b207/go_asm.h # internal
2025-08-20T20:25:43.5685923Z [00:02:22.254]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:43.5687038Z [00:02:22.254]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b207=>" -I $WORK/b207/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b207/symabis ./asm_arm64.s
2025-08-20T20:25:43.5711642Z [00:02:22.257]➜  cat >/tmp/go-build1823208636/b207/importcfg << 'EOF' # internal
2025-08-20T20:25:43.5713586Z [00:02:22.257]➜  # import config
2025-08-20T20:25:43.5714720Z [00:02:22.258]➜  packagefile internal/runtime/sys=/tmp/go-build1823208636/b031/_pkg_.a
2025-08-20T20:25:43.5715276Z [00:02:22.258]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:43.5717384Z [00:02:22.258]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:43.5717770Z [00:02:22.258]➜  EOF
2025-08-20T20:25:43.5718388Z [00:02:22.258]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:43.5721355Z [00:02:22.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b207=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b207/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack -asmhdr $WORK/b207/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/b207/_cgo_gotypes.go $WORK/b207/cgo.cgo1.go $WORK/b207/_cgo_import.go
2025-08-20T20:25:43.5741793Z [00:02:22.260]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T20:25:43.5802887Z [00:02:22.266]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T20:25:43.5813473Z [00:02:22.267]➜  golang.org/x/sys/unix
2025-08-20T20:25:43.5814380Z [00:02:22.267]➜  mkdir -p $WORK/b069/
2025-08-20T20:25:43.5816710Z [00:02:22.268]➜  echo -n > $WORK/b069/go_asm.h # internal
2025-08-20T20:25:43.5818212Z [00:02:22.268]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T20:25:43.5824052Z [00:02:22.268]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b069=>" -I $WORK/b069/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b069/symabis ./asm_linux_arm64.s
2025-08-20T20:25:43.5918468Z [00:02:22.278]➜  cat >/tmp/go-build1823208636/b069/importcfg << 'EOF' # internal
2025-08-20T20:25:43.5919476Z [00:02:22.278]➜  # import config
2025-08-20T20:25:43.5920382Z [00:02:22.278]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:43.5921349Z [00:02:22.278]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:43.5921904Z [00:02:22.278]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:43.5922370Z [00:02:22.278]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:43.5922796Z [00:02:22.278]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.5923238Z [00:02:22.278]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:43.5923660Z [00:02:22.278]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:43.5924085Z [00:02:22.278]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:43.5924503Z [00:02:22.278]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:43.5924918Z [00:02:22.278]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:43.5925965Z [00:02:22.278]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:43.5926270Z [00:02:22.278]➜  EOF
2025-08-20T20:25:43.5926537Z [00:02:22.278]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:43.5937622Z [00:02:22.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b069=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid aFG0iYWlth8bQMP2Jg1c/aFG0iYWlth8bQMP2Jg1c -goversion go1.25.0 -symabis $WORK/b069/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack -asmhdr $WORK/b069/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux_arm64.go
2025-08-20T20:25:43.6732911Z [00:02:22.359]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b207/abi_GOARCH.h
2025-08-20T20:25:43.6735830Z [00:02:22.360]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:43.6738882Z [00:02:22.360]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b207=>" -I $WORK/b207/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b207/asm_arm64.o ./asm_arm64.s
2025-08-20T20:25:43.6882518Z [00:02:22.374]➜  go tool pack r $WORK/b207/_pkg_.a $WORK/b207/asm_arm64.o $WORK/b207/preferlinkext $WORK/b207/_x001.o $WORK/b207/_x002.o $WORK/b207/_x003.o $WORK/b207/_x004.o $WORK/b207/_x005.o $WORK/b207/_x006.o $WORK/b207/_x007.o $WORK/b207/_x008.o $WORK/b207/_x009.o $WORK/b207/_x010.o $WORK/b207/_x011.o $WORK/b207/_x012.o $WORK/b207/_x013.o $WORK/b207/_x014.o # internal
2025-08-20T20:25:43.6885210Z [00:02:22.375]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T20:25:43.6926424Z [00:02:22.379]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T20:25:43.6939498Z [00:02:22.380]➜  encoding/base64
2025-08-20T20:25:43.6942990Z [00:02:22.380]➜  mkdir -p $WORK/b087/
2025-08-20T20:25:43.6943799Z [00:02:22.381]➜  cat >/tmp/go-build1823208636/b087/importcfg << 'EOF' # internal
2025-08-20T20:25:43.6944212Z [00:02:22.381]➜  # import config
2025-08-20T20:25:43.6948435Z [00:02:22.381]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:43.6948897Z [00:02:22.381]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.6949316Z [00:02:22.381]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.6949743Z [00:02:22.381]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:43.6950081Z [00:02:22.381]➜  EOF
2025-08-20T20:25:43.6950345Z [00:02:22.381]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:43.6951913Z [00:02:22.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b087=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T20:25:43.7601860Z [00:02:22.446]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T20:25:43.7630634Z [00:02:22.448]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T20:25:43.7638371Z [00:02:22.449]➜  regexp
2025-08-20T20:25:43.7638686Z [00:02:22.449]➜  mkdir -p $WORK/b082/
2025-08-20T20:25:43.7639070Z [00:02:22.449]➜  cat >/tmp/go-build1823208636/b082/importcfg << 'EOF' # internal
2025-08-20T20:25:43.7641759Z [00:02:22.449]➜  # import config
2025-08-20T20:25:43.7642909Z [00:02:22.449]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:43.7643332Z [00:02:22.449]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.7643768Z [00:02:22.449]➜  packagefile regexp/syntax=/tmp/go-build1823208636/b083/_pkg_.a
2025-08-20T20:25:43.7644216Z [00:02:22.449]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.7644962Z [00:02:22.449]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:43.7645466Z [00:02:22.450]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:43.7646059Z [00:02:22.450]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:43.7646480Z [00:02:22.450]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:43.7646929Z [00:02:22.450]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:43.7647281Z [00:02:22.450]➜  EOF
2025-08-20T20:25:43.7648947Z [00:02:22.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b082=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/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-20T20:25:43.7696315Z [00:02:22.455]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T20:25:43.7697068Z [00:02:22.456]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T20:25:43.7697603Z [00:02:22.456]➜  hash
2025-08-20T20:25:43.7697861Z [00:02:22.456]➜  mkdir -p $WORK/b109/
2025-08-20T20:25:43.7710018Z [00:02:22.457]➜  cat >/tmp/go-build1823208636/b109/importcfg << 'EOF' # internal
2025-08-20T20:25:43.7716092Z [00:02:22.457]➜  # import config
2025-08-20T20:25:43.7716442Z [00:02:22.457]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.7716747Z [00:02:22.457]➜  EOF
2025-08-20T20:25:43.7718067Z [00:02:22.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b109=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T20:25:43.7917172Z [00:02:22.478]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T20:25:43.7923883Z [00:02:22.478]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T20:25:43.7924865Z [00:02:22.478]➜  crypto
2025-08-20T20:25:43.7925842Z [00:02:22.479]➜  mkdir -p $WORK/b108/
2025-08-20T20:25:43.7951913Z [00:02:22.481]➜  cat >/tmp/go-build1823208636/b108/importcfg << 'EOF' # internal
2025-08-20T20:25:43.7952682Z [00:02:22.481]➜  # import config
2025-08-20T20:25:43.7953521Z [00:02:22.481]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:43.7954113Z [00:02:22.481]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.7955781Z [00:02:22.481]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:43.7956164Z [00:02:22.481]➜  EOF
2025-08-20T20:25:43.7957555Z [00:02:22.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b108=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T20:25:43.8151000Z [00:02:22.501]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T20:25:43.8167151Z [00:02:22.503]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T20:25:43.8170057Z [00:02:22.503]➜  crypto/internal/fips140deps/godebug
2025-08-20T20:25:43.8170376Z [00:02:22.503]➜  mkdir -p $WORK/b114/
2025-08-20T20:25:43.8172207Z [00:02:22.503]➜  cat >/tmp/go-build1823208636/b114/importcfg << 'EOF' # internal
2025-08-20T20:25:43.8172557Z [00:02:22.503]➜  # import config
2025-08-20T20:25:43.8172932Z [00:02:22.503]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:43.8175279Z [00:02:22.503]➜  EOF
2025-08-20T20:25:43.8193886Z [00:02:22.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b114=>" -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/b114/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T20:25:43.8322466Z [00:02:22.518]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T20:25:43.8369591Z [00:02:22.523]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T20:25:43.8374372Z [00:02:22.523]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T20:25:43.8378866Z [00:02:22.524]➜  crypto/internal/fips140
2025-08-20T20:25:43.8379225Z [00:02:22.524]➜  mkdir -p $WORK/b113/
2025-08-20T20:25:43.8379607Z [00:02:22.524]➜  cat >/tmp/go-build1823208636/b113/importcfg << 'EOF' # internal
2025-08-20T20:25:43.8379953Z [00:02:22.524]➜  # import config
2025-08-20T20:25:43.8380406Z [00:02:22.524]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1823208636/b114/_pkg_.a
2025-08-20T20:25:43.8380925Z [00:02:22.524]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.8381339Z [00:02:22.524]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:43.8382234Z [00:02:22.524]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:43.8382661Z [00:02:22.524]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:43.8382974Z [00:02:22.524]➜  EOF
2025-08-20T20:25:43.8385383Z [00:02:22.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b113=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/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-20T20:25:43.8406924Z [00:02:22.525]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T20:25:43.8407514Z [00:02:22.525]➜  fmt
2025-08-20T20:25:43.8407742Z [00:02:22.525]➜  mkdir -p $WORK/b048/
2025-08-20T20:25:43.8408116Z [00:02:22.526]➜  cat >/tmp/go-build1823208636/b048/importcfg << 'EOF' # internal
2025-08-20T20:25:43.8408456Z [00:02:22.526]➜  # import config
2025-08-20T20:25:43.8408795Z [00:02:22.526]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.8409263Z [00:02:22.526]➜  packagefile internal/fmtsort=/tmp/go-build1823208636/b049/_pkg_.a
2025-08-20T20:25:43.8409706Z [00:02:22.526]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.8410110Z [00:02:22.526]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:43.8410512Z [00:02:22.526]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:43.8410924Z [00:02:22.526]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:43.8411355Z [00:02:22.526]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.8411779Z [00:02:22.526]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:43.8412195Z [00:02:22.526]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:43.8412630Z [00:02:22.526]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:43.8412962Z [00:02:22.526]➜  EOF
2025-08-20T20:25:43.8415005Z [00:02:22.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b048=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/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-20T20:25:43.8620494Z [00:02:22.548]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T20:25:43.8639211Z [00:02:22.548]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T20:25:43.8639820Z [00:02:22.550]➜  path/filepath
2025-08-20T20:25:43.8640078Z [00:02:22.550]➜  mkdir -p $WORK/b076/
2025-08-20T20:25:43.8640455Z [00:02:22.550]➜  cat >/tmp/go-build1823208636/b076/importcfg << 'EOF' # internal
2025-08-20T20:25:43.8640804Z [00:02:22.550]➜  # import config
2025-08-20T20:25:43.8641176Z [00:02:22.550]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.8641640Z [00:02:22.550]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:43.8642155Z [00:02:22.550]➜  packagefile internal/filepathlite=/tmp/go-build1823208636/b057/_pkg_.a
2025-08-20T20:25:43.8642629Z [00:02:22.550]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:43.8643034Z [00:02:22.550]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:43.8643933Z [00:02:22.550]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:43.8644360Z [00:02:22.550]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:43.8644782Z [00:02:22.550]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:43.8645199Z [00:02:22.550]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:43.8645889Z [00:02:22.550]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:43.8646285Z [00:02:22.550]➜  EOF
2025-08-20T20:25:43.8648381Z [00:02:22.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b076=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/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-20T20:25:43.9380597Z [00:02:22.624]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T20:25:43.9388898Z [00:02:22.625]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T20:25:43.9393772Z [00:02:22.626]➜  os/exec
2025-08-20T20:25:43.9395741Z [00:02:22.626]➜  mkdir -p $WORK/b098/
2025-08-20T20:25:43.9396270Z [00:02:22.626]➜  cat >/tmp/go-build1823208636/b098/importcfg << 'EOF' # internal
2025-08-20T20:25:43.9396629Z [00:02:22.626]➜  # import config
2025-08-20T20:25:43.9396970Z [00:02:22.626]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:43.9397399Z [00:02:22.626]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:43.9397822Z [00:02:22.626]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:43.9398278Z [00:02:22.626]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:43.9398817Z [00:02:22.626]➜  packagefile internal/syscall/execenv=/tmp/go-build1823208636/b062/_pkg_.a
2025-08-20T20:25:43.9399351Z [00:02:22.626]➜  packagefile internal/syscall/unix=/tmp/go-build1823208636/b061/_pkg_.a
2025-08-20T20:25:43.9399812Z [00:02:22.626]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:43.9400214Z [00:02:22.626]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:43.9400966Z [00:02:22.626]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:43.9401477Z [00:02:22.626]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:43.9401928Z [00:02:22.626]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:43.9402352Z [00:02:22.626]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:43.9402776Z [00:02:22.626]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:43.9403215Z [00:02:22.626]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:43.9403632Z [00:02:22.626]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:43.9403939Z [00:02:22.626]➜  EOF
2025-08-20T20:25:43.9405684Z [00:02:22.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b098=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/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-20T20:25:43.9578827Z [00:02:22.644]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T20:25:43.9670404Z [00:02:22.653]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T20:25:43.9706031Z [00:02:22.656]➜  crypto/internal/impl
2025-08-20T20:25:43.9706843Z [00:02:22.656]➜  mkdir -p $WORK/b121/
2025-08-20T20:25:43.9707238Z [00:02:22.656]➜  cat >/tmp/go-build1823208636/b121/importcfg << 'EOF' # internal
2025-08-20T20:25:43.9707586Z [00:02:22.656]➜  # import config
2025-08-20T20:25:43.9707930Z [00:02:22.656]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:43.9708250Z [00:02:22.656]➜  EOF
2025-08-20T20:25:43.9709834Z [00:02:22.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b121=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T20:25:43.9968763Z [00:02:22.682]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T20:25:43.9987164Z [00:02:22.684]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T20:25:43.9989179Z [00:02:22.685]➜  crypto/internal/fips140/sha256
2025-08-20T20:25:43.9990232Z [00:02:22.685]➜  mkdir -p $WORK/b118/
2025-08-20T20:25:43.9991987Z [00:02:22.685]➜  echo -n > $WORK/b118/go_asm.h # internal
2025-08-20T20:25:43.9993444Z [00:02:22.685]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:25:43.9995343Z [00:02:22.685]➜  /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/b118=>" -I $WORK/b118/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b118/symabis ./sha256block_arm64.s
2025-08-20T20:25:44.0113745Z [00:02:22.697]➜  cat >/tmp/go-build1823208636/b118/importcfg << 'EOF' # internal
2025-08-20T20:25:44.0115444Z [00:02:22.698]➜  # import config
2025-08-20T20:25:44.0116361Z [00:02:22.698]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.0117480Z [00:02:22.698]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:44.0118184Z [00:02:22.698]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:44.0118818Z [00:02:22.698]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1823208636/b120/_pkg_.a
2025-08-20T20:25:44.0119380Z [00:02:22.698]➜  packagefile crypto/internal/impl=/tmp/go-build1823208636/b121/_pkg_.a
2025-08-20T20:25:44.0120273Z [00:02:22.698]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.0120774Z [00:02:22.698]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:44.0121208Z [00:02:22.698]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:44.0121529Z [00:02:22.698]➜  EOF
2025-08-20T20:25:44.0129265Z [00:02:22.699]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:44.0133417Z [00:02:22.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b118=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b118/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack -asmhdr $WORK/b118/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-20T20:25:44.0563837Z [00:02:22.742]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T20:25:44.0607643Z [00:02:22.746]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T20:25:44.0608501Z [00:02:22.747]➜  github.com/cli/safeexec
2025-08-20T20:25:44.0608789Z [00:02:22.747]➜  mkdir -p $WORK/b097/
2025-08-20T20:25:44.0609525Z [00:02:22.747]➜  cat >/tmp/go-build1823208636/b097/importcfg << 'EOF' # internal
2025-08-20T20:25:44.0609874Z [00:02:22.747]➜  # import config
2025-08-20T20:25:44.0610216Z [00:02:22.747]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.0610645Z [00:02:22.747]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:44.0610961Z [00:02:22.747]➜  EOF
2025-08-20T20:25:44.0612669Z [00:02:22.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/safeexec@v1.0.1=>github.com/cli/safeexec@v1.0.1;$WORK/b097=>" -p github.com/cli/safeexec -lang=go1.15 -complete -installsuffix shared -buildid dYCUIs5LWVBSHPnG6MgZ/dYCUIs5LWVBSHPnG6MgZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/go/pkg/mod/github.com/cli/safeexec@v1.0.1/lookpath.go
2025-08-20T20:25:44.0770233Z [00:02:22.763]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T20:25:44.0777859Z [00:02:22.764]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/f6/f65aeea4efce9253bf827af6a58c3e3ab143c9bc7fccd261542bdef0fce3151a-d # internal
2025-08-20T20:25:44.0778480Z [00:02:22.764]➜  crypto/internal/fips140/sha3
2025-08-20T20:25:44.0778771Z [00:02:22.764]➜  mkdir -p $WORK/b122/
2025-08-20T20:25:44.0779075Z [00:02:22.764]➜  echo -n > $WORK/b122/go_asm.h # internal
2025-08-20T20:25:44.0779428Z [00:02:22.764]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:25:44.0780709Z [00:02:22.764]➜  /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/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b122/symabis ./sha3_arm64.s
2025-08-20T20:25:44.0807247Z [00:02:22.766]➜  cat >/tmp/go-build1823208636/b122/importcfg << 'EOF' # internal
2025-08-20T20:25:44.0807860Z [00:02:22.766]➜  # import config
2025-08-20T20:25:44.0808364Z [00:02:22.766]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.0809048Z [00:02:22.766]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:44.0809747Z [00:02:22.767]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:44.0810492Z [00:02:22.767]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:44.0811649Z [00:02:22.767]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1823208636/b120/_pkg_.a
2025-08-20T20:25:44.0812386Z [00:02:22.767]➜  packagefile crypto/internal/impl=/tmp/go-build1823208636/b121/_pkg_.a
2025-08-20T20:25:44.0813037Z [00:02:22.767]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.0813658Z [00:02:22.767]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:44.0814241Z [00:02:22.767]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:44.0814710Z [00:02:22.767]➜  EOF
2025-08-20T20:25:44.0815130Z [00:02:22.767]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:44.0818532Z [00:02:22.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b122=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b122/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack -asmhdr $WORK/b122/go_asm.h /root/.go/src/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-20T20:25:44.0922562Z [00:02:22.778]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T20:25:44.0971490Z [00:02:22.783]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T20:25:44.0972099Z [00:02:22.783]➜  net/url
2025-08-20T20:25:44.0979262Z [00:02:22.783]➜  mkdir -p $WORK/b075/
2025-08-20T20:25:44.0984913Z [00:02:22.784]➜  cat >/tmp/go-build1823208636/b075/importcfg << 'EOF' # internal
2025-08-20T20:25:44.0988699Z [00:02:22.784]➜  # import config
2025-08-20T20:25:44.0989462Z [00:02:22.784]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.0990416Z [00:02:22.784]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.0991310Z [00:02:22.784]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:44.0991770Z [00:02:22.784]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:44.0992194Z [00:02:22.784]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:44.0992622Z [00:02:22.784]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:44.0993081Z [00:02:22.784]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.0993396Z [00:02:22.784]➜  EOF
2025-08-20T20:25:44.0994742Z [00:02:22.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b075=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T20:25:44.1631162Z [00:02:22.849]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:25:44.1632583Z [00:02:22.849]➜  /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/b118=>" -I $WORK/b118/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b118/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T20:25:44.1662008Z [00:02:22.852]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:25:44.1663798Z [00:02:22.852]➜  /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/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b122/sha3_arm64.o ./sha3_arm64.s
2025-08-20T20:25:44.1707201Z [00:02:22.857]➜  go tool pack r $WORK/b122/_pkg_.a $WORK/b122/sha3_arm64.o # internal
2025-08-20T20:25:44.1716855Z [00:02:22.858]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T20:25:44.1725199Z [00:02:22.859]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:25:44.1733175Z [00:02:22.859]➜  go tool pack r $WORK/b118/_pkg_.a $WORK/b118/sha256block_arm64.o # internal
2025-08-20T20:25:44.1741618Z [00:02:22.860]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T20:25:44.1755785Z [00:02:22.862]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T20:25:44.1769962Z [00:02:22.863]➜  text/template/parse
2025-08-20T20:25:44.1780788Z [00:02:22.864]➜  mkdir -p $WORK/b077/
2025-08-20T20:25:44.1791283Z [00:02:22.865]➜  cat >/tmp/go-build1823208636/b077/importcfg << 'EOF' # internal
2025-08-20T20:25:44.1792022Z [00:02:22.865]➜  # import config
2025-08-20T20:25:44.1792881Z [00:02:22.865]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.1793386Z [00:02:22.865]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.1793809Z [00:02:22.865]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:44.1794241Z [00:02:22.865]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:44.1794670Z [00:02:22.865]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.1795093Z [00:02:22.865]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:44.1795710Z [00:02:22.865]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:44.1796470Z [00:02:22.865]➜  EOF
2025-08-20T20:25:44.1800729Z [00:02:22.866]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T20:25:44.1806516Z [00:02:22.867]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:44.1813258Z [00:02:22.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b077=>" -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/b077/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-20T20:25:44.1839407Z [00:02:22.870]➜  github.com/AlecAivazis/survey/v2/terminal
2025-08-20T20:25:44.1847232Z [00:02:22.871]➜  mkdir -p $WORK/b078/
2025-08-20T20:25:44.1853021Z [00:02:22.871]➜  cat >/tmp/go-build1823208636/b078/importcfg << 'EOF' # internal
2025-08-20T20:25:44.1853404Z [00:02:22.871]➜  # import config
2025-08-20T20:25:44.1853750Z [00:02:22.871]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:44.1854171Z [00:02:22.871]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.1854593Z [00:02:22.871]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.1855029Z [00:02:22.871]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.1855509Z [00:02:22.871]➜  packagefile golang.org/x/text/width=/tmp/go-build1823208636/b080/_pkg_.a
2025-08-20T20:25:44.1856344Z [00:02:22.871]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:44.1856760Z [00:02:22.871]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:44.1857188Z [00:02:22.871]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:44.1857627Z [00:02:22.871]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:44.1858048Z [00:02:22.871]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:44.1858362Z [00:02:22.871]➜  EOF
2025-08-20T20:25:44.1864808Z [00:02:22.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal=>github.com/AlecAivazis/survey/v2@v2.3.7/terminal;$WORK/b078=>" -p github.com/AlecAivazis/survey/v2/terminal -lang=go1.13 -complete -installsuffix shared -buildid oDUVlHir-X_YHpmXVT3y/oDUVlHir-X_YHpmXVT3y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/buffered_reader.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/cursor.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/display.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/display_posix.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/error.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/output.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/runereader.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/runereader_linux.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/runereader_posix.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/sequences.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/stdio.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/terminal/terminal.go
2025-08-20T20:25:44.1896654Z [00:02:22.875]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T20:25:44.1902055Z [00:02:22.876]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T20:25:44.1909885Z [00:02:22.877]➜  encoding/json
2025-08-20T20:25:44.1910971Z [00:02:22.877]➜  mkdir -p $WORK/b085/
2025-08-20T20:25:44.1913734Z [00:02:22.877]➜  cat >/tmp/go-build1823208636/b085/importcfg << 'EOF' # internal
2025-08-20T20:25:44.1914114Z [00:02:22.877]➜  # import config
2025-08-20T20:25:44.1914573Z [00:02:22.877]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.1915040Z [00:02:22.877]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:44.1915464Z [00:02:22.877]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:44.1916079Z [00:02:22.877]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:44.1916532Z [00:02:22.877]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.1916945Z [00:02:22.877]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.1917342Z [00:02:22.877]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:44.1917743Z [00:02:22.877]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:44.1918169Z [00:02:22.877]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:44.1918588Z [00:02:22.877]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:44.1919009Z [00:02:22.877]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:44.1919433Z [00:02:22.877]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.1919853Z [00:02:22.877]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:44.1920278Z [00:02:22.877]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:44.1920721Z [00:02:22.877]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:25:44.1921182Z [00:02:22.877]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:44.1921513Z [00:02:22.877]➜  EOF
2025-08-20T20:25:44.1924316Z [00:02:22.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b085=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/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-20T20:25:44.2711577Z [00:02:22.957]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T20:25:44.2716205Z [00:02:22.957]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b069=>" -I $WORK/b069/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b069/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:25:44.2800267Z [00:02:22.965]➜  go tool pack r $WORK/b069/_pkg_.a $WORK/b069/asm_linux_arm64.o # internal
2025-08-20T20:25:44.2800949Z [00:02:22.965]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T20:25:44.2884869Z [00:02:22.974]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T20:25:44.2896413Z [00:02:22.976]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/a8/a8f12e49777d08c896e61872138dfa2e541f29ef3e3e15c506d22fb19980c0f3-d # internal
2025-08-20T20:25:44.2920106Z [00:02:22.978]➜  github.com/cli/cli/v2/pkg/option
2025-08-20T20:25:44.2922931Z [00:02:22.978]➜  mkdir -p $WORK/b090/
2025-08-20T20:25:44.2925130Z [00:02:22.978]➜  cat >/tmp/go-build1823208636/b090/importcfg << 'EOF' # internal
2025-08-20T20:25:44.2927051Z [00:02:22.978]➜  # import config
2025-08-20T20:25:44.2927403Z [00:02:22.978]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.2927712Z [00:02:22.978]➜  EOF
2025-08-20T20:25:44.2927977Z [00:02:22.979]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:44.2957908Z [00:02:22.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/option=>github.com/cli/cli/v2/pkg/option;$WORK/b090=>" -p github.com/cli/cli/v2/pkg/option -lang=go1.24 -complete -installsuffix shared -buildid S6THucxxOm3A9MWWS4Su/S6THucxxOm3A9MWWS4Su -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/option/option.go
2025-08-20T20:25:44.3044162Z [00:02:22.990]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d # internal
2025-08-20T20:25:44.3057358Z [00:02:22.992]➜  github.com/mattn/go-isatty
2025-08-20T20:25:44.3057897Z [00:02:22.992]➜  mkdir -p $WORK/b068/
2025-08-20T20:25:44.3076344Z [00:02:22.994]➜  cat >/tmp/go-build1823208636/b068/importcfg << 'EOF' # internal
2025-08-20T20:25:44.3076922Z [00:02:22.994]➜  # import config
2025-08-20T20:25:44.3077482Z [00:02:22.994]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:25:44.3078017Z [00:02:22.994]➜  EOF
2025-08-20T20:25:44.3080140Z [00:02:22.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b068=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid nWIQunIf4EhJQRpGI5Lr/nWIQunIf4EhJQRpGI5Lr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/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-20T20:25:44.3269236Z [00:02:23.013]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T20:25:44.3279862Z [00:02:23.013]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/f4/f4c8e6fe7c3724c7c058f1d2dd27f03c525a16ecc2bc0eb0d4ec5e5c5aa45151-d # internal
2025-08-20T20:25:44.3337692Z [00:02:23.020]➜  gopkg.in/yaml.v3
2025-08-20T20:25:44.3338308Z [00:02:23.020]➜  mkdir -p $WORK/b093/
2025-08-20T20:25:44.3339017Z [00:02:23.020]➜  cat >/tmp/go-build1823208636/b093/importcfg << 'EOF' # internal
2025-08-20T20:25:44.3339799Z [00:02:23.020]➜  # import config
2025-08-20T20:25:44.3340212Z [00:02:23.020]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.3340656Z [00:02:23.020]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:44.3341130Z [00:02:23.020]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:44.3341889Z [00:02:23.020]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.3342417Z [00:02:23.020]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.3342820Z [00:02:23.020]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:44.3343226Z [00:02:23.020]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:44.3343645Z [00:02:23.020]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:44.3344091Z [00:02:23.020]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:44.3344507Z [00:02:23.020]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:44.3345106Z [00:02:23.020]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:44.3345689Z [00:02:23.020]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.3346187Z [00:02:23.020]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:44.3346613Z [00:02:23.020]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:44.3347030Z [00:02:23.020]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:44.3347475Z [00:02:23.020]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:44.3347808Z [00:02:23.020]➜  EOF
2025-08-20T20:25:44.3351947Z [00:02:23.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b093=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/apic.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/decode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlprivateh.go
2025-08-20T20:25:44.3358725Z [00:02:23.022]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T20:25:44.3403363Z [00:02:23.026]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T20:25:44.3420879Z [00:02:23.027]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/a8/a8f9182f4ba2373a616010c6d80f0ba5559744e8f77945053e2667f3115fafc5-d # internal
2025-08-20T20:25:44.3422251Z [00:02:23.027]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T20:25:44.3424258Z [00:02:23.029]➜  text/template
2025-08-20T20:25:44.3424557Z [00:02:23.029]➜  mkdir -p $WORK/b073/
2025-08-20T20:25:44.3424880Z [00:02:23.029]➜  github.com/mattn/go-colorable
2025-08-20T20:25:44.3425170Z [00:02:23.029]➜  mkdir -p $WORK/b067/
2025-08-20T20:25:44.3425832Z [00:02:23.029]➜  cat >/tmp/go-build1823208636/b073/importcfg << 'EOF' # internal
2025-08-20T20:25:44.3426253Z [00:02:23.029]➜  # import config
2025-08-20T20:25:44.3426601Z [00:02:23.029]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.3427018Z [00:02:23.029]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.3427486Z [00:02:23.029]➜  packagefile internal/fmtsort=/tmp/go-build1823208636/b049/_pkg_.a
2025-08-20T20:25:44.3427930Z [00:02:23.029]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:44.3428384Z [00:02:23.029]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:44.3428809Z [00:02:23.029]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:44.3429228Z [00:02:23.029]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:44.3430011Z [00:02:23.029]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:44.3430506Z [00:02:23.029]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:44.3430956Z [00:02:23.029]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:44.3431406Z [00:02:23.029]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:44.3431833Z [00:02:23.029]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:44.3432268Z [00:02:23.029]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.3432685Z [00:02:23.029]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:44.3433148Z [00:02:23.029]➜  packagefile text/template/parse=/tmp/go-build1823208636/b077/_pkg_.a
2025-08-20T20:25:44.3436237Z [00:02:23.030]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:44.3436753Z [00:02:23.030]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:44.3437091Z [00:02:23.030]➜  EOF
2025-08-20T20:25:44.3439232Z [00:02:23.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b073=>" -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/b073/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-20T20:25:44.3441536Z [00:02:23.030]➜  cat >/tmp/go-build1823208636/b067/importcfg << 'EOF' # internal
2025-08-20T20:25:44.3441883Z [00:02:23.030]➜  # import config
2025-08-20T20:25:44.3442218Z [00:02:23.030]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.3442723Z [00:02:23.030]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1823208636/b068/_pkg_.a
2025-08-20T20:25:44.3443193Z [00:02:23.030]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:44.3443586Z [00:02:23.030]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:44.3443885Z [00:02:23.030]➜  EOF
2025-08-20T20:25:44.3446264Z [00:02:23.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14=>github.com/mattn/go-colorable@v0.1.14;$WORK/b067=>" -p github.com/mattn/go-colorable -lang=go1.18 -complete -installsuffix shared -buildid durfw4X9FR1QDbCnRerJ/durfw4X9FR1QDbCnRerJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/colorable_others.go /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/noncolorable.go
2025-08-20T20:25:44.3650860Z [00:02:23.051]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T20:25:44.3665464Z [00:02:23.053]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/ad/ad855d265eca0acb595de877c1b79d87adbab8aa5756313f206b5f4be92b82ef-d # internal
2025-08-20T20:25:44.3701032Z [00:02:23.056]➜  github.com/mgutz/ansi
2025-08-20T20:25:44.3706388Z [00:02:23.057]➜  mkdir -p $WORK/b066/
2025-08-20T20:25:44.3733835Z [00:02:23.059]➜  cat >/tmp/go-build1823208636/b066/importcfg << 'EOF' # internal
2025-08-20T20:25:44.3734604Z [00:02:23.059]➜  # import config
2025-08-20T20:25:44.3735989Z [00:02:23.059]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.3736556Z [00:02:23.059]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.3737064Z [00:02:23.059]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build1823208636/b067/_pkg_.a
2025-08-20T20:25:44.3737556Z [00:02:23.059]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:44.3737976Z [00:02:23.059]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:44.3738418Z [00:02:23.059]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.3738732Z [00:02:23.059]➜  EOF
2025-08-20T20:25:44.3741286Z [00:02:23.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d=>github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d;$WORK/b066=>" -p github.com/mgutz/ansi -lang=go1.16 -complete -installsuffix shared -buildid _hhHOH23iLfXtsmUx64H/_hhHOH23iLfXtsmUx64H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/ansi.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/doc.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/print.go
2025-08-20T20:25:44.4139086Z [00:02:23.100]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T20:25:44.4141590Z [00:02:23.100]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/08/08f78901a485c7ae7da47429767cb26987e163da668aed3dfce75af6115fece2-d # internal
2025-08-20T20:25:44.4158916Z [00:02:23.102]➜  github.com/cli/go-gh/v2/internal/git
2025-08-20T20:25:44.4159444Z [00:02:23.102]➜  mkdir -p $WORK/b101/
2025-08-20T20:25:44.4159969Z [00:02:23.102]➜  cat >/tmp/go-build1823208636/b101/importcfg << 'EOF' # internal
2025-08-20T20:25:44.4160428Z [00:02:23.102]➜  # import config
2025-08-20T20:25:44.4160860Z [00:02:23.102]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.4161409Z [00:02:23.102]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.4161970Z [00:02:23.102]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:25:44.4162536Z [00:02:23.102]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:44.4163060Z [00:02:23.102]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:44.4163587Z [00:02:23.102]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:44.4164111Z [00:02:23.102]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:44.4164631Z [00:02:23.102]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.4165055Z [00:02:23.102]➜  EOF
2025-08-20T20:25:44.4185885Z [00:02:23.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/internal/git=>github.com/cli/go-gh/v2@v2.12.2/internal/git;$WORK/b101=>" -p github.com/cli/go-gh/v2/internal/git -lang=go1.23 -complete -installsuffix shared -buildid WaRcToYmED_XDKlsSYss/WaRcToYmED_XDKlsSYss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/internal/git/git.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/internal/git/remote.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/internal/git/url.go
2025-08-20T20:25:44.4824564Z [00:02:23.168]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T20:25:44.4832021Z [00:02:23.169]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/b6/b6fcf61ee588c032e0967617164d34b97c27975fdbfb5b248a5c352d4569080a-d # internal
2025-08-20T20:25:44.4854655Z [00:02:23.171]➜  github.com/cli/go-gh/v2/pkg/ssh
2025-08-20T20:25:44.4855203Z [00:02:23.172]➜  mkdir -p $WORK/b102/
2025-08-20T20:25:44.4857532Z [00:02:23.172]➜  cat >/tmp/go-build1823208636/b102/importcfg << 'EOF' # internal
2025-08-20T20:25:44.4857896Z [00:02:23.172]➜  # import config
2025-08-20T20:25:44.4867019Z [00:02:23.172]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:44.4869150Z [00:02:23.172]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:25:44.4869671Z [00:02:23.172]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:44.4870102Z [00:02:23.172]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:44.4870527Z [00:02:23.172]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.4870975Z [00:02:23.172]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:44.4871286Z [00:02:23.172]➜  EOF
2025-08-20T20:25:44.4873070Z [00:02:23.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/ssh=>github.com/cli/go-gh/v2@v2.12.2/pkg/ssh;$WORK/b102=>" -p github.com/cli/go-gh/v2/pkg/ssh -lang=go1.23 -complete -installsuffix shared -buildid Lpx6QYzNlr2NlNDIYCW1/Lpx6QYzNlr2NlNDIYCW1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/ssh/ssh.go
2025-08-20T20:25:44.5285196Z [00:02:23.214]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T20:25:44.5292453Z [00:02:23.215]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/7b/7b83969246bccb1418f2a880463d4931809a1d6e776b7b676925f91108bfa401-d # internal
2025-08-20T20:25:44.5293040Z [00:02:23.215]➜  golang.org/x/term
2025-08-20T20:25:44.5293315Z [00:02:23.215]➜  mkdir -p $WORK/b105/
2025-08-20T20:25:44.5296571Z [00:02:23.216]➜  cat >/tmp/go-build1823208636/b105/importcfg << 'EOF' # internal
2025-08-20T20:25:44.5296957Z [00:02:23.216]➜  # import config
2025-08-20T20:25:44.5297297Z [00:02:23.216]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.5297712Z [00:02:23.216]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.5298189Z [00:02:23.216]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:25:44.5298676Z [00:02:23.216]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:44.5299087Z [00:02:23.216]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:44.5299513Z [00:02:23.216]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:44.5299930Z [00:02:23.216]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:44.5300368Z [00:02:23.216]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:44.5300711Z [00:02:23.216]➜  EOF
2025-08-20T20:25:44.5302899Z [00:02:23.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.34.0=>golang.org/x/term@v0.34.0;$WORK/b105=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid 1QRftYFdzN8viUP5V971/1QRftYFdzN8viUP5V971 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.34.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/terminal.go
2025-08-20T20:25:44.6426183Z [00:02:23.329]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T20:25:44.6460106Z [00:02:23.332]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T20:25:44.6471856Z [00:02:23.333]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/ab/abdabab486e027b830a5e66d6364381ce0898d701e9a74969d33376fe56a6324-d # internal
2025-08-20T20:25:44.6476467Z [00:02:23.334]➜  github.com/cli/cli/v2/utils
2025-08-20T20:25:44.6479659Z [00:02:23.334]➜  mkdir -p $WORK/b104/
2025-08-20T20:25:44.6500525Z [00:02:23.336]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T20:25:44.6501436Z [00:02:23.336]➜  cat >/tmp/go-build1823208636/b104/importcfg << 'EOF' # internal
2025-08-20T20:25:44.6502111Z [00:02:23.336]➜  # import config
2025-08-20T20:25:44.6502887Z [00:02:23.336]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.6503804Z [00:02:23.336]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:25:44.6504626Z [00:02:23.336]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:44.6505106Z [00:02:23.336]➜  EOF
2025-08-20T20:25:44.6506999Z [00:02:23.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/utils=>github.com/cli/cli/v2/utils;$WORK/b104=>" -p github.com/cli/cli/v2/utils -lang=go1.24 -complete -installsuffix shared -buildid 6YFGdTsgBNXhXDSuvbBs/6YFGdTsgBNXhXDSuvbBs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/utils/utils.go
2025-08-20T20:25:44.8721887Z [00:02:23.558]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T20:25:44.8750112Z [00:02:23.561]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T20:25:44.8751122Z [00:02:23.561]➜  crypto/internal/fips140/sha512
2025-08-20T20:25:44.8751430Z [00:02:23.561]➜  mkdir -p $WORK/b124/
2025-08-20T20:25:44.8751742Z [00:02:23.561]➜  echo -n > $WORK/b124/go_asm.h # internal
2025-08-20T20:25:44.8752103Z [00:02:23.561]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:25:44.8753431Z [00:02:23.561]➜  /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/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b124/symabis ./sha512block_arm64.s
2025-08-20T20:25:44.8765796Z [00:02:23.563]➜  github.com/AlecAivazis/survey/v2/core
2025-08-20T20:25:44.8766650Z [00:02:23.563]➜  mkdir -p $WORK/b064/
2025-08-20T20:25:44.8770459Z [00:02:23.563]➜  cat >/tmp/go-build1823208636/b064/importcfg << 'EOF' # internal
2025-08-20T20:25:44.8771359Z [00:02:23.563]➜  # import config
2025-08-20T20:25:44.8772276Z [00:02:23.563]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.8775122Z [00:02:23.564]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.8776759Z [00:02:23.564]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.8777245Z [00:02:23.564]➜  packagefile github.com/mgutz/ansi=/tmp/go-build1823208636/b066/_pkg_.a
2025-08-20T20:25:44.8777706Z [00:02:23.564]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:44.8778142Z [00:02:23.564]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:44.8778575Z [00:02:23.564]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:44.8779003Z [00:02:23.564]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.8779421Z [00:02:23.564]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:44.8779861Z [00:02:23.564]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:25:44.8780309Z [00:02:23.564]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:44.8780616Z [00:02:23.564]➜  EOF
2025-08-20T20:25:44.8786451Z [00:02:23.564]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:44.8789113Z [00:02:23.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/core=>github.com/AlecAivazis/survey/v2@v2.3.7/core;$WORK/b064=>" -p github.com/AlecAivazis/survey/v2/core -lang=go1.13 -complete -installsuffix shared -buildid wyLkakoq8q9Cqi4Lgi3j/wyLkakoq8q9Cqi4Lgi3j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/core/template.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/core/write.go
2025-08-20T20:25:44.8791174Z [00:02:23.565]➜  cat >/tmp/go-build1823208636/b124/importcfg << 'EOF' # internal
2025-08-20T20:25:44.8791536Z [00:02:23.565]➜  # import config
2025-08-20T20:25:44.8791870Z [00:02:23.565]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.8792354Z [00:02:23.565]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:44.8792956Z [00:02:23.565]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:44.8793579Z [00:02:23.565]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1823208636/b120/_pkg_.a
2025-08-20T20:25:44.8794141Z [00:02:23.565]➜  packagefile crypto/internal/impl=/tmp/go-build1823208636/b121/_pkg_.a
2025-08-20T20:25:44.8794609Z [00:02:23.565]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.8795020Z [00:02:23.565]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:44.8795446Z [00:02:23.565]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:44.8806076Z [00:02:23.565]➜  EOF
2025-08-20T20:25:44.8809021Z [00:02:23.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b124=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -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/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-20T20:25:44.8918608Z [00:02:23.578]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T20:25:44.8919529Z [00:02:23.578]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/59/59c5513f27a7c7717aa81c3eb4ec6b886f8a01160ec09e976477e526b9a8a603-d # internal
2025-08-20T20:25:44.8920231Z [00:02:23.578]➜  crypto/internal/sysrand
2025-08-20T20:25:44.8920648Z [00:02:23.578]➜  mkdir -p $WORK/b128/
2025-08-20T20:25:44.8921120Z [00:02:23.578]➜  cat >/tmp/go-build1823208636/b128/importcfg << 'EOF' # internal
2025-08-20T20:25:44.8921555Z [00:02:23.578]➜  # import config
2025-08-20T20:25:44.8922034Z [00:02:23.578]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.8922639Z [00:02:23.578]➜  packagefile internal/syscall/unix=/tmp/go-build1823208636/b061/_pkg_.a
2025-08-20T20:25:44.8923243Z [00:02:23.578]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:44.8923774Z [00:02:23.578]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:44.8924291Z [00:02:23.578]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:44.8924805Z [00:02:23.578]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:44.8925333Z [00:02:23.578]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:44.8926067Z [00:02:23.578]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:44.8926637Z [00:02:23.578]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:44.8927047Z [00:02:23.578]➜  EOF
2025-08-20T20:25:44.8929319Z [00:02:23.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b128=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T20:25:44.8931273Z [00:02:23.578]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T20:25:44.8959272Z [00:02:23.582]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T20:25:44.8960123Z [00:02:23.582]➜  github.com/cli/go-gh/v2/internal/yamlmap
2025-08-20T20:25:44.8960477Z [00:02:23.582]➜  mkdir -p $WORK/b092/
2025-08-20T20:25:44.8968279Z [00:02:23.583]➜  cat >/tmp/go-build1823208636/b092/importcfg << 'EOF' # internal
2025-08-20T20:25:44.8969124Z [00:02:23.583]➜  # import config
2025-08-20T20:25:44.8969741Z [00:02:23.583]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.8970913Z [00:02:23.583]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:25:44.8971292Z [00:02:23.583]➜  EOF
2025-08-20T20:25:44.8973286Z [00:02:23.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/internal/yamlmap=>github.com/cli/go-gh/v2@v2.12.2/internal/yamlmap;$WORK/b092=>" -p github.com/cli/go-gh/v2/internal/yamlmap -lang=go1.23 -complete -installsuffix shared -buildid 2D5mJx9RiqWBcRWh-Mic/2D5mJx9RiqWBcRWh-Mic -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/internal/yamlmap/yaml_map.go
2025-08-20T20:25:44.9232040Z [00:02:23.609]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T20:25:44.9236401Z [00:02:23.610]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T20:25:44.9237679Z [00:02:23.610]➜  crypto/internal/entropy
2025-08-20T20:25:44.9238433Z [00:02:23.610]➜  mkdir -p $WORK/b127/
2025-08-20T20:25:44.9242929Z [00:02:23.610]➜  cat >/tmp/go-build1823208636/b127/importcfg << 'EOF' # internal
2025-08-20T20:25:44.9244008Z [00:02:23.611]➜  # import config
2025-08-20T20:25:44.9244788Z [00:02:23.611]➜  packagefile crypto/internal/sysrand=/tmp/go-build1823208636/b128/_pkg_.a
2025-08-20T20:25:44.9245773Z [00:02:23.611]➜  EOF
2025-08-20T20:25:44.9247513Z [00:02:23.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b127=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T20:25:44.9249066Z [00:02:23.611]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T20:25:44.9252295Z [00:02:23.611]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/54/54af7b81ab8db6c82022b8008155d146712e92b102dcbff048de957b5d069e93-d # internal
2025-08-20T20:25:44.9267474Z [00:02:23.613]➜  github.com/cli/go-gh/v2/pkg/config
2025-08-20T20:25:44.9267955Z [00:02:23.613]➜  mkdir -p $WORK/b091/
2025-08-20T20:25:44.9274144Z [00:02:23.614]➜  cat >/tmp/go-build1823208636/b091/importcfg << 'EOF' # internal
2025-08-20T20:25:44.9274596Z [00:02:23.614]➜  # import config
2025-08-20T20:25:44.9275294Z [00:02:23.614]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.9276203Z [00:02:23.614]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.9276790Z [00:02:23.614]➜  packagefile github.com/cli/go-gh/v2/internal/yamlmap=/tmp/go-build1823208636/b092/_pkg_.a
2025-08-20T20:25:44.9277307Z [00:02:23.614]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:44.9277705Z [00:02:23.614]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:44.9278140Z [00:02:23.614]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:44.9278590Z [00:02:23.614]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:44.9279351Z [00:02:23.614]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:44.9279727Z [00:02:23.614]➜  EOF
2025-08-20T20:25:44.9281823Z [00:02:23.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/config=>github.com/cli/go-gh/v2@v2.12.2/pkg/config;$WORK/b091=>" -p github.com/cli/go-gh/v2/pkg/config -lang=go1.23 -complete -installsuffix shared -buildid U_UbWASkoECewGGQC4ei/U_UbWASkoECewGGQC4ei -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/config/config.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/config/errors.go
2025-08-20T20:25:44.9357887Z [00:02:23.622]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T20:25:44.9359198Z [00:02:23.622]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T20:25:44.9359804Z [00:02:23.622]➜  math/rand/v2
2025-08-20T20:25:44.9360062Z [00:02:23.622]➜  mkdir -p $WORK/b130/
2025-08-20T20:25:44.9360464Z [00:02:23.622]➜  cat >/tmp/go-build1823208636/b130/importcfg << 'EOF' # internal
2025-08-20T20:25:44.9360805Z [00:02:23.622]➜  # import config
2025-08-20T20:25:44.9361151Z [00:02:23.622]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.9361621Z [00:02:23.622]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:44.9362865Z [00:02:23.622]➜  packagefile internal/chacha8rand=/tmp/go-build1823208636/b014/_pkg_.a
2025-08-20T20:25:44.9363461Z [00:02:23.622]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:44.9364109Z [00:02:23.622]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:44.9364643Z [00:02:23.622]➜  EOF
2025-08-20T20:25:44.9368245Z [00:02:23.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b130=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/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-20T20:25:44.9370582Z [00:02:23.623]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T20:25:44.9378599Z [00:02:23.624]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/3b/3be35f7b0d78c6250ec503d7bd9c434f67e4085e9184f942e423fd7ae6c86ca6-d # internal
2025-08-20T20:25:44.9383913Z [00:02:23.624]➜  github.com/cli/go-gh/v2/pkg/asciisanitizer
2025-08-20T20:25:44.9384808Z [00:02:23.624]➜  mkdir -p $WORK/b134/
2025-08-20T20:25:44.9385237Z [00:02:23.624]➜  cat >/tmp/go-build1823208636/b134/importcfg << 'EOF' # internal
2025-08-20T20:25:44.9385859Z [00:02:23.624]➜  # import config
2025-08-20T20:25:44.9386277Z [00:02:23.624]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.9386710Z [00:02:23.624]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.9387216Z [00:02:23.624]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:44.9387715Z [00:02:23.624]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.9388143Z [00:02:23.624]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:44.9388603Z [00:02:23.624]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:44.9388938Z [00:02:23.624]➜  EOF
2025-08-20T20:25:44.9391308Z [00:02:23.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/asciisanitizer=>github.com/cli/go-gh/v2@v2.12.2/pkg/asciisanitizer;$WORK/b134=>" -p github.com/cli/go-gh/v2/pkg/asciisanitizer -lang=go1.23 -complete -installsuffix shared -buildid IGRdRIa6F9A3XBG0AUHw/IGRdRIa6F9A3XBG0AUHw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/asciisanitizer/sanitizer.go
2025-08-20T20:25:44.9619084Z [00:02:23.648]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T20:25:44.9629010Z [00:02:23.649]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/bb/bb9f5d02396be6e9f1dc854cc5c76ceb4120e4f0463443540670a3faff4046f1-d # internal
2025-08-20T20:25:44.9638101Z [00:02:23.650]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:25:44.9639651Z [00:02:23.650]➜  /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/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b124/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T20:25:44.9641309Z [00:02:23.650]➜  github.com/cli/go-gh/v2/pkg/jsonpretty
2025-08-20T20:25:44.9642104Z [00:02:23.650]➜  mkdir -p $WORK/b135/
2025-08-20T20:25:44.9646529Z [00:02:23.651]➜  cat >/tmp/go-build1823208636/b135/importcfg << 'EOF' # internal
2025-08-20T20:25:44.9646906Z [00:02:23.651]➜  # import config
2025-08-20T20:25:44.9647245Z [00:02:23.651]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.9647693Z [00:02:23.651]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:44.9648535Z [00:02:23.651]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.9648939Z [00:02:23.651]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:44.9649352Z [00:02:23.651]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.9649664Z [00:02:23.651]➜  EOF
2025-08-20T20:25:44.9649929Z [00:02:23.651]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:44.9651934Z [00:02:23.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/jsonpretty=>github.com/cli/go-gh/v2@v2.12.2/pkg/jsonpretty;$WORK/b135=>" -p github.com/cli/go-gh/v2/pkg/jsonpretty -lang=go1.23 -complete -installsuffix shared -buildid ZLXEMWtxSfzV4PcJvYw0/ZLXEMWtxSfzV4PcJvYw0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/jsonpretty/format.go
2025-08-20T20:25:44.9732615Z [00:02:23.659]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:25:44.9733705Z [00:02:23.659]➜  go tool pack r $WORK/b124/_pkg_.a $WORK/b124/sha512block_arm64.o # internal
2025-08-20T20:25:44.9741097Z [00:02:23.660]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T20:25:44.9748919Z [00:02:23.661]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/df/df10679a5306949336b622416dae5e2789b3b6d14588e107b4e6902eb0bba653-d # internal
2025-08-20T20:25:44.9751798Z [00:02:23.661]➜  github.com/cli/cli/v2/internal/gh
2025-08-20T20:25:44.9753797Z [00:02:23.661]➜  mkdir -p $WORK/b089/
2025-08-20T20:25:44.9754466Z [00:02:23.661]➜  cat >/tmp/go-build1823208636/b089/importcfg << 'EOF' # internal
2025-08-20T20:25:44.9755207Z [00:02:23.661]➜  # import config
2025-08-20T20:25:44.9755983Z [00:02:23.661]➜  packagefile github.com/cli/cli/v2/pkg/option=/tmp/go-build1823208636/b090/_pkg_.a
2025-08-20T20:25:44.9756766Z [00:02:23.661]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:25:44.9757423Z [00:02:23.661]➜  EOF
2025-08-20T20:25:44.9758203Z [00:02:23.661]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:44.9761413Z [00:02:23.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh=>github.com/cli/cli/v2/internal/gh;$WORK/b089=>" -p github.com/cli/cli/v2/internal/gh -lang=go1.24 -complete -installsuffix shared -buildid VnRzx_Z472C4oGRLj19c/VnRzx_Z472C4oGRLj19c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/gh.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/projects.go
2025-08-20T20:25:44.9770358Z [00:02:23.663]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T20:25:44.9775396Z [00:02:23.664]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T20:25:44.9784627Z [00:02:23.664]➜  github.com/cli/go-gh/v2/pkg/auth
2025-08-20T20:25:44.9785378Z [00:02:23.664]➜  mkdir -p $WORK/b095/
2025-08-20T20:25:44.9795168Z [00:02:23.666]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T20:25:44.9796679Z [00:02:23.666]➜  cat >/tmp/go-build1823208636/b095/importcfg << 'EOF' # internal
2025-08-20T20:25:44.9798288Z [00:02:23.666]➜  # import config
2025-08-20T20:25:44.9798643Z [00:02:23.666]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:44.9799184Z [00:02:23.666]➜  packagefile github.com/cli/go-gh/v2/internal/set=/tmp/go-build1823208636/b096/_pkg_.a
2025-08-20T20:25:44.9799825Z [00:02:23.666]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:25:44.9800395Z [00:02:23.666]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:25:44.9800859Z [00:02:23.666]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:44.9801271Z [00:02:23.666]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:44.9801700Z [00:02:23.666]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:44.9802366Z [00:02:23.666]➜  EOF
2025-08-20T20:25:44.9804180Z [00:02:23.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/auth=>github.com/cli/go-gh/v2@v2.12.2/pkg/auth;$WORK/b095=>" -p github.com/cli/go-gh/v2/pkg/auth -lang=go1.23 -complete -installsuffix shared -buildid p6ieo9S0szjoCI9qthXG/p6ieo9S0szjoCI9qthXG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/auth/auth.go
2025-08-20T20:25:44.9813850Z [00:02:23.666]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T20:25:44.9814436Z [00:02:23.666]➜  crypto/internal/fips140/hmac
2025-08-20T20:25:44.9814719Z [00:02:23.666]➜  mkdir -p $WORK/b117/
2025-08-20T20:25:44.9815092Z [00:02:23.666]➜  cat >/tmp/go-build1823208636/b117/importcfg << 'EOF' # internal
2025-08-20T20:25:44.9815451Z [00:02:23.666]➜  # import config
2025-08-20T20:25:44.9815922Z [00:02:23.666]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:44.9816414Z [00:02:23.666]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:44.9816986Z [00:02:23.666]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:25:44.9817566Z [00:02:23.666]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1823208636/b122/_pkg_.a
2025-08-20T20:25:44.9818160Z [00:02:23.666]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1823208636/b124/_pkg_.a
2025-08-20T20:25:44.9818659Z [00:02:23.666]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:44.9819072Z [00:02:23.666]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:44.9819385Z [00:02:23.666]➜  EOF
2025-08-20T20:25:44.9821280Z [00:02:23.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b117=>" -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/b117/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T20:25:45.0106621Z [00:02:23.696]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T20:25:45.0114211Z [00:02:23.697]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/71/7119d6acca990ac26a064ac0339a4ceec6f5930acc728b44d50647e328f40ead-d # internal
2025-08-20T20:25:45.0114871Z [00:02:23.697]➜  crypto/internal/randutil
2025-08-20T20:25:45.0115156Z [00:02:23.697]➜  mkdir -p $WORK/b129/
2025-08-20T20:25:45.0115642Z [00:02:23.698]➜  cat >/tmp/go-build1823208636/b129/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0116713Z [00:02:23.698]➜  # import config
2025-08-20T20:25:45.0118058Z [00:02:23.698]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.0118810Z [00:02:23.698]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:25:45.0119403Z [00:02:23.698]➜  EOF
2025-08-20T20:25:45.0121398Z [00:02:23.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b129=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T20:25:45.0155076Z [00:02:23.701]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T20:25:45.0163002Z [00:02:23.702]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T20:25:45.0165070Z [00:02:23.703]➜  crypto/internal/fips140/check
2025-08-20T20:25:45.0170408Z [00:02:23.703]➜  mkdir -p $WORK/b116/
2025-08-20T20:25:45.0170872Z [00:02:23.703]➜  cat >/tmp/go-build1823208636/b116/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0171295Z [00:02:23.703]➜  # import config
2025-08-20T20:25:45.0171703Z [00:02:23.703]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.0172270Z [00:02:23.703]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1823208636/b117/_pkg_.a
2025-08-20T20:25:45.0172876Z [00:02:23.703]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:25:45.0173502Z [00:02:23.703]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.0174148Z [00:02:23.703]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1823208636/b114/_pkg_.a
2025-08-20T20:25:45.0174660Z [00:02:23.703]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.0174961Z [00:02:23.703]➜  EOF
2025-08-20T20:25:45.0176784Z [00:02:23.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b116=>" -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/b116/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T20:25:45.0198738Z [00:02:23.704]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T20:25:45.0199412Z [00:02:23.705]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/25/25724602f63329e050422638dff493ff2e2db1fd056fa3b51fd6ef83b2c6b1fb-d # internal
2025-08-20T20:25:45.0200004Z [00:02:23.705]➜  github.com/cli/cli/v2/internal/ghinstance
2025-08-20T20:25:45.0200307Z [00:02:23.705]➜  mkdir -p $WORK/b094/
2025-08-20T20:25:45.0200678Z [00:02:23.706]➜  cat >/tmp/go-build1823208636/b094/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0201031Z [00:02:23.706]➜  # import config
2025-08-20T20:25:45.0201370Z [00:02:23.706]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.0201787Z [00:02:23.706]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.0202291Z [00:02:23.706]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:25:45.0202796Z [00:02:23.706]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.0203113Z [00:02:23.706]➜  EOF
2025-08-20T20:25:45.0206946Z [00:02:23.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghinstance=>github.com/cli/cli/v2/internal/ghinstance;$WORK/b094=>" -p github.com/cli/cli/v2/internal/ghinstance -lang=go1.24 -complete -installsuffix shared -buildid Mrc5qPhQrD6gHxaaclfS/Mrc5qPhQrD6gHxaaclfS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghinstance/host.go
2025-08-20T20:25:45.0228456Z [00:02:23.709]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T20:25:45.0232585Z [00:02:23.709]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T20:25:45.0235662Z [00:02:23.710]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T20:25:45.0256702Z [00:02:23.710]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/84/8426cce2a2fa1000a76e5264ddca7e6ea0bd2aba35bfa4454e553339332f61fa-d # internal
2025-08-20T20:25:45.0259868Z [00:02:23.710]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T20:25:45.0260463Z [00:02:23.710]➜  mkdir -p $WORK/b138/
2025-08-20T20:25:45.0260870Z [00:02:23.712]➜  cat >/tmp/go-build1823208636/b138/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0261492Z [00:02:23.712]➜  # import config
2025-08-20T20:25:45.0262115Z [00:02:23.712]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:45.0262778Z [00:02:23.712]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.0263695Z [00:02:23.712]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.0264308Z [00:02:23.712]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.0264689Z [00:02:23.712]➜  EOF
2025-08-20T20:25:45.0267343Z [00:02:23.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_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/b138=>" -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/b138/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T20:25:45.0269614Z [00:02:23.712]➜  github.com/cli/go-gh/v2/pkg/repository
2025-08-20T20:25:45.0269992Z [00:02:23.712]➜  mkdir -p $WORK/b100/
2025-08-20T20:25:45.0270506Z [00:02:23.712]➜  cat >/tmp/go-build1823208636/b100/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0270868Z [00:02:23.712]➜  # import config
2025-08-20T20:25:45.0271455Z [00:02:23.712]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.0272086Z [00:02:23.712]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.0272835Z [00:02:23.712]➜  packagefile github.com/cli/go-gh/v2/internal/git=/tmp/go-build1823208636/b101/_pkg_.a
2025-08-20T20:25:45.0273690Z [00:02:23.712]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:25:45.0274522Z [00:02:23.712]➜  packagefile github.com/cli/go-gh/v2/pkg/ssh=/tmp/go-build1823208636/b102/_pkg_.a
2025-08-20T20:25:45.0275183Z [00:02:23.712]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:45.0275969Z [00:02:23.712]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.0276357Z [00:02:23.712]➜  EOF
2025-08-20T20:25:45.0278875Z [00:02:23.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/repository=>github.com/cli/go-gh/v2@v2.12.2/pkg/repository;$WORK/b100=>" -p github.com/cli/go-gh/v2/pkg/repository -lang=go1.23 -complete -installsuffix shared -buildid YyLNGNG9_mN9nNiN1v-D/YyLNGNG9_mN9nNiN1v-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/repository/repository.go
2025-08-20T20:25:45.0373201Z [00:02:23.723]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T20:25:45.0382034Z [00:02:23.724]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/b5/b506c68a5e193822e880728936bf3cd2bf67eda55b3a7d048468e593ee3dfa1c-d # internal
2025-08-20T20:25:45.0388685Z [00:02:23.725]➜  database/sql/driver
2025-08-20T20:25:45.0389346Z [00:02:23.725]➜  mkdir -p $WORK/b140/
2025-08-20T20:25:45.0392414Z [00:02:23.725]➜  cat >/tmp/go-build1823208636/b140/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0394768Z [00:02:23.725]➜  # import config
2025-08-20T20:25:45.0395126Z [00:02:23.725]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:45.0395657Z [00:02:23.725]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.0396139Z [00:02:23.725]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.0396557Z [00:02:23.725]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:45.0396997Z [00:02:23.725]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.0397416Z [00:02:23.725]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:45.0397722Z [00:02:23.725]➜  EOF
2025-08-20T20:25:45.0399601Z [00:02:23.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b140=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T20:25:45.0457460Z [00:02:23.732]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T20:25:45.0461533Z [00:02:23.732]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T20:25:45.0463326Z [00:02:23.732]➜  crypto/internal/fips140/aes
2025-08-20T20:25:45.0463805Z [00:02:23.732]➜  mkdir -p $WORK/b112/
2025-08-20T20:25:45.0466717Z [00:02:23.733]➜  echo -n > $WORK/b112/go_asm.h # internal
2025-08-20T20:25:45.0472604Z [00:02:23.733]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:25:45.0473981Z [00:02:23.733]➜  /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/b112=>" -I $WORK/b112/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b112/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T20:25:45.0476295Z [00:02:23.734]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T20:25:45.0477004Z [00:02:23.734]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/a9/a9a6fbf3d6ea1aa5c84f308ee40923ab8db0dce54c8f4c795d0ef8dfa7ce104a-d # internal
2025-08-20T20:25:45.0479848Z [00:02:23.734]➜  math/rand
2025-08-20T20:25:45.0480850Z [00:02:23.734]➜  mkdir -p $WORK/b142/
2025-08-20T20:25:45.0483702Z [00:02:23.734]➜  cat >/tmp/go-build1823208636/b142/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0484154Z [00:02:23.735]➜  # import config
2025-08-20T20:25:45.0484538Z [00:02:23.735]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:45.0484995Z [00:02:23.735]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:45.0485693Z [00:02:23.735]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.0486188Z [00:02:23.735]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:45.0486658Z [00:02:23.735]➜  EOF
2025-08-20T20:25:45.0486949Z [00:02:23.735]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.0489181Z [00:02:23.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b142=>" -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/b142/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-20T20:25:45.0511922Z [00:02:23.737]➜  cat >/tmp/go-build1823208636/b112/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0513858Z [00:02:23.737]➜  # import config
2025-08-20T20:25:45.0514236Z [00:02:23.737]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.0514734Z [00:02:23.737]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.0515333Z [00:02:23.737]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1823208636/b115/_pkg_.a
2025-08-20T20:25:45.0516120Z [00:02:23.737]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.0516709Z [00:02:23.737]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:45.0517347Z [00:02:23.737]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.0517972Z [00:02:23.737]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1823208636/b120/_pkg_.a
2025-08-20T20:25:45.0518587Z [00:02:23.737]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1823208636/b114/_pkg_.a
2025-08-20T20:25:45.0519152Z [00:02:23.737]➜  packagefile crypto/internal/impl=/tmp/go-build1823208636/b121/_pkg_.a
2025-08-20T20:25:45.0519618Z [00:02:23.737]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.0520401Z [00:02:23.737]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.0520839Z [00:02:23.737]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.0521152Z [00:02:23.737]➜  EOF
2025-08-20T20:25:45.0524577Z [00:02:23.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b112=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b112/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack -asmhdr $WORK/b112/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-20T20:25:45.0586091Z [00:02:23.745]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T20:25:45.0598522Z [00:02:23.746]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/e3/e35003cb7663f56c48fb38e02fd8f0fcee1bc174c70f0ed074444f9b8cb82fe6-d # internal
2025-08-20T20:25:45.0618468Z [00:02:23.748]➜  github.com/cli/cli/v2/internal/ghrepo
2025-08-20T20:25:45.0619460Z [00:02:23.748]➜  mkdir -p $WORK/b099/
2025-08-20T20:25:45.0619889Z [00:02:23.748]➜  cat >/tmp/go-build1823208636/b099/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0620238Z [00:02:23.748]➜  # import config
2025-08-20T20:25:45.0620569Z [00:02:23.748]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.0621122Z [00:02:23.748]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:25:45.0621768Z [00:02:23.748]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:25:45.0622376Z [00:02:23.748]➜  packagefile github.com/cli/go-gh/v2/pkg/repository=/tmp/go-build1823208636/b100/_pkg_.a
2025-08-20T20:25:45.0622896Z [00:02:23.748]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:45.0623323Z [00:02:23.748]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.0623638Z [00:02:23.748]➜  EOF
2025-08-20T20:25:45.0625926Z [00:02:23.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghrepo=>github.com/cli/cli/v2/internal/ghrepo;$WORK/b099=>" -p github.com/cli/cli/v2/internal/ghrepo -lang=go1.24 -complete -installsuffix shared -buildid mCYAIZCK9DwoMkGrwID7/mCYAIZCK9DwoMkGrwID7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghrepo/repo.go
2025-08-20T20:25:45.0912100Z [00:02:23.777]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T20:25:45.0935023Z [00:02:23.780]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/e6/e6f3b5612ff5960041e11ee27163b14d6d8226dcd6151ce6db20dd375772d97d-d # internal
2025-08-20T20:25:45.0935859Z [00:02:23.780]➜  github.com/cli/shurcooL-graphql/ident
2025-08-20T20:25:45.0936231Z [00:02:23.780]➜  mkdir -p $WORK/b145/
2025-08-20T20:25:45.0941250Z [00:02:23.780]➜  cat >/tmp/go-build1823208636/b145/importcfg << 'EOF' # internal
2025-08-20T20:25:45.0942911Z [00:02:23.780]➜  # import config
2025-08-20T20:25:45.0943559Z [00:02:23.780]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.0944004Z [00:02:23.780]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:45.0944455Z [00:02:23.780]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:45.0944792Z [00:02:23.780]➜  EOF
2025-08-20T20:25:45.0946819Z [00:02:23.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/shurcoo!l-graphql@v0.0.4/ident=>github.com/cli/shurcooL-graphql@v0.0.4/ident;$WORK/b145=>" -p github.com/cli/shurcooL-graphql/ident -lang=go1.21 -complete -installsuffix shared -buildid Z4pHeDQmQPJr-GqscZiE/Z4pHeDQmQPJr-GqscZiE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/go/pkg/mod/github.com/cli/shurcoo!l-graphql@v0.0.4/ident/ident.go
2025-08-20T20:25:45.1145282Z [00:02:23.801]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T20:25:45.1158825Z [00:02:23.802]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T20:25:45.1160598Z [00:02:23.802]➜  github.com/cli/shurcooL-graphql/internal/jsonutil
2025-08-20T20:25:45.1161709Z [00:02:23.802]➜  mkdir -p $WORK/b146/
2025-08-20T20:25:45.1166737Z [00:02:23.803]➜  cat >/tmp/go-build1823208636/b146/importcfg << 'EOF' # internal
2025-08-20T20:25:45.1167109Z [00:02:23.803]➜  # import config
2025-08-20T20:25:45.1167481Z [00:02:23.803]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.1167933Z [00:02:23.803]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:45.1168533Z [00:02:23.803]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.1168950Z [00:02:23.803]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.1169347Z [00:02:23.803]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.1169774Z [00:02:23.803]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:45.1170203Z [00:02:23.803]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.1170520Z [00:02:23.803]➜  EOF
2025-08-20T20:25:45.1173759Z [00:02:23.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/shurcoo!l-graphql@v0.0.4/internal/jsonutil=>github.com/cli/shurcooL-graphql@v0.0.4/internal/jsonutil;$WORK/b146=>" -p github.com/cli/shurcooL-graphql/internal/jsonutil -lang=go1.21 -complete -installsuffix shared -buildid DtvIEXc5Lo--grP37zrO/DtvIEXc5Lo--grP37zrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/go/pkg/mod/github.com/cli/shurcoo!l-graphql@v0.0.4/internal/jsonutil/graphql.go
2025-08-20T20:25:45.1224389Z [00:02:23.809]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T20:25:45.1244071Z [00:02:23.810]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/7d/7d5f5bcadb5e580604819ffa8caebd3f9378ec910e7ddf0fd525be647a9ce56e-d # internal
2025-08-20T20:25:45.1246113Z [00:02:23.810]➜  compress/flate
2025-08-20T20:25:45.1246383Z [00:02:23.810]➜  mkdir -p $WORK/b149/
2025-08-20T20:25:45.1247224Z [00:02:23.810]➜  cat >/tmp/go-build1823208636/b149/importcfg << 'EOF' # internal
2025-08-20T20:25:45.1247587Z [00:02:23.810]➜  # import config
2025-08-20T20:25:45.1248081Z [00:02:23.810]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:45.1248600Z [00:02:23.810]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.1249016Z [00:02:23.810]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.1249414Z [00:02:23.810]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.1249820Z [00:02:23.810]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:45.1250461Z [00:02:23.810]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.1250968Z [00:02:23.810]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:45.1251393Z [00:02:23.810]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.1251814Z [00:02:23.810]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.1252116Z [00:02:23.810]➜  EOF
2025-08-20T20:25:45.1254725Z [00:02:23.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b149=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/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-20T20:25:45.1257613Z [00:02:23.810]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T20:25:45.1264462Z [00:02:23.813]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T20:25:45.1273308Z [00:02:23.813]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T20:25:45.1274571Z [00:02:23.814]➜  mkdir -p $WORK/b139/
2025-08-20T20:25:45.1280428Z [00:02:23.814]➜  cat >/tmp/go-build1823208636/b139/importcfg << 'EOF' # internal
2025-08-20T20:25:45.1280838Z [00:02:23.814]➜  # import config
2025-08-20T20:25:45.1282506Z [00:02:23.814]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:25:45.1283069Z [00:02:23.814]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:45.1283512Z [00:02:23.814]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.1283943Z [00:02:23.814]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:45.1284388Z [00:02:23.814]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:45.1284814Z [00:02:23.814]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:45.1285248Z [00:02:23.814]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:45.1285761Z [00:02:23.814]➜  EOF
2025-08-20T20:25:45.1289613Z [00:02:23.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_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/b139=>" -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/b139/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-20T20:25:45.1569573Z [00:02:23.843]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T20:25:45.1588192Z [00:02:23.844]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/ec/ecfdcaa0e32fcb5f3a6e96aa9c13a521e71d31909c44bee3f8e68c307c847c41-d # internal
2025-08-20T20:25:45.1589025Z [00:02:23.844]➜  hash/crc32
2025-08-20T20:25:45.1589352Z [00:02:23.844]➜  mkdir -p $WORK/b150/
2025-08-20T20:25:45.1589679Z [00:02:23.844]➜  echo -n > $WORK/b150/go_asm.h # internal
2025-08-20T20:25:45.1589993Z [00:02:23.844]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:25:45.1591002Z [00:02:23.844]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b150/symabis ./crc32_arm64.s
2025-08-20T20:25:45.1591926Z [00:02:23.845]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:25:45.1593121Z [00:02:23.845]➜  /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/b112=>" -I $WORK/b112/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b112/aes_arm64.o ./aes_arm64.s
2025-08-20T20:25:45.1607597Z [00:02:23.847]➜  cat >/tmp/go-build1823208636/b150/importcfg << 'EOF' # internal
2025-08-20T20:25:45.1608449Z [00:02:23.847]➜  # import config
2025-08-20T20:25:45.1608852Z [00:02:23.847]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.1609294Z [00:02:23.847]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.1609763Z [00:02:23.847]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:45.1610279Z [00:02:23.847]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:45.1610714Z [00:02:23.847]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.1611146Z [00:02:23.847]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:45.1611475Z [00:02:23.847]➜  EOF
2025-08-20T20:25:45.1630727Z [00:02:23.849]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.1632828Z [00:02:23.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b150=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b150/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack -asmhdr $WORK/b150/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-20T20:25:45.1640154Z [00:02:23.850]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:25:45.1641395Z [00:02:23.850]➜  /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/b112=>" -I $WORK/b112/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b112/ctr_arm64.o ./ctr_arm64.s
2025-08-20T20:25:45.1671975Z [00:02:23.853]➜  go tool pack r $WORK/b112/_pkg_.a $WORK/b112/aes_arm64.o $WORK/b112/ctr_arm64.o # internal
2025-08-20T20:25:45.1673875Z [00:02:23.854]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T20:25:45.1688663Z [00:02:23.855]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T20:25:45.1690052Z [00:02:23.855]➜  crypto/internal/fips140/drbg
2025-08-20T20:25:45.1691387Z [00:02:23.855]➜  mkdir -p $WORK/b126/
2025-08-20T20:25:45.1721550Z [00:02:23.858]➜  cat >/tmp/go-build1823208636/b126/importcfg << 'EOF' # internal
2025-08-20T20:25:45.1723622Z [00:02:23.858]➜  # import config
2025-08-20T20:25:45.1726886Z [00:02:23.858]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.1727408Z [00:02:23.858]➜  packagefile crypto/internal/entropy=/tmp/go-build1823208636/b127/_pkg_.a
2025-08-20T20:25:45.1727957Z [00:02:23.858]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.1728508Z [00:02:23.858]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1823208636/b112/_pkg_.a
2025-08-20T20:25:45.1729117Z [00:02:23.858]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.1729702Z [00:02:23.858]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:45.1730329Z [00:02:23.858]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.1730924Z [00:02:23.858]➜  packagefile crypto/internal/randutil=/tmp/go-build1823208636/b129/_pkg_.a
2025-08-20T20:25:45.1731484Z [00:02:23.858]➜  packagefile crypto/internal/sysrand=/tmp/go-build1823208636/b128/_pkg_.a
2025-08-20T20:25:45.1731961Z [00:02:23.858]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.1732369Z [00:02:23.858]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.1732786Z [00:02:23.859]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.1733209Z [00:02:23.859]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.1733911Z [00:02:23.859]➜  EOF
2025-08-20T20:25:45.1741307Z [00:02:23.860]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.1745288Z [00:02:23.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b126=>" -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/b126/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-20T20:25:45.2221394Z [00:02:23.908]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:25:45.2226889Z [00:02:23.908]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b150/crc32_arm64.o ./crc32_arm64.s
2025-08-20T20:25:45.2254006Z [00:02:23.911]➜  go tool pack r $WORK/b150/_pkg_.a $WORK/b150/crc32_arm64.o # internal
2025-08-20T20:25:45.2257658Z [00:02:23.912]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T20:25:45.2272436Z [00:02:23.912]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T20:25:45.2273593Z [00:02:23.913]➜  math/big
2025-08-20T20:25:45.2274041Z [00:02:23.913]➜  mkdir -p $WORK/b153/
2025-08-20T20:25:45.2274808Z [00:02:23.913]➜  echo -n > $WORK/b153/go_asm.h # internal
2025-08-20T20:25:45.2279621Z [00:02:23.914]➜  cd /root/.go/src/math/big
2025-08-20T20:25:45.2281511Z [00:02:23.914]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b153/symabis ./arith_arm64.s
2025-08-20T20:25:45.2306663Z [00:02:23.917]➜  cat >/tmp/go-build1823208636/b153/importcfg << 'EOF' # internal
2025-08-20T20:25:45.2308653Z [00:02:23.917]➜  # import config
2025-08-20T20:25:45.2309748Z [00:02:23.917]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.2310385Z [00:02:23.917]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.2311026Z [00:02:23.917]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.2314691Z [00:02:23.917]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:45.2315247Z [00:02:23.917]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.2315810Z [00:02:23.917]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:45.2316262Z [00:02:23.917]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.2316707Z [00:02:23.917]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:45.2317153Z [00:02:23.917]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:45.2317578Z [00:02:23.917]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.2318002Z [00:02:23.917]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.2318417Z [00:02:23.917]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.2318716Z [00:02:23.917]➜  EOF
2025-08-20T20:25:45.2318999Z [00:02:23.917]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.2331092Z [00:02:23.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b153=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b153/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack -asmhdr $WORK/b153/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-20T20:25:45.2359610Z [00:02:23.922]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T20:25:45.2378664Z [00:02:23.923]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T20:25:45.2380564Z [00:02:23.923]➜  crypto/internal/fips140/aes/gcm
2025-08-20T20:25:45.2382331Z [00:02:23.923]➜  mkdir -p $WORK/b125/
2025-08-20T20:25:45.2382666Z [00:02:23.923]➜  echo -n > $WORK/b125/go_asm.h # internal
2025-08-20T20:25:45.2383031Z [00:02:23.924]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:25:45.2384642Z [00:02:23.924]➜  /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/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b125/symabis ./gcm_arm64.s
2025-08-20T20:25:45.2390942Z [00:02:23.924]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T20:25:45.2399023Z [00:02:23.926]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/b5/b5acbb681d037958b6b09c568e600d06fac724a25be5598ef4e55dc9a8e767a3-d # internal
2025-08-20T20:25:45.2401313Z [00:02:23.926]➜  crypto/internal/fips140only
2025-08-20T20:25:45.2405064Z [00:02:23.926]➜  mkdir -p $WORK/b131/
2025-08-20T20:25:45.2405463Z [00:02:23.926]➜  cat >/tmp/go-build1823208636/b131/importcfg << 'EOF' # internal
2025-08-20T20:25:45.2406033Z [00:02:23.926]➜  # import config
2025-08-20T20:25:45.2406475Z [00:02:23.926]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1823208636/b126/_pkg_.a
2025-08-20T20:25:45.2407061Z [00:02:23.926]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:25:45.2407640Z [00:02:23.926]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1823208636/b122/_pkg_.a
2025-08-20T20:25:45.2408233Z [00:02:23.926]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1823208636/b124/_pkg_.a
2025-08-20T20:25:45.2408731Z [00:02:23.926]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.2409184Z [00:02:23.926]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:45.2409623Z [00:02:23.926]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.2409918Z [00:02:23.926]➜  EOF
2025-08-20T20:25:45.2410180Z [00:02:23.926]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.2421275Z [00:02:23.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b131=>" -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/b131/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T20:25:45.2423050Z [00:02:23.928]➜  cat >/tmp/go-build1823208636/b125/importcfg << 'EOF' # internal
2025-08-20T20:25:45.2423410Z [00:02:23.928]➜  # import config
2025-08-20T20:25:45.2423807Z [00:02:23.928]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.2424361Z [00:02:23.928]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1823208636/b112/_pkg_.a
2025-08-20T20:25:45.2424938Z [00:02:23.928]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1823208636/b115/_pkg_.a
2025-08-20T20:25:45.2425691Z [00:02:23.928]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.2426327Z [00:02:23.928]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1823208636/b126/_pkg_.a
2025-08-20T20:25:45.2426910Z [00:02:23.928]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:45.2427529Z [00:02:23.928]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.2428157Z [00:02:23.928]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1823208636/b120/_pkg_.a
2025-08-20T20:25:45.2428714Z [00:02:23.928]➜  packagefile crypto/internal/impl=/tmp/go-build1823208636/b121/_pkg_.a
2025-08-20T20:25:45.2429183Z [00:02:23.928]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.2429598Z [00:02:23.928]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:45.2429913Z [00:02:23.928]➜  EOF
2025-08-20T20:25:45.2433627Z [00:02:23.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b125=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -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/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-20T20:25:45.2439965Z [00:02:23.930]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T20:25:45.2455861Z [00:02:23.932]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T20:25:45.2460112Z [00:02:23.932]➜  github.com/muesli/termenv
2025-08-20T20:25:45.2460720Z [00:02:23.932]➜  mkdir -p $WORK/b137/
2025-08-20T20:25:45.2466713Z [00:02:23.933]➜  cat >/tmp/go-build1823208636/b137/importcfg << 'EOF' # internal
2025-08-20T20:25:45.2467925Z [00:02:23.933]➜  # import config
2025-08-20T20:25:45.2468603Z [00:02:23.933]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.2469916Z [00:02:23.933]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.2470594Z [00:02:23.933]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build1823208636/b138/_pkg_.a
2025-08-20T20:25:45.2471392Z [00:02:23.933]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1823208636/b139/_pkg_.a
2025-08-20T20:25:45.2472389Z [00:02:23.933]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1823208636/b068/_pkg_.a
2025-08-20T20:25:45.2473694Z [00:02:23.933]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1823208636/b143/_pkg_.a
2025-08-20T20:25:45.2474268Z [00:02:23.933]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:25:45.2474769Z [00:02:23.933]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:45.2475200Z [00:02:23.933]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.2475781Z [00:02:23.933]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:45.2476251Z [00:02:23.933]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:45.2476667Z [00:02:23.933]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.2477094Z [00:02:23.933]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.2477513Z [00:02:23.933]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.2477973Z [00:02:23.933]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:25:45.2478414Z [00:02:23.933]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:45.2478721Z [00:02:23.933]➜  EOF
2025-08-20T20:25:45.2483603Z [00:02:23.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.16.0=>github.com/muesli/termenv@v0.16.0;$WORK/b137=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid cjBlN8m9TYEClY_VoSYf/cjBlN8m9TYEClY_VoSYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/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-20T20:25:45.2627449Z [00:02:23.948]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T20:25:45.2631206Z [00:02:23.949]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T20:25:45.2632257Z [00:02:23.949]➜  compress/gzip
2025-08-20T20:25:45.2632560Z [00:02:23.949]➜  mkdir -p $WORK/b148/
2025-08-20T20:25:45.2632945Z [00:02:23.949]➜  cat >/tmp/go-build1823208636/b148/importcfg << 'EOF' # internal
2025-08-20T20:25:45.2633321Z [00:02:23.949]➜  # import config
2025-08-20T20:25:45.2633656Z [00:02:23.949]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:45.2634111Z [00:02:23.949]➜  packagefile compress/flate=/tmp/go-build1823208636/b149/_pkg_.a
2025-08-20T20:25:45.2634593Z [00:02:23.949]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:45.2635042Z [00:02:23.949]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.2635481Z [00:02:23.949]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.2636355Z [00:02:23.949]➜  packagefile hash/crc32=/tmp/go-build1823208636/b150/_pkg_.a
2025-08-20T20:25:45.2636783Z [00:02:23.949]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.2637191Z [00:02:23.949]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:45.2637503Z [00:02:23.949]➜  EOF
2025-08-20T20:25:45.2639100Z [00:02:23.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b148=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T20:25:45.2942541Z [00:02:23.980]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T20:25:45.2946037Z [00:02:23.980]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T20:25:45.2962347Z [00:02:23.982]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T20:25:45.2969907Z [00:02:23.983]➜  mkdir -p $WORK/b160/
2025-08-20T20:25:45.2992981Z [00:02:23.985]➜  cat >/tmp/go-build1823208636/b160/importcfg << 'EOF' # internal
2025-08-20T20:25:45.2994786Z [00:02:23.985]➜  # import config
2025-08-20T20:25:45.2996208Z [00:02:23.985]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.2996887Z [00:02:23.985]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:45.2997399Z [00:02:23.985]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.2997836Z [00:02:23.985]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.2998157Z [00:02:23.985]➜  EOF
2025-08-20T20:25:45.3003310Z [00:02:23.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b160=>" -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/b160/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-20T20:25:45.3039233Z [00:02:23.990]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:25:45.3040564Z [00:02:23.990]➜  /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/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b125/gcm_arm64.o ./gcm_arm64.s
2025-08-20T20:25:45.3098245Z [00:02:23.996]➜  go tool pack r $WORK/b125/_pkg_.a $WORK/b125/gcm_arm64.o # internal
2025-08-20T20:25:45.3099096Z [00:02:23.996]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T20:25:45.3111014Z [00:02:23.997]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T20:25:45.3112232Z [00:02:23.997]➜  crypto/cipher
2025-08-20T20:25:45.3113061Z [00:02:23.997]➜  mkdir -p $WORK/b111/
2025-08-20T20:25:45.3113888Z [00:02:23.997]➜  cat >/tmp/go-build1823208636/b111/importcfg << 'EOF' # internal
2025-08-20T20:25:45.3126810Z [00:02:23.997]➜  # import config
2025-08-20T20:25:45.3127541Z [00:02:23.997]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.3128312Z [00:02:23.997]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1823208636/b112/_pkg_.a
2025-08-20T20:25:45.3129865Z [00:02:23.997]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1823208636/b125/_pkg_.a
2025-08-20T20:25:45.3131034Z [00:02:23.997]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1823208636/b115/_pkg_.a
2025-08-20T20:25:45.3131683Z [00:02:23.997]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:45.3132213Z [00:02:23.997]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:45.3132682Z [00:02:23.997]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.3133149Z [00:02:23.997]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:45.3133596Z [00:02:23.997]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.3133894Z [00:02:23.997]➜  EOF
2025-08-20T20:25:45.3134155Z [00:02:23.997]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.3136753Z [00:02:23.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b111=>" -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/b111/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-20T20:25:45.3832944Z [00:02:24.069]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T20:25:45.3849810Z [00:02:24.071]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T20:25:45.3850926Z [00:02:24.071]➜  crypto/internal/boring
2025-08-20T20:25:45.3851521Z [00:02:24.071]➜  mkdir -p $WORK/b110/
2025-08-20T20:25:45.3853765Z [00:02:24.071]➜  cat >/tmp/go-build1823208636/b110/importcfg << 'EOF' # internal
2025-08-20T20:25:45.3854516Z [00:02:24.071]➜  # import config
2025-08-20T20:25:45.3855402Z [00:02:24.071]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:45.3856160Z [00:02:24.071]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:45.3856705Z [00:02:24.071]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1823208636/b133/_pkg_.a
2025-08-20T20:25:45.3857199Z [00:02:24.071]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.3857509Z [00:02:24.071]➜  EOF
2025-08-20T20:25:45.3859621Z [00:02:24.071]➜  /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-20T20:25:45.4212029Z [00:02:24.107]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T20:25:45.4222309Z [00:02:24.108]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T20:25:45.4223273Z [00:02:24.108]➜  crypto/sha256
2025-08-20T20:25:45.4223854Z [00:02:24.108]➜  mkdir -p $WORK/b107/
2025-08-20T20:25:45.4231946Z [00:02:24.109]➜  cat >/tmp/go-build1823208636/b107/importcfg << 'EOF' # internal
2025-08-20T20:25:45.4232367Z [00:02:24.109]➜  # import config
2025-08-20T20:25:45.4232716Z [00:02:24.109]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:45.4233219Z [00:02:24.109]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:45.4233786Z [00:02:24.109]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:25:45.4234277Z [00:02:24.109]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.4234984Z [00:02:24.109]➜  EOF
2025-08-20T20:25:45.4236589Z [00:02:24.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b107=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T20:25:45.4388744Z [00:02:24.125]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T20:25:45.4431808Z [00:02:24.129]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T20:25:45.4433290Z [00:02:24.129]➜  crypto/aes
2025-08-20T20:25:45.4433802Z [00:02:24.129]➜  mkdir -p $WORK/b155/
2025-08-20T20:25:45.4434195Z [00:02:24.129]➜  cat >/tmp/go-build1823208636/b155/importcfg << 'EOF' # internal
2025-08-20T20:25:45.4434540Z [00:02:24.129]➜  # import config
2025-08-20T20:25:45.4434943Z [00:02:24.129]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:45.4435459Z [00:02:24.129]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:45.4436390Z [00:02:24.129]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1823208636/b112/_pkg_.a
2025-08-20T20:25:45.4436894Z [00:02:24.129]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.4437210Z [00:02:24.129]➜  EOF
2025-08-20T20:25:45.4438624Z [00:02:24.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b155=>" -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/b155/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T20:25:45.4540737Z [00:02:24.140]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T20:25:45.4567345Z [00:02:24.143]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T20:25:45.4574909Z [00:02:24.143]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T20:25:45.4576177Z [00:02:24.144]➜  crypto/des
2025-08-20T20:25:45.4576682Z [00:02:24.144]➜  mkdir -p $WORK/b156/
2025-08-20T20:25:45.4577081Z [00:02:24.144]➜  cat >/tmp/go-build1823208636/b156/importcfg << 'EOF' # internal
2025-08-20T20:25:45.4577800Z [00:02:24.144]➜  # import config
2025-08-20T20:25:45.4578233Z [00:02:24.144]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:45.4578790Z [00:02:24.144]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1823208636/b115/_pkg_.a
2025-08-20T20:25:45.4579371Z [00:02:24.144]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:45.4579868Z [00:02:24.144]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.4580351Z [00:02:24.144]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:45.4580816Z [00:02:24.144]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.4581231Z [00:02:24.144]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.4581539Z [00:02:24.144]➜  EOF
2025-08-20T20:25:45.4583671Z [00:02:24.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b156=>" -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/b156/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-20T20:25:45.4601268Z [00:02:24.146]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/ad/ad2710d5bf8e1c2caef1355054d0c1cc0bb09b25ae293ccdaaaa6ffe0b47a1f3-d # internal
2025-08-20T20:25:45.4628527Z [00:02:24.149]➜  github.com/cli/go-gh/v2/pkg/term
2025-08-20T20:25:45.4629379Z [00:02:24.149]➜  mkdir -p $WORK/b136/
2025-08-20T20:25:45.4634848Z [00:02:24.149]➜  cat >/tmp/go-build1823208636/b136/importcfg << 'EOF' # internal
2025-08-20T20:25:45.4635228Z [00:02:24.149]➜  # import config
2025-08-20T20:25:45.4638244Z [00:02:24.149]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.4638868Z [00:02:24.149]➜  packagefile github.com/muesli/termenv=/tmp/go-build1823208636/b137/_pkg_.a
2025-08-20T20:25:45.4639427Z [00:02:24.149]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:25:45.4639875Z [00:02:24.149]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.4640274Z [00:02:24.149]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:45.4640687Z [00:02:24.149]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.4641121Z [00:02:24.149]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.4641451Z [00:02:24.149]➜  EOF
2025-08-20T20:25:45.4643494Z [00:02:24.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/term=>github.com/cli/go-gh/v2@v2.12.2/pkg/term;$WORK/b136=>" -p github.com/cli/go-gh/v2/pkg/term -lang=go1.23 -complete -installsuffix shared -buildid Nu2AO306BzW4w_d964NI/Nu2AO306BzW4w_d964NI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/term/console.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/term/env.go
2025-08-20T20:25:45.4982867Z [00:02:24.184]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T20:25:45.5038512Z [00:02:24.190]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T20:25:45.5039857Z [00:02:24.190]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T20:25:45.5040677Z [00:02:24.190]➜  mkdir -p $WORK/b161/
2025-08-20T20:25:45.5041611Z [00:02:24.190]➜  cat >/tmp/go-build1823208636/b161/importcfg << 'EOF' # internal
2025-08-20T20:25:45.5042006Z [00:02:24.190]➜  # import config
2025-08-20T20:25:45.5042447Z [00:02:24.190]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.5043043Z [00:02:24.190]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:45.5044066Z [00:02:24.190]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.5044667Z [00:02:24.190]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.5045103Z [00:02:24.190]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.5045427Z [00:02:24.190]➜  EOF
2025-08-20T20:25:45.5048147Z [00:02:24.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b161=>" -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/b161/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-20T20:25:45.5262726Z [00:02:24.212]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T20:25:45.5269200Z [00:02:24.213]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/4c/4cd9236a2a2eef7fff7d914671369f797f7a8cff0fb638788dd8f8dd233bcd9c-d # internal
2025-08-20T20:25:45.5270719Z [00:02:24.213]➜  crypto/internal/fips140/bigmod
2025-08-20T20:25:45.5271074Z [00:02:24.213]➜  mkdir -p $WORK/b166/
2025-08-20T20:25:45.5274324Z [00:02:24.214]➜  echo -n > $WORK/b166/go_asm.h # internal
2025-08-20T20:25:45.5276895Z [00:02:24.214]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:25:45.5278217Z [00:02:24.214]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b166=>" -I $WORK/b166/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b166/symabis ./nat_arm64.s
2025-08-20T20:25:45.5353390Z [00:02:24.221]➜  cat >/tmp/go-build1823208636/b166/importcfg << 'EOF' # internal
2025-08-20T20:25:45.5353866Z [00:02:24.221]➜  # import config
2025-08-20T20:25:45.5354308Z [00:02:24.221]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.5354935Z [00:02:24.221]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.5355675Z [00:02:24.221]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1823208636/b120/_pkg_.a
2025-08-20T20:25:45.5356481Z [00:02:24.221]➜  packagefile crypto/internal/impl=/tmp/go-build1823208636/b121/_pkg_.a
2025-08-20T20:25:45.5357130Z [00:02:24.221]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.5357705Z [00:02:24.221]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.5358188Z [00:02:24.221]➜  EOF
2025-08-20T20:25:45.5359539Z [00:02:24.222]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.5361794Z [00:02:24.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b166=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b166/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack -asmhdr $WORK/b166/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T20:25:45.5664134Z [00:02:24.252]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T20:25:45.5673882Z [00:02:24.253]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T20:25:45.5675188Z [00:02:24.254]➜  crypto/sha3
2025-08-20T20:25:45.5676718Z [00:02:24.254]➜  mkdir -p $WORK/b170/
2025-08-20T20:25:45.5681657Z [00:02:24.254]➜  cat >/tmp/go-build1823208636/b170/importcfg << 'EOF' # internal
2025-08-20T20:25:45.5682022Z [00:02:24.254]➜  # import config
2025-08-20T20:25:45.5682631Z [00:02:24.254]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:45.5683243Z [00:02:24.254]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1823208636/b122/_pkg_.a
2025-08-20T20:25:45.5683738Z [00:02:24.254]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.5684046Z [00:02:24.254]➜  EOF
2025-08-20T20:25:45.5685447Z [00:02:24.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b170=>" -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/b170/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T20:25:45.5990579Z [00:02:24.285]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T20:25:45.6001438Z [00:02:24.286]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T20:25:45.6026994Z [00:02:24.287]➜  crypto/internal/fips140hash
2025-08-20T20:25:45.6028779Z [00:02:24.287]➜  mkdir -p $WORK/b169/
2025-08-20T20:25:45.6029233Z [00:02:24.287]➜  cat >/tmp/go-build1823208636/b169/importcfg << 'EOF' # internal
2025-08-20T20:25:45.6029589Z [00:02:24.287]➜  # import config
2025-08-20T20:25:45.6030008Z [00:02:24.287]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1823208636/b122/_pkg_.a
2025-08-20T20:25:45.6030948Z [00:02:24.287]➜  packagefile crypto/sha3=/tmp/go-build1823208636/b170/_pkg_.a
2025-08-20T20:25:45.6031389Z [00:02:24.287]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.6031697Z [00:02:24.287]➜  EOF
2025-08-20T20:25:45.6033380Z [00:02:24.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b169=>" -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/b169/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T20:25:45.6160714Z [00:02:24.302]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T20:25:45.6166247Z [00:02:24.302]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T20:25:45.6166934Z [00:02:24.302]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T20:25:45.6167523Z [00:02:24.302]➜  crypto/sha512
2025-08-20T20:25:45.6167770Z [00:02:24.302]➜  mkdir -p $WORK/b171/
2025-08-20T20:25:45.6168138Z [00:02:24.302]➜  cat >/tmp/go-build1823208636/b171/importcfg << 'EOF' # internal
2025-08-20T20:25:45.6168481Z [00:02:24.302]➜  # import config
2025-08-20T20:25:45.6168816Z [00:02:24.302]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:45.6169318Z [00:02:24.302]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:45.6169889Z [00:02:24.302]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1823208636/b124/_pkg_.a
2025-08-20T20:25:45.6170380Z [00:02:24.302]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.6170686Z [00:02:24.302]➜  EOF
2025-08-20T20:25:45.6172105Z [00:02:24.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b171=>" -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/b171/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T20:25:45.6182865Z [00:02:24.304]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T20:25:45.6204762Z [00:02:24.306]➜  crypto/internal/fips140/nistec
2025-08-20T20:25:45.6211310Z [00:02:24.307]➜  mkdir -p $WORK/b159/
2025-08-20T20:25:45.6240414Z [00:02:24.310]➜  echo -n > $WORK/b159/go_asm.h # internal
2025-08-20T20:25:45.6250081Z [00:02:24.311]➜  cd /root/.go/src/math/big
2025-08-20T20:25:45.6252662Z [00:02:24.311]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b153/arith_arm64.o ./arith_arm64.s
2025-08-20T20:25:45.6254042Z [00:02:24.311]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:25:45.6256376Z [00:02:24.311]➜  /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/b159=>" -I $WORK/b159/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b159/symabis ./p256_asm_arm64.s
2025-08-20T20:25:45.6346326Z [00:02:24.321]➜  cd /root/.go/src/math/big
2025-08-20T20:25:45.6350213Z [00:02:24.321]➜  go tool pack r $WORK/b153/_pkg_.a $WORK/b153/arith_arm64.o # internal
2025-08-20T20:25:45.6350861Z [00:02:24.321]➜  cat >/tmp/go-build1823208636/b159/importcfg << 'EOF' # internal
2025-08-20T20:25:45.6351215Z [00:02:24.321]➜  # import config
2025-08-20T20:25:45.6351645Z [00:02:24.321]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.6352262Z [00:02:24.321]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1823208636/b160/_pkg_.a
2025-08-20T20:25:45.6353238Z [00:02:24.321]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:45.6353865Z [00:02:24.321]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.6354461Z [00:02:24.321]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.6354896Z [00:02:24.321]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.6355346Z [00:02:24.321]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:45.6356033Z [00:02:24.321]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.6356350Z [00:02:24.321]➜  EOF
2025-08-20T20:25:45.6358154Z [00:02:24.322]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.6361935Z [00:02:24.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b159=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b159/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack -asmhdr $WORK/b159/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-20T20:25:45.6365170Z [00:02:24.322]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T20:25:45.6417316Z [00:02:24.328]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T20:25:45.6428826Z [00:02:24.328]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T20:25:45.6429519Z [00:02:24.328]➜  crypto/internal/fips140/edwards25519
2025-08-20T20:25:45.6429831Z [00:02:24.328]➜  mkdir -p $WORK/b177/
2025-08-20T20:25:45.6430207Z [00:02:24.328]➜  cat >/tmp/go-build1823208636/b177/importcfg << 'EOF' # internal
2025-08-20T20:25:45.6430555Z [00:02:24.328]➜  # import config
2025-08-20T20:25:45.6430980Z [00:02:24.328]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.6431969Z [00:02:24.328]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1823208636/b161/_pkg_.a
2025-08-20T20:25:45.6432675Z [00:02:24.328]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:45.6433299Z [00:02:24.328]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.6433824Z [00:02:24.328]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.6434251Z [00:02:24.328]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.6434686Z [00:02:24.328]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.6434991Z [00:02:24.328]➜  EOF
2025-08-20T20:25:45.6440209Z [00:02:24.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b177=>" -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/b177/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-20T20:25:45.6448850Z [00:02:24.330]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:25:45.6451717Z [00:02:24.330]➜  /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/b166=>" -I $WORK/b166/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b166/nat_arm64.o ./nat_arm64.s
2025-08-20T20:25:45.6458478Z [00:02:24.332]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T20:25:45.6459038Z [00:02:24.332]➜  crypto/rand
2025-08-20T20:25:45.6460616Z [00:02:24.332]➜  mkdir -p $WORK/b152/
2025-08-20T20:25:45.6461826Z [00:02:24.332]➜  cat >/tmp/go-build1823208636/b152/importcfg << 'EOF' # internal
2025-08-20T20:25:45.6463385Z [00:02:24.332]➜  # import config
2025-08-20T20:25:45.6464361Z [00:02:24.332]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:45.6466877Z [00:02:24.332]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.6467497Z [00:02:24.332]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1823208636/b126/_pkg_.a
2025-08-20T20:25:45.6468079Z [00:02:24.332]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:45.6468637Z [00:02:24.332]➜  packagefile crypto/internal/randutil=/tmp/go-build1823208636/b129/_pkg_.a
2025-08-20T20:25:45.6469206Z [00:02:24.333]➜  packagefile crypto/internal/sysrand=/tmp/go-build1823208636/b128/_pkg_.a
2025-08-20T20:25:45.6469714Z [00:02:24.333]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.6470126Z [00:02:24.333]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.6470539Z [00:02:24.333]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:45.6470858Z [00:02:24.333]➜  EOF
2025-08-20T20:25:45.6471120Z [00:02:24.333]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.6472884Z [00:02:24.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b152=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/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-20T20:25:45.6474764Z [00:02:24.333]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:25:45.6475266Z [00:02:24.334]➜  go tool pack r $WORK/b166/_pkg_.a $WORK/b166/nat_arm64.o # internal
2025-08-20T20:25:45.6475930Z [00:02:24.334]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T20:25:45.6491392Z [00:02:24.335]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T20:25:45.6496078Z [00:02:24.336]➜  crypto/internal/boring/bbig
2025-08-20T20:25:45.6497068Z [00:02:24.336]➜  mkdir -p $WORK/b164/
2025-08-20T20:25:45.6504341Z [00:02:24.337]➜  cat >/tmp/go-build1823208636/b164/importcfg << 'EOF' # internal
2025-08-20T20:25:45.6508847Z [00:02:24.337]➜  # import config
2025-08-20T20:25:45.6510734Z [00:02:24.337]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:45.6513070Z [00:02:24.337]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:45.6514535Z [00:02:24.337]➜  EOF
2025-08-20T20:25:45.6515162Z [00:02:24.337]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.6517842Z [00:02:24.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b164=>" -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/b164/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T20:25:45.6674567Z [00:02:24.353]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T20:25:45.6676046Z [00:02:24.354]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T20:25:45.6677434Z [00:02:24.354]➜  encoding/asn1
2025-08-20T20:25:45.6678692Z [00:02:24.354]➜  mkdir -p $WORK/b173/
2025-08-20T20:25:45.6681808Z [00:02:24.354]➜  cat >/tmp/go-build1823208636/b173/importcfg << 'EOF' # internal
2025-08-20T20:25:45.6683459Z [00:02:24.354]➜  # import config
2025-08-20T20:25:45.6683979Z [00:02:24.354]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.6684609Z [00:02:24.354]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.6685236Z [00:02:24.354]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.6685937Z [00:02:24.354]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:45.6686496Z [00:02:24.354]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:45.6687118Z [00:02:24.354]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:45.6687722Z [00:02:24.354]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:45.6688302Z [00:02:24.354]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.6688966Z [00:02:24.354]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:45.6689772Z [00:02:24.354]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:45.6690481Z [00:02:24.355]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:25:45.6696743Z [00:02:24.355]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:45.6697535Z [00:02:24.355]➜  EOF
2025-08-20T20:25:45.6699495Z [00:02:24.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b173=>" -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/b173/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-20T20:25:45.6741012Z [00:02:24.360]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T20:25:45.6754991Z [00:02:24.361]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T20:25:45.6755940Z [00:02:24.362]➜  crypto/internal/fips140/hkdf
2025-08-20T20:25:45.6757019Z [00:02:24.362]➜  mkdir -p $WORK/b179/
2025-08-20T20:25:45.6764413Z [00:02:24.362]➜  cat >/tmp/go-build1823208636/b179/importcfg << 'EOF' # internal
2025-08-20T20:25:45.6765649Z [00:02:24.362]➜  # import config
2025-08-20T20:25:45.6766403Z [00:02:24.362]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.6767111Z [00:02:24.362]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.6767853Z [00:02:24.362]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.6768745Z [00:02:24.363]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1823208636/b117/_pkg_.a
2025-08-20T20:25:45.6769466Z [00:02:24.363]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:25:45.6770058Z [00:02:24.363]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.6770603Z [00:02:24.363]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.6771201Z [00:02:24.363]➜  EOF
2025-08-20T20:25:45.6773510Z [00:02:24.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b179=>" -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/b179/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T20:25:45.6966420Z [00:02:24.383]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T20:25:45.6968480Z [00:02:24.383]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T20:25:45.6970628Z [00:02:24.383]➜  crypto/hkdf
2025-08-20T20:25:45.6970976Z [00:02:24.383]➜  mkdir -p $WORK/b178/
2025-08-20T20:25:45.6971364Z [00:02:24.383]➜  cat >/tmp/go-build1823208636/b178/importcfg << 'EOF' # internal
2025-08-20T20:25:45.6971704Z [00:02:24.383]➜  # import config
2025-08-20T20:25:45.6972129Z [00:02:24.383]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1823208636/b179/_pkg_.a
2025-08-20T20:25:45.6972706Z [00:02:24.383]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1823208636/b169/_pkg_.a
2025-08-20T20:25:45.6973297Z [00:02:24.383]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:45.6973788Z [00:02:24.383]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.6974204Z [00:02:24.383]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.6974507Z [00:02:24.383]➜  EOF
2025-08-20T20:25:45.6976102Z [00:02:24.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b178=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T20:25:45.7074829Z [00:02:24.393]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T20:25:45.7082936Z [00:02:24.394]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T20:25:45.7084500Z [00:02:24.395]➜  crypto/hmac
2025-08-20T20:25:45.7089666Z [00:02:24.395]➜  mkdir -p $WORK/b180/
2025-08-20T20:25:45.7090108Z [00:02:24.395]➜  cat >/tmp/go-build1823208636/b180/importcfg << 'EOF' # internal
2025-08-20T20:25:45.7091474Z [00:02:24.395]➜  # import config
2025-08-20T20:25:45.7092142Z [00:02:24.395]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:45.7093355Z [00:02:24.395]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1823208636/b117/_pkg_.a
2025-08-20T20:25:45.7095082Z [00:02:24.395]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1823208636/b169/_pkg_.a
2025-08-20T20:25:45.7095799Z [00:02:24.395]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:45.7096386Z [00:02:24.395]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:45.7096845Z [00:02:24.395]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.7097169Z [00:02:24.395]➜  EOF
2025-08-20T20:25:45.7098567Z [00:02:24.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b180=>" -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/b180/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T20:25:45.7167022Z [00:02:24.403]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T20:25:45.7267853Z [00:02:24.413]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T20:25:45.7277347Z [00:02:24.414]➜  crypto/internal/fips140/ed25519
2025-08-20T20:25:45.7278729Z [00:02:24.414]➜  mkdir -p $WORK/b176/
2025-08-20T20:25:45.7317328Z [00:02:24.416]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T20:25:45.7318490Z [00:02:24.416]➜  cat >/tmp/go-build1823208636/b176/importcfg << 'EOF' # internal
2025-08-20T20:25:45.7319147Z [00:02:24.416]➜  # import config
2025-08-20T20:25:45.7319787Z [00:02:24.416]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.7320622Z [00:02:24.416]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.7321418Z [00:02:24.416]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.7322328Z [00:02:24.416]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1823208636/b126/_pkg_.a
2025-08-20T20:25:45.7323235Z [00:02:24.416]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1823208636/b177/_pkg_.a
2025-08-20T20:25:45.7324068Z [00:02:24.416]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1823208636/b124/_pkg_.a
2025-08-20T20:25:45.7324801Z [00:02:24.416]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.7325775Z [00:02:24.416]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.7326510Z [00:02:24.416]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.7327036Z [00:02:24.416]➜  EOF
2025-08-20T20:25:45.7329226Z [00:02:24.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b176=>" -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/b176/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T20:25:45.7357333Z [00:02:24.422]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T20:25:45.7366282Z [00:02:24.423]➜  crypto/internal/fips140/mlkem
2025-08-20T20:25:45.7366864Z [00:02:24.423]➜  mkdir -p $WORK/b181/
2025-08-20T20:25:45.7376542Z [00:02:24.424]➜  cat >/tmp/go-build1823208636/b181/importcfg << 'EOF' # internal
2025-08-20T20:25:45.7376921Z [00:02:24.424]➜  # import config
2025-08-20T20:25:45.7377260Z [00:02:24.424]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.7377748Z [00:02:24.424]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.7378597Z [00:02:24.424]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.7379245Z [00:02:24.424]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1823208636/b126/_pkg_.a
2025-08-20T20:25:45.7379817Z [00:02:24.424]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1823208636/b122/_pkg_.a
2025-08-20T20:25:45.7380400Z [00:02:24.424]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:45.7381022Z [00:02:24.424]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.7381564Z [00:02:24.424]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.7381873Z [00:02:24.424]➜  EOF
2025-08-20T20:25:45.7384262Z [00:02:24.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b181=>" -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/b181/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-20T20:25:45.8043768Z [00:02:24.489]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T20:25:45.8044548Z [00:02:24.489]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T20:25:45.8045644Z [00:02:24.489]➜  crypto/ed25519
2025-08-20T20:25:45.8045988Z [00:02:24.490]➜  mkdir -p $WORK/b175/
2025-08-20T20:25:45.8046371Z [00:02:24.490]➜  cat >/tmp/go-build1823208636/b175/importcfg << 'EOF' # internal
2025-08-20T20:25:45.8046719Z [00:02:24.490]➜  # import config
2025-08-20T20:25:45.8047056Z [00:02:24.490]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:45.8047606Z [00:02:24.490]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1823208636/b176/_pkg_.a
2025-08-20T20:25:45.8048196Z [00:02:24.490]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1823208636/b167/_pkg_.a
2025-08-20T20:25:45.8048774Z [00:02:24.490]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:45.8049282Z [00:02:24.490]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:45.8049744Z [00:02:24.490]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:45.8050196Z [00:02:24.490]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.8050605Z [00:02:24.490]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.8051013Z [00:02:24.490]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.8051327Z [00:02:24.490]➜  EOF
2025-08-20T20:25:45.8052802Z [00:02:24.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b175=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T20:25:45.8283228Z [00:02:24.514]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T20:25:45.8310164Z [00:02:24.515]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T20:25:45.8311060Z [00:02:24.516]➜  crypto/internal/fips140/tls12
2025-08-20T20:25:45.8311371Z [00:02:24.516]➜  mkdir -p $WORK/b182/
2025-08-20T20:25:45.8313544Z [00:02:24.516]➜  cat >/tmp/go-build1823208636/b182/importcfg << 'EOF' # internal
2025-08-20T20:25:45.8315128Z [00:02:24.516]➜  # import config
2025-08-20T20:25:45.8316022Z [00:02:24.516]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.8316857Z [00:02:24.516]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.8317510Z [00:02:24.516]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.8318099Z [00:02:24.516]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1823208636/b117/_pkg_.a
2025-08-20T20:25:45.8318683Z [00:02:24.516]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:25:45.8319266Z [00:02:24.516]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1823208636/b124/_pkg_.a
2025-08-20T20:25:45.8319776Z [00:02:24.516]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.8320190Z [00:02:24.516]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.8320492Z [00:02:24.516]➜  EOF
2025-08-20T20:25:45.8322426Z [00:02:24.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b182=>" -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/b182/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T20:25:45.8324176Z [00:02:24.517]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T20:25:45.8331204Z [00:02:24.519]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T20:25:45.8333636Z [00:02:24.519]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:25:45.8334980Z [00:02:24.519]➜  mkdir -p $WORK/b172/
2025-08-20T20:25:45.8335375Z [00:02:24.519]➜  cat >/tmp/go-build1823208636/b172/importcfg << 'EOF' # internal
2025-08-20T20:25:45.8335847Z [00:02:24.519]➜  # import config
2025-08-20T20:25:45.8336349Z [00:02:24.519]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:25:45.8336917Z [00:02:24.519]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:45.8337363Z [00:02:24.519]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.8337781Z [00:02:24.519]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:45.8338325Z [00:02:24.519]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1823208636/b174/_pkg_.a
2025-08-20T20:25:45.8338885Z [00:02:24.519]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:45.8339312Z [00:02:24.519]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:45.8339730Z [00:02:24.519]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:45.8340037Z [00:02:24.519]➜  EOF
2025-08-20T20:25:45.8342378Z [00:02:24.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b172=>" -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/b172/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-20T20:25:45.8588098Z [00:02:24.544]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T20:25:45.8589407Z [00:02:24.544]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T20:25:45.8590037Z [00:02:24.544]➜  crypto/internal/fips140/tls13
2025-08-20T20:25:45.8590328Z [00:02:24.544]➜  mkdir -p $WORK/b183/
2025-08-20T20:25:45.8590708Z [00:02:24.544]➜  cat >/tmp/go-build1823208636/b183/importcfg << 'EOF' # internal
2025-08-20T20:25:45.8591053Z [00:02:24.544]➜  # import config
2025-08-20T20:25:45.8591747Z [00:02:24.544]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.8592314Z [00:02:24.544]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.8592884Z [00:02:24.544]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.8593464Z [00:02:24.544]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1823208636/b179/_pkg_.a
2025-08-20T20:25:45.8594067Z [00:02:24.544]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:25:45.8594688Z [00:02:24.544]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:45.8595212Z [00:02:24.544]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.8595779Z [00:02:24.544]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.8596149Z [00:02:24.544]➜  EOF
2025-08-20T20:25:45.8598096Z [00:02:24.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b183=>" -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/b183/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T20:25:45.8966472Z [00:02:24.583]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T20:25:45.8975750Z [00:02:24.584]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T20:25:45.8977720Z [00:02:24.584]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T20:25:45.8978910Z [00:02:24.584]➜  mkdir -p $WORK/b186/
2025-08-20T20:25:45.8983232Z [00:02:24.584]➜  echo -n > $WORK/b186/go_asm.h # internal
2025-08-20T20:25:45.8984792Z [00:02:24.585]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T20:25:45.8986773Z [00:02:24.585]➜  /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/b186=>" -I $WORK/b186/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b186/symabis ./chacha_arm64.s
2025-08-20T20:25:45.9017998Z [00:02:24.588]➜  cat >/tmp/go-build1823208636/b186/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9018469Z [00:02:24.588]➜  # import config
2025-08-20T20:25:45.9018942Z [00:02:24.588]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:25:45.9019508Z [00:02:24.588]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:45.9019993Z [00:02:24.588]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:45.9020461Z [00:02:24.588]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.9021054Z [00:02:24.588]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1823208636/b187/_pkg_.a
2025-08-20T20:25:45.9021601Z [00:02:24.588]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.9022038Z [00:02:24.588]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:45.9022356Z [00:02:24.588]➜  EOF
2025-08-20T20:25:45.9022877Z [00:02:24.588]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.9025955Z [00:02:24.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b186=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b186/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack -asmhdr $WORK/b186/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-20T20:25:45.9366096Z [00:02:24.622]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T20:25:45.9380033Z [00:02:24.623]➜  /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/b186=>" -I $WORK/b186/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b186/chacha_arm64.o ./chacha_arm64.s
2025-08-20T20:25:45.9401409Z [00:02:24.626]➜  go tool pack r $WORK/b186/_pkg_.a $WORK/b186/chacha_arm64.o # internal
2025-08-20T20:25:45.9404355Z [00:02:24.626]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T20:25:45.9413890Z [00:02:24.627]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T20:25:45.9415068Z [00:02:24.627]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:25:45.9416084Z [00:02:24.627]➜  mkdir -p $WORK/b188/
2025-08-20T20:25:45.9417026Z [00:02:24.628]➜  cat >/tmp/go-build1823208636/b188/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9417477Z [00:02:24.628]➜  # import config
2025-08-20T20:25:45.9417856Z [00:02:24.628]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:45.9418346Z [00:02:24.628]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:45.9419237Z [00:02:24.628]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.9419561Z [00:02:24.628]➜  EOF
2025-08-20T20:25:45.9419829Z [00:02:24.628]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.9423291Z [00:02:24.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b188=>" -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/b188/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-20T20:25:45.9489786Z [00:02:24.635]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T20:25:45.9508757Z [00:02:24.637]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T20:25:45.9509515Z [00:02:24.637]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T20:25:45.9509830Z [00:02:24.637]➜  crypto/md5
2025-08-20T20:25:45.9510076Z [00:02:24.637]➜  mkdir -p $WORK/b189/
2025-08-20T20:25:45.9518617Z [00:02:24.638]➜  echo -n > $WORK/b189/go_asm.h # internal
2025-08-20T20:25:45.9519281Z [00:02:24.638]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:25:45.9520363Z [00:02:24.638]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b189=>" -I $WORK/b189/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b189/symabis ./md5block_arm64.s
2025-08-20T20:25:45.9548152Z [00:02:24.641]➜  cat >/tmp/go-build1823208636/b189/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9576574Z [00:02:24.641]➜  # import config
2025-08-20T20:25:45.9576979Z [00:02:24.641]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:45.9577509Z [00:02:24.641]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:45.9578008Z [00:02:24.641]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.9578424Z [00:02:24.641]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.9578913Z [00:02:24.641]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:45.9579389Z [00:02:24.641]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:45.9579720Z [00:02:24.641]➜  EOF
2025-08-20T20:25:45.9579979Z [00:02:24.641]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:45.9581899Z [00:02:24.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b189=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b189/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack -asmhdr $WORK/b189/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-20T20:25:45.9584234Z [00:02:24.644]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T20:25:45.9632035Z [00:02:24.649]➜  crypto/rc4
2025-08-20T20:25:45.9632402Z [00:02:24.649]➜  mkdir -p $WORK/b190/
2025-08-20T20:25:45.9639283Z [00:02:24.650]➜  cat >/tmp/go-build1823208636/b190/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9640675Z [00:02:24.650]➜  # import config
2025-08-20T20:25:45.9642369Z [00:02:24.650]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1823208636/b115/_pkg_.a
2025-08-20T20:25:45.9642964Z [00:02:24.650]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:45.9643487Z [00:02:24.650]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.9643911Z [00:02:24.650]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:45.9644226Z [00:02:24.650]➜  EOF
2025-08-20T20:25:45.9655728Z [00:02:24.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b190=>" -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/b190/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T20:25:45.9725849Z [00:02:24.659]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T20:25:45.9732400Z [00:02:24.659]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T20:25:45.9737084Z [00:02:24.659]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:25:45.9737472Z [00:02:24.659]➜  mkdir -p $WORK/b185/
2025-08-20T20:25:45.9737861Z [00:02:24.660]➜  cat >/tmp/go-build1823208636/b185/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9738222Z [00:02:24.660]➜  # import config
2025-08-20T20:25:45.9738637Z [00:02:24.660]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T20:25:45.9739252Z [00:02:24.660]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:25:45.9740235Z [00:02:24.660]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:25:45.9740882Z [00:02:24.660]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:45.9741364Z [00:02:24.660]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:45.9741814Z [00:02:24.660]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.9742341Z [00:02:24.660]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1823208636/b186/_pkg_.a
2025-08-20T20:25:45.9742996Z [00:02:24.660]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1823208636/b187/_pkg_.a
2025-08-20T20:25:45.9743686Z [00:02:24.660]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1823208636/b188/_pkg_.a
2025-08-20T20:25:45.9744124Z [00:02:24.660]➜  EOF
2025-08-20T20:25:45.9747301Z [00:02:24.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b185=>" -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/b185/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-20T20:25:45.9856594Z [00:02:24.671]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T20:25:45.9866464Z [00:02:24.672]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T20:25:45.9870918Z [00:02:24.673]➜  crypto/internal/fips140/rsa
2025-08-20T20:25:45.9871318Z [00:02:24.673]➜  mkdir -p $WORK/b192/
2025-08-20T20:25:45.9878714Z [00:02:24.674]➜  cat >/tmp/go-build1823208636/b192/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9879167Z [00:02:24.674]➜  # import config
2025-08-20T20:25:45.9879516Z [00:02:24.674]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:45.9880455Z [00:02:24.674]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:45.9881071Z [00:02:24.674]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1823208636/b166/_pkg_.a
2025-08-20T20:25:45.9881699Z [00:02:24.674]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:45.9882277Z [00:02:24.674]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1823208636/b126/_pkg_.a
2025-08-20T20:25:45.9882863Z [00:02:24.674]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:25:45.9883454Z [00:02:24.674]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1823208636/b122/_pkg_.a
2025-08-20T20:25:45.9884034Z [00:02:24.674]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1823208636/b124/_pkg_.a
2025-08-20T20:25:45.9884618Z [00:02:24.674]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:25:45.9885114Z [00:02:24.674]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:45.9885635Z [00:02:24.674]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:45.9886123Z [00:02:24.674]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:45.9886527Z [00:02:24.674]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:45.9886832Z [00:02:24.674]➜  EOF
2025-08-20T20:25:45.9894628Z [00:02:24.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b192=>" -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/b192/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-20T20:25:45.9935374Z [00:02:24.679]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:25:45.9937882Z [00:02:24.679]➜  /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/b159=>" -I $WORK/b159/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b159/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T20:25:46.0008579Z [00:02:24.686]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:25:46.0010220Z [00:02:24.686]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b189=>" -I $WORK/b189/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b189/md5block_arm64.o ./md5block_arm64.s
2025-08-20T20:25:46.0011402Z [00:02:24.686]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:25:46.0012156Z [00:02:24.686]➜  go tool pack r $WORK/b159/_pkg_.a $WORK/b159/p256_asm_arm64.o # internal
2025-08-20T20:25:46.0013262Z [00:02:24.686]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T20:25:46.0023304Z [00:02:24.688]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T20:25:46.0023887Z [00:02:24.688]➜  crypto/internal/fips140/ecdh
2025-08-20T20:25:46.0024174Z [00:02:24.688]➜  mkdir -p $WORK/b158/
2025-08-20T20:25:46.0025035Z [00:02:24.689]➜  cat >/tmp/go-build1823208636/b158/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0025815Z [00:02:24.689]➜  # import config
2025-08-20T20:25:46.0026501Z [00:02:24.689]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.0027329Z [00:02:24.689]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:46.0028206Z [00:02:24.689]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:46.0029525Z [00:02:24.689]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1823208636/b126/_pkg_.a
2025-08-20T20:25:46.0030496Z [00:02:24.689]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1823208636/b159/_pkg_.a
2025-08-20T20:25:46.0031436Z [00:02:24.689]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:25:46.0032278Z [00:02:24.689]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.0032892Z [00:02:24.689]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.0034027Z [00:02:24.689]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:46.0034681Z [00:02:24.689]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.0035228Z [00:02:24.689]➜  EOF
2025-08-20T20:25:46.0035823Z [00:02:24.689]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:46.0038060Z [00:02:24.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b158=>" -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/b158/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T20:25:46.0040407Z [00:02:24.689]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T20:25:46.0040849Z [00:02:24.689]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:25:46.0041452Z [00:02:24.689]➜  go tool pack r $WORK/b189/_pkg_.a $WORK/b189/md5block_arm64.o # internal
2025-08-20T20:25:46.0042886Z [00:02:24.689]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T20:25:46.0051211Z [00:02:24.690]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T20:25:46.0052664Z [00:02:24.690]➜  crypto/elliptic
2025-08-20T20:25:46.0052927Z [00:02:24.690]➜  mkdir -p $WORK/b163/
2025-08-20T20:25:46.0053301Z [00:02:24.690]➜  cat >/tmp/go-build1823208636/b163/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0053661Z [00:02:24.690]➜  # import config
2025-08-20T20:25:46.0054115Z [00:02:24.690]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1823208636/b159/_pkg_.a
2025-08-20T20:25:46.0054618Z [00:02:24.690]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.0055025Z [00:02:24.690]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.0055441Z [00:02:24.690]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:46.0055987Z [00:02:24.690]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.0056300Z [00:02:24.690]➜  EOF
2025-08-20T20:25:46.0056564Z [00:02:24.690]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:46.0058448Z [00:02:24.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b163=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/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-20T20:25:46.0060785Z [00:02:24.691]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T20:25:46.0061345Z [00:02:24.691]➜  crypto/internal/fips140/ecdsa
2025-08-20T20:25:46.0061630Z [00:02:24.691]➜  mkdir -p $WORK/b165/
2025-08-20T20:25:46.0062000Z [00:02:24.691]➜  cat >/tmp/go-build1823208636/b165/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0062340Z [00:02:24.691]➜  # import config
2025-08-20T20:25:46.0062670Z [00:02:24.691]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.0063155Z [00:02:24.691]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:46.0063735Z [00:02:24.691]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1823208636/b166/_pkg_.a
2025-08-20T20:25:46.0064335Z [00:02:24.691]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:46.0064909Z [00:02:24.691]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1823208636/b126/_pkg_.a
2025-08-20T20:25:46.0065486Z [00:02:24.691]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1823208636/b117/_pkg_.a
2025-08-20T20:25:46.0066259Z [00:02:24.691]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1823208636/b159/_pkg_.a
2025-08-20T20:25:46.0066858Z [00:02:24.691]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1823208636/b124/_pkg_.a
2025-08-20T20:25:46.0067356Z [00:02:24.691]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.0067771Z [00:02:24.691]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:46.0068171Z [00:02:24.691]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.0068571Z [00:02:24.691]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.0068887Z [00:02:24.691]➜  EOF
2025-08-20T20:25:46.0071522Z [00:02:24.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b165=>" -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/b165/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-20T20:25:46.0268071Z [00:02:24.712]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T20:25:46.0268814Z [00:02:24.713]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T20:25:46.0275212Z [00:02:24.714]➜  crypto/ecdh
2025-08-20T20:25:46.0291931Z [00:02:24.715]➜  mkdir -p $WORK/b157/
2025-08-20T20:25:46.0292399Z [00:02:24.715]➜  cat >/tmp/go-build1823208636/b157/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0292839Z [00:02:24.715]➜  # import config
2025-08-20T20:25:46.0293184Z [00:02:24.715]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.0293608Z [00:02:24.715]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:46.0294129Z [00:02:24.715]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:46.0294693Z [00:02:24.715]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1823208636/b158/_pkg_.a
2025-08-20T20:25:46.0295332Z [00:02:24.715]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1823208636/b161/_pkg_.a
2025-08-20T20:25:46.0296281Z [00:02:24.715]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:46.0296849Z [00:02:24.715]➜  packagefile crypto/internal/randutil=/tmp/go-build1823208636/b129/_pkg_.a
2025-08-20T20:25:46.0297768Z [00:02:24.715]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:46.0298218Z [00:02:24.715]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.0298633Z [00:02:24.715]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.0298933Z [00:02:24.715]➜  EOF
2025-08-20T20:25:46.0300605Z [00:02:24.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b157=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/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-20T20:25:46.1038175Z [00:02:24.788]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T20:25:46.1044566Z [00:02:24.790]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T20:25:46.1045753Z [00:02:24.791]➜  crypto/sha1
2025-08-20T20:25:46.1046117Z [00:02:24.791]➜  mkdir -p $WORK/b193/
2025-08-20T20:25:46.1046432Z [00:02:24.791]➜  echo -n > $WORK/b193/go_asm.h # internal
2025-08-20T20:25:46.1046751Z [00:02:24.791]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:25:46.1047806Z [00:02:24.791]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b193=>" -I $WORK/b193/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b193/symabis ./sha1block_arm64.s
2025-08-20T20:25:46.1049122Z [00:02:24.791]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T20:25:46.1060844Z [00:02:24.792]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T20:25:46.1065161Z [00:02:24.793]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T20:25:46.1065686Z [00:02:24.793]➜  crypto/internal/hpke
2025-08-20T20:25:46.1068064Z [00:02:24.793]➜  mkdir -p $WORK/b184/
2025-08-20T20:25:46.1068452Z [00:02:24.793]➜  cat >/tmp/go-build1823208636/b184/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1068801Z [00:02:24.793]➜  # import config
2025-08-20T20:25:46.1069289Z [00:02:24.793]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:25:46.1070192Z [00:02:24.793]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:46.1070701Z [00:02:24.793]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:25:46.1071165Z [00:02:24.793]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:46.1071634Z [00:02:24.793]➜  packagefile crypto/ecdh=/tmp/go-build1823208636/b157/_pkg_.a
2025-08-20T20:25:46.1072089Z [00:02:24.793]➜  packagefile crypto/hkdf=/tmp/go-build1823208636/b178/_pkg_.a
2025-08-20T20:25:46.1072557Z [00:02:24.793]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:46.1072990Z [00:02:24.793]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.1073559Z [00:02:24.793]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1823208636/b185/_pkg_.a
2025-08-20T20:25:46.1074147Z [00:02:24.793]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:46.1074630Z [00:02:24.793]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:46.1074947Z [00:02:24.793]➜  EOF
2025-08-20T20:25:46.1075209Z [00:02:24.793]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:46.1077077Z [00:02:24.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b184=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T20:25:46.1094195Z [00:02:24.794]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T20:25:46.1097587Z [00:02:24.794]➜  cat >/tmp/go-build1823208636/b193/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1097957Z [00:02:24.794]➜  # import config
2025-08-20T20:25:46.1098323Z [00:02:24.794]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:46.1098809Z [00:02:24.794]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:46.1099366Z [00:02:24.794]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:46.1099907Z [00:02:24.794]➜  packagefile crypto/internal/impl=/tmp/go-build1823208636/b121/_pkg_.a
2025-08-20T20:25:46.1100377Z [00:02:24.795]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.1100801Z [00:02:24.795]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:46.1101263Z [00:02:24.795]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:46.1101748Z [00:02:24.795]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:46.1102205Z [00:02:24.795]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:46.1102525Z [00:02:24.795]➜  EOF
2025-08-20T20:25:46.1104386Z [00:02:24.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b193=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b193/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack -asmhdr $WORK/b193/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-20T20:25:46.1106219Z [00:02:24.795]➜  crypto/ecdsa
2025-08-20T20:25:46.1106470Z [00:02:24.795]➜  mkdir -p $WORK/b162/
2025-08-20T20:25:46.1106839Z [00:02:24.795]➜  cat >/tmp/go-build1823208636/b162/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1107178Z [00:02:24.795]➜  # import config
2025-08-20T20:25:46.1107602Z [00:02:24.795]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:25:46.1108245Z [00:02:24.795]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:25:46.1109098Z [00:02:24.795]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:46.1109619Z [00:02:24.795]➜  packagefile crypto/ecdh=/tmp/go-build1823208636/b157/_pkg_.a
2025-08-20T20:25:46.1110094Z [00:02:24.795]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:46.1110598Z [00:02:24.795]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:46.1111150Z [00:02:24.795]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1823208636/b164/_pkg_.a
2025-08-20T20:25:46.1111734Z [00:02:24.795]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1823208636/b165/_pkg_.a
2025-08-20T20:25:46.1112316Z [00:02:24.795]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1823208636/b159/_pkg_.a
2025-08-20T20:25:46.1112899Z [00:02:24.795]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1823208636/b167/_pkg_.a
2025-08-20T20:25:46.1113480Z [00:02:24.795]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1823208636/b169/_pkg_.a
2025-08-20T20:25:46.1114043Z [00:02:24.795]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:46.1114597Z [00:02:24.795]➜  packagefile crypto/internal/randutil=/tmp/go-build1823208636/b129/_pkg_.a
2025-08-20T20:25:46.1115101Z [00:02:24.795]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:46.1123057Z [00:02:24.795]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:46.1124004Z [00:02:24.795]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.1124544Z [00:02:24.795]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1823208636/b172/_pkg_.a
2025-08-20T20:25:46.1125203Z [00:02:24.795]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1823208636/b174/_pkg_.a
2025-08-20T20:25:46.1126002Z [00:02:24.795]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.1126440Z [00:02:24.795]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:46.1126892Z [00:02:24.795]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:25:46.1127223Z [00:02:24.795]➜  EOF
2025-08-20T20:25:46.1128957Z [00:02:24.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b162=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/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-20T20:25:46.1157810Z [00:02:24.802]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T20:25:46.1182302Z [00:02:24.804]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T20:25:46.1190652Z [00:02:24.805]➜  crypto/rsa
2025-08-20T20:25:46.1195415Z [00:02:24.805]➜  mkdir -p $WORK/b191/
2025-08-20T20:25:46.1197565Z [00:02:24.806]➜  cat >/tmp/go-build1823208636/b191/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1199168Z [00:02:24.806]➜  # import config
2025-08-20T20:25:46.1201068Z [00:02:24.806]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:46.1203438Z [00:02:24.806]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:46.1204323Z [00:02:24.806]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1823208636/b164/_pkg_.a
2025-08-20T20:25:46.1204931Z [00:02:24.806]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1823208636/b166/_pkg_.a
2025-08-20T20:25:46.1205511Z [00:02:24.806]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1823208636/b192/_pkg_.a
2025-08-20T20:25:46.1206246Z [00:02:24.806]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1823208636/b169/_pkg_.a
2025-08-20T20:25:46.1207175Z [00:02:24.806]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:46.1207790Z [00:02:24.806]➜  packagefile crypto/internal/randutil=/tmp/go-build1823208636/b129/_pkg_.a
2025-08-20T20:25:46.1208295Z [00:02:24.806]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:46.1208760Z [00:02:24.806]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:46.1209200Z [00:02:24.806]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.1209620Z [00:02:24.806]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.1210204Z [00:02:24.806]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:46.1210663Z [00:02:24.806]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:46.1211101Z [00:02:24.806]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.1211504Z [00:02:24.806]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:46.1211936Z [00:02:24.806]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:46.1212253Z [00:02:24.806]➜  EOF
2025-08-20T20:25:46.1214031Z [00:02:24.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b191=>" -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/b191/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-20T20:25:46.1432991Z [00:02:24.829]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:25:46.1435478Z [00:02:24.829]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b193=>" -I $WORK/b193/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b193/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T20:25:46.1461768Z [00:02:24.832]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T20:25:46.1471127Z [00:02:24.833]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T20:25:46.1489573Z [00:02:24.835]➜  crypto/fips140
2025-08-20T20:25:46.1493107Z [00:02:24.835]➜  mkdir -p $WORK/b195/
2025-08-20T20:25:46.1497720Z [00:02:24.836]➜  go tool pack r $WORK/b193/_pkg_.a $WORK/b193/sha1block_arm64.o # internal
2025-08-20T20:25:46.1515827Z [00:02:24.837]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T20:25:46.1516941Z [00:02:24.837]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T20:25:46.1519644Z [00:02:24.837]➜  crypto/dsa
2025-08-20T20:25:46.1522125Z [00:02:24.837]➜  mkdir -p $WORK/b197/
2025-08-20T20:25:46.1524332Z [00:02:24.837]➜  cat >/tmp/go-build1823208636/b197/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1524876Z [00:02:24.837]➜  # import config
2025-08-20T20:25:46.1525434Z [00:02:24.837]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:46.1526447Z [00:02:24.837]➜  packagefile crypto/internal/randutil=/tmp/go-build1823208636/b129/_pkg_.a
2025-08-20T20:25:46.1527707Z [00:02:24.837]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.1528132Z [00:02:24.837]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.1528573Z [00:02:24.837]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:46.1528892Z [00:02:24.837]➜  EOF
2025-08-20T20:25:46.1529157Z [00:02:24.837]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:46.1531012Z [00:02:24.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b197=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T20:25:46.1532442Z [00:02:24.837]➜  cat >/tmp/go-build1823208636/b195/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1532787Z [00:02:24.837]➜  # import config
2025-08-20T20:25:46.1533186Z [00:02:24.837]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:46.1533750Z [00:02:24.837]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:46.1534147Z [00:02:24.837]➜  EOF
2025-08-20T20:25:46.1535724Z [00:02:24.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b195=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T20:25:46.1668456Z [00:02:24.850]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T20:25:46.1678198Z [00:02:24.852]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T20:25:46.1678924Z [00:02:24.852]➜  crypto/tls/internal/fips140tls
2025-08-20T20:25:46.1679229Z [00:02:24.852]➜  mkdir -p $WORK/b194/
2025-08-20T20:25:46.1679603Z [00:02:24.852]➜  cat >/tmp/go-build1823208636/b194/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1680435Z [00:02:24.852]➜  # import config
2025-08-20T20:25:46.1680806Z [00:02:24.852]➜  packagefile crypto/fips140=/tmp/go-build1823208636/b195/_pkg_.a
2025-08-20T20:25:46.1681275Z [00:02:24.852]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:46.1681608Z [00:02:24.852]➜  EOF
2025-08-20T20:25:46.1683339Z [00:02:24.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b194=>" -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/b194/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T20:25:46.1760281Z [00:02:24.862]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T20:25:46.1765043Z [00:02:24.863]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T20:25:46.1767658Z [00:02:24.863]➜  encoding/hex
2025-08-20T20:25:46.1770288Z [00:02:24.863]➜  mkdir -p $WORK/b199/
2025-08-20T20:25:46.1774081Z [00:02:24.864]➜  cat >/tmp/go-build1823208636/b199/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1774430Z [00:02:24.864]➜  # import config
2025-08-20T20:25:46.1774879Z [00:02:24.864]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.1775409Z [00:02:24.864]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.1776065Z [00:02:24.864]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.1776567Z [00:02:24.864]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:46.1777062Z [00:02:24.864]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.1777393Z [00:02:24.864]➜  EOF
2025-08-20T20:25:46.1779613Z [00:02:24.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b199=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T20:25:46.1811547Z [00:02:24.867]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T20:25:46.1814127Z [00:02:24.868]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T20:25:46.1823776Z [00:02:24.868]➜  encoding/pem
2025-08-20T20:25:46.1824044Z [00:02:24.868]➜  mkdir -p $WORK/b200/
2025-08-20T20:25:46.1824422Z [00:02:24.868]➜  cat >/tmp/go-build1823208636/b200/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1824766Z [00:02:24.868]➜  # import config
2025-08-20T20:25:46.1825132Z [00:02:24.868]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.1825680Z [00:02:24.868]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:46.1826211Z [00:02:24.868]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.1826618Z [00:02:24.868]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.1827025Z [00:02:24.868]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:46.1827448Z [00:02:24.868]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.1827768Z [00:02:24.868]➜  EOF
2025-08-20T20:25:46.1829192Z [00:02:24.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b200=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T20:25:46.1983477Z [00:02:24.884]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T20:25:46.2020328Z [00:02:24.887]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T20:25:46.2021013Z [00:02:24.887]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:25:46.2021323Z [00:02:24.887]➜  mkdir -p $WORK/b202/
2025-08-20T20:25:46.2030176Z [00:02:24.889]➜  cat >/tmp/go-build1823208636/b202/importcfg << 'EOF' # internal
2025-08-20T20:25:46.2030752Z [00:02:24.889]➜  # import config
2025-08-20T20:25:46.2031282Z [00:02:24.889]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.2031707Z [00:02:24.889]➜  EOF
2025-08-20T20:25:46.2047411Z [00:02:24.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b202=>" -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/b202/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T20:25:46.2182263Z [00:02:24.904]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T20:25:46.2187309Z [00:02:24.905]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T20:25:46.2187906Z [00:02:24.905]➜  crypto/x509/pkix
2025-08-20T20:25:46.2188166Z [00:02:24.905]➜  mkdir -p $WORK/b198/
2025-08-20T20:25:46.2189061Z [00:02:24.905]➜  cat >/tmp/go-build1823208636/b198/importcfg << 'EOF' # internal
2025-08-20T20:25:46.2190800Z [00:02:24.905]➜  # import config
2025-08-20T20:25:46.2191370Z [00:02:24.905]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:46.2192102Z [00:02:24.905]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:46.2192867Z [00:02:24.905]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.2193546Z [00:02:24.905]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:46.2194251Z [00:02:24.905]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:46.2194722Z [00:02:24.905]➜  EOF
2025-08-20T20:25:46.2196727Z [00:02:24.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b198=>" -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/b198/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T20:25:46.2228414Z [00:02:24.909]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T20:25:46.2233643Z [00:02:24.909]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T20:25:46.2235270Z [00:02:24.910]➜  net/netip
2025-08-20T20:25:46.2235834Z [00:02:24.910]➜  mkdir -p $WORK/b205/
2025-08-20T20:25:46.2237493Z [00:02:24.910]➜  cat >/tmp/go-build1823208636/b205/importcfg << 'EOF' # internal
2025-08-20T20:25:46.2238278Z [00:02:24.910]➜  # import config
2025-08-20T20:25:46.2238996Z [00:02:24.910]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:46.2240015Z [00:02:24.910]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.2240576Z [00:02:24.910]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:46.2241110Z [00:02:24.910]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:46.2241606Z [00:02:24.910]➜  packagefile internal/itoa=/tmp/go-build1823208636/b043/_pkg_.a
2025-08-20T20:25:46.2242048Z [00:02:24.910]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:46.2242476Z [00:02:24.910]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:46.2242911Z [00:02:24.910]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:46.2243791Z [00:02:24.910]➜  packagefile unique=/tmp/go-build1823208636/b206/_pkg_.a
2025-08-20T20:25:46.2244107Z [00:02:24.910]➜  EOF
2025-08-20T20:25:46.2245900Z [00:02:24.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b205=>" -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/b205/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T20:25:46.2621004Z [00:02:24.948]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T20:25:46.2621759Z [00:02:24.948]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T20:25:46.2622348Z [00:02:24.948]➜  vendor/golang.org/x/text/transform
2025-08-20T20:25:46.2622645Z [00:02:24.948]➜  mkdir -p $WORK/b211/
2025-08-20T20:25:46.2623066Z [00:02:24.948]➜  cat >/tmp/go-build1823208636/b211/importcfg << 'EOF' # internal
2025-08-20T20:25:46.2623408Z [00:02:24.948]➜  # import config
2025-08-20T20:25:46.2624011Z [00:02:24.948]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.2624575Z [00:02:24.948]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.2625080Z [00:02:24.948]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.2625753Z [00:02:24.948]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:46.2626249Z [00:02:24.948]➜  EOF
2025-08-20T20:25:46.2628172Z [00:02:24.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b211=>" -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/b211/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T20:25:46.3290802Z [00:02:25.015]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T20:25:46.3304787Z [00:02:25.016]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T20:25:46.3305424Z [00:02:25.016]➜  log
2025-08-20T20:25:46.3305878Z [00:02:25.016]➜  mkdir -p $WORK/b213/
2025-08-20T20:25:46.3309914Z [00:02:25.017]➜  cat >/tmp/go-build1823208636/b213/importcfg << 'EOF' # internal
2025-08-20T20:25:46.3310343Z [00:02:25.017]➜  # import config
2025-08-20T20:25:46.3310684Z [00:02:25.017]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.3311089Z [00:02:25.017]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.3311521Z [00:02:25.017]➜  packagefile log/internal=/tmp/go-build1823208636/b214/_pkg_.a
2025-08-20T20:25:46.3311957Z [00:02:25.017]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:46.3312400Z [00:02:25.017]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:46.3312822Z [00:02:25.017]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.3313259Z [00:02:25.017]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:46.3313976Z [00:02:25.017]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:46.3314409Z [00:02:25.017]➜  EOF
2025-08-20T20:25:46.3315823Z [00:02:25.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b213=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/.go/src/log/log.go
2025-08-20T20:25:46.4060399Z [00:02:25.092]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T20:25:46.4076126Z [00:02:25.094]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T20:25:46.4089116Z [00:02:25.095]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:25:46.4089523Z [00:02:25.095]➜  mkdir -p $WORK/b212/
2025-08-20T20:25:46.4098796Z [00:02:25.096]➜  cat >/tmp/go-build1823208636/b212/importcfg << 'EOF' # internal
2025-08-20T20:25:46.4099351Z [00:02:25.096]➜  # import config
2025-08-20T20:25:46.4099827Z [00:02:25.096]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.4100452Z [00:02:25.096]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:25:46.4100998Z [00:02:25.096]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.4101514Z [00:02:25.096]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:46.4102008Z [00:02:25.096]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:46.4102527Z [00:02:25.096]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:46.4103012Z [00:02:25.096]➜  EOF
2025-08-20T20:25:46.4114336Z [00:02:25.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b212=>" -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/b212/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-20T20:25:46.4462595Z [00:02:25.132]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T20:25:46.4520431Z [00:02:25.138]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T20:25:46.4530895Z [00:02:25.139]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T20:25:46.4531778Z [00:02:25.139]➜  mkdir -p $WORK/b215/
2025-08-20T20:25:46.4541712Z [00:02:25.140]➜  cat >/tmp/go-build1823208636/b215/importcfg << 'EOF' # internal
2025-08-20T20:25:46.4542438Z [00:02:25.140]➜  # import config
2025-08-20T20:25:46.4543724Z [00:02:25.140]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:25:46.4544352Z [00:02:25.140]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:46.4544813Z [00:02:25.140]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.4545347Z [00:02:25.140]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1823208636/b211/_pkg_.a
2025-08-20T20:25:46.4546053Z [00:02:25.140]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.4546498Z [00:02:25.140]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.4546942Z [00:02:25.140]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:46.4547274Z [00:02:25.140]➜  EOF
2025-08-20T20:25:46.4551132Z [00:02:25.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b215=>" -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/b215/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-20T20:25:46.4693865Z [00:02:25.155]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T20:25:46.4759120Z [00:02:25.162]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T20:25:46.4768959Z [00:02:25.163]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T20:25:46.4775992Z [00:02:25.164]➜  mkdir -p $WORK/b218/
2025-08-20T20:25:46.4786859Z [00:02:25.165]➜  cat >/tmp/go-build1823208636/b218/importcfg << 'EOF' # internal
2025-08-20T20:25:46.4787632Z [00:02:25.165]➜  # import config
2025-08-20T20:25:46.4788622Z [00:02:25.165]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.4789155Z [00:02:25.165]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.4789619Z [00:02:25.165]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.4790019Z [00:02:25.165]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.4790423Z [00:02:25.165]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.4790726Z [00:02:25.165]➜  EOF
2025-08-20T20:25:46.4799102Z [00:02:25.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b218=>" -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/b218/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-20T20:25:46.5243024Z [00:02:25.210]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T20:25:46.5258139Z [00:02:25.212]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T20:25:46.5269994Z [00:02:25.213]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:25:46.5274054Z [00:02:25.213]➜  mkdir -p $WORK/b210/
2025-08-20T20:25:46.5276846Z [00:02:25.214]➜  cat >/tmp/go-build1823208636/b210/importcfg << 'EOF' # internal
2025-08-20T20:25:46.5277271Z [00:02:25.214]➜  # import config
2025-08-20T20:25:46.5277687Z [00:02:25.214]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:25:46.5278254Z [00:02:25.214]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:25:46.5278754Z [00:02:25.214]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.5279303Z [00:02:25.214]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1823208636/b211/_pkg_.a
2025-08-20T20:25:46.5279932Z [00:02:25.214]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1823208636/b212/_pkg_.a
2025-08-20T20:25:46.5280481Z [00:02:25.214]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:46.5280811Z [00:02:25.214]➜  EOF
2025-08-20T20:25:46.5283017Z [00:02:25.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b210=>" -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/b210/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-20T20:25:46.5325476Z [00:02:25.218]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T20:25:46.5414123Z [00:02:25.227]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T20:25:46.5435746Z [00:02:25.230]➜  net
2025-08-20T20:25:46.5440079Z [00:02:25.230]➜  mkdir -p $WORK/b201/
2025-08-20T20:25:46.5442075Z [00:02:25.230]➜  echo -n > $WORK/b201/preferlinkext # internal
2025-08-20T20:25:46.5442459Z [00:02:25.230]➜  cd /root/.go/src/net
2025-08-20T20:25:46.5443614Z [00:02:25.230]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b201/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b201/ -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-20T20:25:46.5469749Z [00:02:25.233]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T20:25:46.5485352Z [00:02:25.235]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T20:25:46.5490975Z [00:02:25.235]➜  mime
2025-08-20T20:25:46.5492844Z [00:02:25.235]➜  mkdir -p $WORK/b219/
2025-08-20T20:25:46.5494861Z [00:02:25.236]➜  cat >/tmp/go-build1823208636/b219/importcfg << 'EOF' # internal
2025-08-20T20:25:46.5496917Z [00:02:25.236]➜  # import config
2025-08-20T20:25:46.5497824Z [00:02:25.236]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:46.5498287Z [00:02:25.236]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.5498751Z [00:02:25.236]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:46.5499206Z [00:02:25.236]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.5499622Z [00:02:25.236]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.5500023Z [00:02:25.236]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.5500441Z [00:02:25.236]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:46.5500842Z [00:02:25.236]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:46.5501250Z [00:02:25.236]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:46.5501701Z [00:02:25.236]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.5502458Z [00:02:25.236]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.5502959Z [00:02:25.236]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:46.5503408Z [00:02:25.236]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:46.5503739Z [00:02:25.236]➜  EOF
2025-08-20T20:25:46.5504007Z [00:02:25.236]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:46.5510611Z [00:02:25.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b219=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/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-20T20:25:46.5517065Z [00:02:25.238]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T20:25:46.5522165Z [00:02:25.238]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T20:25:46.5535840Z [00:02:25.240]➜  mime/quotedprintable
2025-08-20T20:25:46.5536161Z [00:02:25.240]➜  mkdir -p $WORK/b221/
2025-08-20T20:25:46.5536539Z [00:02:25.240]➜  cat >/tmp/go-build1823208636/b221/importcfg << 'EOF' # internal
2025-08-20T20:25:46.5536883Z [00:02:25.240]➜  # import config
2025-08-20T20:25:46.5537219Z [00:02:25.240]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:46.5538040Z [00:02:25.240]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.5538450Z [00:02:25.240]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.5538850Z [00:02:25.240]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.5539150Z [00:02:25.240]➜  EOF
2025-08-20T20:25:46.5540902Z [00:02:25.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b221=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T20:25:46.5855703Z [00:02:25.272]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T20:25:46.5864748Z [00:02:25.273]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T20:25:46.5865956Z [00:02:25.273]➜  net/http/internal
2025-08-20T20:25:46.5866278Z [00:02:25.273]➜  mkdir -p $WORK/b223/
2025-08-20T20:25:46.5874328Z [00:02:25.274]➜  cat >/tmp/go-build1823208636/b223/importcfg << 'EOF' # internal
2025-08-20T20:25:46.5877350Z [00:02:25.274]➜  # import config
2025-08-20T20:25:46.5877729Z [00:02:25.274]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:46.5878183Z [00:02:25.274]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.5878610Z [00:02:25.274]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.5879025Z [00:02:25.274]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.5879424Z [00:02:25.274]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.5879727Z [00:02:25.274]➜  EOF
2025-08-20T20:25:46.5881245Z [00:02:25.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b223=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T20:25:46.6147924Z [00:02:25.301]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T20:25:46.6160453Z [00:02:25.302]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T20:25:46.6161845Z [00:02:25.302]➜  net/http/internal/ascii
2025-08-20T20:25:46.6162647Z [00:02:25.302]➜  mkdir -p $WORK/b224/
2025-08-20T20:25:46.6174847Z [00:02:25.304]➜  cat >/tmp/go-build1823208636/b224/importcfg << 'EOF' # internal
2025-08-20T20:25:46.6176173Z [00:02:25.304]➜  # import config
2025-08-20T20:25:46.6176614Z [00:02:25.304]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.6177466Z [00:02:25.304]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:46.6178273Z [00:02:25.304]➜  EOF
2025-08-20T20:25:46.6181054Z [00:02:25.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b224=>" -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/b224/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T20:25:46.6289093Z [00:02:25.315]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T20:25:46.6300653Z [00:02:25.316]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T20:25:46.6302330Z [00:02:25.316]➜  github.com/henvic/httpretty/internal/color
2025-08-20T20:25:46.6303405Z [00:02:25.316]➜  mkdir -p $WORK/b227/
2025-08-20T20:25:46.6304053Z [00:02:25.316]➜  cat >/tmp/go-build1823208636/b227/importcfg << 'EOF' # internal
2025-08-20T20:25:46.6304632Z [00:02:25.316]➜  # import config
2025-08-20T20:25:46.6305373Z [00:02:25.316]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.6306896Z [00:02:25.316]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:46.6307338Z [00:02:25.316]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.6307675Z [00:02:25.316]➜  EOF
2025-08-20T20:25:46.6309692Z [00:02:25.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/henvic/httpretty@v0.1.4/internal/color=>github.com/henvic/httpretty@v0.1.4/internal/color;$WORK/b227=>" -p github.com/henvic/httpretty/internal/color -lang=go1.22 -complete -installsuffix shared -buildid CsFxLlCjLVKbvd4avRa-/CsFxLlCjLVKbvd4avRa- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/github.com/henvic/httpretty@v0.1.4/internal/color/color.go
2025-08-20T20:25:46.6676178Z [00:02:25.353]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T20:25:46.6679496Z [00:02:25.354]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/bb/bbfddf5ab56344b44a0a837d965a4a6576f4be6e52627bb6ac6871d17654cdc5-d # internal
2025-08-20T20:25:46.6680131Z [00:02:25.354]➜  github.com/thlib/go-timezone-local/tzlocal
2025-08-20T20:25:46.6680444Z [00:02:25.354]➜  mkdir -p $WORK/b229/
2025-08-20T20:25:46.6680856Z [00:02:25.354]➜  cat >/tmp/go-build1823208636/b229/importcfg << 'EOF' # internal
2025-08-20T20:25:46.6681200Z [00:02:25.354]➜  # import config
2025-08-20T20:25:46.6681528Z [00:02:25.354]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.6681931Z [00:02:25.354]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:46.6682370Z [00:02:25.354]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:46.6682836Z [00:02:25.354]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.6683252Z [00:02:25.354]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:46.6683554Z [00:02:25.354]➜  EOF
2025-08-20T20:25:46.6699937Z [00:02:25.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/thlib/go-timezone-local@v0.0.6/tzlocal=>github.com/thlib/go-timezone-local@v0.0.6/tzlocal;$WORK/b229=>" -p github.com/thlib/go-timezone-local/tzlocal -lang=go1.16 -complete -installsuffix shared -buildid 3NO-w479ljVwlYG8YJ_o/3NO-w479ljVwlYG8YJ_o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/github.com/thlib/go-timezone-local@v0.0.6/tzlocal/tz.go /root/go/pkg/mod/github.com/thlib/go-timezone-local@v0.0.6/tzlocal/tz_unix.go
2025-08-20T20:25:46.6929832Z [00:02:25.379]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T20:25:46.6934156Z [00:02:25.379]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/31/31fda1e1e19bb29dacbeefdcd638ccbb0d430470e117ef4334730b0ecbb6b6be-d # internal
2025-08-20T20:25:46.6949904Z [00:02:25.381]➜  runtime/debug
2025-08-20T20:25:46.6950944Z [00:02:25.381]➜  mkdir -p $WORK/b230/
2025-08-20T20:25:46.6953383Z [00:02:25.381]➜  echo -n > $WORK/b230/go_asm.h # internal
2025-08-20T20:25:46.6953724Z [00:02:25.381]➜  cd /root/.go/src/runtime/debug
2025-08-20T20:25:46.6957975Z [00:02:25.382]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b230=>" -I $WORK/b230/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b230/symabis ./debug.s
2025-08-20T20:25:46.7022046Z [00:02:25.388]➜  cat >/tmp/go-build1823208636/b230/importcfg << 'EOF' # internal
2025-08-20T20:25:46.7023637Z [00:02:25.388]➜  # import config
2025-08-20T20:25:46.7025817Z [00:02:25.388]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.7026307Z [00:02:25.389]➜  packagefile internal/poll=/tmp/go-build1823208636/b060/_pkg_.a
2025-08-20T20:25:46.7026777Z [00:02:25.389]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:46.7027194Z [00:02:25.389]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:46.7027614Z [00:02:25.389]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:46.7028038Z [00:02:25.389]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:46.7028461Z [00:02:25.389]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.7028889Z [00:02:25.389]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:46.7029195Z [00:02:25.389]➜  EOF
2025-08-20T20:25:46.7029458Z [00:02:25.389]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:46.7032740Z [00:02:25.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b230=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b230/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack -asmhdr $WORK/b230/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-20T20:25:46.7439848Z [00:02:25.430]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T20:25:46.7477490Z [00:02:25.434]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T20:25:46.7486342Z [00:02:25.435]➜  github.com/shurcooL/graphql/ident
2025-08-20T20:25:46.7493178Z [00:02:25.435]➜  mkdir -p $WORK/b233/
2025-08-20T20:25:46.7505332Z [00:02:25.437]➜  cat >/tmp/go-build1823208636/b233/importcfg << 'EOF' # internal
2025-08-20T20:25:46.7508700Z [00:02:25.437]➜  # import config
2025-08-20T20:25:46.7510358Z [00:02:25.437]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.7511010Z [00:02:25.437]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:46.7511832Z [00:02:25.437]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:46.7512417Z [00:02:25.437]➜  EOF
2025-08-20T20:25:46.7514858Z [00:02:25.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/ident=>github.com/shurcooL/graphql@v0.0.0-20230722043721-ed46e5a46466/ident;$WORK/b233=>" -p github.com/shurcooL/graphql/ident -lang=go1.19 -complete -installsuffix shared -buildid FrIl_7wEq2oC-5aLVSMj/FrIl_7wEq2oC-5aLVSMj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/ident/ident.go
2025-08-20T20:25:46.7615438Z [00:02:25.447]➜  cd /root/.go/src/runtime/debug
2025-08-20T20:25:46.7616878Z [00:02:25.448]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b230=>" -I $WORK/b230/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b230/debug.o ./debug.s
2025-08-20T20:25:46.7648667Z [00:02:25.450]➜  go tool pack r $WORK/b230/_pkg_.a $WORK/b230/debug.o # internal
2025-08-20T20:25:46.7663685Z [00:02:25.450]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T20:25:46.7664410Z [00:02:25.450]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T20:25:46.7665181Z [00:02:25.451]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T20:25:46.7667699Z [00:02:25.452]➜  github.com/shurcooL/graphql/internal/jsonutil
2025-08-20T20:25:46.7668087Z [00:02:25.452]➜  mkdir -p $WORK/b234/
2025-08-20T20:25:46.7668692Z [00:02:25.452]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T20:25:46.7669270Z [00:02:25.452]➜  vendor/golang.org/x/net/idna
2025-08-20T20:25:46.7669550Z [00:02:25.452]➜  mkdir -p $WORK/b209/
2025-08-20T20:25:46.7669939Z [00:02:25.453]➜  cat >/tmp/go-build1823208636/b209/importcfg << 'EOF' # internal
2025-08-20T20:25:46.7670280Z [00:02:25.453]➜  # import config
2025-08-20T20:25:46.7670727Z [00:02:25.453]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:25:46.7671337Z [00:02:25.453]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:25:46.7671932Z [00:02:25.453]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T20:25:46.7672429Z [00:02:25.453]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.7672979Z [00:02:25.453]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1823208636/b210/_pkg_.a
2025-08-20T20:25:46.7673633Z [00:02:25.453]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1823208636/b212/_pkg_.a
2025-08-20T20:25:46.7674280Z [00:02:25.453]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1823208636/b215/_pkg_.a
2025-08-20T20:25:46.7674810Z [00:02:25.453]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:46.7675236Z [00:02:25.453]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.7675902Z [00:02:25.453]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:46.7676295Z [00:02:25.453]➜  EOF
2025-08-20T20:25:46.7676986Z [00:02:25.453]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:46.7680025Z [00:02:25.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b209=>" -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/b209/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-20T20:25:46.7692777Z [00:02:25.455]➜  cat >/tmp/go-build1823208636/b234/importcfg << 'EOF' # internal
2025-08-20T20:25:46.7693164Z [00:02:25.455]➜  # import config
2025-08-20T20:25:46.7698833Z [00:02:25.455]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.7703317Z [00:02:25.455]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:46.7706772Z [00:02:25.455]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.7710673Z [00:02:25.455]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.7711098Z [00:02:25.455]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.7711976Z [00:02:25.455]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:46.7712414Z [00:02:25.455]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.7712734Z [00:02:25.455]➜  EOF
2025-08-20T20:25:46.7715137Z [00:02:25.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/internal/jsonutil=>github.com/shurcooL/graphql@v0.0.0-20230722043721-ed46e5a46466/internal/jsonutil;$WORK/b234=>" -p github.com/shurcooL/graphql/internal/jsonutil -lang=go1.19 -complete -installsuffix shared -buildid wIsXvU29ySEEhhoLMocL/wIsXvU29ySEEhhoLMocL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/internal/jsonutil/graphql.go
2025-08-20T20:25:46.7822478Z [00:02:25.468]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T20:25:46.7827003Z [00:02:25.469]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/b3/b38b50ecdb8e2534cea75af4f5d43f9766f8cbd96f8b77b2e779faa16011cb97-d # internal
2025-08-20T20:25:46.7831162Z [00:02:25.469]➜  golang.org/x/sync/errgroup
2025-08-20T20:25:46.7832114Z [00:02:25.469]➜  mkdir -p $WORK/b235/
2025-08-20T20:25:46.7836735Z [00:02:25.470]➜  cat >/tmp/go-build1823208636/b235/importcfg << 'EOF' # internal
2025-08-20T20:25:46.7837103Z [00:02:25.470]➜  # import config
2025-08-20T20:25:46.7837476Z [00:02:25.470]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:46.7837904Z [00:02:25.470]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.7838317Z [00:02:25.470]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.7838622Z [00:02:25.470]➜  EOF
2025-08-20T20:25:46.7842254Z [00:02:25.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b235=>" -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/b235/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T20:25:46.8003934Z [00:02:25.486]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T20:25:46.8009710Z [00:02:25.487]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/41/41a58705dacba142c8242a35b5b331ad290c33fa7ab86a041f618ddda960eaf2-d # internal
2025-08-20T20:25:46.8013178Z [00:02:25.487]➜  github.com/cli/cli/v2/internal/build
2025-08-20T20:25:46.8013501Z [00:02:25.487]➜  mkdir -p $WORK/b236/
2025-08-20T20:25:46.8017583Z [00:02:25.488]➜  cat >/tmp/go-build1823208636/b236/importcfg << 'EOF' # internal
2025-08-20T20:25:46.8020337Z [00:02:25.488]➜  # import config
2025-08-20T20:25:46.8020778Z [00:02:25.488]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:46.8021270Z [00:02:25.488]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:25:46.8021605Z [00:02:25.488]➜  EOF
2025-08-20T20:25:46.8023365Z [00:02:25.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/build=>github.com/cli/cli/v2/internal/build;$WORK/b236=>" -p github.com/cli/cli/v2/internal/build -lang=go1.24 -complete -installsuffix shared -buildid SN-N1QL1bIq6tGOL8DO8/SN-N1QL1bIq6tGOL8DO8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/build/build.go
2025-08-20T20:25:46.8120296Z [00:02:25.498]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T20:25:46.8129249Z [00:02:25.499]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/b1/b131ef8f8adcfda4bac7130881f3eb6e7ac09312827771accb8026ace6196f33-d # internal
2025-08-20T20:25:46.8135317Z [00:02:25.500]➜  github.com/cli/cli/v2/internal/gh/mock
2025-08-20T20:25:46.8144061Z [00:02:25.501]➜  mkdir -p $WORK/b238/
2025-08-20T20:25:46.8145489Z [00:02:25.501]➜  cat >/tmp/go-build1823208636/b238/importcfg << 'EOF' # internal
2025-08-20T20:25:46.8146138Z [00:02:25.501]➜  # import config
2025-08-20T20:25:46.8146595Z [00:02:25.501]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:46.8147202Z [00:02:25.501]➜  packagefile github.com/cli/cli/v2/pkg/option=/tmp/go-build1823208636/b090/_pkg_.a
2025-08-20T20:25:46.8147915Z [00:02:25.501]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:25:46.8148423Z [00:02:25.501]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.8148733Z [00:02:25.501]➜  EOF
2025-08-20T20:25:46.8150769Z [00:02:25.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/mock=>github.com/cli/cli/v2/internal/gh/mock;$WORK/b238=>" -p github.com/cli/cli/v2/internal/gh/mock -lang=go1.24 -complete -installsuffix shared -buildid UPLZD2Urt-Do-KsX6MSS/UPLZD2Urt-Do-KsX6MSS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/mock/config.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/mock/migration.go
2025-08-20T20:25:46.8205774Z [00:02:25.507]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T20:25:46.8228025Z [00:02:25.507]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/d0/d06d8cc078971e2a106874ff3f28b8984e6cea2142e093fb92ce049c6a77b72d-d # internal
2025-08-20T20:25:46.8228657Z [00:02:25.507]➜  io/ioutil
2025-08-20T20:25:46.8228914Z [00:02:25.507]➜  mkdir -p $WORK/b242/
2025-08-20T20:25:46.8229541Z [00:02:25.508]➜  cat >/tmp/go-build1823208636/b242/importcfg << 'EOF' # internal
2025-08-20T20:25:46.8230961Z [00:02:25.508]➜  # import config
2025-08-20T20:25:46.8231796Z [00:02:25.508]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.8232256Z [00:02:25.509]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:46.8232698Z [00:02:25.509]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:46.8233111Z [00:02:25.509]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:46.8233535Z [00:02:25.509]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.8233846Z [00:02:25.509]➜  EOF
2025-08-20T20:25:46.8235854Z [00:02:25.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b242=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T20:25:46.8854879Z [00:02:25.571]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T20:25:46.8899781Z [00:02:25.576]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T20:25:46.8905388Z [00:02:25.577]➜  os/user
2025-08-20T20:25:46.8905827Z [00:02:25.577]➜  mkdir -p $WORK/b243/
2025-08-20T20:25:46.8906168Z [00:02:25.577]➜  echo -n > $WORK/b243/preferlinkext # internal
2025-08-20T20:25:46.8906493Z [00:02:25.577]➜  cd /root/.go/src/os/user
2025-08-20T20:25:46.8907510Z [00:02:25.577]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b243/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T20:25:46.8919854Z [00:02:25.578]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T20:25:46.8957965Z [00:02:25.581]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/bd/bd03a93582595d919d9b1244ed4634800e55c9d6b1c9ea3d3dd7e97211709d27-d # internal
2025-08-20T20:25:46.8963217Z [00:02:25.582]➜  flag
2025-08-20T20:25:46.8963492Z [00:02:25.582]➜  mkdir -p $WORK/b246/
2025-08-20T20:25:46.8964354Z [00:02:25.582]➜  cat >/tmp/go-build1823208636/b246/importcfg << 'EOF' # internal
2025-08-20T20:25:46.8964716Z [00:02:25.582]➜  # import config
2025-08-20T20:25:46.8965071Z [00:02:25.582]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:46.8965507Z [00:02:25.582]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.8966213Z [00:02:25.582]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.8966622Z [00:02:25.582]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.8967033Z [00:02:25.582]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:46.8967448Z [00:02:25.582]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:46.8967872Z [00:02:25.582]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:46.8968294Z [00:02:25.582]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:46.8968717Z [00:02:25.582]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:46.8969153Z [00:02:25.582]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.8969569Z [00:02:25.582]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:46.8969875Z [00:02:25.582]➜  EOF
2025-08-20T20:25:46.8970144Z [00:02:25.582]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:46.8971515Z [00:02:25.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b246=>" -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/b246/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T20:25:46.9124969Z [00:02:25.599]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T20:25:46.9141012Z [00:02:25.600]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T20:25:46.9142211Z [00:02:25.600]➜  internal/sysinfo
2025-08-20T20:25:46.9142540Z [00:02:25.600]➜  mkdir -p $WORK/b247/
2025-08-20T20:25:46.9142926Z [00:02:25.600]➜  cat >/tmp/go-build1823208636/b247/importcfg << 'EOF' # internal
2025-08-20T20:25:46.9143278Z [00:02:25.600]➜  # import config
2025-08-20T20:25:46.9143617Z [00:02:25.600]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:46.9144038Z [00:02:25.600]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:46.9144839Z [00:02:25.600]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:46.9145360Z [00:02:25.600]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.9146383Z [00:02:25.600]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:46.9146812Z [00:02:25.600]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:46.9147231Z [00:02:25.600]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.9147556Z [00:02:25.600]➜  EOF
2025-08-20T20:25:46.9149247Z [00:02:25.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b247=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T20:25:46.9420185Z [00:02:25.628]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T20:25:46.9430901Z [00:02:25.629]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T20:25:46.9432015Z [00:02:25.629]➜  runtime/trace
2025-08-20T20:25:46.9432743Z [00:02:25.629]➜  mkdir -p $WORK/b248/
2025-08-20T20:25:46.9442470Z [00:02:25.630]➜  cat >/tmp/go-build1823208636/b248/importcfg << 'EOF' # internal
2025-08-20T20:25:46.9443636Z [00:02:25.630]➜  # import config
2025-08-20T20:25:46.9444636Z [00:02:25.630]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:46.9445314Z [00:02:25.630]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:46.9445966Z [00:02:25.630]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:46.9446457Z [00:02:25.630]➜  packagefile internal/trace/tracev2=/tmp/go-build1823208636/b033/_pkg_.a
2025-08-20T20:25:46.9446950Z [00:02:25.630]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.9447365Z [00:02:25.630]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:46.9447788Z [00:02:25.630]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:46.9448202Z [00:02:25.630]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.9448633Z [00:02:25.630]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:46.9449064Z [00:02:25.630]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:46.9449384Z [00:02:25.630]➜  EOF
2025-08-20T20:25:46.9453131Z [00:02:25.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b248=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/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-20T20:25:46.9968073Z [00:02:25.683]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T20:25:46.9980523Z [00:02:25.684]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T20:25:46.9981621Z [00:02:25.684]➜  github.com/cli/cli/v2/pkg/extensions
2025-08-20T20:25:46.9982308Z [00:02:25.684]➜  mkdir -p $WORK/b251/
2025-08-20T20:25:46.9983136Z [00:02:25.684]➜  cat >/tmp/go-build1823208636/b251/importcfg << 'EOF' # internal
2025-08-20T20:25:46.9983535Z [00:02:25.684]➜  # import config
2025-08-20T20:25:46.9984017Z [00:02:25.684]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:25:46.9984890Z [00:02:25.684]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:46.9985383Z [00:02:25.684]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:46.9986547Z [00:02:25.684]➜  EOF
2025-08-20T20:25:46.9996454Z [00:02:25.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions=>github.com/cli/cli/v2/pkg/extensions;$WORK/b251=>" -p github.com/cli/cli/v2/pkg/extensions -lang=go1.24 -complete -installsuffix shared -buildid 34ovu3AUwKVyVIfxHiYN/34ovu3AUwKVyVIfxHiYN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions/extension.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions/extension_mock.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions/manager_mock.go
2025-08-20T20:25:47.0016371Z [00:02:25.687]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T20:25:47.0039405Z [00:02:25.690]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T20:25:47.0047064Z [00:02:25.691]➜  testing
2025-08-20T20:25:47.0055192Z [00:02:25.692]➜  mkdir -p $WORK/b245/
2025-08-20T20:25:47.0059074Z [00:02:25.692]➜  cat >/tmp/go-build1823208636/b245/importcfg << 'EOF' # internal
2025-08-20T20:25:47.0060136Z [00:02:25.692]➜  # import config
2025-08-20T20:25:47.0060939Z [00:02:25.692]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:47.0061819Z [00:02:25.692]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:47.0062698Z [00:02:25.692]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.0063123Z [00:02:25.692]➜  packagefile flag=/tmp/go-build1823208636/b246/_pkg_.a
2025-08-20T20:25:47.0063540Z [00:02:25.692]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.0063983Z [00:02:25.692]➜  packagefile internal/race=/tmp/go-build1823208636/b030/_pkg_.a
2025-08-20T20:25:47.0064483Z [00:02:25.692]➜  packagefile internal/sysinfo=/tmp/go-build1823208636/b247/_pkg_.a
2025-08-20T20:25:47.0064932Z [00:02:25.692]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.0065339Z [00:02:25.692]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:47.0065947Z [00:02:25.692]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:47.0066374Z [00:02:25.692]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.0066809Z [00:02:25.692]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:47.0067270Z [00:02:25.692]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:47.0067701Z [00:02:25.692]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:47.0068152Z [00:02:25.692]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:25:47.0068618Z [00:02:25.692]➜  packagefile runtime/trace=/tmp/go-build1823208636/b248/_pkg_.a
2025-08-20T20:25:47.0069074Z [00:02:25.692]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:47.0069498Z [00:02:25.692]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.0069926Z [00:02:25.692]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.0070345Z [00:02:25.692]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.0070776Z [00:02:25.692]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:47.0071223Z [00:02:25.692]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:47.0071642Z [00:02:25.692]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:47.0072088Z [00:02:25.692]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:47.0072424Z [00:02:25.692]➜  EOF
2025-08-20T20:25:47.0075210Z [00:02:25.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b245=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/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-20T20:25:47.0395779Z [00:02:25.726]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T20:25:47.0419606Z [00:02:25.728]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/12/12476b55817b70d2f0ff3f588775029552b5ed1e3e998621678949282238d7cc-d # internal
2025-08-20T20:25:47.0441992Z [00:02:25.730]➜  github.com/hashicorp/go-version
2025-08-20T20:25:47.0443522Z [00:02:25.730]➜  mkdir -p $WORK/b252/
2025-08-20T20:25:47.0445467Z [00:02:25.731]➜  cat >/tmp/go-build1823208636/b252/importcfg << 'EOF' # internal
2025-08-20T20:25:47.0446121Z [00:02:25.731]➜  # import config
2025-08-20T20:25:47.0446481Z [00:02:25.731]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:47.0446960Z [00:02:25.731]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:25:47.0447425Z [00:02:25.731]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.0447843Z [00:02:25.731]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:47.0448666Z [00:02:25.731]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:47.0449090Z [00:02:25.731]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.0449519Z [00:02:25.731]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.0449837Z [00:02:25.731]➜  EOF
2025-08-20T20:25:47.0457100Z [00:02:25.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0=>github.com/hashicorp/go-version@v1.7.0;$WORK/b252=>" -p github.com/hashicorp/go-version -lang=go1.16 -complete -installsuffix shared -buildid Oh8IlIph9wX_a4R0wuEE/Oh8IlIph9wX_a4R0wuEE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/constraint.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/version.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/version_collection.go
2025-08-20T20:25:47.0675281Z [00:02:25.754]➜  cd $WORK/b201
2025-08-20T20:25:47.0684056Z [00:02:25.754]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b201=/tmp/go-build -gno-record-gcc-switches -I $WORK/b201/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b201/_x001.o -c _cgo_export.c
2025-08-20T20:25:47.0847256Z [00:02:25.771]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T20:25:47.0927926Z [00:02:25.779]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/2d/2d2cd186cd9d6e0724ec5fa0a12242020cb5ce86f655dcb851b3abf20e033185-d # internal
2025-08-20T20:25:47.0930600Z [00:02:25.779]➜  github.com/cli/cli/v2/internal/run
2025-08-20T20:25:47.0932118Z [00:02:25.779]➜  mkdir -p $WORK/b256/
2025-08-20T20:25:47.0932540Z [00:02:25.779]➜  cat >/tmp/go-build1823208636/b256/importcfg << 'EOF' # internal
2025-08-20T20:25:47.0932888Z [00:02:25.779]➜  # import config
2025-08-20T20:25:47.0933248Z [00:02:25.779]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:47.0933672Z [00:02:25.779]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.0934085Z [00:02:25.779]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.0934571Z [00:02:25.779]➜  packagefile github.com/cli/cli/v2/utils=/tmp/go-build1823208636/b104/_pkg_.a
2025-08-20T20:25:47.0935044Z [00:02:25.779]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.0935971Z [00:02:25.779]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.0936484Z [00:02:25.779]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:47.0936939Z [00:02:25.779]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:47.0937382Z [00:02:25.779]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:47.0937807Z [00:02:25.779]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.0938136Z [00:02:25.779]➜  EOF
2025-08-20T20:25:47.0938402Z [00:02:25.779]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:47.0940395Z [00:02:25.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/run=>github.com/cli/cli/v2/internal/run;$WORK/b256=>" -p github.com/cli/cli/v2/internal/run -lang=go1.24 -complete -installsuffix shared -buildid L417G8OIDS-cKivryFc0/L417G8OIDS-cKivryFc0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/run/run.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/run/stub.go
2025-08-20T20:25:47.0977698Z [00:02:25.784]➜  cd $WORK/b201
2025-08-20T20:25:47.0981625Z [00:02:25.784]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b201=/tmp/go-build -gno-record-gcc-switches -I $WORK/b201/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b201/_x002.o -c cgo_linux.cgo2.c
2025-08-20T20:25:47.1197934Z [00:02:25.805]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b201=/tmp/go-build -gno-record-gcc-switches -I $WORK/b201/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b201/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T20:25:47.1465445Z [00:02:25.831]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b201=/tmp/go-build -gno-record-gcc-switches -I $WORK/b201/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b201/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T20:25:47.1496228Z [00:02:25.836]➜  cd $WORK/b243
2025-08-20T20:25:47.1498291Z [00:02:25.836]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b243/_x001.o -c _cgo_export.c
2025-08-20T20:25:47.1511855Z [00:02:25.837]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T20:25:47.1524156Z [00:02:25.838]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/27/27081c66a674dcf77dc207cfe54ebd737fe2983d4aea752cdd31f37efa770f9e-d # internal
2025-08-20T20:25:47.1536764Z [00:02:25.839]➜  github.com/cli/cli/v2/git
2025-08-20T20:25:47.1539209Z [00:02:25.839]➜  mkdir -p $WORK/b255/
2025-08-20T20:25:47.1539606Z [00:02:25.839]➜  cat >/tmp/go-build1823208636/b255/importcfg << 'EOF' # internal
2025-08-20T20:25:47.1539960Z [00:02:25.839]➜  # import config
2025-08-20T20:25:47.1540294Z [00:02:25.839]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:47.1540750Z [00:02:25.839]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:47.1541176Z [00:02:25.839]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.1541586Z [00:02:25.839]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.1542133Z [00:02:25.839]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:25:47.1543173Z [00:02:25.839]➜  packagefile github.com/cli/cli/v2/internal/run=/tmp/go-build1823208636/b256/_pkg_.a
2025-08-20T20:25:47.1543801Z [00:02:25.839]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:25:47.1544273Z [00:02:25.839]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.1544685Z [00:02:25.839]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:47.1545109Z [00:02:25.839]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:47.1551016Z [00:02:25.839]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:47.1551557Z [00:02:25.839]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:47.1551982Z [00:02:25.839]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:47.1552411Z [00:02:25.839]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:47.1552823Z [00:02:25.839]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:47.1553258Z [00:02:25.839]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.1553681Z [00:02:25.839]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.1553989Z [00:02:25.839]➜  EOF
2025-08-20T20:25:47.1554254Z [00:02:25.839]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:47.1556982Z [00:02:25.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/git=>github.com/cli/cli/v2/git;$WORK/b255=>" -p github.com/cli/cli/v2/git -lang=go1.24 -complete -installsuffix shared -buildid hnTT0Mp5xnkoHlgFUXfy/hnTT0Mp5xnkoHlgFUXfy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/git/client.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/git/command.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/git/errors.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/git/objects.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/git/url.go
2025-08-20T20:25:47.1697649Z [00:02:25.852]➜  cd $WORK/b243
2025-08-20T20:25:47.1702007Z [00:02:25.852]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b243/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T20:25:47.1752031Z [00:02:25.861]➜  cd $WORK/b201
2025-08-20T20:25:47.1753817Z [00:02:25.861]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b201=/tmp/go-build -gno-record-gcc-switches -I $WORK/b201/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b201/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T20:25:47.1999349Z [00:02:25.886]➜  cd $WORK/b243
2025-08-20T20:25:47.2001739Z [00:02:25.886]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b243/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T20:25:47.2046006Z [00:02:25.891]➜  cd $WORK/b201
2025-08-20T20:25:47.2048087Z [00:02:25.891]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b201=/tmp/go-build -gno-record-gcc-switches -I $WORK/b201/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b201/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T20:25:47.2248048Z [00:02:25.911]➜  cd $WORK/b243
2025-08-20T20:25:47.2250318Z [00:02:25.911]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b243/_cgo_main.o -c _cgo_main.c
2025-08-20T20:25:47.2554505Z [00:02:25.941]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:47.2559116Z [00:02:25.941]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b243=/tmp/go-build -gno-record-gcc-switches -o $WORK/b243/_cgo_.o $WORK/b243/_cgo_main.o $WORK/b243/preferlinkext $WORK/b243/_x001.o $WORK/b243/_x002.o $WORK/b243/_x003.o -O2 -g
2025-08-20T20:25:47.2640684Z [00:02:25.950]➜  cd $WORK/b201
2025-08-20T20:25:47.2646184Z [00:02:25.951]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b201=/tmp/go-build -gno-record-gcc-switches -I $WORK/b201/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b201/_cgo_main.o -c _cgo_main.c
2025-08-20T20:25:47.2750851Z [00:02:25.961]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T20:25:47.2769266Z [00:02:25.963]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/ce/cecddd95aa9ab16316966dcc28accaac62c9106fb4012b13c342393fcd67f4a9-d # internal
2025-08-20T20:25:47.2769898Z [00:02:25.963]➜  github.com/fatih/color
2025-08-20T20:25:47.2770188Z [00:02:25.963]➜  mkdir -p $WORK/b259/
2025-08-20T20:25:47.2770557Z [00:02:25.963]➜  cat >/tmp/go-build1823208636/b259/importcfg << 'EOF' # internal
2025-08-20T20:25:47.2771279Z [00:02:25.963]➜  # import config
2025-08-20T20:25:47.2771615Z [00:02:25.963]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.2772114Z [00:02:25.963]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build1823208636/b067/_pkg_.a
2025-08-20T20:25:47.2772684Z [00:02:25.963]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1823208636/b068/_pkg_.a
2025-08-20T20:25:47.2773167Z [00:02:25.963]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.2773574Z [00:02:25.963]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.2773989Z [00:02:25.963]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.2774417Z [00:02:25.963]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.2774833Z [00:02:25.963]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.2775138Z [00:02:25.963]➜  EOF
2025-08-20T20:25:47.2775412Z [00:02:25.963]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:47.2777695Z [00:02:25.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.18.0=>github.com/fatih/color@v1.18.0;$WORK/b259=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid 1QHcpJ16e3YthXrNvpW5/1QHcpJ16e3YthXrNvpW5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/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-20T20:25:47.2877431Z [00:02:25.973]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b201=/tmp/go-build -gno-record-gcc-switches -o $WORK/b201/_cgo_.o $WORK/b201/_cgo_main.o $WORK/b201/preferlinkext $WORK/b201/_x001.o $WORK/b201/_x002.o $WORK/b201/_x003.o $WORK/b201/_x004.o $WORK/b201/_x005.o $WORK/b201/_x006.o -O2 -g -lresolv
2025-08-20T20:25:47.3412957Z [00:02:26.027]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T20:25:47.3421609Z [00:02:26.028]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/3d/3de33f3150f965fe5f7aa3dcb4ef575c9ab2409442c6790784c5454f77cb327b-d # internal
2025-08-20T20:25:47.3422488Z [00:02:26.028]➜  github.com/briandowns/spinner
2025-08-20T20:25:47.3423020Z [00:02:26.028]➜  mkdir -p $WORK/b258/
2025-08-20T20:25:47.3431402Z [00:02:26.029]➜  cat >/tmp/go-build1823208636/b258/importcfg << 'EOF' # internal
2025-08-20T20:25:47.3432388Z [00:02:26.029]➜  # import config
2025-08-20T20:25:47.3432859Z [00:02:26.029]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.3433294Z [00:02:26.029]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.3433780Z [00:02:26.029]➜  packagefile github.com/fatih/color=/tmp/go-build1823208636/b259/_pkg_.a
2025-08-20T20:25:47.3434295Z [00:02:26.029]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:25:47.3434759Z [00:02:26.029]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.3435162Z [00:02:26.029]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:47.3435682Z [00:02:26.029]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.3436161Z [00:02:26.029]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:47.3436586Z [00:02:26.029]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.3437025Z [00:02:26.029]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.3437441Z [00:02:26.029]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.3437846Z [00:02:26.029]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:47.3438278Z [00:02:26.029]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:47.3438608Z [00:02:26.029]➜  EOF
2025-08-20T20:25:47.3440697Z [00:02:26.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/briandowns/spinner@v1.23.2=>github.com/briandowns/spinner@v1.23.2;$WORK/b258=>" -p github.com/briandowns/spinner -lang=go1.17 -complete -installsuffix shared -buildid vP813NwoqeX3Vz83XVvU/vP813NwoqeX3Vz83XVvU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/github.com/briandowns/spinner@v1.23.2/character_sets.go /root/go/pkg/mod/github.com/briandowns/spinner@v1.23.2/spinner.go
2025-08-20T20:25:47.3803902Z [00:02:26.066]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b243=/tmp/go-build -gno-record-gcc-switches -o $WORK/b243/_cgo_.o $WORK/b243/_cgo_main.o $WORK/b243/preferlinkext $WORK/b243/_x001.o $WORK/b243/_x002.o $WORK/b243/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T20:25:47.3805439Z [00:02:26.066]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b243/_cgo_.o -dynout $WORK/b243/_cgo_import.go
2025-08-20T20:25:47.3839635Z [00:02:26.070]➜  cat >/tmp/go-build1823208636/b243/importcfg << 'EOF' # internal
2025-08-20T20:25:47.3840609Z [00:02:26.070]➜  # import config
2025-08-20T20:25:47.3841009Z [00:02:26.070]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.3841443Z [00:02:26.070]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:47.3841873Z [00:02:26.070]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.3842331Z [00:02:26.070]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.3842751Z [00:02:26.070]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.3843167Z [00:02:26.070]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:47.3843606Z [00:02:26.070]➜  packagefile runtime/cgo=/tmp/go-build1823208636/b207/_pkg_.a
2025-08-20T20:25:47.3843936Z [00:02:26.070]➜  EOF
2025-08-20T20:25:47.3846622Z [00:02:26.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b243=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/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/b243/_cgo_gotypes.go $WORK/b243/cgo_lookup_cgo.cgo1.go $WORK/b243/getgrouplist_unix.cgo1.go $WORK/b243/_cgo_import.go
2025-08-20T20:25:47.4170171Z [00:02:26.103]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T20:25:47.4189018Z [00:02:26.105]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T20:25:47.4200998Z [00:02:26.106]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/21/219712e601be228b11df05b1fae26e13a6b4d3b0c7a254def820dc475f09d6f3-d # internal
2025-08-20T20:25:47.4206698Z [00:02:26.107]➜  github.com/google/shlex
2025-08-20T20:25:47.4207817Z [00:02:26.107]➜  mkdir -p $WORK/b260/
2025-08-20T20:25:47.4211138Z [00:02:26.107]➜  cat >/tmp/go-build1823208636/b260/importcfg << 'EOF' # internal
2025-08-20T20:25:47.4211534Z [00:02:26.107]➜  # import config
2025-08-20T20:25:47.4211882Z [00:02:26.107]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:47.4212302Z [00:02:26.107]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.4212704Z [00:02:26.107]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.4213145Z [00:02:26.107]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.4213475Z [00:02:26.107]➜  EOF
2025-08-20T20:25:47.4221481Z [00:02:26.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510=>github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510;$WORK/b260=>" -p github.com/google/shlex -lang=go1.13 -complete -installsuffix shared -buildid FK1nOKhicDESVi-DBOt3/FK1nOKhicDESVi-DBOt3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510/shlex.go
2025-08-20T20:25:47.4312004Z [00:02:26.117]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T20:25:47.4326003Z [00:02:26.119]➜  os/signal
2025-08-20T20:25:47.4326481Z [00:02:26.119]➜  mkdir -p $WORK/b261/
2025-08-20T20:25:47.4328568Z [00:02:26.119]➜  echo -n > $WORK/b261/go_asm.h # internal
2025-08-20T20:25:47.4329738Z [00:02:26.119]➜  cd /root/.go/src/os/signal
2025-08-20T20:25:47.4330718Z [00:02:26.119]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b261=>" -I $WORK/b261/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b261/symabis ./sig.s
2025-08-20T20:25:47.4356857Z [00:02:26.122]➜  cat >/tmp/go-build1823208636/b261/importcfg << 'EOF' # internal
2025-08-20T20:25:47.4357457Z [00:02:26.122]➜  # import config
2025-08-20T20:25:47.4358175Z [00:02:26.122]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:47.4358630Z [00:02:26.122]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.4359037Z [00:02:26.122]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:47.4359450Z [00:02:26.122]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.4359895Z [00:02:26.122]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:47.4360212Z [00:02:26.122]➜  EOF
2025-08-20T20:25:47.4360478Z [00:02:26.122]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:47.4362339Z [00:02:26.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b261=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b261/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack -asmhdr $WORK/b261/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-20T20:25:47.4374440Z [00:02:26.123]➜  cd /root/.go/src/os/user
2025-08-20T20:25:47.4375128Z [00:02:26.123]➜  go tool pack r $WORK/b243/_pkg_.a $WORK/b243/preferlinkext $WORK/b243/_x001.o $WORK/b243/_x002.o $WORK/b243/_x003.o # internal
2025-08-20T20:25:47.4376224Z [00:02:26.123]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T20:25:47.4383093Z [00:02:26.124]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/f1/f1ffdb298b4301cf6d7b86999e1893666cac07cbf83b46b00185e8712d04820b-d # internal
2025-08-20T20:25:47.4384169Z [00:02:26.124]➜  github.com/cli/browser
2025-08-20T20:25:47.4384461Z [00:02:26.124]➜  mkdir -p $WORK/b264/
2025-08-20T20:25:47.4387093Z [00:02:26.125]➜  cat >/tmp/go-build1823208636/b264/importcfg << 'EOF' # internal
2025-08-20T20:25:47.4387495Z [00:02:26.125]➜  # import config
2025-08-20T20:25:47.4387862Z [00:02:26.125]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.4388876Z [00:02:26.125]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.4389313Z [00:02:26.125]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:25:47.4389742Z [00:02:26.125]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.4390159Z [00:02:26.125]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:47.4390624Z [00:02:26.125]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:47.4391080Z [00:02:26.125]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.4391395Z [00:02:26.125]➜  EOF
2025-08-20T20:25:47.4391663Z [00:02:26.125]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:47.4393637Z [00:02:26.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/browser@v1.3.0=>github.com/cli/browser@v1.3.0;$WORK/b264=>" -p github.com/cli/browser -lang=go1.21 -complete -installsuffix shared -buildid AQ7_HICAXSquuB-GdHgR/AQ7_HICAXSquuB-GdHgR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/github.com/cli/browser@v1.3.0/browser.go /root/go/pkg/mod/github.com/cli/browser@v1.3.0/browser_linux.go
2025-08-20T20:25:47.4547202Z [00:02:26.141]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T20:25:47.4554417Z [00:02:26.141]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/6e/6e85142b737c21ae588830469a9a023a636b9a4afe66963922374c04275cac07-d # internal
2025-08-20T20:25:47.4555068Z [00:02:26.142]➜  github.com/kballard/go-shellquote
2025-08-20T20:25:47.4555383Z [00:02:26.142]➜  mkdir -p $WORK/b267/
2025-08-20T20:25:47.4572378Z [00:02:26.143]➜  cat >/tmp/go-build1823208636/b267/importcfg << 'EOF' # internal
2025-08-20T20:25:47.4572940Z [00:02:26.143]➜  # import config
2025-08-20T20:25:47.4573400Z [00:02:26.143]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:47.4573977Z [00:02:26.143]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.4574517Z [00:02:26.143]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.4575112Z [00:02:26.143]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:47.4575649Z [00:02:26.143]➜  EOF
2025-08-20T20:25:47.4578706Z [00:02:26.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51=>github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51;$WORK/b267=>" -p github.com/kballard/go-shellquote -lang=go1.16 -complete -installsuffix shared -buildid ZwPzM4qET4DnJ0cgFWX1/ZwPzM4qET4DnJ0cgFWX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/doc.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/quote.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/unquote.go
2025-08-20T20:25:47.4638706Z [00:02:26.150]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T20:25:47.4656881Z [00:02:26.152]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/48/48204723839d2b81621380390fc14512f534e75b148c9b176cccfd5a4788cac5-d # internal
2025-08-20T20:25:47.4679824Z [00:02:26.154]➜  github.com/cli/go-gh/v2/pkg/browser
2025-08-20T20:25:47.4680588Z [00:02:26.154]➜  mkdir -p $WORK/b263/
2025-08-20T20:25:47.4689395Z [00:02:26.155]➜  cat >/tmp/go-build1823208636/b263/importcfg << 'EOF' # internal
2025-08-20T20:25:47.4689790Z [00:02:26.155]➜  # import config
2025-08-20T20:25:47.4690123Z [00:02:26.155]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.4690603Z [00:02:26.155]➜  packagefile github.com/cli/browser=/tmp/go-build1823208636/b264/_pkg_.a
2025-08-20T20:25:47.4691181Z [00:02:26.155]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:25:47.4691786Z [00:02:26.155]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:25:47.4692356Z [00:02:26.155]➜  packagefile github.com/google/shlex=/tmp/go-build1823208636/b260/_pkg_.a
2025-08-20T20:25:47.4692823Z [00:02:26.155]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.4693238Z [00:02:26.155]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:47.4693655Z [00:02:26.155]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.4694068Z [00:02:26.155]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:47.4694377Z [00:02:26.155]➜  EOF
2025-08-20T20:25:47.4701207Z [00:02:26.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/browser=>github.com/cli/go-gh/v2@v2.12.2/pkg/browser;$WORK/b263=>" -p github.com/cli/go-gh/v2/pkg/browser -lang=go1.23 -complete -installsuffix shared -buildid kBXiAxmDHEfbWH9qlpVY/kBXiAxmDHEfbWH9qlpVY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/browser/browser.go
2025-08-20T20:25:47.4723247Z [00:02:26.158]➜  cd /root/.go/src/os/signal
2025-08-20T20:25:47.4724245Z [00:02:26.158]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b261=>" -I $WORK/b261/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b261/sig.o ./sig.s
2025-08-20T20:25:47.4732920Z [00:02:26.159]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b201=/tmp/go-build -gno-record-gcc-switches -o $WORK/b201/_cgo_.o $WORK/b201/_cgo_main.o $WORK/b201/preferlinkext $WORK/b201/_x001.o $WORK/b201/_x002.o $WORK/b201/_x003.o $WORK/b201/_x004.o $WORK/b201/_x005.o $WORK/b201/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T20:25:47.4741971Z [00:02:26.160]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:47.4743118Z [00:02:26.160]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b201/_cgo_.o -dynout $WORK/b201/_cgo_import.go
2025-08-20T20:25:47.4757114Z [00:02:26.162]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T20:25:47.4762711Z [00:02:26.162]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/aa/aa3a5ebf8233508298033de37f0e30a5419ab454fe09287e9a7e6631533eb32a-d # internal
2025-08-20T20:25:47.4765050Z [00:02:26.162]➜  golang.org/x/text/internal/tag
2025-08-20T20:25:47.4765459Z [00:02:26.162]➜  mkdir -p $WORK/b272/
2025-08-20T20:25:47.4768075Z [00:02:26.162]➜  cd /root/.go/src/os/signal
2025-08-20T20:25:47.4768501Z [00:02:26.163]➜  go tool pack r $WORK/b261/_pkg_.a $WORK/b261/sig.o # internal
2025-08-20T20:25:47.4768951Z [00:02:26.163]➜  cat >/tmp/go-build1823208636/b272/importcfg << 'EOF' # internal
2025-08-20T20:25:47.4769324Z [00:02:26.163]➜  # import config
2025-08-20T20:25:47.4769675Z [00:02:26.163]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:47.4769988Z [00:02:26.163]➜  EOF
2025-08-20T20:25:47.4770260Z [00:02:26.163]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:47.4772441Z [00:02:26.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/tag=>golang.org/x/text@v0.28.0/internal/tag;$WORK/b272=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid USzPcmwOZ-fBdNtMdB0f/USzPcmwOZ-fBdNtMdB0f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/tag/tag.go
2025-08-20T20:25:47.4783081Z [00:02:26.163]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T20:25:47.4784002Z [00:02:26.164]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T20:25:47.4787364Z [00:02:26.165]➜  github.com/cli/cli/v2/pkg/iostreams
2025-08-20T20:25:47.4790394Z [00:02:26.165]➜  mkdir -p $WORK/b257/
2025-08-20T20:25:47.4796375Z [00:02:26.165]➜  cat >/tmp/go-build1823208636/b201/importcfg << 'EOF' # internal
2025-08-20T20:25:47.4796877Z [00:02:26.165]➜  # import config
2025-08-20T20:25:47.4797312Z [00:02:26.165]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:25:47.4797838Z [00:02:26.165]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:47.4798261Z [00:02:26.165]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:47.4798690Z [00:02:26.165]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.4799224Z [00:02:26.165]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1823208636/b202/_pkg_.a
2025-08-20T20:25:47.4799782Z [00:02:26.165]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:47.4800721Z [00:02:26.165]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:47.4801204Z [00:02:26.165]➜  packagefile internal/itoa=/tmp/go-build1823208636/b043/_pkg_.a
2025-08-20T20:25:47.4801688Z [00:02:26.165]➜  packagefile internal/nettrace=/tmp/go-build1823208636/b203/_pkg_.a
2025-08-20T20:25:47.4802169Z [00:02:26.165]➜  packagefile internal/poll=/tmp/go-build1823208636/b060/_pkg_.a
2025-08-20T20:25:47.4802674Z [00:02:26.165]➜  packagefile internal/singleflight=/tmp/go-build1823208636/b204/_pkg_.a
2025-08-20T20:25:47.4803211Z [00:02:26.165]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:25:47.4811248Z [00:02:26.165]➜  packagefile internal/syscall/unix=/tmp/go-build1823208636/b061/_pkg_.a
2025-08-20T20:25:47.4811967Z [00:02:26.165]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.4812389Z [00:02:26.165]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:47.4812827Z [00:02:26.165]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:25:47.4813275Z [00:02:26.165]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.4813693Z [00:02:26.165]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:47.4814119Z [00:02:26.165]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:47.4814533Z [00:02:26.165]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.4814977Z [00:02:26.165]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:47.4815424Z [00:02:26.165]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:47.4816232Z [00:02:26.165]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:47.4816668Z [00:02:26.165]➜  packagefile runtime/cgo=/tmp/go-build1823208636/b207/_pkg_.a
2025-08-20T20:25:47.4817000Z [00:02:26.165]➜  EOF
2025-08-20T20:25:47.4826136Z [00:02:26.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b201=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/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/b201/_cgo_gotypes.go $WORK/b201/cgo_linux.cgo1.go $WORK/b201/cgo_resnew.cgo1.go $WORK/b201/cgo_socknew.cgo1.go $WORK/b201/cgo_unix_cgo.cgo1.go $WORK/b201/cgo_unix_cgo_res.cgo1.go $WORK/b201/_cgo_import.go
2025-08-20T20:25:47.4833913Z [00:02:26.166]➜  cat >/tmp/go-build1823208636/b257/importcfg << 'EOF' # internal
2025-08-20T20:25:47.4834261Z [00:02:26.166]➜  # import config
2025-08-20T20:25:47.4834602Z [00:02:26.166]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:47.4835022Z [00:02:26.166]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.4835431Z [00:02:26.166]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.4836775Z [00:02:26.166]➜  packagefile github.com/briandowns/spinner=/tmp/go-build1823208636/b258/_pkg_.a
2025-08-20T20:25:47.4837986Z [00:02:26.166]➜  packagefile github.com/cli/go-gh/v2/pkg/term=/tmp/go-build1823208636/b136/_pkg_.a
2025-08-20T20:25:47.4844730Z [00:02:26.166]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:25:47.4845955Z [00:02:26.166]➜  packagefile github.com/google/shlex=/tmp/go-build1823208636/b260/_pkg_.a
2025-08-20T20:25:47.4846760Z [00:02:26.166]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build1823208636/b067/_pkg_.a
2025-08-20T20:25:47.4847560Z [00:02:26.166]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1823208636/b068/_pkg_.a
2025-08-20T20:25:47.4848356Z [00:02:26.166]➜  packagefile github.com/mgutz/ansi=/tmp/go-build1823208636/b066/_pkg_.a
2025-08-20T20:25:47.4849069Z [00:02:26.166]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.4849734Z [00:02:26.166]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.4850287Z [00:02:26.166]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:47.4850990Z [00:02:26.166]➜  packagefile os/signal=/tmp/go-build1823208636/b261/_pkg_.a
2025-08-20T20:25:47.4851508Z [00:02:26.166]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.4852194Z [00:02:26.166]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.4852855Z [00:02:26.166]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.4853537Z [00:02:26.166]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:47.4854129Z [00:02:26.166]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:47.4854902Z [00:02:26.166]➜  EOF
2025-08-20T20:25:47.4858133Z [00:02:26.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams=>github.com/cli/cli/v2/pkg/iostreams;$WORK/b257=>" -p github.com/cli/cli/v2/pkg/iostreams -lang=go1.24 -complete -installsuffix shared -buildid 7hiGrmTrwtNwfJRwB_rT/7hiGrmTrwtNwfJRwB_rT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/color.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/console.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/epipe_other.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/iostreams.go
2025-08-20T20:25:47.4954842Z [00:02:26.180]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T20:25:47.4971620Z [00:02:26.183]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/d0/d02bac78e30f182f9cc1ea9f5c9657960e5e067c332eab2039bd4526b1121b59-d # internal
2025-08-20T20:25:47.4972651Z [00:02:26.183]➜  golang.org/x/text/internal/language
2025-08-20T20:25:47.4973295Z [00:02:26.183]➜  mkdir -p $WORK/b271/
2025-08-20T20:25:47.4973977Z [00:02:26.183]➜  cat >/tmp/go-build1823208636/b271/importcfg << 'EOF' # internal
2025-08-20T20:25:47.4974610Z [00:02:26.183]➜  # import config
2025-08-20T20:25:47.4975110Z [00:02:26.183]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:47.4975954Z [00:02:26.183]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.4979346Z [00:02:26.183]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.4980269Z [00:02:26.183]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build1823208636/b272/_pkg_.a
2025-08-20T20:25:47.4981009Z [00:02:26.183]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:47.4981633Z [00:02:26.183]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.4982390Z [00:02:26.183]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.4983196Z [00:02:26.183]➜  EOF
2025-08-20T20:25:47.4990873Z [00:02:26.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language=>golang.org/x/text@v0.28.0/internal/language;$WORK/b271=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid hNlQzdN3pZF-o8QrdQdf/hNlQzdN3pZF-o8QrdQdf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/tags.go
2025-08-20T20:25:47.5030335Z [00:02:26.189]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T20:25:47.5043253Z [00:02:26.190]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/12/12ce46fffcdbfd2ba2401808ffefc118fbc709d031c1d18ea6c23372bf07669c-d # internal
2025-08-20T20:25:47.5052834Z [00:02:26.191]➜  github.com/cli/cli/v2/internal/browser
2025-08-20T20:25:47.5058217Z [00:02:26.192]➜  mkdir -p $WORK/b262/
2025-08-20T20:25:47.5058632Z [00:02:26.192]➜  cat >/tmp/go-build1823208636/b262/importcfg << 'EOF' # internal
2025-08-20T20:25:47.5058983Z [00:02:26.192]➜  # import config
2025-08-20T20:25:47.5059425Z [00:02:26.192]➜  packagefile github.com/cli/go-gh/v2/pkg/browser=/tmp/go-build1823208636/b263/_pkg_.a
2025-08-20T20:25:47.5059926Z [00:02:26.192]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.5060248Z [00:02:26.192]➜  EOF
2025-08-20T20:25:47.5071600Z [00:02:26.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/browser=>github.com/cli/cli/v2/internal/browser;$WORK/b262=>" -p github.com/cli/cli/v2/internal/browser -lang=go1.24 -complete -installsuffix shared -buildid RKkcJYOIXecURFXVpJa1/RKkcJYOIXecURFXVpJa1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/browser/browser.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/browser/stub.go
2025-08-20T20:25:47.5377407Z [00:02:26.221]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T20:25:47.5379504Z [00:02:26.222]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/1e/1e35ac420c9f1eaf5532dcf16ff319687f49a138cf3b417ca5c20925510462a8-d # internal
2025-08-20T20:25:47.5387918Z [00:02:26.225]➜  golang.org/x/text/unicode/norm
2025-08-20T20:25:47.5388964Z [00:02:26.225]➜  mkdir -p $WORK/b274/
2025-08-20T20:25:47.5390642Z [00:02:26.225]➜  cat >/tmp/go-build1823208636/b274/importcfg << 'EOF' # internal
2025-08-20T20:25:47.5391340Z [00:02:26.225]➜  # import config
2025-08-20T20:25:47.5391960Z [00:02:26.225]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:47.5393607Z [00:02:26.225]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.5394429Z [00:02:26.225]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:47.5395214Z [00:02:26.225]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.5397153Z [00:02:26.225]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.5397853Z [00:02:26.225]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:47.5398435Z [00:02:26.225]➜  EOF
2025-08-20T20:25:47.5402576Z [00:02:26.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm=>golang.org/x/text@v0.28.0/unicode/norm;$WORK/b274=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid E7adzGy6_yhsJzJBH6Se/E7adzGy6_yhsJzJBH6Se -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/trie.go
2025-08-20T20:25:47.5590967Z [00:02:26.245]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T20:25:47.5594340Z [00:02:26.245]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/80/80aa956c2d39ad68ce9b63af27c48cfc4aa3d87abe0407650d4b0e63eb8caf8a-d # internal
2025-08-20T20:25:47.5598653Z [00:02:26.245]➜  github.com/catppuccin/go
2025-08-20T20:25:47.5598977Z [00:02:26.245]➜  mkdir -p $WORK/b276/
2025-08-20T20:25:47.5599354Z [00:02:26.246]➜  cat >/tmp/go-build1823208636/b276/importcfg << 'EOF' # internal
2025-08-20T20:25:47.5599700Z [00:02:26.246]➜  # import config
2025-08-20T20:25:47.5602804Z [00:02:26.246]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:47.5603682Z [00:02:26.246]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.5604332Z [00:02:26.246]➜  EOF
2025-08-20T20:25:47.5607337Z [00:02:26.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/catppuccin/go@v0.3.0=>github.com/catppuccin/go@v0.3.0;$WORK/b276=>" -p github.com/catppuccin/go -lang=go1.19 -complete -installsuffix shared -buildid 02GRCSFoWYlVLd5mJm2j/02GRCSFoWYlVLd5mJm2j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/frappe.go /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/latte.go /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/macchiato.go /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/main.go /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/mocha.go
2025-08-20T20:25:47.6484895Z [00:02:26.333]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T20:25:47.6488104Z [00:02:26.334]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/c7/c731b8792012cdf539e089e54d0b0ccd8aa17c8c35e98ae25baed3bdc794348b-d # internal
2025-08-20T20:25:47.6490698Z [00:02:26.335]➜  github.com/charmbracelet/bubbles/key
2025-08-20T20:25:47.6491036Z [00:02:26.335]➜  mkdir -p $WORK/b278/
2025-08-20T20:25:47.6491420Z [00:02:26.335]➜  cat >/tmp/go-build1823208636/b278/importcfg << 'EOF' # internal
2025-08-20T20:25:47.6491763Z [00:02:26.335]➜  # import config
2025-08-20T20:25:47.6492110Z [00:02:26.335]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.6492416Z [00:02:26.335]➜  EOF
2025-08-20T20:25:47.6494291Z [00:02:26.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/key=>github.com/charmbracelet/bubbles@v0.21.0/key;$WORK/b278=>" -p github.com/charmbracelet/bubbles/key -lang=go1.23 -complete -installsuffix shared -buildid XNAU_P9ZryEJrmvrxnFc/XNAU_P9ZryEJrmvrxnFc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/key/key.go
2025-08-20T20:25:47.6730106Z [00:02:26.359]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T20:25:47.6746767Z [00:02:26.359]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/b3/b3d94807fe3bb2a4be00530f9d48cc4d9b8cf67aedbe5ac999be1aaf041d2445-d # internal
2025-08-20T20:25:47.6747395Z [00:02:26.359]➜  hash/adler32
2025-08-20T20:25:47.6747650Z [00:02:26.359]➜  mkdir -p $WORK/b284/
2025-08-20T20:25:47.6748077Z [00:02:26.359]➜  cat >/tmp/go-build1823208636/b284/importcfg << 'EOF' # internal
2025-08-20T20:25:47.6748425Z [00:02:26.360]➜  # import config
2025-08-20T20:25:47.6748765Z [00:02:26.360]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.6749182Z [00:02:26.360]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:47.6749640Z [00:02:26.360]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:47.6796684Z [00:02:26.360]➜  EOF
2025-08-20T20:25:47.6798845Z [00:02:26.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b284=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T20:25:47.6897240Z [00:02:26.376]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T20:25:47.6902437Z [00:02:26.376]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T20:25:47.6903104Z [00:02:26.376]➜  compress/zlib
2025-08-20T20:25:47.6903359Z [00:02:26.376]➜  mkdir -p $WORK/b283/
2025-08-20T20:25:47.6903763Z [00:02:26.376]➜  cat >/tmp/go-build1823208636/b283/importcfg << 'EOF' # internal
2025-08-20T20:25:47.6904109Z [00:02:26.376]➜  # import config
2025-08-20T20:25:47.6904468Z [00:02:26.376]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:47.6904917Z [00:02:26.376]➜  packagefile compress/flate=/tmp/go-build1823208636/b149/_pkg_.a
2025-08-20T20:25:47.6907603Z [00:02:26.376]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:47.6908293Z [00:02:26.377]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.6908853Z [00:02:26.377]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.6909353Z [00:02:26.377]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:47.6909973Z [00:02:26.377]➜  packagefile hash/adler32=/tmp/go-build1823208636/b284/_pkg_.a
2025-08-20T20:25:47.6910607Z [00:02:26.377]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.6910917Z [00:02:26.377]➜  EOF
2025-08-20T20:25:47.6912883Z [00:02:26.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b283=>" -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/b283/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T20:25:47.6927274Z [00:02:26.379]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T20:25:47.6949858Z [00:02:26.381]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/e9/e9f82bdf5b6f5a1fdf843da459e30b22b59158d5252e7ae40f5955cbf31264bb-d # internal
2025-08-20T20:25:47.6961948Z [00:02:26.382]➜  golang.org/x/text/internal/language/compact
2025-08-20T20:25:47.6966182Z [00:02:26.383]➜  mkdir -p $WORK/b273/
2025-08-20T20:25:47.6966599Z [00:02:26.383]➜  cat >/tmp/go-build1823208636/b273/importcfg << 'EOF' # internal
2025-08-20T20:25:47.6966953Z [00:02:26.383]➜  # import config
2025-08-20T20:25:47.6967410Z [00:02:26.383]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1823208636/b271/_pkg_.a
2025-08-20T20:25:47.6967953Z [00:02:26.383]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:47.6968371Z [00:02:26.383]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.6968686Z [00:02:26.383]➜  EOF
2025-08-20T20:25:47.6971936Z [00:02:26.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact=>golang.org/x/text@v0.28.0/internal/language/compact;$WORK/b273=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid ef2mwpwp6JkEwsbkG8Gf/ef2mwpwp6JkEwsbkG8Gf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/tags.go
2025-08-20T20:25:47.7204654Z [00:02:26.406]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T20:25:47.7217547Z [00:02:26.408]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T20:25:47.7219562Z [00:02:26.408]➜  image
2025-08-20T20:25:47.7219832Z [00:02:26.408]➜  mkdir -p $WORK/b285/
2025-08-20T20:25:47.7247646Z [00:02:26.409]➜  cat >/tmp/go-build1823208636/b285/importcfg << 'EOF' # internal
2025-08-20T20:25:47.7248810Z [00:02:26.409]➜  # import config
2025-08-20T20:25:47.7249197Z [00:02:26.409]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:47.7249626Z [00:02:26.409]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.7250069Z [00:02:26.409]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:47.7250501Z [00:02:26.409]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.7250950Z [00:02:26.409]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:47.7251387Z [00:02:26.409]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.7251805Z [00:02:26.409]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:47.7252236Z [00:02:26.409]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:47.7252564Z [00:02:26.409]➜  EOF
2025-08-20T20:25:47.7254300Z [00:02:26.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b285=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/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-20T20:25:47.7437204Z [00:02:26.429]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T20:25:47.7447788Z [00:02:26.430]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/ba/bae94a0281f1c827dc43e1d7d0c7f137376453adfbd60bde15ec473608f92661-d # internal
2025-08-20T20:25:47.7448431Z [00:02:26.431]➜  golang.org/x/text/language
2025-08-20T20:25:47.7448726Z [00:02:26.431]➜  mkdir -p $WORK/b270/
2025-08-20T20:25:47.7449102Z [00:02:26.431]➜  cat >/tmp/go-build1823208636/b270/importcfg << 'EOF' # internal
2025-08-20T20:25:47.7449485Z [00:02:26.431]➜  # import config
2025-08-20T20:25:47.7449830Z [00:02:26.431]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:47.7450247Z [00:02:26.431]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.7450776Z [00:02:26.431]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1823208636/b271/_pkg_.a
2025-08-20T20:25:47.7451434Z [00:02:26.431]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build1823208636/b273/_pkg_.a
2025-08-20T20:25:47.7451992Z [00:02:26.431]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:47.7452412Z [00:02:26.431]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.7452839Z [00:02:26.431]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.7453152Z [00:02:26.431]➜  EOF
2025-08-20T20:25:47.7457134Z [00:02:26.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/language=>golang.org/x/text@v0.28.0/language;$WORK/b270=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid 8raP7Loxkeub3xOyvlbF/8raP7Loxkeub3xOyvlbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/tags.go
2025-08-20T20:25:47.8718721Z [00:02:26.558]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T20:25:47.8749859Z [00:02:26.561]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T20:25:47.8758095Z [00:02:26.561]➜  image/png
2025-08-20T20:25:47.8762079Z [00:02:26.561]➜  mkdir -p $WORK/b286/
2025-08-20T20:25:47.8772569Z [00:02:26.563]➜  cat >/tmp/go-build1823208636/b286/importcfg << 'EOF' # internal
2025-08-20T20:25:47.8774920Z [00:02:26.563]➜  # import config
2025-08-20T20:25:47.8775284Z [00:02:26.563]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:47.8775956Z [00:02:26.563]➜  packagefile compress/zlib=/tmp/go-build1823208636/b283/_pkg_.a
2025-08-20T20:25:47.8776532Z [00:02:26.563]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:47.8776979Z [00:02:26.563]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:47.8777388Z [00:02:26.563]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:47.8777816Z [00:02:26.563]➜  packagefile hash/crc32=/tmp/go-build1823208636/b150/_pkg_.a
2025-08-20T20:25:47.8778246Z [00:02:26.563]➜  packagefile image=/tmp/go-build1823208636/b285/_pkg_.a
2025-08-20T20:25:47.8778690Z [00:02:26.563]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:47.8790595Z [00:02:26.563]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.8794252Z [00:02:26.564]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:47.8795059Z [00:02:26.564]➜  EOF
2025-08-20T20:25:47.8796881Z [00:02:26.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b286=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid AJI4NJgu4NnTulnjgrZE/AJI4NJgu4NnTulnjgrZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/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-20T20:25:47.8845393Z [00:02:26.571]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T20:25:47.8855835Z [00:02:26.572]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T20:25:47.8865926Z [00:02:26.573]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/10/108d628f521b52dbcc4d8306dae02b3e3a9481d7257e05867189d902e933f157-d # internal
2025-08-20T20:25:47.8869410Z [00:02:26.573]➜  golang.org/x/text/internal
2025-08-20T20:25:47.8873678Z [00:02:26.573]➜  mkdir -p $WORK/b269/
2025-08-20T20:25:47.8874076Z [00:02:26.573]➜  cat >/tmp/go-build1823208636/b269/importcfg << 'EOF' # internal
2025-08-20T20:25:47.8874430Z [00:02:26.573]➜  # import config
2025-08-20T20:25:47.8880286Z [00:02:26.573]➜  packagefile golang.org/x/text/language=/tmp/go-build1823208636/b270/_pkg_.a
2025-08-20T20:25:47.8880899Z [00:02:26.573]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:47.8881217Z [00:02:26.573]➜  EOF
2025-08-20T20:25:47.8883188Z [00:02:26.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal=>golang.org/x/text@v0.28.0/internal;$WORK/b269=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid hrFxhfLe_PAUeLQAh7Fl/hrFxhfLe_PAUeLQAh7Fl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/match.go
2025-08-20T20:25:47.8932599Z [00:02:26.579]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/a2/a23a2f3e79ca44f08904b7ab639cc0c028ec6e3a6b330a49df4dc71111334474-d # internal
2025-08-20T20:25:47.8938064Z [00:02:26.579]➜  github.com/mattn/go-runewidth
2025-08-20T20:25:47.8938512Z [00:02:26.580]➜  mkdir -p $WORK/b288/
2025-08-20T20:25:47.8940324Z [00:02:26.580]➜  cat >/tmp/go-build1823208636/b288/importcfg << 'EOF' # internal
2025-08-20T20:25:47.8940679Z [00:02:26.580]➜  # import config
2025-08-20T20:25:47.8941075Z [00:02:26.580]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1823208636/b143/_pkg_.a
2025-08-20T20:25:47.8941543Z [00:02:26.580]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:47.8941951Z [00:02:26.580]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:47.8942718Z [00:02:26.580]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.8943108Z [00:02:26.580]➜  EOF
2025-08-20T20:25:47.8945435Z [00:02:26.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b288=>" -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/b288/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-20T20:25:47.9079276Z [00:02:26.593]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T20:25:47.9083488Z [00:02:26.594]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/01/01e72dd9b3dd5eefd8c52ba047502c8aaa96b6b6b85aca08700463695112c8fd-d # internal
2025-08-20T20:25:47.9118826Z [00:02:26.598]➜  golang.org/x/text/cases
2025-08-20T20:25:47.9119859Z [00:02:26.598]➜  mkdir -p $WORK/b268/
2025-08-20T20:25:47.9126243Z [00:02:26.599]➜  cat >/tmp/go-build1823208636/b268/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9129987Z [00:02:26.599]➜  # import config
2025-08-20T20:25:47.9130973Z [00:02:26.599]➜  packagefile golang.org/x/text/internal=/tmp/go-build1823208636/b269/_pkg_.a
2025-08-20T20:25:47.9132829Z [00:02:26.599]➜  packagefile golang.org/x/text/language=/tmp/go-build1823208636/b270/_pkg_.a
2025-08-20T20:25:47.9146757Z [00:02:26.599]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:47.9147974Z [00:02:26.599]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1823208636/b274/_pkg_.a
2025-08-20T20:25:47.9149107Z [00:02:26.599]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:47.9149619Z [00:02:26.599]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:47.9150081Z [00:02:26.599]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:47.9150420Z [00:02:26.599]➜  EOF
2025-08-20T20:25:47.9153375Z [00:02:26.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/cases=>golang.org/x/text@v0.28.0/cases;$WORK/b268=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid WispALTYke9EFUdFa9Ua/WispALTYke9EFUdFa9Ua -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/trieval.go
2025-08-20T20:25:47.9604751Z [00:02:26.646]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T20:25:47.9612265Z [00:02:26.647]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T20:25:47.9613005Z [00:02:26.647]➜  github.com/charmbracelet/x/term
2025-08-20T20:25:47.9613317Z [00:02:26.647]➜  mkdir -p $WORK/b291/
2025-08-20T20:25:47.9613691Z [00:02:26.647]➜  cat >/tmp/go-build1823208636/b291/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9614066Z [00:02:26.647]➜  # import config
2025-08-20T20:25:47.9614459Z [00:02:26.647]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:25:47.9614921Z [00:02:26.647]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:47.9615341Z [00:02:26.647]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:47.9615785Z [00:02:26.647]➜  EOF
2025-08-20T20:25:47.9619016Z [00:02:26.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b291=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid oqsO7T8PBJw6IKgmltRa/oqsO7T8PBJw6IKgmltRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/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-20T20:25:48.0009842Z [00:02:26.687]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T20:25:48.0027905Z [00:02:26.688]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/64/641736c8581aaf4f651a436e38811b1f702aa961e9eb7195f09e030ec0e4acdc-d # internal
2025-08-20T20:25:48.0028683Z [00:02:26.689]➜  github.com/charmbracelet/x/ansi/kitty
2025-08-20T20:25:48.0029007Z [00:02:26.689]➜  mkdir -p $WORK/b282/
2025-08-20T20:25:48.0032994Z [00:02:26.689]➜  cat >/tmp/go-build1823208636/b282/importcfg << 'EOF' # internal
2025-08-20T20:25:48.0033649Z [00:02:26.689]➜  # import config
2025-08-20T20:25:48.0035329Z [00:02:26.689]➜  packagefile compress/zlib=/tmp/go-build1823208636/b283/_pkg_.a
2025-08-20T20:25:48.0036621Z [00:02:26.689]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:48.0039525Z [00:02:26.689]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.0039974Z [00:02:26.690]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.0040394Z [00:02:26.690]➜  packagefile image=/tmp/go-build1823208636/b285/_pkg_.a
2025-08-20T20:25:48.0040834Z [00:02:26.690]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:48.0041286Z [00:02:26.690]➜  packagefile image/png=/tmp/go-build1823208636/b286/_pkg_.a
2025-08-20T20:25:48.0041722Z [00:02:26.690]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.0042137Z [00:02:26.690]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.0042564Z [00:02:26.690]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.0042878Z [00:02:26.690]➜  EOF
2025-08-20T20:25:48.0066460Z [00:02:26.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_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/b282=>" -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/b282/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-20T20:25:48.0434540Z [00:02:26.729]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T20:25:48.0438057Z [00:02:26.729]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/74/74275a8efc732b2bf378889ec3abfa4ea28ced7d3f1088df8d5280785b4760bc-d # internal
2025-08-20T20:25:48.0438647Z [00:02:26.730]➜  github.com/xo/terminfo
2025-08-20T20:25:48.0438926Z [00:02:26.730]➜  mkdir -p $WORK/b292/
2025-08-20T20:25:48.0439341Z [00:02:26.730]➜  cat >/tmp/go-build1823208636/b292/importcfg << 'EOF' # internal
2025-08-20T20:25:48.0439686Z [00:02:26.730]➜  # import config
2025-08-20T20:25:48.0440021Z [00:02:26.730]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.0440434Z [00:02:26.730]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.0440834Z [00:02:26.730]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.0441551Z [00:02:26.730]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:25:48.0442039Z [00:02:26.730]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.0442453Z [00:02:26.730]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:25:48.0442872Z [00:02:26.730]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:48.0443282Z [00:02:26.730]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:48.0443699Z [00:02:26.730]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.0444132Z [00:02:26.730]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.0444613Z [00:02:26.730]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.0444918Z [00:02:26.730]➜  EOF
2025-08-20T20:25:48.0449253Z [00:02:26.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_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/b292=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid oCVjvgDHwfX0wuJIVZBc/oCVjvgDHwfX0wuJIVZBc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/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-20T20:25:48.0572244Z [00:02:26.743]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T20:25:48.0579717Z [00:02:26.744]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/96/9684fa1ade784bf8362103af357dee53df1963154a0fa2cf2eb5872a7fd1fa37-d # internal
2025-08-20T20:25:48.0588871Z [00:02:26.745]➜  github.com/charmbracelet/x/ansi
2025-08-20T20:25:48.0601346Z [00:02:26.745]➜  mkdir -p $WORK/b281/
2025-08-20T20:25:48.0601844Z [00:02:26.745]➜  cat >/tmp/go-build1823208636/b281/importcfg << 'EOF' # internal
2025-08-20T20:25:48.0602203Z [00:02:26.745]➜  # import config
2025-08-20T20:25:48.0602576Z [00:02:26.746]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.0604986Z [00:02:26.746]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:48.0605939Z [00:02:26.746]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:48.0606887Z [00:02:26.746]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.0607539Z [00:02:26.746]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.0608271Z [00:02:26.746]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build1823208636/b282/_pkg_.a
2025-08-20T20:25:48.0609168Z [00:02:26.746]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build1823208636/b287/_pkg_.a
2025-08-20T20:25:48.0610127Z [00:02:26.746]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1823208636/b139/_pkg_.a
2025-08-20T20:25:48.0645101Z [00:02:26.746]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:25:48.0647428Z [00:02:26.747]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1823208636/b143/_pkg_.a
2025-08-20T20:25:48.0647920Z [00:02:26.747]➜  packagefile image=/tmp/go-build1823208636/b285/_pkg_.a
2025-08-20T20:25:48.0648367Z [00:02:26.747]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:48.0648796Z [00:02:26.747]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.0649210Z [00:02:26.747]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:48.0649993Z [00:02:26.747]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.0650474Z [00:02:26.747]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:48.0650895Z [00:02:26.747]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.0651324Z [00:02:26.747]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.0651739Z [00:02:26.747]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.0652166Z [00:02:26.747]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:48.0652613Z [00:02:26.747]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:48.0652941Z [00:02:26.747]➜  EOF
2025-08-20T20:25:48.0665156Z [00:02:26.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3=>github.com/charmbracelet/x/ansi@v0.9.3;$WORK/b281=>" -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/b281/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-20T20:25:48.1213387Z [00:02:26.807]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T20:25:48.1233044Z [00:02:26.809]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/03/0361aff2302d488a43b9b7d2981f0b6b30c946e8ec16613391b31d2c439be145-d # internal
2025-08-20T20:25:48.1335664Z [00:02:26.819]➜  github.com/AlecAivazis/survey/v2
2025-08-20T20:25:48.1356519Z [00:02:26.820]➜  mkdir -p $WORK/b266/
2025-08-20T20:25:48.1356966Z [00:02:26.820]➜  cat >/tmp/go-build1823208636/b266/importcfg << 'EOF' # internal
2025-08-20T20:25:48.1357363Z [00:02:26.820]➜  # import config
2025-08-20T20:25:48.1357703Z [00:02:26.820]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.1358126Z [00:02:26.820]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.1358546Z [00:02:26.820]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.1359083Z [00:02:26.820]➜  packagefile github.com/AlecAivazis/survey/v2/core=/tmp/go-build1823208636/b064/_pkg_.a
2025-08-20T20:25:48.1359758Z [00:02:26.820]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build1823208636/b078/_pkg_.a
2025-08-20T20:25:48.1360396Z [00:02:26.820]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build1823208636/b267/_pkg_.a
2025-08-20T20:25:48.1360942Z [00:02:26.820]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:25:48.1361462Z [00:02:26.820]➜  packagefile golang.org/x/text/cases=/tmp/go-build1823208636/b268/_pkg_.a
2025-08-20T20:25:48.1362461Z [00:02:26.820]➜  packagefile golang.org/x/text/language=/tmp/go-build1823208636/b270/_pkg_.a
2025-08-20T20:25:48.1362935Z [00:02:26.820]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.1363357Z [00:02:26.820]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:25:48.1363775Z [00:02:26.820]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.1364182Z [00:02:26.820]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:48.1364622Z [00:02:26.820]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:48.1365045Z [00:02:26.820]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:48.1365467Z [00:02:26.820]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:48.1366830Z [00:02:26.820]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.1367282Z [00:02:26.820]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:48.1367625Z [00:02:26.820]➜  EOF
2025-08-20T20:25:48.1372193Z [00:02:26.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7=>github.com/AlecAivazis/survey/v2@v2.3.7;$WORK/b266=>" -p github.com/AlecAivazis/survey/v2 -lang=go1.13 -complete -installsuffix shared -buildid 199JMr82PFpcNVGtf9n0/199JMr82PFpcNVGtf9n0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/confirm.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/editor.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/filter.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/input.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/multiline.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/multiselect.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/password.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/renderer.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/select.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/survey.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/transform.go /root/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/validate.go
2025-08-20T20:25:48.1964524Z [00:02:26.882]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T20:25:48.1987169Z [00:02:26.884]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/93/93fc2f07cacb6a12210743fe72914b817291db90c55d5448ffe4d3eb398eba87-d # internal
2025-08-20T20:25:48.1992803Z [00:02:26.885]➜  github.com/muesli/ansi
2025-08-20T20:25:48.1993124Z [00:02:26.885]➜  mkdir -p $WORK/b294/
2025-08-20T20:25:48.1993509Z [00:02:26.885]➜  cat >/tmp/go-build1823208636/b294/importcfg << 'EOF' # internal
2025-08-20T20:25:48.1993854Z [00:02:26.885]➜  # import config
2025-08-20T20:25:48.1994189Z [00:02:26.885]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.1994697Z [00:02:26.885]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:25:48.1995212Z [00:02:26.885]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.1995779Z [00:02:26.885]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:48.1996170Z [00:02:26.885]➜  EOF
2025-08-20T20:25:48.1998849Z [00:02:26.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_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/b294=>" -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/b294/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-20T20:25:48.2267152Z [00:02:26.913]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T20:25:48.2281892Z [00:02:26.913]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/ab/abf28365a9a80d553dbef8fb1681209319c006667a4a7781878a43cac434e0a2-d # internal
2025-08-20T20:25:48.2282510Z [00:02:26.913]➜  github.com/muesli/ansi/compressor
2025-08-20T20:25:48.2282822Z [00:02:26.913]➜  mkdir -p $WORK/b293/
2025-08-20T20:25:48.2283235Z [00:02:26.913]➜  cat >/tmp/go-build1823208636/b293/importcfg << 'EOF' # internal
2025-08-20T20:25:48.2283580Z [00:02:26.913]➜  # import config
2025-08-20T20:25:48.2283918Z [00:02:26.913]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.2284399Z [00:02:26.913]➜  packagefile github.com/muesli/ansi=/tmp/go-build1823208636/b294/_pkg_.a
2025-08-20T20:25:48.2284860Z [00:02:26.913]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.2285295Z [00:02:26.913]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:48.2298175Z [00:02:26.913]➜  EOF
2025-08-20T20:25:48.2300485Z [00:02:26.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_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/b293=>" -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/b293/importcfg -pack /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/compressor/writer.go
2025-08-20T20:25:48.2611449Z [00:02:26.947]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T20:25:48.2646361Z [00:02:26.950]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/a1/a125487ac561e5b9adf750cf4fb3972e66711f4ae3b7737aa637754c7f2fad50-d # internal
2025-08-20T20:25:48.2658302Z [00:02:26.952]➜  github.com/muesli/cancelreader
2025-08-20T20:25:48.2659092Z [00:02:26.952]➜  mkdir -p $WORK/b295/
2025-08-20T20:25:48.2660005Z [00:02:26.952]➜  cat >/tmp/go-build1823208636/b295/importcfg << 'EOF' # internal
2025-08-20T20:25:48.2660655Z [00:02:26.952]➜  # import config
2025-08-20T20:25:48.2661227Z [00:02:26.952]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.2661850Z [00:02:26.952]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.2662795Z [00:02:26.952]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:25:48.2663507Z [00:02:26.952]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.2664130Z [00:02:26.952]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.2664745Z [00:02:26.952]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.2665304Z [00:02:26.952]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.2666431Z [00:02:26.952]➜  EOF
2025-08-20T20:25:48.2668601Z [00:02:26.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2=>github.com/muesli/cancelreader@v0.2.2;$WORK/b295=>" -p github.com/muesli/cancelreader -lang=go1.17 -complete -installsuffix shared -buildid -UVL8A0lM2Ljp-BJOHSj/-UVL8A0lM2Ljp-BJOHSj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/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-20T20:25:48.3240237Z [00:02:27.010]➜  cd /root/.go/src/net
2025-08-20T20:25:48.3241203Z [00:02:27.010]➜  go tool pack r $WORK/b201/_pkg_.a $WORK/b201/preferlinkext $WORK/b201/_x001.o $WORK/b201/_x002.o $WORK/b201/_x003.o $WORK/b201/_x004.o $WORK/b201/_x005.o $WORK/b201/_x006.o # internal
2025-08-20T20:25:48.3241941Z [00:02:27.010]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T20:25:48.3260349Z [00:02:27.012]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T20:25:48.3268608Z [00:02:27.013]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/7a/7a30b7f520f300882e34bb8a3641c1aa57bc0d531825e5fd194fb7596615342d-d # internal
2025-08-20T20:25:48.3273088Z [00:02:27.013]➜  github.com/dustin/go-humanize
2025-08-20T20:25:48.3273402Z [00:02:27.013]➜  mkdir -p $WORK/b296/
2025-08-20T20:25:48.3273778Z [00:02:27.013]➜  cat >/tmp/go-build1823208636/b296/importcfg << 'EOF' # internal
2025-08-20T20:25:48.3274119Z [00:02:27.013]➜  # import config
2025-08-20T20:25:48.3274491Z [00:02:27.013]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.3274916Z [00:02:27.013]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.3275331Z [00:02:27.013]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.3276006Z [00:02:27.013]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:48.3276442Z [00:02:27.013]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:48.3276882Z [00:02:27.013]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:48.3277297Z [00:02:27.013]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:48.3277715Z [00:02:27.013]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.3278139Z [00:02:27.013]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.3278559Z [00:02:27.013]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:48.3278983Z [00:02:27.013]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:48.3279298Z [00:02:27.013]➜  EOF
2025-08-20T20:25:48.3279558Z [00:02:27.013]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:48.3283963Z [00:02:27.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b296=>" -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/b296/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-20T20:25:48.3387982Z [00:02:27.025]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/6a/6ab00b4e20adc198b1045fc842df308c3a0b9c9d8f05f2bbf5a5c81c62b56819-d # internal
2025-08-20T20:25:48.3391010Z [00:02:27.025]➜  crypto/x509
2025-08-20T20:25:48.3403390Z [00:02:27.025]➜  mkdir -p $WORK/b196/
2025-08-20T20:25:48.3404199Z [00:02:27.026]➜  cat >/tmp/go-build1823208636/b196/importcfg << 'EOF' # internal
2025-08-20T20:25:48.3404781Z [00:02:27.026]➜  # import config
2025-08-20T20:25:48.3405355Z [00:02:27.026]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:25:48.3406429Z [00:02:27.026]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:25:48.3407141Z [00:02:27.026]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.3407720Z [00:02:27.026]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:48.3408306Z [00:02:27.026]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:25:48.3408977Z [00:02:27.026]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:48.3409967Z [00:02:27.026]➜  packagefile crypto/des=/tmp/go-build1823208636/b156/_pkg_.a
2025-08-20T20:25:48.3410617Z [00:02:27.026]➜  packagefile crypto/dsa=/tmp/go-build1823208636/b197/_pkg_.a
2025-08-20T20:25:48.3411360Z [00:02:27.026]➜  packagefile crypto/ecdh=/tmp/go-build1823208636/b157/_pkg_.a
2025-08-20T20:25:48.3412185Z [00:02:27.026]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:48.3412882Z [00:02:27.026]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:48.3413550Z [00:02:27.026]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:48.3414236Z [00:02:27.026]➜  packagefile crypto/md5=/tmp/go-build1823208636/b189/_pkg_.a
2025-08-20T20:25:48.3414847Z [00:02:27.026]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:48.3415698Z [00:02:27.026]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:48.3416770Z [00:02:27.026]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:48.3443512Z [00:02:27.026]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:48.3444583Z [00:02:27.026]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:25:48.3445338Z [00:02:27.026]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:48.3446150Z [00:02:27.026]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:48.3446809Z [00:02:27.026]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:25:48.3447516Z [00:02:27.026]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.3448164Z [00:02:27.026]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.3449245Z [00:02:27.026]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1823208636/b172/_pkg_.a
2025-08-20T20:25:48.3449981Z [00:02:27.026]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1823208636/b174/_pkg_.a
2025-08-20T20:25:48.3450600Z [00:02:27.026]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:48.3451087Z [00:02:27.026]➜  packagefile internal/goos=/tmp/go-build1823208636/b018/_pkg_.a
2025-08-20T20:25:48.3451520Z [00:02:27.026]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.3451930Z [00:02:27.026]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:48.3452346Z [00:02:27.026]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:25:48.3453162Z [00:02:27.026]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:48.3453668Z [00:02:27.026]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:48.3454094Z [00:02:27.026]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:48.3454533Z [00:02:27.026]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:48.3454953Z [00:02:27.026]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:48.3455388Z [00:02:27.026]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:25:48.3456100Z [00:02:27.026]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:48.3456515Z [00:02:27.026]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.3456951Z [00:02:27.026]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:48.3457397Z [00:02:27.026]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:48.3457836Z [00:02:27.026]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:48.3458266Z [00:02:27.026]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.3458691Z [00:02:27.026]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.3459105Z [00:02:27.026]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.3459513Z [00:02:27.026]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:48.3460237Z [00:02:27.026]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:48.3460690Z [00:02:27.026]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:25:48.3461155Z [00:02:27.026]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:48.3461493Z [00:02:27.026]➜  EOF
2025-08-20T20:25:48.3464389Z [00:02:27.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b196=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid kczY2yOwbkmwBZWgWiND/kczY2yOwbkmwBZWgWiND -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/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-20T20:25:48.4015410Z [00:02:27.088]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T20:25:48.4032033Z [00:02:27.089]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/d6/d6809dec0b2ed7b3bb303d376d4f20c56ec3243f592aaa0f242f4011e111c861-d # internal
2025-08-20T20:25:48.4032862Z [00:02:27.089]➜  net/textproto
2025-08-20T20:25:48.4033373Z [00:02:27.089]➜  mkdir -p $WORK/b216/
2025-08-20T20:25:48.4042963Z [00:02:27.090]➜  cat >/tmp/go-build1823208636/b216/importcfg << 'EOF' # internal
2025-08-20T20:25:48.4043551Z [00:02:27.090]➜  # import config
2025-08-20T20:25:48.4044008Z [00:02:27.090]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:48.4044529Z [00:02:27.090]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.4045078Z [00:02:27.090]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.4045773Z [00:02:27.090]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.4046323Z [00:02:27.090]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.4046868Z [00:02:27.090]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:48.4047390Z [00:02:27.090]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:48.4047983Z [00:02:27.090]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.4048911Z [00:02:27.090]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.4049536Z [00:02:27.090]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.4049990Z [00:02:27.090]➜  EOF
2025-08-20T20:25:48.4052219Z [00:02:27.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b216=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid gizatHsa0FS1eBo4fDz0/gizatHsa0FS1eBo4fDz0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/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-20T20:25:48.4177505Z [00:02:27.104]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T20:25:48.4219607Z [00:02:27.108]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/14/14d87d02532405aeae90db90ce4f9021e50f8d907222250ffdf85231fe9fee35-d # internal
2025-08-20T20:25:48.4223652Z [00:02:27.108]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T20:25:48.4228382Z [00:02:27.109]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:25:48.4231644Z [00:02:27.109]➜  mkdir -p $WORK/b217/
2025-08-20T20:25:48.4239853Z [00:02:27.110]➜  cat >/tmp/go-build1823208636/b217/importcfg << 'EOF' # internal
2025-08-20T20:25:48.4240658Z [00:02:27.110]➜  # import config
2025-08-20T20:25:48.4244359Z [00:02:27.110]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:25:48.4246313Z [00:02:27.110]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.4246923Z [00:02:27.110]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.4247574Z [00:02:27.110]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1823208636/b209/_pkg_.a
2025-08-20T20:25:48.4248223Z [00:02:27.110]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:48.4248840Z [00:02:27.110]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:25:48.4249468Z [00:02:27.110]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:48.4250013Z [00:02:27.110]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.4250522Z [00:02:27.110]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.4251076Z [00:02:27.110]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:48.4251445Z [00:02:27.110]➜  EOF
2025-08-20T20:25:48.4269934Z [00:02:27.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b217=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid KkawjaFPAjRvmbukfgo5/KkawjaFPAjRvmbukfgo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T20:25:48.4280347Z [00:02:27.114]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/e4/e4da0feb4d8b7a85e3890926de9be9831037be6a565d5fe34e67501c18f8cf03-d # internal
2025-08-20T20:25:48.4280999Z [00:02:27.114]➜  github.com/godbus/dbus/v5
2025-08-20T20:25:48.4281280Z [00:02:27.114]➜  mkdir -p $WORK/b241/
2025-08-20T20:25:48.4281650Z [00:02:27.114]➜  cat >/tmp/go-build1823208636/b241/importcfg << 'EOF' # internal
2025-08-20T20:25:48.4282012Z [00:02:27.114]➜  # import config
2025-08-20T20:25:48.4282346Z [00:02:27.114]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:48.4282760Z [00:02:27.114]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.4283180Z [00:02:27.114]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:48.4283622Z [00:02:27.114]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:48.4284074Z [00:02:27.114]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:48.4284850Z [00:02:27.114]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:48.4285433Z [00:02:27.114]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:48.4286213Z [00:02:27.114]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.4286634Z [00:02:27.114]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.4287030Z [00:02:27.114]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.4287463Z [00:02:27.114]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:25:48.4287886Z [00:02:27.114]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:48.4288302Z [00:02:27.114]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:48.4288710Z [00:02:27.114]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.4289129Z [00:02:27.114]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:48.4289546Z [00:02:27.114]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:25:48.4289961Z [00:02:27.114]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:48.4290377Z [00:02:27.114]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:48.4290795Z [00:02:27.114]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:48.4291208Z [00:02:27.114]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.4291921Z [00:02:27.114]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.4292342Z [00:02:27.114]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.4292758Z [00:02:27.114]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:48.4293182Z [00:02:27.114]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:48.4293632Z [00:02:27.114]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:48.4293961Z [00:02:27.114]➜  EOF
2025-08-20T20:25:48.4302704Z [00:02:27.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0=>github.com/godbus/dbus/v5@v5.1.0;$WORK/b241=>" -p github.com/godbus/dbus/v5 -lang=go1.12 -complete -installsuffix shared -buildid 9O-IpkjHHrSpH-4qdqst/9O-IpkjHHrSpH-4qdqst -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth_anonymous.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth_external.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth_sha1.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/call.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn_other.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn_unix.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/dbus.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/decoder.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/default_handler.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/doc.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/encoder.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/escape.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/export.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/homedir.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/match.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/message.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/object.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/sequence.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/sequential_handler.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/server_interfaces.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/sig.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_generic.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_nonce_tcp.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_tcp.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_unix.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_unixcred_linux.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/variant.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/variant_lexer.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/variant_parser.go
2025-08-20T20:25:48.4637679Z [00:02:27.150]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T20:25:48.4649843Z [00:02:27.150]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/a0/a087ab69a90a64f254f611996ec5d4195ad468d630c4f9ddad299b5d4fdf6c9a-d # internal
2025-08-20T20:25:48.4651074Z [00:02:27.151]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T20:25:48.4651459Z [00:02:27.151]➜  github.com/charmbracelet/colorprofile
2025-08-20T20:25:48.4651770Z [00:02:27.151]➜  mkdir -p $WORK/b290/
2025-08-20T20:25:48.4657564Z [00:02:27.151]➜  cat >/tmp/go-build1823208636/b290/importcfg << 'EOF' # internal
2025-08-20T20:25:48.4658046Z [00:02:27.151]➜  # import config
2025-08-20T20:25:48.4658423Z [00:02:27.151]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.4660511Z [00:02:27.151]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.4661687Z [00:02:27.152]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1823208636/b281/_pkg_.a
2025-08-20T20:25:48.4662383Z [00:02:27.152]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build1823208636/b291/_pkg_.a
2025-08-20T20:25:48.4663433Z [00:02:27.152]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1823208636/b139/_pkg_.a
2025-08-20T20:25:48.4664017Z [00:02:27.152]➜  packagefile github.com/xo/terminfo=/tmp/go-build1823208636/b292/_pkg_.a
2025-08-20T20:25:48.4664519Z [00:02:27.152]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:48.4664994Z [00:02:27.152]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.4665426Z [00:02:27.152]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:48.4666070Z [00:02:27.152]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:48.4666507Z [00:02:27.152]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:48.4666934Z [00:02:27.152]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.4667358Z [00:02:27.152]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.4667682Z [00:02:27.152]➜  EOF
2025-08-20T20:25:48.4670703Z [00:02:27.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1=>github.com/charmbracelet/colorprofile@v0.3.1;$WORK/b290=>" -p github.com/charmbracelet/colorprofile -lang=go1.23 -complete -installsuffix shared -buildid 5dufrtm0M3Kzzve343X5/5dufrtm0M3Kzzve343X5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/doc.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/env.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/env_other.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/profile.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/writer.go
2025-08-20T20:25:48.4673660Z [00:02:27.152]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/a8/a8355263e2aebc6c805316209be6985713467743bdfb34843718de2bb1815e7f-d # internal
2025-08-20T20:25:48.4674251Z [00:02:27.152]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T20:25:48.4674557Z [00:02:27.152]➜  mkdir -p $WORK/b208/
2025-08-20T20:25:48.4674932Z [00:02:27.152]➜  cat >/tmp/go-build1823208636/b208/importcfg << 'EOF' # internal
2025-08-20T20:25:48.4675274Z [00:02:27.152]➜  # import config
2025-08-20T20:25:48.4675749Z [00:02:27.152]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:25:48.4676614Z [00:02:27.152]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1823208636/b209/_pkg_.a
2025-08-20T20:25:48.4677169Z [00:02:27.152]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:48.4677607Z [00:02:27.152]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:48.4678055Z [00:02:27.152]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.4678499Z [00:02:27.152]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:48.4678845Z [00:02:27.152]➜  EOF
2025-08-20T20:25:48.4680894Z [00:02:27.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b208=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid RCakdlx9MZSXKgEny_nA/RCakdlx9MZSXKgEny_nA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/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-20T20:25:48.4872558Z [00:02:27.173]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T20:25:48.4877396Z [00:02:27.174]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/0b/0b48f3aeda01c5d4b17264c03a856a2ddb2aecf662edfdd6844744ecb83d5e8a-d # internal
2025-08-20T20:25:48.4878845Z [00:02:27.174]➜  mime/multipart
2025-08-20T20:25:48.4879150Z [00:02:27.174]➜  mkdir -p $WORK/b220/
2025-08-20T20:25:48.4882146Z [00:02:27.174]➜  cat >/tmp/go-build1823208636/b220/importcfg << 'EOF' # internal
2025-08-20T20:25:48.4882960Z [00:02:27.174]➜  # import config
2025-08-20T20:25:48.4883309Z [00:02:27.174]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:48.4883727Z [00:02:27.174]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.4884168Z [00:02:27.174]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:48.4884609Z [00:02:27.174]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.4885039Z [00:02:27.174]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.4885495Z [00:02:27.174]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:48.4886160Z [00:02:27.174]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.4886564Z [00:02:27.174]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:48.4886972Z [00:02:27.174]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:48.4887393Z [00:02:27.174]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:25:48.4887867Z [00:02:27.174]➜  packagefile mime/quotedprintable=/tmp/go-build1823208636/b221/_pkg_.a
2025-08-20T20:25:48.4888364Z [00:02:27.174]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:48.4888797Z [00:02:27.174]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.4889483Z [00:02:27.174]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:48.4889993Z [00:02:27.174]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:48.4890418Z [00:02:27.174]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.4890842Z [00:02:27.174]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.4891154Z [00:02:27.174]➜  EOF
2025-08-20T20:25:48.4893116Z [00:02:27.174]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b220=>" -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/b220/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-20T20:25:48.5556235Z [00:02:27.242]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T20:25:48.5576363Z [00:02:27.244]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/66/660f5880cd58d4b2f8daa6e4ac3ad768fdb234c9e8aa24fbd4b4f4fac47c519c-d # internal
2025-08-20T20:25:48.5580374Z [00:02:27.244]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T20:25:48.5580749Z [00:02:27.244]➜  mkdir -p $WORK/b289/
2025-08-20T20:25:48.5591932Z [00:02:27.245]➜  cat >/tmp/go-build1823208636/b289/importcfg << 'EOF' # internal
2025-08-20T20:25:48.5594936Z [00:02:27.245]➜  # import config
2025-08-20T20:25:48.5595795Z [00:02:27.245]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.5596293Z [00:02:27.245]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.5596709Z [00:02:27.245]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.5597249Z [00:02:27.245]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build1823208636/b290/_pkg_.a
2025-08-20T20:25:48.5597885Z [00:02:27.245]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1823208636/b281/_pkg_.a
2025-08-20T20:25:48.5598480Z [00:02:27.245]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build1823208636/b291/_pkg_.a
2025-08-20T20:25:48.5599061Z [00:02:27.245]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:25:48.5599622Z [00:02:27.246]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1823208636/b143/_pkg_.a
2025-08-20T20:25:48.5600095Z [00:02:27.246]➜  packagefile image=/tmp/go-build1823208636/b285/_pkg_.a
2025-08-20T20:25:48.5600542Z [00:02:27.246]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:48.5600968Z [00:02:27.246]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.5601365Z [00:02:27.246]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.5601778Z [00:02:27.246]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.5602195Z [00:02:27.246]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.5602624Z [00:02:27.246]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:48.5603067Z [00:02:27.246]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:48.5603403Z [00:02:27.246]➜  EOF
2025-08-20T20:25:48.5609036Z [00:02:27.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b289=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid Z3_GEG9mlhdws6Nk0vNb/Z3_GEG9mlhdws6Nk0vNb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/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-20T20:25:48.6141520Z [00:02:27.300]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T20:25:48.6169744Z [00:02:27.303]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T20:25:48.6190653Z [00:02:27.305]➜  github.com/atotto/clipboard
2025-08-20T20:25:48.6201119Z [00:02:27.306]➜  mkdir -p $WORK/b300/
2025-08-20T20:25:48.6205350Z [00:02:27.306]➜  cat >/tmp/go-build1823208636/b300/importcfg << 'EOF' # internal
2025-08-20T20:25:48.6206005Z [00:02:27.306]➜  # import config
2025-08-20T20:25:48.6206359Z [00:02:27.306]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.6206771Z [00:02:27.306]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.6207186Z [00:02:27.307]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:48.6207897Z [00:02:27.307]➜  EOF
2025-08-20T20:25:48.6213191Z [00:02:27.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4=>github.com/atotto/clipboard@v0.1.4;$WORK/b300=>" -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/b300/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-20T20:25:48.6742188Z [00:02:27.360]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T20:25:48.6746596Z [00:02:27.361]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/4c/4c326107d834119cbe43ab9688424f8098db62dcf0dbcb109bea74de01296aeb-d # internal
2025-08-20T20:25:48.6768212Z [00:02:27.363]➜  github.com/charmbracelet/bubbles/textarea/memoization
2025-08-20T20:25:48.6769184Z [00:02:27.363]➜  mkdir -p $WORK/b303/
2025-08-20T20:25:48.6769621Z [00:02:27.363]➜  cat >/tmp/go-build1823208636/b303/importcfg << 'EOF' # internal
2025-08-20T20:25:48.6769981Z [00:02:27.363]➜  # import config
2025-08-20T20:25:48.6770351Z [00:02:27.363]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:25:48.6770834Z [00:02:27.363]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:48.6771274Z [00:02:27.363]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.6771710Z [00:02:27.363]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.6772025Z [00:02:27.363]➜  EOF
2025-08-20T20:25:48.6774256Z [00:02:27.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textarea/memoization=>github.com/charmbracelet/bubbles@v0.21.0/textarea/memoization;$WORK/b303=>" -p github.com/charmbracelet/bubbles/textarea/memoization -lang=go1.23 -complete -installsuffix shared -buildid x1s6dXAErj4xchgd2mBV/x1s6dXAErj4xchgd2mBV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textarea/memoization/memoization.go
2025-08-20T20:25:48.7202097Z [00:02:27.406]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T20:25:48.7203684Z [00:02:27.406]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/a2/a23db75d09dfb66487afb1d0e16b33b733ee688bc808bdc84c70c0a0ee08213c-d # internal
2025-08-20T20:25:48.7208166Z [00:02:27.407]➜  github.com/charmbracelet/huh/internal/accessibility
2025-08-20T20:25:48.7208599Z [00:02:27.407]➜  mkdir -p $WORK/b306/
2025-08-20T20:25:48.7211557Z [00:02:27.407]➜  cat >/tmp/go-build1823208636/b306/importcfg << 'EOF' # internal
2025-08-20T20:25:48.7211913Z [00:02:27.407]➜  # import config
2025-08-20T20:25:48.7212256Z [00:02:27.407]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:48.7212672Z [00:02:27.407]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:48.7213110Z [00:02:27.407]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.7213524Z [00:02:27.407]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.7214028Z [00:02:27.407]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build1823208636/b291/_pkg_.a
2025-08-20T20:25:48.7214519Z [00:02:27.407]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.7214939Z [00:02:27.407]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:48.7215364Z [00:02:27.407]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.7216064Z [00:02:27.407]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.7216385Z [00:02:27.407]➜  EOF
2025-08-20T20:25:48.7218570Z [00:02:27.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/internal/accessibility=>github.com/charmbracelet/huh@v0.7.0/internal/accessibility;$WORK/b306=>" -p github.com/charmbracelet/huh/internal/accessibility -lang=go1.23 -complete -installsuffix shared -buildid m8Nub3MeX9OTEMWkXpgf/m8Nub3MeX9OTEMWkXpgf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/internal/accessibility/accessibility.go
2025-08-20T20:25:48.7813457Z [00:02:27.467]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T20:25:48.7934499Z [00:02:27.479]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/82/827a88abea1cbbdc0b549be4e3475467f1808c3400be9c025a6c0b04f8cfcb99-d # internal
2025-08-20T20:25:48.7939528Z [00:02:27.479]➜  github.com/charmbracelet/x/exp/strings
2025-08-20T20:25:48.7939867Z [00:02:27.479]➜  mkdir -p $WORK/b308/
2025-08-20T20:25:48.7940249Z [00:02:27.479]➜  cat >/tmp/go-build1823208636/b308/importcfg << 'EOF' # internal
2025-08-20T20:25:48.7940599Z [00:02:27.479]➜  # import config
2025-08-20T20:25:48.7940970Z [00:02:27.479]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.7941289Z [00:02:27.479]➜  EOF
2025-08-20T20:25:48.7943544Z [00:02:27.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/exp/strings@v0.0.0-20250630141444-821143405392=>github.com/charmbracelet/x/exp/strings@v0.0.0-20250630141444-821143405392;$WORK/b308=>" -p github.com/charmbracelet/x/exp/strings -lang=go1.23 -complete -installsuffix shared -buildid Shr9bLBKVnBtIIqnyGTB/Shr9bLBKVnBtIIqnyGTB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/strings@v0.0.0-20250630141444-821143405392/join.go
2025-08-20T20:25:48.8082849Z [00:02:27.494]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T20:25:48.8192630Z [00:02:27.505]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T20:25:48.8196342Z [00:02:27.505]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/8a/8a5dafe3331fff464e752c4b2bdc2087774899b5afce798910a3143dd11f48c2-d # internal
2025-08-20T20:25:48.8198397Z [00:02:27.506]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/ae/ae7ca07e72aa8acee76c661ca8c0cfb43b5cfb259e9ca1b674276ba51dd3f85c-d # internal
2025-08-20T20:25:48.8198998Z [00:02:27.506]➜  hash/fnv
2025-08-20T20:25:48.8199246Z [00:02:27.506]➜  mkdir -p $WORK/b310/
2025-08-20T20:25:48.8199635Z [00:02:27.506]➜  cat >/tmp/go-build1823208636/b310/importcfg << 'EOF' # internal
2025-08-20T20:25:48.8200311Z [00:02:27.506]➜  # import config
2025-08-20T20:25:48.8200739Z [00:02:27.506]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.8201160Z [00:02:27.506]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:48.8201619Z [00:02:27.506]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:48.8204426Z [00:02:27.506]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:48.8204833Z [00:02:27.506]➜  EOF
2025-08-20T20:25:48.8206394Z [00:02:27.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b310=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T20:25:48.8212264Z [00:02:27.507]➜  crypto/tls
2025-08-20T20:25:48.8212949Z [00:02:27.507]➜  mkdir -p $WORK/b154/
2025-08-20T20:25:48.8276999Z [00:02:27.512]➜  cat >/tmp/go-build1823208636/b154/importcfg << 'EOF' # internal
2025-08-20T20:25:48.8277811Z [00:02:27.512]➜  # import config
2025-08-20T20:25:48.8278682Z [00:02:27.512]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:25:48.8280064Z [00:02:27.512]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:25:48.8280678Z [00:02:27.512]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.8281642Z [00:02:27.512]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:25:48.8282109Z [00:02:27.512]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:48.8282538Z [00:02:27.512]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:48.8282978Z [00:02:27.512]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:25:48.8283453Z [00:02:27.512]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:48.8283915Z [00:02:27.512]➜  packagefile crypto/des=/tmp/go-build1823208636/b156/_pkg_.a
2025-08-20T20:25:48.8284366Z [00:02:27.512]➜  packagefile crypto/ecdh=/tmp/go-build1823208636/b157/_pkg_.a
2025-08-20T20:25:48.8284822Z [00:02:27.512]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:48.8285288Z [00:02:27.512]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:48.8286028Z [00:02:27.512]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:48.8286508Z [00:02:27.512]➜  packagefile crypto/hkdf=/tmp/go-build1823208636/b178/_pkg_.a
2025-08-20T20:25:48.8286963Z [00:02:27.512]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:25:48.8287459Z [00:02:27.512]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:25:48.8288009Z [00:02:27.512]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1823208636/b112/_pkg_.a
2025-08-20T20:25:48.8288602Z [00:02:27.512]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1823208636/b125/_pkg_.a
2025-08-20T20:25:48.8289189Z [00:02:27.512]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1823208636/b181/_pkg_.a
2025-08-20T20:25:48.8289765Z [00:02:27.512]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1823208636/b182/_pkg_.a
2025-08-20T20:25:48.8290339Z [00:02:27.512]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1823208636/b183/_pkg_.a
2025-08-20T20:25:48.8290894Z [00:02:27.512]➜  packagefile crypto/internal/hpke=/tmp/go-build1823208636/b184/_pkg_.a
2025-08-20T20:25:48.8291378Z [00:02:27.512]➜  packagefile crypto/md5=/tmp/go-build1823208636/b189/_pkg_.a
2025-08-20T20:25:48.8291830Z [00:02:27.512]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:48.8292283Z [00:02:27.512]➜  packagefile crypto/rc4=/tmp/go-build1823208636/b190/_pkg_.a
2025-08-20T20:25:48.8293027Z [00:02:27.512]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:48.8293574Z [00:02:27.512]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:48.8294040Z [00:02:27.512]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:48.8294503Z [00:02:27.512]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:48.8294965Z [00:02:27.512]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:48.8295508Z [00:02:27.512]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1823208636/b194/_pkg_.a
2025-08-20T20:25:48.8296331Z [00:02:27.512]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:48.8296801Z [00:02:27.512]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:25:48.8297240Z [00:02:27.512]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:48.8297650Z [00:02:27.512]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.8298213Z [00:02:27.512]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1823208636/b185/_pkg_.a
2025-08-20T20:25:48.8298876Z [00:02:27.512]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1823208636/b172/_pkg_.a
2025-08-20T20:25:48.8299393Z [00:02:27.512]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:48.8299855Z [00:02:27.512]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:25:48.8300664Z [00:02:27.512]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:25:48.8301145Z [00:02:27.512]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:48.8301586Z [00:02:27.512]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.8301986Z [00:02:27.512]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:48.8302381Z [00:02:27.512]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.8302803Z [00:02:27.512]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:48.8303227Z [00:02:27.512]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:48.8303642Z [00:02:27.512]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:48.8304100Z [00:02:27.512]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.8304528Z [00:02:27.512]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.8304950Z [00:02:27.512]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.8305383Z [00:02:27.512]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:48.8306089Z [00:02:27.512]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:48.8306508Z [00:02:27.512]➜  packagefile weak=/tmp/go-build1823208636/b168/_pkg_.a
2025-08-20T20:25:48.8306815Z [00:02:27.512]➜  EOF
2025-08-20T20:25:48.8311282Z [00:02:27.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b154=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid xONr56K4hWI64_BX2HvQ/xONr56K4hWI64_BX2HvQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/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-20T20:25:48.8741732Z [00:02:27.560]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T20:25:48.8750577Z [00:02:27.561]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T20:25:48.8751223Z [00:02:27.561]➜  github.com/mitchellh/hashstructure/v2
2025-08-20T20:25:48.8751535Z [00:02:27.561]➜  mkdir -p $WORK/b309/
2025-08-20T20:25:48.8763949Z [00:02:27.562]➜  cat >/tmp/go-build1823208636/b309/importcfg << 'EOF' # internal
2025-08-20T20:25:48.8764584Z [00:02:27.562]➜  # import config
2025-08-20T20:25:48.8765124Z [00:02:27.562]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:48.8765843Z [00:02:27.562]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:48.8766394Z [00:02:27.562]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:48.8766970Z [00:02:27.562]➜  packagefile hash/fnv=/tmp/go-build1823208636/b310/_pkg_.a
2025-08-20T20:25:48.8767519Z [00:02:27.562]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:48.8768058Z [00:02:27.562]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:48.8768488Z [00:02:27.562]➜  EOF
2025-08-20T20:25:48.8771146Z [00:02:27.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/hashstructure/v2@v2.0.2=>github.com/mitchellh/hashstructure/v2@v2.0.2;$WORK/b309=>" -p github.com/mitchellh/hashstructure/v2 -lang=go1.14 -complete -installsuffix shared -buildid o7jYa5Uam-GcWwvvl2Rj/o7jYa5Uam-GcWwvvl2Rj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/hashstructure/v2@v2.0.2/errors.go /root/go/pkg/mod/github.com/mitchellh/hashstructure/v2@v2.0.2/hashstructure.go /root/go/pkg/mod/github.com/mitchellh/hashstructure/v2@v2.0.2/include.go
2025-08-20T20:25:48.9414438Z [00:02:27.627]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T20:25:48.9495031Z [00:02:27.635]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/0f/0f6cf3b775847d7c9a3c22b3753513089d638f7bcef13853a141368580efddd2-d # internal
2025-08-20T20:25:48.9517527Z [00:02:27.637]➜  github.com/charmbracelet/lipgloss
2025-08-20T20:25:48.9517955Z [00:02:27.637]➜  mkdir -p $WORK/b280/
2025-08-20T20:25:48.9541106Z [00:02:27.640]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T20:25:48.9541823Z [00:02:27.640]➜  cat >/tmp/go-build1823208636/b280/importcfg << 'EOF' # internal
2025-08-20T20:25:48.9542271Z [00:02:27.640]➜  # import config
2025-08-20T20:25:48.9542807Z [00:02:27.640]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1823208636/b281/_pkg_.a
2025-08-20T20:25:48.9543530Z [00:02:27.640]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build1823208636/b289/_pkg_.a
2025-08-20T20:25:48.9544229Z [00:02:27.640]➜  packagefile github.com/muesli/termenv=/tmp/go-build1823208636/b137/_pkg_.a
2025-08-20T20:25:48.9544898Z [00:02:27.640]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1823208636/b143/_pkg_.a
2025-08-20T20:25:48.9545470Z [00:02:27.640]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.9546143Z [00:02:27.640]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:48.9546700Z [00:02:27.640]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:48.9547243Z [00:02:27.640]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:48.9547791Z [00:02:27.640]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:48.9548307Z [00:02:27.640]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:48.9548721Z [00:02:27.640]➜  EOF
2025-08-20T20:25:48.9563092Z [00:02:27.642]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/54/54a462c8e43b7eb8ab9fea46ccce5286ddab6636d575598971f666a1647d2171-d # internal
2025-08-20T20:25:48.9563761Z [00:02:27.642]➜  github.com/cli/cli/v2/pkg/surveyext
2025-08-20T20:25:48.9564445Z [00:02:27.642]➜  mkdir -p $WORK/b311/
2025-08-20T20:25:48.9564890Z [00:02:27.642]➜  cat >/tmp/go-build1823208636/b311/importcfg << 'EOF' # internal
2025-08-20T20:25:48.9565233Z [00:02:27.642]➜  # import config
2025-08-20T20:25:48.9565785Z [00:02:27.642]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:48.9566386Z [00:02:27.642]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build1823208636/b266/_pkg_.a
2025-08-20T20:25:48.9567056Z [00:02:27.642]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build1823208636/b078/_pkg_.a
2025-08-20T20:25:48.9567658Z [00:02:27.642]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:25:48.9568233Z [00:02:27.642]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build1823208636/b267/_pkg_.a
2025-08-20T20:25:48.9568728Z [00:02:27.642]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:48.9569133Z [00:02:27.642]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:48.9569543Z [00:02:27.642]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:48.9570021Z [00:02:27.642]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:48.9570470Z [00:02:27.642]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:48.9570783Z [00:02:27.642]➜  EOF
2025-08-20T20:25:48.9572786Z [00:02:27.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext=>github.com/cli/cli/v2/pkg/surveyext;$WORK/b311=>" -p github.com/cli/cli/v2/pkg/surveyext -lang=go1.24 -complete -installsuffix shared -buildid cLqselXaqg4LZdIoMupB/cLqselXaqg4LZdIoMupB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext/editor.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext/editor_manual.go
2025-08-20T20:25:48.9582482Z [00:02:27.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_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/b280=>" -p github.com/charmbracelet/lipgloss -lang=go1.18 -complete -installsuffix shared -buildid NGLmgTRXpHOIUvKNDsPG/NGLmgTRXpHOIUvKNDsPG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/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-20T20:25:49.0108434Z [00:02:27.697]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T20:25:49.0119244Z [00:02:27.698]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/54/5428a95ec7301e914ef933a2a09553343dfa1cb23a91cdd9f7b86e10b4ccede1-d # internal
2025-08-20T20:25:49.0120634Z [00:02:27.698]➜  github.com/muesli/reflow/ansi
2025-08-20T20:25:49.0123391Z [00:02:27.698]➜  mkdir -p $WORK/b315/
2025-08-20T20:25:49.0124171Z [00:02:27.698]➜  cat >/tmp/go-build1823208636/b315/importcfg << 'EOF' # internal
2025-08-20T20:25:49.0125398Z [00:02:27.698]➜  # import config
2025-08-20T20:25:49.0126442Z [00:02:27.698]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:49.0143871Z [00:02:27.698]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:25:49.0144871Z [00:02:27.698]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.0145372Z [00:02:27.698]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:49.0145831Z [00:02:27.698]➜  EOF
2025-08-20T20:25:49.0148104Z [00:02:27.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi=>github.com/muesli/reflow@v0.3.0/ansi;$WORK/b315=>" -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/b315/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-20T20:25:49.0380959Z [00:02:27.724]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T20:25:49.0382198Z [00:02:27.724]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/fc/fc95752d9a818fd93badc74374f4f12582444efa041b0dcd1569a7d117de566b-d # internal
2025-08-20T20:25:49.0383099Z [00:02:27.724]➜  github.com/muesli/reflow/truncate
2025-08-20T20:25:49.0383782Z [00:02:27.724]➜  mkdir -p $WORK/b314/
2025-08-20T20:25:49.0384708Z [00:02:27.724]➜  cat >/tmp/go-build1823208636/b314/importcfg << 'EOF' # internal
2025-08-20T20:25:49.0385120Z [00:02:27.724]➜  # import config
2025-08-20T20:25:49.0385467Z [00:02:27.724]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:49.0386125Z [00:02:27.724]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:25:49.0386705Z [00:02:27.724]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build1823208636/b315/_pkg_.a
2025-08-20T20:25:49.0387211Z [00:02:27.724]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.0387513Z [00:02:27.724]➜  EOF
2025-08-20T20:25:49.0389372Z [00:02:27.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/truncate=>github.com/muesli/reflow@v0.3.0/truncate;$WORK/b314=>" -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/b314/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/truncate/truncate.go
2025-08-20T20:25:49.0583743Z [00:02:27.744]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T20:25:49.0585082Z [00:02:27.744]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/0f/0f42b5910b3acda5615e248cefce1b00b4da7cccf79a4d5bb27a3143e03584b3-d # internal
2025-08-20T20:25:49.0586352Z [00:02:27.744]➜  golang.org/x/text/runes
2025-08-20T20:25:49.0587258Z [00:02:27.744]➜  mkdir -p $WORK/b316/
2025-08-20T20:25:49.0587897Z [00:02:27.744]➜  cat >/tmp/go-build1823208636/b316/importcfg << 'EOF' # internal
2025-08-20T20:25:49.0588983Z [00:02:27.744]➜  # import config
2025-08-20T20:25:49.0589427Z [00:02:27.744]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:49.0589927Z [00:02:27.744]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:49.0590688Z [00:02:27.744]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:49.0591104Z [00:02:27.744]➜  EOF
2025-08-20T20:25:49.0593008Z [00:02:27.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/runes=>golang.org/x/text@v0.28.0/runes;$WORK/b316=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid jrMJeNqAzKhBHdYKwyNl/jrMJeNqAzKhBHdYKwyNl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/runes/runes.go
2025-08-20T20:25:49.0980049Z [00:02:27.784]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T20:25:49.1045976Z [00:02:27.790]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T20:25:49.1057448Z [00:02:27.791]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/b4/b42e6ca591b51540cccce7f17d6aad95c258d913b09aec61c6f94aebf840ef86-d # internal
2025-08-20T20:25:49.1060581Z [00:02:27.792]➜  github.com/davecgh/go-spew/spew
2025-08-20T20:25:49.1060920Z [00:02:27.792]➜  mkdir -p $WORK/b318/
2025-08-20T20:25:49.1061299Z [00:02:27.792]➜  cat >/tmp/go-build1823208636/b318/importcfg << 'EOF' # internal
2025-08-20T20:25:49.1061645Z [00:02:27.792]➜  # import config
2025-08-20T20:25:49.1061982Z [00:02:27.792]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:49.1062425Z [00:02:27.792]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:49.1063208Z [00:02:27.792]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.1063612Z [00:02:27.792]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.1064007Z [00:02:27.792]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:49.1064413Z [00:02:27.792]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:49.1064834Z [00:02:27.792]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:49.1065259Z [00:02:27.792]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:49.1065906Z [00:02:27.792]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:49.1066361Z [00:02:27.792]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.1066680Z [00:02:27.792]➜  EOF
2025-08-20T20:25:49.1070940Z [00:02:27.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew=>github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew;$WORK/b318=>" -p github.com/davecgh/go-spew/spew -lang=go1.16 -complete -installsuffix shared -buildid Xk-BU5Cfgfc31OweG9MQ/Xk-BU5Cfgfc31OweG9MQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/bypass.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/common.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/config.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/doc.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/dump.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/format.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/spew.go
2025-08-20T20:25:49.1082600Z [00:02:27.794]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/e8/e821322f4a5618ca931c2a35b67ab8171555609b4c4fa70adee65e371c4503a8-d # internal
2025-08-20T20:25:49.1087405Z [00:02:27.794]➜  github.com/zalando/go-keyring/secret_service
2025-08-20T20:25:49.1092540Z [00:02:27.795]➜  mkdir -p $WORK/b244/
2025-08-20T20:25:49.1093849Z [00:02:27.796]➜  cat >/tmp/go-build1823208636/b244/importcfg << 'EOF' # internal
2025-08-20T20:25:49.1097692Z [00:02:27.796]➜  # import config
2025-08-20T20:25:49.1098365Z [00:02:27.796]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:49.1098918Z [00:02:27.796]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.1099411Z [00:02:27.796]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1823208636/b241/_pkg_.a
2025-08-20T20:25:49.1099786Z [00:02:27.796]➜  EOF
2025-08-20T20:25:49.1101803Z [00:02:27.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/secret_service=>github.com/zalando/go-keyring@v0.2.6/secret_service;$WORK/b244=>" -p github.com/zalando/go-keyring/secret_service -lang=go1.18 -complete -installsuffix shared -buildid xiGuqJNO4Qrb3doJmnPj/xiGuqJNO4Qrb3doJmnPj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/secret_service/secret_service.go
2025-08-20T20:25:49.1730819Z [00:02:27.859]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T20:25:49.1753700Z [00:02:27.861]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/28/287160361cd11b4471849b6bbba030addb404bbc4937f4abd867a0f1da227aa4-d # internal
2025-08-20T20:25:49.1789680Z [00:02:27.865]➜  github.com/zalando/go-keyring
2025-08-20T20:25:49.1792937Z [00:02:27.865]➜  mkdir -p $WORK/b240/
2025-08-20T20:25:49.1803560Z [00:02:27.866]➜  cat >/tmp/go-build1823208636/b240/importcfg << 'EOF' # internal
2025-08-20T20:25:49.1804505Z [00:02:27.866]➜  # import config
2025-08-20T20:25:49.1805403Z [00:02:27.866]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:49.1806274Z [00:02:27.866]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.1807088Z [00:02:27.866]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1823208636/b241/_pkg_.a
2025-08-20T20:25:49.1807896Z [00:02:27.866]➜  packagefile github.com/zalando/go-keyring/secret_service=/tmp/go-build1823208636/b244/_pkg_.a
2025-08-20T20:25:49.1808759Z [00:02:27.866]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:49.1809435Z [00:02:27.866]➜  EOF
2025-08-20T20:25:49.1812124Z [00:02:27.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6=>github.com/zalando/go-keyring@v0.2.6;$WORK/b240=>" -p github.com/zalando/go-keyring -lang=go1.18 -complete -installsuffix shared -buildid NWCSm789qnHu5sql2aST/NWCSm789qnHu5sql2aST -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/keyring.go /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/keyring_fallback.go /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/keyring_mock.go /root/go/pkg/mod/github.com/zalando/go-keyring@v0.2.6/keyring_unix.go
2025-08-20T20:25:49.2452341Z [00:02:27.931]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T20:25:49.2458080Z [00:02:27.932]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/a9/a9727b54450519abfefdcc26e8f5d74ed6ac999e464d15421ab3304d34cb1bd6-d # internal
2025-08-20T20:25:49.2462309Z [00:02:27.932]➜  github.com/cli/cli/v2/internal/keyring
2025-08-20T20:25:49.2462658Z [00:02:27.932]➜  mkdir -p $WORK/b239/
2025-08-20T20:25:49.2463041Z [00:02:27.932]➜  cat >/tmp/go-build1823208636/b239/importcfg << 'EOF' # internal
2025-08-20T20:25:49.2463393Z [00:02:27.932]➜  # import config
2025-08-20T20:25:49.2463736Z [00:02:27.932]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:49.2464250Z [00:02:27.932]➜  packagefile github.com/zalando/go-keyring=/tmp/go-build1823208636/b240/_pkg_.a
2025-08-20T20:25:49.2464775Z [00:02:27.932]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.2465086Z [00:02:27.932]➜  EOF
2025-08-20T20:25:49.2467342Z [00:02:27.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/keyring=>github.com/cli/cli/v2/internal/keyring;$WORK/b239=>" -p github.com/cli/cli/v2/internal/keyring -lang=go1.24 -complete -installsuffix shared -buildid EqRIYw2UnqqAXzWtpGRq/EqRIYw2UnqqAXzWtpGRq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/keyring/keyring.go
2025-08-20T20:25:49.2538961Z [00:02:27.939]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T20:25:49.2580324Z [00:02:27.944]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/c9/c91f8f9415678c8c11412e8720ac59435fe6a6590814b26f7f3111cfc62917fb-d # internal
2025-08-20T20:25:49.2590181Z [00:02:27.945]➜  github.com/charmbracelet/bubbletea
2025-08-20T20:25:49.2591240Z [00:02:27.945]➜  mkdir -p $WORK/b279/
2025-08-20T20:25:49.2603238Z [00:02:27.946]➜  cat >/tmp/go-build1823208636/b279/importcfg << 'EOF' # internal
2025-08-20T20:25:49.2605326Z [00:02:27.946]➜  # import config
2025-08-20T20:25:49.2606259Z [00:02:27.946]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:49.2606973Z [00:02:27.946]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:49.2607741Z [00:02:27.946]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:49.2609034Z [00:02:27.946]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.2609754Z [00:02:27.946]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:49.2610562Z [00:02:27.946]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1823208636/b281/_pkg_.a
2025-08-20T20:25:49.2611380Z [00:02:27.946]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build1823208636/b291/_pkg_.a
2025-08-20T20:25:49.2613134Z [00:02:27.946]➜  packagefile github.com/muesli/ansi/compressor=/tmp/go-build1823208636/b293/_pkg_.a
2025-08-20T20:25:49.2613925Z [00:02:27.946]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build1823208636/b295/_pkg_.a
2025-08-20T20:25:49.2614686Z [00:02:27.946]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:25:49.2626050Z [00:02:27.946]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.2627076Z [00:02:27.946]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:49.2627642Z [00:02:27.946]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:49.2628187Z [00:02:27.946]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:49.2628813Z [00:02:27.946]➜  packagefile os/signal=/tmp/go-build1823208636/b261/_pkg_.a
2025-08-20T20:25:49.2629432Z [00:02:27.946]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:49.2630032Z [00:02:27.946]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:49.2630613Z [00:02:27.946]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:25:49.2631441Z [00:02:27.946]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:49.2632172Z [00:02:27.946]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:49.2632758Z [00:02:27.946]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.2634168Z [00:02:27.946]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:49.2634613Z [00:02:27.946]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:49.2635054Z [00:02:27.946]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:49.2635471Z [00:02:27.946]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.2636084Z [00:02:27.946]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:49.2636540Z [00:02:27.946]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:49.2636870Z [00:02:27.946]➜  EOF
2025-08-20T20:25:49.2643861Z [00:02:27.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5=>github.com/charmbracelet/bubbletea@v1.3.5;$WORK/b279=>" -p github.com/charmbracelet/bubbletea -lang=go1.23 -complete -installsuffix shared -buildid u8iva2gP3OgBa3mrybDV/u8iva2gP3OgBa3mrybDV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/commands.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/exec.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/focus.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/inputreader_other.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/key.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/key_other.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/key_sequences.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/logging.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/mouse.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/nil_renderer.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/options.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/renderer.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/screen.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/signals_unix.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/standard_renderer.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/tea.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/tea_init.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/tty.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.5/tty_unix.go
2025-08-20T20:25:49.2650882Z [00:02:27.951]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T20:25:49.2652648Z [00:02:27.951]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/d9/d93be7396adef616978d2fa6ef91dd96469357dabffe62a84c39756d0f7eed7b-d # internal
2025-08-20T20:25:49.2654253Z [00:02:27.952]➜  github.com/cli/cli/v2/internal/config
2025-08-20T20:25:49.2655023Z [00:02:27.952]➜  mkdir -p $WORK/b237/
2025-08-20T20:25:49.2655833Z [00:02:27.952]➜  cat >/tmp/go-build1823208636/b237/importcfg << 'EOF' # internal
2025-08-20T20:25:49.2656354Z [00:02:27.952]➜  # import config
2025-08-20T20:25:49.2656845Z [00:02:27.952]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:49.2657407Z [00:02:27.952]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.2658038Z [00:02:27.952]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:49.2659287Z [00:02:27.952]➜  packagefile github.com/cli/cli/v2/internal/gh/mock=/tmp/go-build1823208636/b238/_pkg_.a
2025-08-20T20:25:49.2660343Z [00:02:27.952]➜  packagefile github.com/cli/cli/v2/internal/keyring=/tmp/go-build1823208636/b239/_pkg_.a
2025-08-20T20:25:49.2661157Z [00:02:27.952]➜  packagefile github.com/cli/cli/v2/pkg/option=/tmp/go-build1823208636/b090/_pkg_.a
2025-08-20T20:25:49.2662461Z [00:02:27.952]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:25:49.2663443Z [00:02:27.952]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:25:49.2665247Z [00:02:27.952]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.2666055Z [00:02:27.952]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:49.2667664Z [00:02:27.952]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:49.2668357Z [00:02:27.952]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:49.2669093Z [00:02:27.952]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:25:49.2670028Z [00:02:27.952]➜  EOF
2025-08-20T20:25:49.2672679Z [00:02:27.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config=>github.com/cli/cli/v2/internal/config;$WORK/b237=>" -p github.com/cli/cli/v2/internal/config -lang=go1.24 -complete -installsuffix shared -buildid sJcmBWlemJK8UkyrRU71/sJcmBWlemJK8UkyrRU71 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/config.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/stub.go
2025-08-20T20:25:49.2709477Z [00:02:27.952]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T20:25:49.2710186Z [00:02:27.954]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/11/11cf57e063bc897ef7c19da2bbd7a738f5904f6743de5dea7ad6433464807405-d # internal
2025-08-20T20:25:49.2710766Z [00:02:27.956]➜  github.com/cli/go-gh/v2/pkg/text
2025-08-20T20:25:49.2711058Z [00:02:27.956]➜  mkdir -p $WORK/b313/
2025-08-20T20:25:49.2711432Z [00:02:27.956]➜  cat >/tmp/go-build1823208636/b313/importcfg << 'EOF' # internal
2025-08-20T20:25:49.2711799Z [00:02:27.956]➜  # import config
2025-08-20T20:25:49.2712127Z [00:02:27.956]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.2712652Z [00:02:27.956]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:49.2713263Z [00:02:27.956]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build1823208636/b314/_pkg_.a
2025-08-20T20:25:49.2713847Z [00:02:27.956]➜  packagefile golang.org/x/text/runes=/tmp/go-build1823208636/b316/_pkg_.a
2025-08-20T20:25:49.2714405Z [00:02:27.956]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:49.2714983Z [00:02:27.956]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1823208636/b274/_pkg_.a
2025-08-20T20:25:49.2715482Z [00:02:27.956]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:49.2716209Z [00:02:27.956]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.2717071Z [00:02:27.956]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.2717493Z [00:02:27.956]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:49.2717840Z [00:02:27.956]➜  EOF
2025-08-20T20:25:49.2719641Z [00:02:27.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/text=>github.com/cli/go-gh/v2@v2.12.2/pkg/text;$WORK/b313=>" -p github.com/cli/go-gh/v2/pkg/text -lang=go1.23 -complete -installsuffix shared -buildid PPVK3ZiB-TFy6iuDWdAn/PPVK3ZiB-TFy6iuDWdAn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/text/text.go
2025-08-20T20:25:49.2986221Z [00:02:27.985]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T20:25:49.2990176Z [00:02:27.985]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/48/4812a5defe725e3dc80119ed0a58ee41b24d19f189c51fa52b03ddac286762ef-d # internal
2025-08-20T20:25:49.2991706Z [00:02:27.985]➜  github.com/pmezard/go-difflib/difflib
2025-08-20T20:25:49.2992052Z [00:02:27.985]➜  mkdir -p $WORK/b319/
2025-08-20T20:25:49.2994441Z [00:02:27.986]➜  cat >/tmp/go-build1823208636/b319/importcfg << 'EOF' # internal
2025-08-20T20:25:49.2994799Z [00:02:27.986]➜  # import config
2025-08-20T20:25:49.2995140Z [00:02:27.986]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:49.2995875Z [00:02:27.986]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:49.2996420Z [00:02:27.986]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.2997771Z [00:02:27.986]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.2998207Z [00:02:27.986]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.2998528Z [00:02:27.986]➜  EOF
2025-08-20T20:25:49.3000773Z [00:02:27.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2/difflib=>github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2/difflib;$WORK/b319=>" -p github.com/pmezard/go-difflib/difflib -lang=go1.16 -complete -installsuffix shared -buildid dlkP-H5qLseozDceb6oH/dlkP-H5qLseozDceb6oH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2/difflib/difflib.go
2025-08-20T20:25:49.3480519Z [00:02:28.034]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T20:25:49.3481336Z [00:02:28.034]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/e5/e5fcca15de7929788076b4f9bd54d627c03964702735be13a6ff523ea42521b6-d # internal
2025-08-20T20:25:49.3481943Z [00:02:28.034]➜  github.com/stretchr/testify/assert/yaml
2025-08-20T20:25:49.3482256Z [00:02:28.034]➜  mkdir -p $WORK/b320/
2025-08-20T20:25:49.3482623Z [00:02:28.034]➜  cat >/tmp/go-build1823208636/b320/importcfg << 'EOF' # internal
2025-08-20T20:25:49.3482990Z [00:02:28.034]➜  # import config
2025-08-20T20:25:49.3483361Z [00:02:28.034]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:25:49.3483706Z [00:02:28.034]➜  EOF
2025-08-20T20:25:49.3485923Z [00:02:28.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/yaml=>github.com/stretchr/testify@v1.10.0/assert/yaml;$WORK/b320=>" -p github.com/stretchr/testify/assert/yaml -lang=go1.17 -complete -installsuffix shared -buildid N623NhrplYinqPYybq94/N623NhrplYinqPYybq94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/yaml/yaml_default.go
2025-08-20T20:25:49.3663965Z [00:02:28.052]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T20:25:49.3668087Z [00:02:28.053]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/a6/a6a123f31c163502ed15fc1b179140c8ab5897d6cbf14ea8a214c3397f2818a5-d # internal
2025-08-20T20:25:49.3669103Z [00:02:28.053]➜  net/http/internal/testcert
2025-08-20T20:25:49.3671196Z [00:02:28.053]➜  mkdir -p $WORK/b322/
2025-08-20T20:25:49.3711087Z [00:02:28.057]➜  cat >/tmp/go-build1823208636/b322/importcfg << 'EOF' # internal
2025-08-20T20:25:49.3711669Z [00:02:28.057]➜  # import config
2025-08-20T20:25:49.3712034Z [00:02:28.057]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.3712512Z [00:02:28.057]➜  EOF
2025-08-20T20:25:49.3714349Z [00:02:28.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/.go/src/net/http/internal/testcert=>net/http/internal/testcert;$WORK/b322=>" -p net/http/internal/testcert -lang=go1.25 -std -complete -installsuffix shared -buildid SpYyhhnbRaynBHayFk8q/SpYyhhnbRaynBHayFk8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/.go/src/net/http/internal/testcert/testcert.go
2025-08-20T20:25:49.3925141Z [00:02:28.078]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T20:25:49.3946809Z [00:02:28.080]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/a8/a8e92afa2b87e7227df7721d98e4fcb6e386c1990b0782de8b1fbf9bfc39d06b-d # internal
2025-08-20T20:25:49.3947553Z [00:02:28.081]➜  embed
2025-08-20T20:25:49.3952288Z [00:02:28.081]➜  mkdir -p $WORK/b324/
2025-08-20T20:25:49.3953501Z [00:02:28.081]➜  cat >/tmp/go-build1823208636/b324/importcfg << 'EOF' # internal
2025-08-20T20:25:49.3956275Z [00:02:28.081]➜  # import config
2025-08-20T20:25:49.3956866Z [00:02:28.081]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:49.3959488Z [00:02:28.081]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:25:49.3961480Z [00:02:28.081]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:25:49.3962339Z [00:02:28.081]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.3962977Z [00:02:28.081]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:49.3963715Z [00:02:28.082]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.3964825Z [00:02:28.082]➜  EOF
2025-08-20T20:25:49.3966675Z [00:02:28.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b324=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T20:25:49.3995669Z [00:02:28.086]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T20:25:49.4001912Z [00:02:28.086]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/08/08ad8c82150ed63fc443672a4ea4c4bc71d94579c6e0210a4df94ae72540ebde-d # internal
2025-08-20T20:25:49.4006608Z [00:02:28.087]➜  github.com/MakeNowJust/heredoc
2025-08-20T20:25:49.4007464Z [00:02:28.087]➜  mkdir -p $WORK/b325/
2025-08-20T20:25:49.4009536Z [00:02:28.087]➜  cat >/tmp/go-build1823208636/b325/importcfg << 'EOF' # internal
2025-08-20T20:25:49.4010251Z [00:02:28.087]➜  # import config
2025-08-20T20:25:49.4011080Z [00:02:28.087]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.4012096Z [00:02:28.087]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.4012738Z [00:02:28.087]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:49.4013224Z [00:02:28.087]➜  EOF
2025-08-20T20:25:49.4015194Z [00:02:28.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!make!now!just/heredoc@v1.0.0=>github.com/MakeNowJust/heredoc@v1.0.0;$WORK/b325=>" -p github.com/MakeNowJust/heredoc -lang=go1.12 -complete -installsuffix shared -buildid QWnLo6BfChG9qLbhpC_u/QWnLo6BfChG9qLbhpC_u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/github.com/!make!now!just/heredoc@v1.0.0/heredoc.go
2025-08-20T20:25:49.4287562Z [00:02:28.115]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T20:25:49.4296077Z [00:02:28.116]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T20:25:49.4299746Z [00:02:28.116]➜  github.com/cli/cli/v2/internal/text
2025-08-20T20:25:49.4300732Z [00:02:28.116]➜  mkdir -p $WORK/b327/
2025-08-20T20:25:49.4306043Z [00:02:28.117]➜  cat >/tmp/go-build1823208636/b327/importcfg << 'EOF' # internal
2025-08-20T20:25:49.4306454Z [00:02:28.117]➜  # import config
2025-08-20T20:25:49.4306835Z [00:02:28.117]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.4307355Z [00:02:28.117]➜  packagefile github.com/cli/go-gh/v2/pkg/text=/tmp/go-build1823208636/b313/_pkg_.a
2025-08-20T20:25:49.4307916Z [00:02:28.117]➜  packagefile golang.org/x/text/cases=/tmp/go-build1823208636/b268/_pkg_.a
2025-08-20T20:25:49.4308464Z [00:02:28.117]➜  packagefile golang.org/x/text/language=/tmp/go-build1823208636/b270/_pkg_.a
2025-08-20T20:25:49.4308971Z [00:02:28.117]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:49.4309439Z [00:02:28.117]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:49.4309863Z [00:02:28.117]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:49.4310280Z [00:02:28.117]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:49.4310703Z [00:02:28.117]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.4311131Z [00:02:28.117]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.4311439Z [00:02:28.117]➜  EOF
2025-08-20T20:25:49.4313178Z [00:02:28.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/text=>github.com/cli/cli/v2/internal/text;$WORK/b327=>" -p github.com/cli/cli/v2/internal/text -lang=go1.24 -complete -installsuffix shared -buildid 8exuX9Ky1NjhuQNSMBYz/8exuX9Ky1NjhuQNSMBYz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/text/text.go
2025-08-20T20:25:49.4374251Z [00:02:28.123]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T20:25:49.4376487Z [00:02:28.123]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/72/7225b6befb0cf08f9c2e1e3376ffae3f7c99c5dae18473d71642f11613b59189-d # internal
2025-08-20T20:25:49.4381908Z [00:02:28.124]➜  github.com/cli/go-gh/v2/pkg/tableprinter
2025-08-20T20:25:49.4382809Z [00:02:28.124]➜  mkdir -p $WORK/b328/
2025-08-20T20:25:49.4383625Z [00:02:28.124]➜  cat >/tmp/go-build1823208636/b328/importcfg << 'EOF' # internal
2025-08-20T20:25:49.4384034Z [00:02:28.124]➜  # import config
2025-08-20T20:25:49.4384368Z [00:02:28.124]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.4384879Z [00:02:28.124]➜  packagefile github.com/cli/go-gh/v2/pkg/text=/tmp/go-build1823208636/b313/_pkg_.a
2025-08-20T20:25:49.4385370Z [00:02:28.124]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.4385909Z [00:02:28.124]➜  EOF
2025-08-20T20:25:49.4387885Z [00:02:28.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/tableprinter=>github.com/cli/go-gh/v2@v2.12.2/pkg/tableprinter;$WORK/b328=>" -p github.com/cli/go-gh/v2/pkg/tableprinter -lang=go1.23 -complete -installsuffix shared -buildid YiptLiS-nfIJatNIOGsR/YiptLiS-nfIJatNIOGsR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/tableprinter/table.go
2025-08-20T20:25:49.4801712Z [00:02:28.166]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T20:25:49.4816107Z [00:02:28.168]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T20:25:49.4823171Z [00:02:28.168]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/d8/d84e48452c7c95d0466cf91df8bb8c96d9c492a862bfd980ed856a6bf934a0f7-d # internal
2025-08-20T20:25:49.4830384Z [00:02:28.169]➜  encoding/xml
2025-08-20T20:25:49.4831081Z [00:02:28.169]➜  mkdir -p $WORK/b333/
2025-08-20T20:25:49.4839560Z [00:02:28.170]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/24/24d88247c9cd05812ea44005583640165f0ec9642136fd1996311136cb38040e-d # internal
2025-08-20T20:25:49.4851085Z [00:02:28.171]➜  github.com/cli/cli/v2/internal/tableprinter
2025-08-20T20:25:49.4853622Z [00:02:28.171]➜  mkdir -p $WORK/b326/
2025-08-20T20:25:49.4854897Z [00:02:28.171]➜  cat >/tmp/go-build1823208636/b326/importcfg << 'EOF' # internal
2025-08-20T20:25:49.4855311Z [00:02:28.171]➜  # import config
2025-08-20T20:25:49.4860199Z [00:02:28.171]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:25:49.4860872Z [00:02:28.171]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:49.4861519Z [00:02:28.171]➜  packagefile github.com/cli/go-gh/v2/pkg/tableprinter=/tmp/go-build1823208636/b328/_pkg_.a
2025-08-20T20:25:49.4862037Z [00:02:28.171]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.4862480Z [00:02:28.171]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.4862902Z [00:02:28.171]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.4863204Z [00:02:28.171]➜  EOF
2025-08-20T20:25:49.4865145Z [00:02:28.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/tableprinter=>github.com/cli/cli/v2/internal/tableprinter;$WORK/b326=>" -p github.com/cli/cli/v2/internal/tableprinter -lang=go1.24 -complete -installsuffix shared -buildid 3kDYmRQg4rxHDjfp0VFe/3kDYmRQg4rxHDjfp0VFe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/tableprinter/table_printer.go
2025-08-20T20:25:49.4879320Z [00:02:28.174]➜  cat >/tmp/go-build1823208636/b333/importcfg << 'EOF' # internal
2025-08-20T20:25:49.4880202Z [00:02:28.174]➜  # import config
2025-08-20T20:25:49.4880778Z [00:02:28.174]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:49.4881506Z [00:02:28.174]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:49.4882269Z [00:02:28.174]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:49.4882951Z [00:02:28.174]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:49.4883759Z [00:02:28.174]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.4884686Z [00:02:28.174]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:49.4885418Z [00:02:28.174]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:49.4892365Z [00:02:28.174]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:49.4893080Z [00:02:28.174]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:49.4893764Z [00:02:28.174]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.4894443Z [00:02:28.174]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:49.4895130Z [00:02:28.174]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:49.4895906Z [00:02:28.174]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:49.4896678Z [00:02:28.174]➜  EOF
2025-08-20T20:25:49.4898877Z [00:02:28.174]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b333=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/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-20T20:25:49.5338143Z [00:02:28.220]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T20:25:49.5345119Z [00:02:28.221]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/5f/5f1c6846e9f7dafe91f11d78dafc82da8d4843fa4a0d181395a1be1a3c2f7e77-d # internal
2025-08-20T20:25:49.5353518Z [00:02:28.221]➜  github.com/dlclark/regexp2/syntax
2025-08-20T20:25:49.5353844Z [00:02:28.221]➜  mkdir -p $WORK/b335/
2025-08-20T20:25:49.5354222Z [00:02:28.221]➜  cat >/tmp/go-build1823208636/b335/importcfg << 'EOF' # internal
2025-08-20T20:25:49.5354568Z [00:02:28.221]➜  # import config
2025-08-20T20:25:49.5354902Z [00:02:28.221]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:49.5355383Z [00:02:28.221]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:49.5356041Z [00:02:28.221]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:49.5356461Z [00:02:28.221]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.5356871Z [00:02:28.221]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:49.5357273Z [00:02:28.221]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:49.5357693Z [00:02:28.221]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:49.5358112Z [00:02:28.221]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:49.5358538Z [00:02:28.221]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.5358966Z [00:02:28.221]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:49.5359411Z [00:02:28.221]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:49.5359752Z [00:02:28.221]➜  EOF
2025-08-20T20:25:49.5364874Z [00:02:28.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax=>github.com/dlclark/regexp2@v1.11.5/syntax;$WORK/b335=>" -p github.com/dlclark/regexp2/syntax -lang=go1.13 -complete -installsuffix shared -buildid jXRA0YqveAqKfzf4njdY/jXRA0YqveAqKfzf4njdY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/charclass.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/code.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/escape.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/parser.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/prefix.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/replacerdata.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/tree.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/writer.go
2025-08-20T20:25:49.5418688Z [00:02:28.228]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T20:25:49.5482868Z [00:02:28.234]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/5d/5d3723b92a9b43370aea03ab0f2eab0f3d780fac6b45c735cb59374832c208d0-d # internal
2025-08-20T20:25:49.5498816Z [00:02:28.236]➜  github.com/charmbracelet/bubbles/filepicker
2025-08-20T20:25:49.5502208Z [00:02:28.236]➜  mkdir -p $WORK/b277/
2025-08-20T20:25:49.5509297Z [00:02:28.237]➜  cat >/tmp/go-build1823208636/b277/importcfg << 'EOF' # internal
2025-08-20T20:25:49.5511227Z [00:02:28.237]➜  # import config
2025-08-20T20:25:49.5511581Z [00:02:28.237]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.5512226Z [00:02:28.237]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build1823208636/b278/_pkg_.a
2025-08-20T20:25:49.5512917Z [00:02:28.237]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build1823208636/b279/_pkg_.a
2025-08-20T20:25:49.5513561Z [00:02:28.237]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:49.5514157Z [00:02:28.237]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build1823208636/b296/_pkg_.a
2025-08-20T20:25:49.5514638Z [00:02:28.237]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:49.5515080Z [00:02:28.237]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:49.5523007Z [00:02:28.237]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:49.5523551Z [00:02:28.237]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:49.5523985Z [00:02:28.237]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.5524429Z [00:02:28.237]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:49.5524759Z [00:02:28.237]➜  EOF
2025-08-20T20:25:49.5527271Z [00:02:28.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/filepicker=>github.com/charmbracelet/bubbles@v0.21.0/filepicker;$WORK/b277=>" -p github.com/charmbracelet/bubbles/filepicker -lang=go1.23 -complete -installsuffix shared -buildid DYh62wGlyRobP-a7O7oe/DYh62wGlyRobP-a7O7oe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/filepicker/filepicker.go /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/filepicker/hidden_unix.go
2025-08-20T20:25:49.6742238Z [00:02:28.360]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T20:25:49.6753194Z [00:02:28.361]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/e7/e79adbbbef3a67219d763ea0b204e9dff74193eaac0c27e1de34d29420ac9c2d-d # internal
2025-08-20T20:25:49.6776608Z [00:02:28.361]➜  github.com/charmbracelet/bubbles/help
2025-08-20T20:25:49.6779385Z [00:02:28.361]➜  mkdir -p $WORK/b297/
2025-08-20T20:25:49.6780404Z [00:02:28.362]➜  cat >/tmp/go-build1823208636/b297/importcfg << 'EOF' # internal
2025-08-20T20:25:49.6781141Z [00:02:28.362]➜  # import config
2025-08-20T20:25:49.6781675Z [00:02:28.362]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build1823208636/b278/_pkg_.a
2025-08-20T20:25:49.6782316Z [00:02:28.362]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build1823208636/b279/_pkg_.a
2025-08-20T20:25:49.6782939Z [00:02:28.362]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:49.6783473Z [00:02:28.362]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.6783791Z [00:02:28.362]➜  EOF
2025-08-20T20:25:49.6786056Z [00:02:28.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/help=>github.com/charmbracelet/bubbles@v0.21.0/help;$WORK/b297=>" -p github.com/charmbracelet/bubbles/help -lang=go1.23 -complete -installsuffix shared -buildid U_fkG5TZjgY_MKLRxbza/U_fkG5TZjgY_MKLRxbza -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/help/help.go
2025-08-20T20:25:49.7554985Z [00:02:28.441]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T20:25:49.7561878Z [00:02:28.442]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/d4/d49d4befe38e45d3da5f77cbf20a16b00a7bbd1217948328b658cd56dae6817b-d # internal
2025-08-20T20:25:49.7563539Z [00:02:28.442]➜  github.com/charmbracelet/bubbles/spinner
2025-08-20T20:25:49.7565274Z [00:02:28.442]➜  mkdir -p $WORK/b298/
2025-08-20T20:25:49.7566150Z [00:02:28.443]➜  cat >/tmp/go-build1823208636/b298/importcfg << 'EOF' # internal
2025-08-20T20:25:49.7567439Z [00:02:28.443]➜  # import config
2025-08-20T20:25:49.7567914Z [00:02:28.443]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build1823208636/b279/_pkg_.a
2025-08-20T20:25:49.7568542Z [00:02:28.443]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:49.7569110Z [00:02:28.443]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:49.7569552Z [00:02:28.443]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.7569882Z [00:02:28.443]➜  EOF
2025-08-20T20:25:49.7572003Z [00:02:28.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/spinner=>github.com/charmbracelet/bubbles@v0.21.0/spinner;$WORK/b298=>" -p github.com/charmbracelet/bubbles/spinner -lang=go1.23 -complete -installsuffix shared -buildid 9GQEWUt8Tvc6wb58FqLQ/9GQEWUt8Tvc6wb58FqLQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/spinner/spinner.go
2025-08-20T20:25:49.8103772Z [00:02:28.496]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T20:25:49.8109620Z [00:02:28.497]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/07/07717973685ed59ae1c5d4f17cbacdc7c641c32344fa537924a02e55c140674c-d # internal
2025-08-20T20:25:49.8126537Z [00:02:28.497]➜  github.com/charmbracelet/bubbles/cursor
2025-08-20T20:25:49.8128718Z [00:02:28.497]➜  mkdir -p $WORK/b301/
2025-08-20T20:25:49.8129909Z [00:02:28.497]➜  cat >/tmp/go-build1823208636/b301/importcfg << 'EOF' # internal
2025-08-20T20:25:49.8130725Z [00:02:28.497]➜  # import config
2025-08-20T20:25:49.8131505Z [00:02:28.497]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:49.8132327Z [00:02:28.497]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build1823208636/b279/_pkg_.a
2025-08-20T20:25:49.8133241Z [00:02:28.497]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:49.8134025Z [00:02:28.497]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.8134627Z [00:02:28.497]➜  EOF
2025-08-20T20:25:49.8137406Z [00:02:28.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/cursor=>github.com/charmbracelet/bubbles@v0.21.0/cursor;$WORK/b301=>" -p github.com/charmbracelet/bubbles/cursor -lang=go1.23 -complete -installsuffix shared -buildid pAWftt8JxErsQL1AkTWI/pAWftt8JxErsQL1AkTWI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/cursor/cursor.go
2025-08-20T20:25:49.8682543Z [00:02:28.554]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T20:25:49.8692535Z [00:02:28.555]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/45/45a71c72baa6a9555013aabbbe67b65339e033b1cd448b2a8ba45fcc265f7d32-d # internal
2025-08-20T20:25:49.8694097Z [00:02:28.556]➜  github.com/charmbracelet/bubbles/viewport
2025-08-20T20:25:49.8695759Z [00:02:28.556]➜  mkdir -p $WORK/b304/
2025-08-20T20:25:49.8711261Z [00:02:28.557]➜  cat >/tmp/go-build1823208636/b304/importcfg << 'EOF' # internal
2025-08-20T20:25:49.8712398Z [00:02:28.557]➜  # import config
2025-08-20T20:25:49.8713283Z [00:02:28.557]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build1823208636/b278/_pkg_.a
2025-08-20T20:25:49.8714215Z [00:02:28.557]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build1823208636/b279/_pkg_.a
2025-08-20T20:25:49.8715065Z [00:02:28.557]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:49.8716730Z [00:02:28.557]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1823208636/b281/_pkg_.a
2025-08-20T20:25:49.8719573Z [00:02:28.557]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:49.8720409Z [00:02:28.557]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.8720733Z [00:02:28.557]➜  EOF
2025-08-20T20:25:49.8723051Z [00:02:28.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/viewport=>github.com/charmbracelet/bubbles@v0.21.0/viewport;$WORK/b304=>" -p github.com/charmbracelet/bubbles/viewport -lang=go1.23 -complete -installsuffix shared -buildid gHqZ7IF-lQmWHbi2w0u_/gHqZ7IF-lQmWHbi2w0u_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/viewport/keymap.go /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/viewport/viewport.go
2025-08-20T20:25:49.9003426Z [00:02:28.586]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T20:25:49.9097518Z [00:02:28.596]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T20:25:49.9128859Z [00:02:28.599]➜  github.com/charmbracelet/bubbles/textinput
2025-08-20T20:25:49.9130300Z [00:02:28.599]➜  mkdir -p $WORK/b305/
2025-08-20T20:25:49.9139872Z [00:02:28.600]➜  cat >/tmp/go-build1823208636/b305/importcfg << 'EOF' # internal
2025-08-20T20:25:49.9141856Z [00:02:28.600]➜  # import config
2025-08-20T20:25:49.9142530Z [00:02:28.600]➜  packagefile github.com/atotto/clipboard=/tmp/go-build1823208636/b300/_pkg_.a
2025-08-20T20:25:49.9143584Z [00:02:28.600]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build1823208636/b301/_pkg_.a
2025-08-20T20:25:49.9144485Z [00:02:28.600]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build1823208636/b278/_pkg_.a
2025-08-20T20:25:49.9145344Z [00:02:28.600]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build1823208636/b302/_pkg_.a
2025-08-20T20:25:49.9146408Z [00:02:28.600]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build1823208636/b279/_pkg_.a
2025-08-20T20:25:49.9147671Z [00:02:28.600]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:49.9148501Z [00:02:28.600]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:25:49.9149281Z [00:02:28.600]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1823208636/b143/_pkg_.a
2025-08-20T20:25:49.9149988Z [00:02:28.600]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:49.9150911Z [00:02:28.600]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.9151588Z [00:02:28.600]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.9152788Z [00:02:28.600]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:49.9153119Z [00:02:28.600]➜  EOF
2025-08-20T20:25:49.9155164Z [00:02:28.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textinput=>github.com/charmbracelet/bubbles@v0.21.0/textinput;$WORK/b305=>" -p github.com/charmbracelet/bubbles/textinput -lang=go1.23 -complete -installsuffix shared -buildid cUM7GUCcDysV38Dpfr3H/cUM7GUCcDysV38Dpfr3H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textinput/textinput.go
2025-08-20T20:25:49.9704214Z [00:02:28.656]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T20:25:49.9715056Z [00:02:28.657]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/00/0029863e00df7f2bcb0db4c08264ec0a709faa019b9c57482fdc834eaf71065c-d # internal
2025-08-20T20:25:49.9720623Z [00:02:28.658]➜  github.com/charmbracelet/bubbles/textarea
2025-08-20T20:25:49.9720973Z [00:02:28.658]➜  mkdir -p $WORK/b299/
2025-08-20T20:25:49.9742084Z [00:02:28.660]➜  cat >/tmp/go-build1823208636/b299/importcfg << 'EOF' # internal
2025-08-20T20:25:49.9742803Z [00:02:28.660]➜  # import config
2025-08-20T20:25:49.9743936Z [00:02:28.660]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:49.9744673Z [00:02:28.660]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.9745448Z [00:02:28.660]➜  packagefile github.com/atotto/clipboard=/tmp/go-build1823208636/b300/_pkg_.a
2025-08-20T20:25:49.9746604Z [00:02:28.660]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build1823208636/b301/_pkg_.a
2025-08-20T20:25:49.9747568Z [00:02:28.660]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build1823208636/b278/_pkg_.a
2025-08-20T20:25:49.9748510Z [00:02:28.660]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build1823208636/b302/_pkg_.a
2025-08-20T20:25:49.9749430Z [00:02:28.660]➜  packagefile github.com/charmbracelet/bubbles/textarea/memoization=/tmp/go-build1823208636/b303/_pkg_.a
2025-08-20T20:25:49.9750399Z [00:02:28.660]➜  packagefile github.com/charmbracelet/bubbles/viewport=/tmp/go-build1823208636/b304/_pkg_.a
2025-08-20T20:25:49.9751432Z [00:02:28.660]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build1823208636/b279/_pkg_.a
2025-08-20T20:25:49.9752512Z [00:02:28.660]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:49.9756460Z [00:02:28.660]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1823208636/b281/_pkg_.a
2025-08-20T20:25:49.9757453Z [00:02:28.660]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:25:49.9758292Z [00:02:28.660]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1823208636/b143/_pkg_.a
2025-08-20T20:25:49.9759023Z [00:02:28.660]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:49.9759743Z [00:02:28.660]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.9760476Z [00:02:28.660]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:49.9761063Z [00:02:28.660]➜  EOF
2025-08-20T20:25:49.9763431Z [00:02:28.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textarea=>github.com/charmbracelet/bubbles@v0.21.0/textarea;$WORK/b299=>" -p github.com/charmbracelet/bubbles/textarea -lang=go1.23 -complete -installsuffix shared -buildid V67VFLZRBMEY0bR_bqS9/V67VFLZRBMEY0bR_bqS9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textarea/textarea.go
2025-08-20T20:25:49.9816926Z [00:02:28.668]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T20:25:49.9820685Z [00:02:28.668]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/97/970fee8fa4c3acd7588a756d9ab0a2e44fbaf0ae69630b0a271fe1fba2c31a79-d # internal
2025-08-20T20:25:49.9821612Z [00:02:28.668]➜  github.com/dlclark/regexp2
2025-08-20T20:25:49.9822158Z [00:02:28.668]➜  mkdir -p $WORK/b334/
2025-08-20T20:25:49.9822789Z [00:02:28.668]➜  cat >/tmp/go-build1823208636/b334/importcfg << 'EOF' # internal
2025-08-20T20:25:49.9823396Z [00:02:28.668]➜  # import config
2025-08-20T20:25:49.9823948Z [00:02:28.668]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:49.9824960Z [00:02:28.668]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:49.9825789Z [00:02:28.668]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:49.9826666Z [00:02:28.668]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build1823208636/b335/_pkg_.a
2025-08-20T20:25:49.9827860Z [00:02:28.668]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:49.9828368Z [00:02:28.668]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:49.9828960Z [00:02:28.668]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:49.9829385Z [00:02:28.668]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:49.9829824Z [00:02:28.668]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:49.9830668Z [00:02:28.668]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:49.9831086Z [00:02:28.668]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:49.9831403Z [00:02:28.668]➜  EOF
2025-08-20T20:25:49.9834112Z [00:02:28.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5=>github.com/dlclark/regexp2@v1.11.5;$WORK/b334=>" -p github.com/dlclark/regexp2 -lang=go1.13 -complete -installsuffix shared -buildid wN1FVnMot5zYdwfoPc8-/wN1FVnMot5zYdwfoPc8- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/fastclock.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/match.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/regexp.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/replace.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/runner.go
2025-08-20T20:25:50.0071023Z [00:02:28.693]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T20:25:50.0087835Z [00:02:28.695]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/42/42d229fc9fd699d8ea84544797d17d277bb411677a07fe0b523f67f5635b77c9-d # internal
2025-08-20T20:25:50.0096801Z [00:02:28.696]➜  html
2025-08-20T20:25:50.0099730Z [00:02:28.696]➜  mkdir -p $WORK/b339/
2025-08-20T20:25:50.0111403Z [00:02:28.697]➜  cat >/tmp/go-build1823208636/b339/importcfg << 'EOF' # internal
2025-08-20T20:25:50.0112105Z [00:02:28.697]➜  # import config
2025-08-20T20:25:50.0112798Z [00:02:28.697]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.0113529Z [00:02:28.697]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:50.0114261Z [00:02:28.697]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:50.0114829Z [00:02:28.697]➜  EOF
2025-08-20T20:25:50.0118233Z [00:02:28.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b339=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T20:25:50.0653960Z [00:02:28.751]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T20:25:50.0656132Z [00:02:28.752]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T20:25:50.0661235Z [00:02:28.752]➜  github.com/charmbracelet/glamour/internal/autolink
2025-08-20T20:25:50.0661676Z [00:02:28.752]➜  mkdir -p $WORK/b343/
2025-08-20T20:25:50.0662062Z [00:02:28.752]➜  cat >/tmp/go-build1823208636/b343/importcfg << 'EOF' # internal
2025-08-20T20:25:50.0662414Z [00:02:28.752]➜  # import config
2025-08-20T20:25:50.0662745Z [00:02:28.752]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.0663172Z [00:02:28.752]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:50.0663505Z [00:02:28.752]➜  EOF
2025-08-20T20:25:50.0700130Z [00:02:28.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_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/b343=>" -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/b343/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/internal/autolink/autolink.go
2025-08-20T20:25:50.0781658Z [00:02:28.764]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T20:25:50.0939470Z [00:02:28.780]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T20:25:50.0942898Z [00:02:28.780]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/7e/7eb340981710517258ac06baa970ab60671494529f4ca71af85c5f72dda45e6d-d # internal
2025-08-20T20:25:50.0944306Z [00:02:28.781]➜  github.com/charmbracelet/lipgloss/table
2025-08-20T20:25:50.0945758Z [00:02:28.781]➜  mkdir -p $WORK/b344/
2025-08-20T20:25:50.0947177Z [00:02:28.781]➜  cat >/tmp/go-build1823208636/b344/importcfg << 'EOF' # internal
2025-08-20T20:25:50.0947958Z [00:02:28.781]➜  # import config
2025-08-20T20:25:50.0948900Z [00:02:28.781]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:50.0950052Z [00:02:28.781]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1823208636/b281/_pkg_.a
2025-08-20T20:25:50.0950618Z [00:02:28.781]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:50.0951043Z [00:02:28.781]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:50.0951469Z [00:02:28.781]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.0951791Z [00:02:28.781]➜  EOF
2025-08-20T20:25:50.0968025Z [00:02:28.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_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/b344=>" -p github.com/charmbracelet/lipgloss/table -lang=go1.18 -complete -installsuffix shared -buildid 0W7LnpviMWxHYSgzINzM/0W7LnpviMWxHYSgzINzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/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-20T20:25:50.1017202Z [00:02:28.788]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/66/664f05054cf14969ddc763f7d833b590b707db82c7b070716cbaeecaf40026fd-d # internal
2025-08-20T20:25:50.1018375Z [00:02:28.788]➜  net/http/httptrace
2025-08-20T20:25:50.1018692Z [00:02:28.788]➜  mkdir -p $WORK/b222/
2025-08-20T20:25:50.1025630Z [00:02:28.789]➜  cat >/tmp/go-build1823208636/b222/importcfg << 'EOF' # internal
2025-08-20T20:25:50.1031423Z [00:02:28.789]➜  # import config
2025-08-20T20:25:50.1032083Z [00:02:28.789]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:50.1033021Z [00:02:28.789]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:25:50.1033951Z [00:02:28.789]➜  packagefile internal/nettrace=/tmp/go-build1823208636/b203/_pkg_.a
2025-08-20T20:25:50.1034504Z [00:02:28.789]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:50.1034954Z [00:02:28.789]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:50.1035406Z [00:02:28.789]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:50.1036074Z [00:02:28.789]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:50.1036437Z [00:02:28.789]➜  EOF
2025-08-20T20:25:50.1037979Z [00:02:28.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b222=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid gD4YQR2246gMqvKSwqvn/gD4YQR2246gMqvKSwqvn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T20:25:50.1314413Z [00:02:28.817]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T20:25:50.1320974Z [00:02:28.818]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/1b/1bc1d87ff76bce60dae1f15c824e048b518b829851aa5b2df531ecd8c33a9b77-d # internal
2025-08-20T20:25:50.1321578Z [00:02:28.818]➜  net/http/internal/httpcommon
2025-08-20T20:25:50.1321879Z [00:02:28.818]➜  mkdir -p $WORK/b225/
2025-08-20T20:25:50.1325870Z [00:02:28.819]➜  cat >/tmp/go-build1823208636/b225/importcfg << 'EOF' # internal
2025-08-20T20:25:50.1326630Z [00:02:28.819]➜  # import config
2025-08-20T20:25:50.1327078Z [00:02:28.819]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:25:50.1327662Z [00:02:28.819]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:25:50.1328166Z [00:02:28.819]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:50.1328590Z [00:02:28.819]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:50.1329015Z [00:02:28.819]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.1329552Z [00:02:28.819]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1823208636/b208/_pkg_.a
2025-08-20T20:25:50.1330182Z [00:02:28.819]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1823208636/b218/_pkg_.a
2025-08-20T20:25:50.1330738Z [00:02:28.819]➜  packagefile net/http/httptrace=/tmp/go-build1823208636/b222/_pkg_.a
2025-08-20T20:25:50.1331241Z [00:02:28.819]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:50.1331685Z [00:02:28.819]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:50.1332101Z [00:02:28.819]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:50.1332515Z [00:02:28.819]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:50.1332940Z [00:02:28.819]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.1333367Z [00:02:28.819]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:50.1333672Z [00:02:28.819]➜  EOF
2025-08-20T20:25:50.1335397Z [00:02:28.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b225=>" -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/b225/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T20:25:50.1352676Z [00:02:28.821]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T20:25:50.1408891Z [00:02:28.825]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/e3/e38d56c89d9796fc6271d2d03cf7f380d3acef83aeb34dfbd3a4e2fa52340dbb-d # internal
2025-08-20T20:25:50.1524335Z [00:02:28.838]➜  github.com/charmbracelet/huh
2025-08-20T20:25:50.1530220Z [00:02:28.838]➜  mkdir -p $WORK/b275/
2025-08-20T20:25:50.1531028Z [00:02:28.839]➜  cat >/tmp/go-build1823208636/b275/importcfg << 'EOF' # internal
2025-08-20T20:25:50.1531455Z [00:02:28.839]➜  # import config
2025-08-20T20:25:50.1531796Z [00:02:28.839]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:50.1532221Z [00:02:28.839]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:50.1532651Z [00:02:28.839]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:50.1533067Z [00:02:28.839]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.1533568Z [00:02:28.839]➜  packagefile github.com/catppuccin/go=/tmp/go-build1823208636/b276/_pkg_.a
2025-08-20T20:25:50.1534193Z [00:02:28.839]➜  packagefile github.com/charmbracelet/bubbles/filepicker=/tmp/go-build1823208636/b277/_pkg_.a
2025-08-20T20:25:50.1534862Z [00:02:28.839]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build1823208636/b297/_pkg_.a
2025-08-20T20:25:50.1535510Z [00:02:28.839]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build1823208636/b278/_pkg_.a
2025-08-20T20:25:50.1536373Z [00:02:28.839]➜  packagefile github.com/charmbracelet/bubbles/spinner=/tmp/go-build1823208636/b298/_pkg_.a
2025-08-20T20:25:50.1537052Z [00:02:28.839]➜  packagefile github.com/charmbracelet/bubbles/textarea=/tmp/go-build1823208636/b299/_pkg_.a
2025-08-20T20:25:50.1537731Z [00:02:28.839]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build1823208636/b305/_pkg_.a
2025-08-20T20:25:50.1538736Z [00:02:28.839]➜  packagefile github.com/charmbracelet/bubbles/viewport=/tmp/go-build1823208636/b304/_pkg_.a
2025-08-20T20:25:50.1539389Z [00:02:28.839]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build1823208636/b279/_pkg_.a
2025-08-20T20:25:50.1540086Z [00:02:28.839]➜  packagefile github.com/charmbracelet/huh/internal/accessibility=/tmp/go-build1823208636/b306/_pkg_.a
2025-08-20T20:25:50.1540815Z [00:02:28.839]➜  packagefile github.com/charmbracelet/huh/internal/selector=/tmp/go-build1823208636/b307/_pkg_.a
2025-08-20T20:25:50.1541480Z [00:02:28.839]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:50.1542099Z [00:02:28.839]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build1823208636/b289/_pkg_.a
2025-08-20T20:25:50.1542733Z [00:02:28.839]➜  packagefile github.com/charmbracelet/x/exp/strings=/tmp/go-build1823208636/b308/_pkg_.a
2025-08-20T20:25:50.1543376Z [00:02:28.839]➜  packagefile github.com/mitchellh/hashstructure/v2=/tmp/go-build1823208636/b309/_pkg_.a
2025-08-20T20:25:50.1543890Z [00:02:28.839]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.1544287Z [00:02:28.839]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:50.1544696Z [00:02:28.839]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:50.1545114Z [00:02:28.839]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:50.1553300Z [00:02:28.839]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.1553829Z [00:02:28.839]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:50.1554245Z [00:02:28.839]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:50.1554677Z [00:02:28.839]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:50.1555007Z [00:02:28.839]➜  EOF
2025-08-20T20:25:50.1561728Z [00:02:28.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0=>github.com/charmbracelet/huh@v0.7.0;$WORK/b275=>" -p github.com/charmbracelet/huh -lang=go1.23 -complete -installsuffix shared -buildid HnqnY0bSDrf8rX_3bPT4/HnqnY0bSDrf8rX_3bPT4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/accessor.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/clamp.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/eval.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_confirm.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_filepicker.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_input.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_multiselect.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_note.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_select.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_text.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/form.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/group.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/huh.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/keymap.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/layout.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/option.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/run.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/theme.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/validate.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/wrap.go
2025-08-20T20:25:50.1840458Z [00:02:28.870]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T20:25:50.1849174Z [00:02:28.871]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T20:25:50.1862333Z [00:02:28.872]➜  net/http
2025-08-20T20:25:50.1862625Z [00:02:28.872]➜  mkdir -p $WORK/b147/
2025-08-20T20:25:50.1881372Z [00:02:28.873]➜  cat >/tmp/go-build1823208636/b147/importcfg << 'EOF' # internal
2025-08-20T20:25:50.1882612Z [00:02:28.873]➜  # import config
2025-08-20T20:25:50.1883367Z [00:02:28.873]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:25:50.1884047Z [00:02:28.873]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:25:50.1884640Z [00:02:28.873]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:25:50.1885182Z [00:02:28.873]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:25:50.1885744Z [00:02:28.873]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:50.1886225Z [00:02:28.873]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:50.1886673Z [00:02:28.873]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:25:50.1887148Z [00:02:28.873]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:25:50.1887612Z [00:02:28.873]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:50.1888056Z [00:02:28.873]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:50.1888510Z [00:02:28.873]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:25:50.1889018Z [00:02:28.873]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:50.1889500Z [00:02:28.873]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:50.1889960Z [00:02:28.873]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:50.1890375Z [00:02:28.873]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.1890906Z [00:02:28.873]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1823208636/b208/_pkg_.a
2025-08-20T20:25:50.1891547Z [00:02:28.873]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1823208636/b217/_pkg_.a
2025-08-20T20:25:50.1892187Z [00:02:28.873]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1823208636/b218/_pkg_.a
2025-08-20T20:25:50.1892776Z [00:02:28.873]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1823208636/b209/_pkg_.a
2025-08-20T20:25:50.1893304Z [00:02:28.873]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:50.1893744Z [00:02:28.873]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.1894146Z [00:02:28.873]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:50.1894933Z [00:02:28.873]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:50.1895417Z [00:02:28.873]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:50.1896080Z [00:02:28.873]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:50.1896514Z [00:02:28.873]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:50.1896953Z [00:02:28.873]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:50.1897390Z [00:02:28.873]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:25:50.1897832Z [00:02:28.873]➜  packagefile mime/multipart=/tmp/go-build1823208636/b220/_pkg_.a
2025-08-20T20:25:50.1898269Z [00:02:28.873]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:50.1898726Z [00:02:28.873]➜  packagefile net/http/httptrace=/tmp/go-build1823208636/b222/_pkg_.a
2025-08-20T20:25:50.1899235Z [00:02:28.873]➜  packagefile net/http/internal=/tmp/go-build1823208636/b223/_pkg_.a
2025-08-20T20:25:50.1899755Z [00:02:28.873]➜  packagefile net/http/internal/ascii=/tmp/go-build1823208636/b224/_pkg_.a
2025-08-20T20:25:50.1900314Z [00:02:28.873]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1823208636/b225/_pkg_.a
2025-08-20T20:25:50.1900837Z [00:02:28.873]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:50.1901290Z [00:02:28.873]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:50.1901989Z [00:02:28.873]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:50.1902400Z [00:02:28.873]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:50.1902842Z [00:02:28.873]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:50.1903387Z [00:02:28.873]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:50.1903815Z [00:02:28.873]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:50.1904246Z [00:02:28.873]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:50.1904661Z [00:02:28.873]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:50.1905079Z [00:02:28.873]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:50.1905506Z [00:02:28.873]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.1906051Z [00:02:28.873]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:50.1906497Z [00:02:28.873]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:50.1906927Z [00:02:28.873]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:50.1907377Z [00:02:28.873]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:50.1907826Z [00:02:28.873]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:50.1908158Z [00:02:28.873]➜  EOF
2025-08-20T20:25:50.1908441Z [00:02:28.873]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T20:25:50.1932170Z [00:02:28.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b147=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid _fo_PW-PDD5nSLClgzvh/_fo_PW-PDD5nSLClgzvh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/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-20T20:25:50.1969408Z [00:02:28.875]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/d0/d0ec91d670f85b45a097cee20f81ed05394b76c93d43c0f16d4d08edffce9d9d-d # internal
2025-08-20T20:25:50.1970057Z [00:02:28.876]➜  github.com/aymerick/douceur/css
2025-08-20T20:25:50.1970360Z [00:02:28.876]➜  mkdir -p $WORK/b348/
2025-08-20T20:25:50.1970736Z [00:02:28.876]➜  cat >/tmp/go-build1823208636/b348/importcfg << 'EOF' # internal
2025-08-20T20:25:50.1971083Z [00:02:28.876]➜  # import config
2025-08-20T20:25:50.1971417Z [00:02:28.876]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.1971854Z [00:02:28.876]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.1972172Z [00:02:28.876]➜  EOF
2025-08-20T20:25:50.1974531Z [00:02:28.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css=>github.com/aymerick/douceur@v0.2.0/css;$WORK/b348=>" -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/b348/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-20T20:25:50.2172060Z [00:02:28.902]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T20:25:50.2172825Z [00:02:28.903]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/8d/8d04522a110d30109e3a520e76404d00366d5a0de93fca9e99598de757db7b0e-d # internal
2025-08-20T20:25:50.2182572Z [00:02:28.904]➜  github.com/alecthomas/chroma/v2
2025-08-20T20:25:50.2183304Z [00:02:28.904]➜  mkdir -p $WORK/b332/
2025-08-20T20:25:50.2194935Z [00:02:28.905]➜  cat >/tmp/go-build1823208636/b332/importcfg << 'EOF' # internal
2025-08-20T20:25:50.2196739Z [00:02:28.906]➜  # import config
2025-08-20T20:25:50.2197143Z [00:02:28.906]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:50.2197602Z [00:02:28.906]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:25:50.2198103Z [00:02:28.906]➜  packagefile encoding/xml=/tmp/go-build1823208636/b333/_pkg_.a
2025-08-20T20:25:50.2198545Z [00:02:28.906]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:50.2198953Z [00:02:28.906]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.2199443Z [00:02:28.906]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build1823208636/b334/_pkg_.a
2025-08-20T20:25:50.2199915Z [00:02:28.906]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.2200398Z [00:02:28.906]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:50.2200814Z [00:02:28.906]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:50.2201217Z [00:02:28.906]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:50.2201657Z [00:02:28.906]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:50.2202108Z [00:02:28.906]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:50.2202546Z [00:02:28.906]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:50.2202963Z [00:02:28.906]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:50.2203382Z [00:02:28.906]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:50.2203808Z [00:02:28.906]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.2204225Z [00:02:28.906]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:50.2204953Z [00:02:28.906]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:50.2205503Z [00:02:28.906]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:50.2206038Z [00:02:28.906]➜  EOF
2025-08-20T20:25:50.2211571Z [00:02:28.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0=>github.com/alecthomas/chroma/v2@v2.19.0;$WORK/b332=>" -p github.com/alecthomas/chroma/v2 -lang=go1.22 -complete -installsuffix shared -buildid TIe274FdHHwqCdqL1AQi/TIe274FdHHwqCdqL1AQi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/coalesce.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/colour.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/delegate.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/doc.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/emitters.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatter.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/iterator.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/mutators.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/regexp.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/registry.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/remap.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/serialise.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/style.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/tokentype_enumer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/types.go
2025-08-20T20:25:50.2243859Z [00:02:28.908]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T20:25:50.2245273Z [00:02:28.908]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/bb/bbd79740427aaa41a348fdb1513f184d2e085a40e0bc0ea620c3b1cac221ab18-d # internal
2025-08-20T20:25:50.2245979Z [00:02:28.909]➜  github.com/gorilla/css/scanner
2025-08-20T20:25:50.2246273Z [00:02:28.909]➜  mkdir -p $WORK/b349/
2025-08-20T20:25:50.2246642Z [00:02:28.909]➜  cat >/tmp/go-build1823208636/b349/importcfg << 'EOF' # internal
2025-08-20T20:25:50.2246984Z [00:02:28.909]➜  # import config
2025-08-20T20:25:50.2247314Z [00:02:28.909]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.2247735Z [00:02:28.909]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:50.2248176Z [00:02:28.909]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.2248606Z [00:02:28.909]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:50.2249051Z [00:02:28.909]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:50.2249385Z [00:02:28.909]➜  EOF
2025-08-20T20:25:50.2253370Z [00:02:28.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner=>github.com/gorilla/css@v1.0.1/scanner;$WORK/b349=>" -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/b349/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-20T20:25:50.2560259Z [00:02:28.942]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T20:25:50.2567486Z [00:02:28.943]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/1f/1f8ec6c1406f93d4fad73bca2f962fb907808c3be36d706e24753bed82777ca0-d # internal
2025-08-20T20:25:50.2587941Z [00:02:28.945]➜  github.com/aymerick/douceur/parser
2025-08-20T20:25:50.2590905Z [00:02:28.945]➜  mkdir -p $WORK/b347/
2025-08-20T20:25:50.2591319Z [00:02:28.945]➜  cat >/tmp/go-build1823208636/b347/importcfg << 'EOF' # internal
2025-08-20T20:25:50.2591672Z [00:02:28.945]➜  # import config
2025-08-20T20:25:50.2592304Z [00:02:28.945]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:50.2592796Z [00:02:28.945]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.2593309Z [00:02:28.945]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build1823208636/b348/_pkg_.a
2025-08-20T20:25:50.2593899Z [00:02:28.945]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build1823208636/b349/_pkg_.a
2025-08-20T20:25:50.2594419Z [00:02:28.945]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:50.2594845Z [00:02:28.945]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.2595158Z [00:02:28.945]➜  EOF
2025-08-20T20:25:50.2597194Z [00:02:28.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser=>github.com/aymerick/douceur@v0.2.0/parser;$WORK/b347=>" -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/b347/importcfg -pack /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser/parser.go
2025-08-20T20:25:50.2852117Z [00:02:28.971]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T20:25:50.2859735Z [00:02:28.972]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/58/58b25082a6bcec7f7bca885017dccb9fc0628f53423506799d02134c0dec27e6-d # internal
2025-08-20T20:25:50.2860724Z [00:02:28.972]➜  github.com/microcosm-cc/bluemonday/css
2025-08-20T20:25:50.2862128Z [00:02:28.972]➜  mkdir -p $WORK/b350/
2025-08-20T20:25:50.2863810Z [00:02:28.972]➜  cat >/tmp/go-build1823208636/b350/importcfg << 'EOF' # internal
2025-08-20T20:25:50.2864473Z [00:02:28.972]➜  # import config
2025-08-20T20:25:50.2865251Z [00:02:28.972]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:50.2865842Z [00:02:28.972]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.2866194Z [00:02:28.972]➜  EOF
2025-08-20T20:25:50.2868135Z [00:02:28.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_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/b350=>" -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/b350/importcfg -pack /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/css/handlers.go
2025-08-20T20:25:50.5159105Z [00:02:29.200]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T20:25:50.5185475Z [00:02:29.204]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/e2/e27df775a1454542449d1b136b298960a650c743ccabe94416276b12ff80933d-d # internal
2025-08-20T20:25:50.5190120Z [00:02:29.204]➜  github.com/alecthomas/chroma/v2/formatters/html
2025-08-20T20:25:50.5190468Z [00:02:29.204]➜  mkdir -p $WORK/b338/
2025-08-20T20:25:50.5190896Z [00:02:29.205]➜  cat >/tmp/go-build1823208636/b338/importcfg << 'EOF' # internal
2025-08-20T20:25:50.5191247Z [00:02:29.205]➜  # import config
2025-08-20T20:25:50.5191576Z [00:02:29.205]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.5192092Z [00:02:29.205]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build1823208636/b332/_pkg_.a
2025-08-20T20:25:50.5192596Z [00:02:29.205]➜  packagefile html=/tmp/go-build1823208636/b339/_pkg_.a
2025-08-20T20:25:50.5193020Z [00:02:29.205]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.5193424Z [00:02:29.205]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:50.5193850Z [00:02:29.205]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:50.5194280Z [00:02:29.205]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.5194697Z [00:02:29.205]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:50.5195385Z [00:02:29.205]➜  EOF
2025-08-20T20:25:50.5197660Z [00:02:29.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/html=>github.com/alecthomas/chroma/v2@v2.19.0/formatters/html;$WORK/b338=>" -p github.com/alecthomas/chroma/v2/formatters/html -lang=go1.22 -complete -installsuffix shared -buildid wRO2BxWpoase9LTnS8-9/wRO2BxWpoase9LTnS8-9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/html/html.go
2025-08-20T20:25:50.5435173Z [00:02:29.229]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T20:25:50.5491800Z [00:02:29.235]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/cd/cd7a2e2f1231055468d9387f36031382cda5522fefb8d3225ca11dff93e25cff-d # internal
2025-08-20T20:25:50.5504302Z [00:02:29.236]➜  github.com/alecthomas/chroma/v2/formatters/svg
2025-08-20T20:25:50.5504716Z [00:02:29.236]➜  mkdir -p $WORK/b340/
2025-08-20T20:25:50.5506651Z [00:02:29.237]➜  cat >/tmp/go-build1823208636/b340/importcfg << 'EOF' # internal
2025-08-20T20:25:50.5507005Z [00:02:29.237]➜  # import config
2025-08-20T20:25:50.5507381Z [00:02:29.237]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:50.5507838Z [00:02:29.237]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:50.5508250Z [00:02:29.237]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.5509190Z [00:02:29.237]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build1823208636/b332/_pkg_.a
2025-08-20T20:25:50.5509687Z [00:02:29.237]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.5510086Z [00:02:29.237]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:50.5510490Z [00:02:29.237]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:50.5510916Z [00:02:29.237]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.5511250Z [00:02:29.237]➜  EOF
2025-08-20T20:25:50.5513664Z [00:02:29.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/svg=>github.com/alecthomas/chroma/v2@v2.19.0/formatters/svg;$WORK/b340=>" -p github.com/alecthomas/chroma/v2/formatters/svg -lang=go1.22 -complete -installsuffix shared -buildid HZTdYb9GXDsMjI9_3Tgt/HZTdYb9GXDsMjI9_3Tgt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/svg/font_liberation_mono.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/svg/svg.go
2025-08-20T20:25:50.6089939Z [00:02:29.295]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T20:25:50.6105957Z [00:02:29.297]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/29/29756d5c3bf6694300beac2181451bc9d1afe52ecfb35a8268293d8dcaa1e553-d # internal
2025-08-20T20:25:50.6108025Z [00:02:29.297]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T20:25:50.6134911Z [00:02:29.300]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/57/5768139e051e096ad30edd53eca950bed6dff3623f4d47c175aabadf00a66b31-d # internal
2025-08-20T20:25:50.6136767Z [00:02:29.300]➜  github.com/alecthomas/chroma/v2/formatters
2025-08-20T20:25:50.6137803Z [00:02:29.300]➜  mkdir -p $WORK/b337/
2025-08-20T20:25:50.6148804Z [00:02:29.301]➜  cat >/tmp/go-build1823208636/b337/importcfg << 'EOF' # internal
2025-08-20T20:25:50.6149420Z [00:02:29.301]➜  # import config
2025-08-20T20:25:50.6149922Z [00:02:29.301]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:50.6150454Z [00:02:29.301]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.6151051Z [00:02:29.301]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build1823208636/b332/_pkg_.a
2025-08-20T20:25:50.6151844Z [00:02:29.301]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build1823208636/b338/_pkg_.a
2025-08-20T20:25:50.6153163Z [00:02:29.301]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build1823208636/b340/_pkg_.a
2025-08-20T20:25:50.6154593Z [00:02:29.301]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.6155016Z [00:02:29.301]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:50.6155436Z [00:02:29.301]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:50.6156055Z [00:02:29.301]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:50.6156393Z [00:02:29.301]➜  EOF
2025-08-20T20:25:50.6159613Z [00:02:29.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters=>github.com/alecthomas/chroma/v2@v2.19.0/formatters;$WORK/b337=>" -p github.com/alecthomas/chroma/v2/formatters -lang=go1.22 -complete -installsuffix shared -buildid xSiDKRQsmdyvNtoBRR6H/xSiDKRQsmdyvNtoBRR6H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/api.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/json.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/tokens.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/tty_indexed.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/formatters/tty_truecolour.go
2025-08-20T20:25:50.6364894Z [00:02:29.322]➜  github.com/alecthomas/chroma/v2/lexers
2025-08-20T20:25:50.6365930Z [00:02:29.323]➜  mkdir -p $WORK/b341/
2025-08-20T20:25:50.6366319Z [00:02:29.323]➜  cat >/tmp/go-build1823208636/b341/importcfg << 'EOF' # internal
2025-08-20T20:25:50.6366673Z [00:02:29.323]➜  # import config
2025-08-20T20:25:50.6367012Z [00:02:29.323]➜  packagefile embed=/tmp/go-build1823208636/b324/_pkg_.a
2025-08-20T20:25:50.6367530Z [00:02:29.323]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build1823208636/b332/_pkg_.a
2025-08-20T20:25:50.6368126Z [00:02:29.323]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build1823208636/b334/_pkg_.a
2025-08-20T20:25:50.6368609Z [00:02:29.323]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:50.6369027Z [00:02:29.323]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:50.6369449Z [00:02:29.323]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.6369896Z [00:02:29.323]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:50.6370238Z [00:02:29.323]➜  EOF
2025-08-20T20:25:50.6370555Z [00:02:29.323]➜  cat >/tmp/go-build1823208636/b341/embedcfg << 'EOF' # internal
2025-08-20T20:25:50.6370873Z [00:02:29.323]➜  {
2025-08-20T20:25:50.6371076Z [00:02:29.323]➜  	"Patterns": {
2025-08-20T20:25:50.6371311Z [00:02:29.323]➜  		"embedded": [
2025-08-20T20:25:50.6371559Z [00:02:29.323]➜  			"embedded/abap.xml",
2025-08-20T20:25:50.6371831Z [00:02:29.323]➜  			"embedded/abnf.xml",
2025-08-20T20:25:50.6372184Z [00:02:29.323]➜  			"embedded/actionscript.xml",
2025-08-20T20:25:50.6372554Z [00:02:29.323]➜  			"embedded/actionscript_3.xml",
2025-08-20T20:25:50.6372844Z [00:02:29.323]➜  			"embedded/ada.xml",
2025-08-20T20:25:50.6373110Z [00:02:29.323]➜  			"embedded/agda.xml",
2025-08-20T20:25:50.6373375Z [00:02:29.323]➜  			"embedded/al.xml",
2025-08-20T20:25:50.6373643Z [00:02:29.323]➜  			"embedded/alloy.xml",
2025-08-20T20:25:50.6373926Z [00:02:29.323]➜  			"embedded/angular2.xml",
2025-08-20T20:25:50.6374217Z [00:02:29.323]➜  			"embedded/antlr.xml",
2025-08-20T20:25:50.6374503Z [00:02:29.323]➜  			"embedded/apacheconf.xml",
2025-08-20T20:25:50.6374787Z [00:02:29.323]➜  			"embedded/apl.xml",
2025-08-20T20:25:50.6375074Z [00:02:29.323]➜  			"embedded/applescript.xml",
2025-08-20T20:25:50.6375378Z [00:02:29.323]➜  			"embedded/arangodb_aql.xml",
2025-08-20T20:25:50.6375905Z [00:02:29.323]➜  			"embedded/arduino.xml",
2025-08-20T20:25:50.6376189Z [00:02:29.323]➜  			"embedded/armasm.xml",
2025-08-20T20:25:50.6376748Z [00:02:29.323]➜  			"embedded/atl.xml",
2025-08-20T20:25:50.6377114Z [00:02:29.323]➜  			"embedded/autohotkey.xml",
2025-08-20T20:25:50.6377408Z [00:02:29.323]➜  			"embedded/autoit.xml",
2025-08-20T20:25:50.6377677Z [00:02:29.323]➜  			"embedded/awk.xml",
2025-08-20T20:25:50.6377953Z [00:02:29.323]➜  			"embedded/ballerina.xml",
2025-08-20T20:25:50.6378235Z [00:02:29.323]➜  			"embedded/bash.xml",
2025-08-20T20:25:50.6378517Z [00:02:29.323]➜  			"embedded/bash_session.xml",
2025-08-20T20:25:50.6383019Z [00:02:29.323]➜  			"embedded/batchfile.xml",
2025-08-20T20:25:50.6385390Z [00:02:29.323]➜  			"embedded/beef.xml",
2025-08-20T20:25:50.6386846Z [00:02:29.323]➜  			"embedded/bibtex.xml",
2025-08-20T20:25:50.6387547Z [00:02:29.323]➜  			"embedded/bicep.xml",
2025-08-20T20:25:50.6388046Z [00:02:29.323]➜  			"embedded/blitzbasic.xml",
2025-08-20T20:25:50.6388521Z [00:02:29.323]➜  			"embedded/bnf.xml",
2025-08-20T20:25:50.6388937Z [00:02:29.323]➜  			"embedded/bqn.xml",
2025-08-20T20:25:50.6389441Z [00:02:29.323]➜  			"embedded/brainfuck.xml",
2025-08-20T20:25:50.6390189Z [00:02:29.323]➜  			"embedded/c#.xml",
2025-08-20T20:25:50.6390728Z [00:02:29.323]➜  			"embedded/c++.xml",
2025-08-20T20:25:50.6391160Z [00:02:29.323]➜  			"embedded/c.xml",
2025-08-20T20:25:50.6391796Z [00:02:29.323]➜  			"embedded/cap_n_proto.xml",
2025-08-20T20:25:50.6392335Z [00:02:29.323]➜  			"embedded/cassandra_cql.xml",
2025-08-20T20:25:50.6392833Z [00:02:29.323]➜  			"embedded/ceylon.xml",
2025-08-20T20:25:50.6393974Z [00:02:29.323]➜  			"embedded/cfengine3.xml",
2025-08-20T20:25:50.6395162Z [00:02:29.323]➜  			"embedded/cfstatement.xml",
2025-08-20T20:25:50.6398060Z [00:02:29.323]➜  			"embedded/chaiscript.xml",
2025-08-20T20:25:50.6398490Z [00:02:29.323]➜  			"embedded/chapel.xml",
2025-08-20T20:25:50.6398778Z [00:02:29.323]➜  			"embedded/cheetah.xml",
2025-08-20T20:25:50.6399077Z [00:02:29.323]➜  			"embedded/clojure.xml",
2025-08-20T20:25:50.6399355Z [00:02:29.323]➜  			"embedded/cmake.xml",
2025-08-20T20:25:50.6399629Z [00:02:29.323]➜  			"embedded/cobol.xml",
2025-08-20T20:25:50.6399939Z [00:02:29.323]➜  			"embedded/coffeescript.xml",
2025-08-20T20:25:50.6400245Z [00:02:29.323]➜  			"embedded/common_lisp.xml",
2025-08-20T20:25:50.6400528Z [00:02:29.323]➜  			"embedded/coq.xml",
2025-08-20T20:25:50.6400795Z [00:02:29.323]➜  			"embedded/core.xml",
2025-08-20T20:25:50.6401072Z [00:02:29.323]➜  			"embedded/crystal.xml",
2025-08-20T20:25:50.6401345Z [00:02:29.323]➜  			"embedded/css.xml",
2025-08-20T20:25:50.6401610Z [00:02:29.323]➜  			"embedded/csv.xml",
2025-08-20T20:25:50.6401883Z [00:02:29.323]➜  			"embedded/cue.xml",
2025-08-20T20:25:50.6402153Z [00:02:29.323]➜  			"embedded/cython.xml",
2025-08-20T20:25:50.6402424Z [00:02:29.323]➜  			"embedded/d.xml",
2025-08-20T20:25:50.6402687Z [00:02:29.323]➜  			"embedded/dart.xml",
2025-08-20T20:25:50.6402954Z [00:02:29.323]➜  			"embedded/dax.xml",
2025-08-20T20:25:50.6403240Z [00:02:29.323]➜  			"embedded/desktop_entry.xml",
2025-08-20T20:25:50.6403534Z [00:02:29.323]➜  			"embedded/diff.xml",
2025-08-20T20:25:50.6403837Z [00:02:29.323]➜  			"embedded/django_jinja.xml",
2025-08-20T20:25:50.6404122Z [00:02:29.323]➜  			"embedded/dns.xml",
2025-08-20T20:25:50.6404392Z [00:02:29.323]➜  			"embedded/docker.xml",
2025-08-20T20:25:50.6404701Z [00:02:29.323]➜  			"embedded/dtd.xml",
2025-08-20T20:25:50.6404972Z [00:02:29.323]➜  			"embedded/dylan.xml",
2025-08-20T20:25:50.6405247Z [00:02:29.323]➜  			"embedded/ebnf.xml",
2025-08-20T20:25:50.6405697Z [00:02:29.323]➜  			"embedded/elixir.xml",
2025-08-20T20:25:50.6406053Z [00:02:29.323]➜  			"embedded/elm.xml",
2025-08-20T20:25:50.6406334Z [00:02:29.323]➜  			"embedded/emacslisp.xml",
2025-08-20T20:25:50.6406617Z [00:02:29.323]➜  			"embedded/erlang.xml",
2025-08-20T20:25:50.6406887Z [00:02:29.323]➜  			"embedded/factor.xml",
2025-08-20T20:25:50.6407161Z [00:02:29.323]➜  			"embedded/fennel.xml",
2025-08-20T20:25:50.6407432Z [00:02:29.323]➜  			"embedded/fish.xml",
2025-08-20T20:25:50.6407700Z [00:02:29.323]➜  			"embedded/forth.xml",
2025-08-20T20:25:50.6408349Z [00:02:29.323]➜  			"embedded/fortran.xml",
2025-08-20T20:25:50.6408736Z [00:02:29.323]➜  			"embedded/fortranfixed.xml",
2025-08-20T20:25:50.6409033Z [00:02:29.323]➜  			"embedded/fsharp.xml",
2025-08-20T20:25:50.6409304Z [00:02:29.323]➜  			"embedded/gas.xml",
2025-08-20T20:25:50.6409575Z [00:02:29.323]➜  			"embedded/gdscript.xml",
2025-08-20T20:25:50.6409864Z [00:02:29.323]➜  			"embedded/gdscript3.xml",
2025-08-20T20:25:50.6410152Z [00:02:29.323]➜  			"embedded/gherkin.xml",
2025-08-20T20:25:50.6410696Z [00:02:29.323]➜  			"embedded/gleam.xml",
2025-08-20T20:25:50.6410973Z [00:02:29.323]➜  			"embedded/glsl.xml",
2025-08-20T20:25:50.6411243Z [00:02:29.323]➜  			"embedded/gnuplot.xml",
2025-08-20T20:25:50.6411535Z [00:02:29.323]➜  			"embedded/go_template.xml",
2025-08-20T20:25:50.6411822Z [00:02:29.323]➜  			"embedded/graphql.xml",
2025-08-20T20:25:50.6412097Z [00:02:29.323]➜  			"embedded/groff.xml",
2025-08-20T20:25:50.6412370Z [00:02:29.323]➜  			"embedded/groovy.xml",
2025-08-20T20:25:50.6412667Z [00:02:29.323]➜  			"embedded/handlebars.xml",
2025-08-20T20:25:50.6412951Z [00:02:29.323]➜  			"embedded/hare.xml",
2025-08-20T20:25:50.6413224Z [00:02:29.323]➜  			"embedded/haskell.xml",
2025-08-20T20:25:50.6413498Z [00:02:29.323]➜  			"embedded/hcl.xml",
2025-08-20T20:25:50.6413769Z [00:02:29.323]➜  			"embedded/hexdump.xml",
2025-08-20T20:25:50.6414040Z [00:02:29.323]➜  			"embedded/hlb.xml",
2025-08-20T20:25:50.6414308Z [00:02:29.323]➜  			"embedded/hlsl.xml",
2025-08-20T20:25:50.6414586Z [00:02:29.323]➜  			"embedded/holyc.xml",
2025-08-20T20:25:50.6414855Z [00:02:29.323]➜  			"embedded/html.xml",
2025-08-20T20:25:50.6415111Z [00:02:29.323]➜  			"embedded/hy.xml",
2025-08-20T20:25:50.6415370Z [00:02:29.323]➜  			"embedded/idris.xml",
2025-08-20T20:25:50.6427670Z [00:02:29.323]➜  			"embedded/igor.xml",
2025-08-20T20:25:50.6427976Z [00:02:29.323]➜  			"embedded/ini.xml",
2025-08-20T20:25:50.6428245Z [00:02:29.323]➜  			"embedded/io.xml",
2025-08-20T20:25:50.6428519Z [00:02:29.323]➜  			"embedded/iscdhcpd.xml",
2025-08-20T20:25:50.6428812Z [00:02:29.323]➜  			"embedded/j.xml",
2025-08-20T20:25:50.6429075Z [00:02:29.323]➜  			"embedded/janet.xml",
2025-08-20T20:25:50.6429348Z [00:02:29.323]➜  			"embedded/java.xml",
2025-08-20T20:25:50.6429634Z [00:02:29.323]➜  			"embedded/javascript.xml",
2025-08-20T20:25:50.6429919Z [00:02:29.323]➜  			"embedded/json.xml",
2025-08-20T20:25:50.6430192Z [00:02:29.323]➜  			"embedded/jsonata.xml",
2025-08-20T20:25:50.6430472Z [00:02:29.323]➜  			"embedded/jsonnet.xml",
2025-08-20T20:25:50.6430753Z [00:02:29.323]➜  			"embedded/julia.xml",
2025-08-20T20:25:50.6431029Z [00:02:29.323]➜  			"embedded/jungle.xml",
2025-08-20T20:25:50.6431305Z [00:02:29.323]➜  			"embedded/kotlin.xml",
2025-08-20T20:25:50.6431575Z [00:02:29.323]➜  			"embedded/lean.xml",
2025-08-20T20:25:50.6431900Z [00:02:29.323]➜  			"embedded/lighttpd_configuration_file.xml",
2025-08-20T20:25:50.6432216Z [00:02:29.323]➜  			"embedded/llvm.xml",
2025-08-20T20:25:50.6432482Z [00:02:29.323]➜  			"embedded/lua.xml",
2025-08-20T20:25:50.6433116Z [00:02:29.323]➜  			"embedded/makefile.xml",
2025-08-20T20:25:50.6433447Z [00:02:29.323]➜  			"embedded/mako.xml",
2025-08-20T20:25:50.6433719Z [00:02:29.323]➜  			"embedded/mason.xml",
2025-08-20T20:25:50.6434042Z [00:02:29.323]➜  			"embedded/materialize_sql_dialect.xml",
2025-08-20T20:25:50.6434364Z [00:02:29.323]➜  			"embedded/mathematica.xml",
2025-08-20T20:25:50.6434655Z [00:02:29.323]➜  			"embedded/matlab.xml",
2025-08-20T20:25:50.6434945Z [00:02:29.323]➜  			"embedded/mcfunction.xml",
2025-08-20T20:25:50.6435239Z [00:02:29.323]➜  			"embedded/meson.xml",
2025-08-20T20:25:50.6435504Z [00:02:29.323]➜  			"embedded/metal.xml",
2025-08-20T20:25:50.6436037Z [00:02:29.323]➜  			"embedded/minizinc.xml",
2025-08-20T20:25:50.6436330Z [00:02:29.323]➜  			"embedded/mlir.xml",
2025-08-20T20:25:50.6436605Z [00:02:29.323]➜  			"embedded/modula-2.xml",
2025-08-20T20:25:50.6437318Z [00:02:29.323]➜  			"embedded/mojo.xml",
2025-08-20T20:25:50.6437606Z [00:02:29.323]➜  			"embedded/monkeyc.xml",
2025-08-20T20:25:50.6437916Z [00:02:29.323]➜  			"embedded/moonscript.xml",
2025-08-20T20:25:50.6438230Z [00:02:29.323]➜  			"embedded/morrowindscript.xml",
2025-08-20T20:25:50.6438538Z [00:02:29.323]➜  			"embedded/myghty.xml",
2025-08-20T20:25:50.6438813Z [00:02:29.323]➜  			"embedded/mysql.xml",
2025-08-20T20:25:50.6439080Z [00:02:29.323]➜  			"embedded/nasm.xml",
2025-08-20T20:25:50.6439350Z [00:02:29.323]➜  			"embedded/natural.xml",
2025-08-20T20:25:50.6439631Z [00:02:29.323]➜  			"embedded/ndisasm.xml",
2025-08-20T20:25:50.6440195Z [00:02:29.323]➜  			"embedded/newspeak.xml",
2025-08-20T20:25:50.6440514Z [00:02:29.323]➜  			"embedded/nginx_configuration_file.xml",
2025-08-20T20:25:50.6440817Z [00:02:29.323]➜  			"embedded/nim.xml",
2025-08-20T20:25:50.6441080Z [00:02:29.323]➜  			"embedded/nix.xml",
2025-08-20T20:25:50.6441341Z [00:02:29.323]➜  			"embedded/nsis.xml",
2025-08-20T20:25:50.6441626Z [00:02:29.323]➜  			"embedded/objective-c.xml",
2025-08-20T20:25:50.6441950Z [00:02:29.323]➜  			"embedded/objectpascal.xml",
2025-08-20T20:25:50.6442245Z [00:02:29.323]➜  			"embedded/ocaml.xml",
2025-08-20T20:25:50.6442518Z [00:02:29.323]➜  			"embedded/octave.xml",
2025-08-20T20:25:50.6442786Z [00:02:29.323]➜  			"embedded/odin.xml",
2025-08-20T20:25:50.6443078Z [00:02:29.323]➜  			"embedded/onesenterprise.xml",
2025-08-20T20:25:50.6443390Z [00:02:29.324]➜  			"embedded/openedge_abl.xml",
2025-08-20T20:25:50.6443684Z [00:02:29.324]➜  			"embedded/openscad.xml",
2025-08-20T20:25:50.6443977Z [00:02:29.324]➜  			"embedded/org_mode.xml",
2025-08-20T20:25:50.6444273Z [00:02:29.324]➜  			"embedded/pacmanconf.xml",
2025-08-20T20:25:50.6444557Z [00:02:29.324]➜  			"embedded/perl.xml",
2025-08-20T20:25:50.6444824Z [00:02:29.324]➜  			"embedded/php.xml",
2025-08-20T20:25:50.6445093Z [00:02:29.324]➜  			"embedded/pig.xml",
2025-08-20T20:25:50.6445371Z [00:02:29.324]➜  			"embedded/pkgconfig.xml",
2025-08-20T20:25:50.6445872Z [00:02:29.324]➜  			"embedded/pl_pgsql.xml",
2025-08-20T20:25:50.6446184Z [00:02:29.324]➜  			"embedded/plaintext.xml",
2025-08-20T20:25:50.6446481Z [00:02:29.324]➜  			"embedded/plutus_core.xml",
2025-08-20T20:25:50.6446765Z [00:02:29.324]➜  			"embedded/pony.xml",
2025-08-20T20:25:50.6447076Z [00:02:29.324]➜  			"embedded/postgresql_sql_dialect.xml",
2025-08-20T20:25:50.6447397Z [00:02:29.324]➜  			"embedded/postscript.xml",
2025-08-20T20:25:50.6447681Z [00:02:29.324]➜  			"embedded/povray.xml",
2025-08-20T20:25:50.6447966Z [00:02:29.324]➜  			"embedded/powerquery.xml",
2025-08-20T20:25:50.6448273Z [00:02:29.324]➜  			"embedded/powershell.xml",
2025-08-20T20:25:50.6448559Z [00:02:29.324]➜  			"embedded/prolog.xml",
2025-08-20T20:25:50.6448833Z [00:02:29.324]➜  			"embedded/promela.xml",
2025-08-20T20:25:50.6449112Z [00:02:29.324]➜  			"embedded/promql.xml",
2025-08-20T20:25:50.6449399Z [00:02:29.324]➜  			"embedded/properties.xml",
2025-08-20T20:25:50.6449707Z [00:02:29.324]➜  			"embedded/protocol_buffer.xml",
2025-08-20T20:25:50.6449998Z [00:02:29.324]➜  			"embedded/prql.xml",
2025-08-20T20:25:50.6450537Z [00:02:29.324]➜  			"embedded/psl.xml",
2025-08-20T20:25:50.6450883Z [00:02:29.324]➜  			"embedded/puppet.xml",
2025-08-20T20:25:50.6451160Z [00:02:29.324]➜  			"embedded/python.xml",
2025-08-20T20:25:50.6451439Z [00:02:29.324]➜  			"embedded/python_2.xml",
2025-08-20T20:25:50.6451719Z [00:02:29.324]➜  			"embedded/qbasic.xml",
2025-08-20T20:25:50.6451984Z [00:02:29.324]➜  			"embedded/qml.xml",
2025-08-20T20:25:50.6452244Z [00:02:29.324]➜  			"embedded/r.xml",
2025-08-20T20:25:50.6452525Z [00:02:29.324]➜  			"embedded/racket.xml",
2025-08-20T20:25:50.6452799Z [00:02:29.324]➜  			"embedded/ragel.xml",
2025-08-20T20:25:50.6453067Z [00:02:29.324]➜  			"embedded/react.xml",
2025-08-20T20:25:50.6453347Z [00:02:29.324]➜  			"embedded/reasonml.xml",
2025-08-20T20:25:50.6453620Z [00:02:29.324]➜  			"embedded/reg.xml",
2025-08-20T20:25:50.6453884Z [00:02:29.324]➜  			"embedded/rego.xml",
2025-08-20T20:25:50.6454154Z [00:02:29.324]➜  			"embedded/rexx.xml",
2025-08-20T20:25:50.6454432Z [00:02:29.324]➜  			"embedded/rpgle.xml",
2025-08-20T20:25:50.6454714Z [00:02:29.324]➜  			"embedded/rpm_spec.xml",
2025-08-20T20:25:50.6454990Z [00:02:29.324]➜  			"embedded/ruby.xml",
2025-08-20T20:25:50.6455257Z [00:02:29.324]➜  			"embedded/rust.xml",
2025-08-20T20:25:50.6456312Z [00:02:29.324]➜  			"embedded/sas.xml",
2025-08-20T20:25:50.6469266Z [00:02:29.324]➜  			"embedded/sass.xml",
2025-08-20T20:25:50.6469578Z [00:02:29.324]➜  			"embedded/scala.xml",
2025-08-20T20:25:50.6469862Z [00:02:29.324]➜  			"embedded/scheme.xml",
2025-08-20T20:25:50.6470522Z [00:02:29.324]➜  			"embedded/scilab.xml",
2025-08-20T20:25:50.6470799Z [00:02:29.324]➜  			"embedded/scss.xml",
2025-08-20T20:25:50.6471067Z [00:02:29.324]➜  			"embedded/sed.xml",
2025-08-20T20:25:50.6471334Z [00:02:29.324]➜  			"embedded/sieve.xml",
2025-08-20T20:25:50.6471605Z [00:02:29.324]➜  			"embedded/smali.xml",
2025-08-20T20:25:50.6471887Z [00:02:29.324]➜  			"embedded/smalltalk.xml",
2025-08-20T20:25:50.6472172Z [00:02:29.324]➜  			"embedded/smarty.xml",
2025-08-20T20:25:50.6472454Z [00:02:29.324]➜  			"embedded/snbt.xml",
2025-08-20T20:25:50.6472730Z [00:02:29.324]➜  			"embedded/snobol.xml",
2025-08-20T20:25:50.6473009Z [00:02:29.324]➜  			"embedded/solidity.xml",
2025-08-20T20:25:50.6473297Z [00:02:29.324]➜  			"embedded/sourcepawn.xml",
2025-08-20T20:25:50.6473583Z [00:02:29.324]➜  			"embedded/sparql.xml",
2025-08-20T20:25:50.6473910Z [00:02:29.324]➜  			"embedded/sql.xml",
2025-08-20T20:25:50.6474189Z [00:02:29.324]➜  			"embedded/squidconf.xml",
2025-08-20T20:25:50.6474493Z [00:02:29.324]➜  			"embedded/standard_ml.xml",
2025-08-20T20:25:50.6474771Z [00:02:29.324]➜  			"embedded/stas.xml",
2025-08-20T20:25:50.6475041Z [00:02:29.324]➜  			"embedded/stylus.xml",
2025-08-20T20:25:50.6475313Z [00:02:29.324]➜  			"embedded/swift.xml",
2025-08-20T20:25:50.6475770Z [00:02:29.324]➜  			"embedded/systemd.xml",
2025-08-20T20:25:50.6476150Z [00:02:29.324]➜  			"embedded/systemverilog.xml",
2025-08-20T20:25:50.6476454Z [00:02:29.324]➜  			"embedded/tablegen.xml",
2025-08-20T20:25:50.6476739Z [00:02:29.324]➜  			"embedded/tal.xml",
2025-08-20T20:25:50.6477004Z [00:02:29.324]➜  			"embedded/tasm.xml",
2025-08-20T20:25:50.6477270Z [00:02:29.324]➜  			"embedded/tcl.xml",
2025-08-20T20:25:50.6477535Z [00:02:29.324]➜  			"embedded/tcsh.xml",
2025-08-20T20:25:50.6477812Z [00:02:29.324]➜  			"embedded/termcap.xml",
2025-08-20T20:25:50.6478095Z [00:02:29.324]➜  			"embedded/terminfo.xml",
2025-08-20T20:25:50.6478384Z [00:02:29.324]➜  			"embedded/terraform.xml",
2025-08-20T20:25:50.6478672Z [00:02:29.324]➜  			"embedded/tex.xml",
2025-08-20T20:25:50.6478940Z [00:02:29.324]➜  			"embedded/thrift.xml",
2025-08-20T20:25:50.6479210Z [00:02:29.324]➜  			"embedded/toml.xml",
2025-08-20T20:25:50.6479634Z [00:02:29.324]➜  			"embedded/tradingview.xml",
2025-08-20T20:25:50.6480023Z [00:02:29.324]➜  			"embedded/transact-sql.xml",
2025-08-20T20:25:50.6480314Z [00:02:29.324]➜  			"embedded/turing.xml",
2025-08-20T20:25:50.6480590Z [00:02:29.324]➜  			"embedded/turtle.xml",
2025-08-20T20:25:50.6481184Z [00:02:29.324]➜  			"embedded/twig.xml",
2025-08-20T20:25:50.6481540Z [00:02:29.324]➜  			"embedded/typescript.xml",
2025-08-20T20:25:50.6481837Z [00:02:29.324]➜  			"embedded/typoscript.xml",
2025-08-20T20:25:50.6482152Z [00:02:29.324]➜  			"embedded/typoscriptcssdata.xml",
2025-08-20T20:25:50.6482485Z [00:02:29.324]➜  			"embedded/typoscripthtmldata.xml",
2025-08-20T20:25:50.6482789Z [00:02:29.324]➜  			"embedded/typst.xml",
2025-08-20T20:25:50.6483059Z [00:02:29.324]➜  			"embedded/ucode.xml",
2025-08-20T20:25:50.6483337Z [00:02:29.324]➜  			"embedded/v.xml",
2025-08-20T20:25:50.6483635Z [00:02:29.324]➜  			"embedded/v_shell.xml",
2025-08-20T20:25:50.6483909Z [00:02:29.324]➜  			"embedded/vala.xml",
2025-08-20T20:25:50.6484180Z [00:02:29.324]➜  			"embedded/vb_net.xml",
2025-08-20T20:25:50.6484456Z [00:02:29.324]➜  			"embedded/verilog.xml",
2025-08-20T20:25:50.6484724Z [00:02:29.324]➜  			"embedded/vhdl.xml",
2025-08-20T20:25:50.6484991Z [00:02:29.324]➜  			"embedded/vhs.xml",
2025-08-20T20:25:50.6485263Z [00:02:29.324]➜  			"embedded/viml.xml",
2025-08-20T20:25:50.6486226Z [00:02:29.324]➜  			"embedded/vue.xml",
2025-08-20T20:25:50.6486610Z [00:02:29.324]➜  			"embedded/wdte.xml",
2025-08-20T20:25:50.6486923Z [00:02:29.324]➜  			"embedded/webgpu_shading_language.xml",
2025-08-20T20:25:50.6487233Z [00:02:29.324]➜  			"embedded/webvtt.xml",
2025-08-20T20:25:50.6487508Z [00:02:29.324]➜  			"embedded/whiley.xml",
2025-08-20T20:25:50.6487777Z [00:02:29.324]➜  			"embedded/xml.xml",
2025-08-20T20:25:50.6488364Z [00:02:29.324]➜  			"embedded/xorg.xml",
2025-08-20T20:25:50.6488630Z [00:02:29.324]➜  			"embedded/yaml.xml",
2025-08-20T20:25:50.6488896Z [00:02:29.324]➜  			"embedded/yang.xml",
2025-08-20T20:25:50.6489179Z [00:02:29.324]➜  			"embedded/z80_assembly.xml",
2025-08-20T20:25:50.6489463Z [00:02:29.324]➜  			"embedded/zed.xml",
2025-08-20T20:25:50.6489721Z [00:02:29.324]➜  			"embedded/zig.xml"
2025-08-20T20:25:50.6489953Z [00:02:29.324]➜  		]
2025-08-20T20:25:50.6490141Z [00:02:29.324]➜  	},
2025-08-20T20:25:50.6490351Z [00:02:29.324]➜  	"Files": {
2025-08-20T20:25:50.6490871Z [00:02:29.324]➜  		"embedded/abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/abap.xml",
2025-08-20T20:25:50.6491664Z [00:02:29.324]➜  		"embedded/abnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/abnf.xml",
2025-08-20T20:25:50.6492475Z [00:02:29.324]➜  		"embedded/actionscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/actionscript.xml",
2025-08-20T20:25:50.6493371Z [00:02:29.324]➜  		"embedded/actionscript_3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/actionscript_3.xml",
2025-08-20T20:25:50.6494165Z [00:02:29.324]➜  		"embedded/ada.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ada.xml",
2025-08-20T20:25:50.6494889Z [00:02:29.324]➜  		"embedded/agda.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/agda.xml",
2025-08-20T20:25:50.6495757Z [00:02:29.324]➜  		"embedded/al.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/al.xml",
2025-08-20T20:25:50.6496551Z [00:02:29.324]➜  		"embedded/alloy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/alloy.xml",
2025-08-20T20:25:50.6497329Z [00:02:29.324]➜  		"embedded/angular2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/angular2.xml",
2025-08-20T20:25:50.6498101Z [00:02:29.324]➜  		"embedded/antlr.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/antlr.xml",
2025-08-20T20:25:50.6498907Z [00:02:29.324]➜  		"embedded/apacheconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/apacheconf.xml",
2025-08-20T20:25:50.6499683Z [00:02:29.324]➜  		"embedded/apl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/apl.xml",
2025-08-20T20:25:50.6500703Z [00:02:29.324]➜  		"embedded/applescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/applescript.xml",
2025-08-20T20:25:50.6501671Z [00:02:29.324]➜  		"embedded/arangodb_aql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/arangodb_aql.xml",
2025-08-20T20:25:50.6502482Z [00:02:29.324]➜  		"embedded/arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/arduino.xml",
2025-08-20T20:25:50.6503255Z [00:02:29.324]➜  		"embedded/armasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/armasm.xml",
2025-08-20T20:25:50.6503999Z [00:02:29.324]➜  		"embedded/atl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/atl.xml",
2025-08-20T20:25:50.6504782Z [00:02:29.324]➜  		"embedded/autohotkey.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/autohotkey.xml",
2025-08-20T20:25:50.6505685Z [00:02:29.324]➜  		"embedded/autoit.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/autoit.xml",
2025-08-20T20:25:50.6506498Z [00:02:29.324]➜  		"embedded/awk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/awk.xml",
2025-08-20T20:25:50.6507271Z [00:02:29.324]➜  		"embedded/ballerina.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ballerina.xml",
2025-08-20T20:25:50.6508041Z [00:02:29.324]➜  		"embedded/bash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/bash.xml",
2025-08-20T20:25:50.6509111Z [00:02:29.324]➜  		"embedded/bash_session.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/bash_session.xml",
2025-08-20T20:25:50.6509939Z [00:02:29.324]➜  		"embedded/batchfile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/batchfile.xml",
2025-08-20T20:25:50.6510706Z [00:02:29.324]➜  		"embedded/beef.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/beef.xml",
2025-08-20T20:25:50.6511461Z [00:02:29.324]➜  		"embedded/bibtex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/bibtex.xml",
2025-08-20T20:25:50.6512216Z [00:02:29.324]➜  		"embedded/bicep.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/bicep.xml",
2025-08-20T20:25:50.6513008Z [00:02:29.324]➜  		"embedded/blitzbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/blitzbasic.xml",
2025-08-20T20:25:50.6513778Z [00:02:29.324]➜  		"embedded/bnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/bnf.xml",
2025-08-20T20:25:50.6514502Z [00:02:29.324]➜  		"embedded/bqn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/bqn.xml",
2025-08-20T20:25:50.6515269Z [00:02:29.324]➜  		"embedded/brainfuck.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/brainfuck.xml",
2025-08-20T20:25:50.6516209Z [00:02:29.324]➜  		"embedded/c#.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/c#.xml",
2025-08-20T20:25:50.6516920Z [00:02:29.324]➜  		"embedded/c++.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/c++.xml",
2025-08-20T20:25:50.6517614Z [00:02:29.324]➜  		"embedded/c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/c.xml",
2025-08-20T20:25:50.6518376Z [00:02:29.324]➜  		"embedded/cap_n_proto.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/cap_n_proto.xml",
2025-08-20T20:25:50.6519229Z [00:02:29.324]➜  		"embedded/cassandra_cql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/cassandra_cql.xml",
2025-08-20T20:25:50.6520035Z [00:02:29.324]➜  		"embedded/ceylon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ceylon.xml",
2025-08-20T20:25:50.6520827Z [00:02:29.324]➜  		"embedded/cfengine3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/cfengine3.xml",
2025-08-20T20:25:50.6521901Z [00:02:29.324]➜  		"embedded/cfstatement.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/cfstatement.xml",
2025-08-20T20:25:50.6522820Z [00:02:29.324]➜  		"embedded/chaiscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/chaiscript.xml",
2025-08-20T20:25:50.6523614Z [00:02:29.324]➜  		"embedded/chapel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/chapel.xml",
2025-08-20T20:25:50.6524391Z [00:02:29.324]➜  		"embedded/cheetah.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/cheetah.xml",
2025-08-20T20:25:50.6525175Z [00:02:29.324]➜  		"embedded/clojure.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/clojure.xml",
2025-08-20T20:25:50.6526055Z [00:02:29.324]➜  		"embedded/cmake.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/cmake.xml",
2025-08-20T20:25:50.6526814Z [00:02:29.324]➜  		"embedded/cobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/cobol.xml",
2025-08-20T20:25:50.6527624Z [00:02:29.324]➜  		"embedded/coffeescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/coffeescript.xml",
2025-08-20T20:25:50.6528473Z [00:02:29.324]➜  		"embedded/common_lisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/common_lisp.xml",
2025-08-20T20:25:50.6529241Z [00:02:29.324]➜  		"embedded/coq.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/coq.xml",
2025-08-20T20:25:50.6530239Z [00:02:29.324]➜  		"embedded/core.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/core.xml",
2025-08-20T20:25:50.6531005Z [00:02:29.324]➜  		"embedded/crystal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/crystal.xml",
2025-08-20T20:25:50.6538835Z [00:02:29.324]➜  		"embedded/css.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/css.xml",
2025-08-20T20:25:50.6539616Z [00:02:29.324]➜  		"embedded/csv.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/csv.xml",
2025-08-20T20:25:50.6540333Z [00:02:29.324]➜  		"embedded/cue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/cue.xml",
2025-08-20T20:25:50.6541081Z [00:02:29.324]➜  		"embedded/cython.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/cython.xml",
2025-08-20T20:25:50.6541803Z [00:02:29.324]➜  		"embedded/d.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/d.xml",
2025-08-20T20:25:50.6542519Z [00:02:29.324]➜  		"embedded/dart.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/dart.xml",
2025-08-20T20:25:50.6543242Z [00:02:29.324]➜  		"embedded/dax.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/dax.xml",
2025-08-20T20:25:50.6544042Z [00:02:29.324]➜  		"embedded/desktop_entry.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/desktop_entry.xml",
2025-08-20T20:25:50.6544836Z [00:02:29.324]➜  		"embedded/diff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/diff.xml",
2025-08-20T20:25:50.6545827Z [00:02:29.324]➜  		"embedded/django_jinja.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/django_jinja.xml",
2025-08-20T20:25:50.6546675Z [00:02:29.324]➜  		"embedded/dns.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/dns.xml",
2025-08-20T20:25:50.6547429Z [00:02:29.324]➜  		"embedded/docker.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/docker.xml",
2025-08-20T20:25:50.6548168Z [00:02:29.324]➜  		"embedded/dtd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/dtd.xml",
2025-08-20T20:25:50.6548903Z [00:02:29.324]➜  		"embedded/dylan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/dylan.xml",
2025-08-20T20:25:50.6550053Z [00:02:29.324]➜  		"embedded/ebnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ebnf.xml",
2025-08-20T20:25:50.6550889Z [00:02:29.324]➜  		"embedded/elixir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/elixir.xml",
2025-08-20T20:25:50.6551630Z [00:02:29.324]➜  		"embedded/elm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/elm.xml",
2025-08-20T20:25:50.6552400Z [00:02:29.324]➜  		"embedded/emacslisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/emacslisp.xml",
2025-08-20T20:25:50.6553196Z [00:02:29.324]➜  		"embedded/erlang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/erlang.xml",
2025-08-20T20:25:50.6553958Z [00:02:29.324]➜  		"embedded/factor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/factor.xml",
2025-08-20T20:25:50.6554728Z [00:02:29.324]➜  		"embedded/fennel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/fennel.xml",
2025-08-20T20:25:50.6555470Z [00:02:29.324]➜  		"embedded/fish.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/fish.xml",
2025-08-20T20:25:50.6556398Z [00:02:29.324]➜  		"embedded/forth.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/forth.xml",
2025-08-20T20:25:50.6557171Z [00:02:29.324]➜  		"embedded/fortran.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/fortran.xml",
2025-08-20T20:25:50.6558301Z [00:02:29.324]➜  		"embedded/fortranfixed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/fortranfixed.xml",
2025-08-20T20:25:50.6559119Z [00:02:29.324]➜  		"embedded/fsharp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/fsharp.xml",
2025-08-20T20:25:50.6559856Z [00:02:29.324]➜  		"embedded/gas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/gas.xml",
2025-08-20T20:25:50.6560623Z [00:02:29.324]➜  		"embedded/gdscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/gdscript.xml",
2025-08-20T20:25:50.6561434Z [00:02:29.324]➜  		"embedded/gdscript3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/gdscript3.xml",
2025-08-20T20:25:50.6562232Z [00:02:29.324]➜  		"embedded/gherkin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/gherkin.xml",
2025-08-20T20:25:50.6563008Z [00:02:29.324]➜  		"embedded/gleam.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/gleam.xml",
2025-08-20T20:25:50.6563749Z [00:02:29.324]➜  		"embedded/glsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/glsl.xml",
2025-08-20T20:25:50.6564506Z [00:02:29.324]➜  		"embedded/gnuplot.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/gnuplot.xml",
2025-08-20T20:25:50.6565317Z [00:02:29.324]➜  		"embedded/go_template.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/go_template.xml",
2025-08-20T20:25:50.6566308Z [00:02:29.324]➜  		"embedded/graphql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/graphql.xml",
2025-08-20T20:25:50.6567073Z [00:02:29.324]➜  		"embedded/groff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/groff.xml",
2025-08-20T20:25:50.6567829Z [00:02:29.324]➜  		"embedded/groovy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/groovy.xml",
2025-08-20T20:25:50.6568636Z [00:02:29.324]➜  		"embedded/handlebars.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/handlebars.xml",
2025-08-20T20:25:50.6569417Z [00:02:29.324]➜  		"embedded/hare.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/hare.xml",
2025-08-20T20:25:50.6570174Z [00:02:29.324]➜  		"embedded/haskell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/haskell.xml",
2025-08-20T20:25:50.6571103Z [00:02:29.324]➜  		"embedded/hcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/hcl.xml",
2025-08-20T20:25:50.6571945Z [00:02:29.324]➜  		"embedded/hexdump.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/hexdump.xml",
2025-08-20T20:25:50.6572716Z [00:02:29.324]➜  		"embedded/hlb.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/hlb.xml",
2025-08-20T20:25:50.6573451Z [00:02:29.324]➜  		"embedded/hlsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/hlsl.xml",
2025-08-20T20:25:50.6574231Z [00:02:29.324]➜  		"embedded/holyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/holyc.xml",
2025-08-20T20:25:50.6574969Z [00:02:29.324]➜  		"embedded/html.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/html.xml",
2025-08-20T20:25:50.6580993Z [00:02:29.324]➜  		"embedded/hy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/hy.xml",
2025-08-20T20:25:50.6581912Z [00:02:29.324]➜  		"embedded/idris.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/idris.xml",
2025-08-20T20:25:50.6582662Z [00:02:29.324]➜  		"embedded/igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/igor.xml",
2025-08-20T20:25:50.6583386Z [00:02:29.324]➜  		"embedded/ini.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ini.xml",
2025-08-20T20:25:50.6584479Z [00:02:29.324]➜  		"embedded/io.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/io.xml",
2025-08-20T20:25:50.6585237Z [00:02:29.324]➜  		"embedded/iscdhcpd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/iscdhcpd.xml",
2025-08-20T20:25:50.6586238Z [00:02:29.324]➜  		"embedded/j.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/j.xml",
2025-08-20T20:25:50.6588888Z [00:02:29.324]➜  		"embedded/janet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/janet.xml",
2025-08-20T20:25:50.6589659Z [00:02:29.324]➜  		"embedded/java.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/java.xml",
2025-08-20T20:25:50.6590455Z [00:02:29.324]➜  		"embedded/javascript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/javascript.xml",
2025-08-20T20:25:50.6591248Z [00:02:29.324]➜  		"embedded/json.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/json.xml",
2025-08-20T20:25:50.6592021Z [00:02:29.324]➜  		"embedded/jsonata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/jsonata.xml",
2025-08-20T20:25:50.6592799Z [00:02:29.324]➜  		"embedded/jsonnet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/jsonnet.xml",
2025-08-20T20:25:50.6593567Z [00:02:29.324]➜  		"embedded/julia.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/julia.xml",
2025-08-20T20:25:50.6594320Z [00:02:29.324]➜  		"embedded/jungle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/jungle.xml",
2025-08-20T20:25:50.6595082Z [00:02:29.324]➜  		"embedded/kotlin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/kotlin.xml",
2025-08-20T20:25:50.6595935Z [00:02:29.324]➜  		"embedded/lean.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/lean.xml",
2025-08-20T20:25:50.6596876Z [00:02:29.324]➜  		"embedded/lighttpd_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/lighttpd_configuration_file.xml",
2025-08-20T20:25:50.6597760Z [00:02:29.324]➜  		"embedded/llvm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/llvm.xml",
2025-08-20T20:25:50.6598481Z [00:02:29.324]➜  		"embedded/lua.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/lua.xml",
2025-08-20T20:25:50.6599545Z [00:02:29.324]➜  		"embedded/makefile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/makefile.xml",
2025-08-20T20:25:50.6600429Z [00:02:29.324]➜  		"embedded/mako.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/mako.xml",
2025-08-20T20:25:50.6601172Z [00:02:29.324]➜  		"embedded/mason.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/mason.xml",
2025-08-20T20:25:50.6602065Z [00:02:29.324]➜  		"embedded/materialize_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/materialize_sql_dialect.xml",
2025-08-20T20:25:50.6602985Z [00:02:29.324]➜  		"embedded/mathematica.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/mathematica.xml",
2025-08-20T20:25:50.6603787Z [00:02:29.324]➜  		"embedded/matlab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/matlab.xml",
2025-08-20T20:25:50.6604592Z [00:02:29.324]➜  		"embedded/mcfunction.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/mcfunction.xml",
2025-08-20T20:25:50.6605378Z [00:02:29.324]➜  		"embedded/meson.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/meson.xml",
2025-08-20T20:25:50.6611401Z [00:02:29.324]➜  		"embedded/metal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/metal.xml",
2025-08-20T20:25:50.6612199Z [00:02:29.324]➜  		"embedded/minizinc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/minizinc.xml",
2025-08-20T20:25:50.6613418Z [00:02:29.324]➜  		"embedded/mlir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/mlir.xml",
2025-08-20T20:25:50.6614186Z [00:02:29.324]➜  		"embedded/modula-2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/modula-2.xml",
2025-08-20T20:25:50.6614958Z [00:02:29.324]➜  		"embedded/mojo.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/mojo.xml",
2025-08-20T20:25:50.6615857Z [00:02:29.324]➜  		"embedded/monkeyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/monkeyc.xml",
2025-08-20T20:25:50.6616725Z [00:02:29.324]➜  		"embedded/moonscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/moonscript.xml",
2025-08-20T20:25:50.6617611Z [00:02:29.324]➜  		"embedded/morrowindscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/morrowindscript.xml",
2025-08-20T20:25:50.6618459Z [00:02:29.324]➜  		"embedded/myghty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/myghty.xml",
2025-08-20T20:25:50.6619218Z [00:02:29.324]➜  		"embedded/mysql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/mysql.xml",
2025-08-20T20:25:50.6619955Z [00:02:29.324]➜  		"embedded/nasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/nasm.xml",
2025-08-20T20:25:50.6620719Z [00:02:29.324]➜  		"embedded/natural.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/natural.xml",
2025-08-20T20:25:50.6621495Z [00:02:29.324]➜  		"embedded/ndisasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ndisasm.xml",
2025-08-20T20:25:50.6622281Z [00:02:29.324]➜  		"embedded/newspeak.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/newspeak.xml",
2025-08-20T20:25:50.6623201Z [00:02:29.324]➜  		"embedded/nginx_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/nginx_configuration_file.xml",
2025-08-20T20:25:50.6624051Z [00:02:29.324]➜  		"embedded/nim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/nim.xml",
2025-08-20T20:25:50.6624765Z [00:02:29.324]➜  		"embedded/nix.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/nix.xml",
2025-08-20T20:25:50.6625751Z [00:02:29.324]➜  		"embedded/nsis.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/nsis.xml",
2025-08-20T20:25:50.6626631Z [00:02:29.324]➜  		"embedded/objective-c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/objective-c.xml",
2025-08-20T20:25:50.6627494Z [00:02:29.324]➜  		"embedded/objectpascal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/objectpascal.xml",
2025-08-20T20:25:50.6628301Z [00:02:29.324]➜  		"embedded/ocaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ocaml.xml",
2025-08-20T20:25:50.6629068Z [00:02:29.324]➜  		"embedded/octave.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/octave.xml",
2025-08-20T20:25:50.6629813Z [00:02:29.324]➜  		"embedded/odin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/odin.xml",
2025-08-20T20:25:50.6630643Z [00:02:29.324]➜  		"embedded/onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/onesenterprise.xml",
2025-08-20T20:25:50.6631545Z [00:02:29.324]➜  		"embedded/openedge_abl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/openedge_abl.xml",
2025-08-20T20:25:50.6632404Z [00:02:29.324]➜  		"embedded/openscad.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/openscad.xml",
2025-08-20T20:25:50.6633195Z [00:02:29.324]➜  		"embedded/org_mode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/org_mode.xml",
2025-08-20T20:25:50.6634266Z [00:02:29.324]➜  		"embedded/pacmanconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/pacmanconf.xml",
2025-08-20T20:25:50.6635051Z [00:02:29.324]➜  		"embedded/perl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/perl.xml",
2025-08-20T20:25:50.6643224Z [00:02:29.324]➜  		"embedded/php.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/php.xml",
2025-08-20T20:25:50.6644123Z [00:02:29.324]➜  		"embedded/pig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/pig.xml",
2025-08-20T20:25:50.6644909Z [00:02:29.324]➜  		"embedded/pkgconfig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/pkgconfig.xml",
2025-08-20T20:25:50.6645841Z [00:02:29.324]➜  		"embedded/pl_pgsql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/pl_pgsql.xml",
2025-08-20T20:25:50.6646708Z [00:02:29.324]➜  		"embedded/plaintext.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/plaintext.xml",
2025-08-20T20:25:50.6647535Z [00:02:29.324]➜  		"embedded/plutus_core.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/plutus_core.xml",
2025-08-20T20:25:50.6648311Z [00:02:29.324]➜  		"embedded/pony.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/pony.xml",
2025-08-20T20:25:50.6649190Z [00:02:29.324]➜  		"embedded/postgresql_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/postgresql_sql_dialect.xml",
2025-08-20T20:25:50.6650095Z [00:02:29.324]➜  		"embedded/postscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/postscript.xml",
2025-08-20T20:25:50.6650900Z [00:02:29.324]➜  		"embedded/povray.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/povray.xml",
2025-08-20T20:25:50.6651704Z [00:02:29.324]➜  		"embedded/powerquery.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/powerquery.xml",
2025-08-20T20:25:50.6652542Z [00:02:29.324]➜  		"embedded/powershell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/powershell.xml",
2025-08-20T20:25:50.6653335Z [00:02:29.324]➜  		"embedded/prolog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/prolog.xml",
2025-08-20T20:25:50.6654422Z [00:02:29.324]➜  		"embedded/promela.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/promela.xml",
2025-08-20T20:25:50.6655294Z [00:02:29.324]➜  		"embedded/promql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/promql.xml",
2025-08-20T20:25:50.6656256Z [00:02:29.324]➜  		"embedded/properties.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/properties.xml",
2025-08-20T20:25:50.6657120Z [00:02:29.324]➜  		"embedded/protocol_buffer.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/protocol_buffer.xml",
2025-08-20T20:25:50.6657940Z [00:02:29.324]➜  		"embedded/prql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/prql.xml",
2025-08-20T20:25:50.6658662Z [00:02:29.324]➜  		"embedded/psl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/psl.xml",
2025-08-20T20:25:50.6659406Z [00:02:29.324]➜  		"embedded/puppet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/puppet.xml",
2025-08-20T20:25:50.6660176Z [00:02:29.324]➜  		"embedded/python.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/python.xml",
2025-08-20T20:25:50.6660954Z [00:02:29.324]➜  		"embedded/python_2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/python_2.xml",
2025-08-20T20:25:50.6661720Z [00:02:29.324]➜  		"embedded/qbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/qbasic.xml",
2025-08-20T20:25:50.6662672Z [00:02:29.324]➜  		"embedded/qml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/qml.xml",
2025-08-20T20:25:50.6663369Z [00:02:29.324]➜  		"embedded/r.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/r.xml",
2025-08-20T20:25:50.6664095Z [00:02:29.324]➜  		"embedded/racket.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/racket.xml",
2025-08-20T20:25:50.6664857Z [00:02:29.324]➜  		"embedded/ragel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ragel.xml",
2025-08-20T20:25:50.6665834Z [00:02:29.324]➜  		"embedded/react.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/react.xml",
2025-08-20T20:25:50.6666844Z [00:02:29.324]➜  		"embedded/reasonml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/reasonml.xml",
2025-08-20T20:25:50.6667808Z [00:02:29.324]➜  		"embedded/reg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/reg.xml",
2025-08-20T20:25:50.6668881Z [00:02:29.324]➜  		"embedded/rego.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/rego.xml",
2025-08-20T20:25:50.6669809Z [00:02:29.324]➜  		"embedded/rexx.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/rexx.xml",
2025-08-20T20:25:50.6670758Z [00:02:29.324]➜  		"embedded/rpgle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/rpgle.xml",
2025-08-20T20:25:50.6671868Z [00:02:29.324]➜  		"embedded/rpm_spec.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/rpm_spec.xml",
2025-08-20T20:25:50.6672797Z [00:02:29.324]➜  		"embedded/ruby.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ruby.xml",
2025-08-20T20:25:50.6673722Z [00:02:29.324]➜  		"embedded/rust.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/rust.xml",
2025-08-20T20:25:50.6674688Z [00:02:29.324]➜  		"embedded/sas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/sas.xml",
2025-08-20T20:25:50.6675711Z [00:02:29.324]➜  		"embedded/sass.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/sass.xml",
2025-08-20T20:25:50.6676829Z [00:02:29.324]➜  		"embedded/scala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/scala.xml",
2025-08-20T20:25:50.6678135Z [00:02:29.324]➜  		"embedded/scheme.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/scheme.xml",
2025-08-20T20:25:50.6679114Z [00:02:29.324]➜  		"embedded/scilab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/scilab.xml",
2025-08-20T20:25:50.6680046Z [00:02:29.324]➜  		"embedded/scss.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/scss.xml",
2025-08-20T20:25:50.6681121Z [00:02:29.324]➜  		"embedded/sed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/sed.xml",
2025-08-20T20:25:50.6682079Z [00:02:29.324]➜  		"embedded/sieve.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/sieve.xml",
2025-08-20T20:25:50.6683018Z [00:02:29.324]➜  		"embedded/smali.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/smali.xml",
2025-08-20T20:25:50.6684039Z [00:02:29.324]➜  		"embedded/smalltalk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/smalltalk.xml",
2025-08-20T20:25:50.6685158Z [00:02:29.324]➜  		"embedded/smarty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/smarty.xml",
2025-08-20T20:25:50.6686124Z [00:02:29.324]➜  		"embedded/snbt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/snbt.xml",
2025-08-20T20:25:50.6687407Z [00:02:29.324]➜  		"embedded/snobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/snobol.xml",
2025-08-20T20:25:50.6688461Z [00:02:29.324]➜  		"embedded/solidity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/solidity.xml",
2025-08-20T20:25:50.6689553Z [00:02:29.324]➜  		"embedded/sourcepawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/sourcepawn.xml",
2025-08-20T20:25:50.6690557Z [00:02:29.324]➜  		"embedded/sparql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/sparql.xml",
2025-08-20T20:25:50.6691314Z [00:02:29.324]➜  		"embedded/sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/sql.xml",
2025-08-20T20:25:50.6692253Z [00:02:29.324]➜  		"embedded/squidconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/squidconf.xml",
2025-08-20T20:25:50.6693146Z [00:02:29.324]➜  		"embedded/standard_ml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/standard_ml.xml",
2025-08-20T20:25:50.6693923Z [00:02:29.324]➜  		"embedded/stas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/stas.xml",
2025-08-20T20:25:50.6694682Z [00:02:29.324]➜  		"embedded/stylus.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/stylus.xml",
2025-08-20T20:25:50.6695434Z [00:02:29.324]➜  		"embedded/swift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/swift.xml",
2025-08-20T20:25:50.6696414Z [00:02:29.324]➜  		"embedded/systemd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/systemd.xml",
2025-08-20T20:25:50.6697266Z [00:02:29.324]➜  		"embedded/systemverilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/systemverilog.xml",
2025-08-20T20:25:50.6698105Z [00:02:29.324]➜  		"embedded/tablegen.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/tablegen.xml",
2025-08-20T20:25:50.6698858Z [00:02:29.324]➜  		"embedded/tal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/tal.xml",
2025-08-20T20:25:50.6699590Z [00:02:29.324]➜  		"embedded/tasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/tasm.xml",
2025-08-20T20:25:50.6700309Z [00:02:29.324]➜  		"embedded/tcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/tcl.xml",
2025-08-20T20:25:50.6701031Z [00:02:29.324]➜  		"embedded/tcsh.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/tcsh.xml",
2025-08-20T20:25:50.6701973Z [00:02:29.324]➜  		"embedded/termcap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/termcap.xml",
2025-08-20T20:25:50.6703073Z [00:02:29.324]➜  		"embedded/terminfo.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/terminfo.xml",
2025-08-20T20:25:50.6703944Z [00:02:29.324]➜  		"embedded/terraform.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/terraform.xml",
2025-08-20T20:25:50.6704703Z [00:02:29.324]➜  		"embedded/tex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/tex.xml",
2025-08-20T20:25:50.6705465Z [00:02:29.324]➜  		"embedded/thrift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/thrift.xml",
2025-08-20T20:25:50.6706307Z [00:02:29.324]➜  		"embedded/toml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/toml.xml",
2025-08-20T20:25:50.6707106Z [00:02:29.324]➜  		"embedded/tradingview.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/tradingview.xml",
2025-08-20T20:25:50.6707972Z [00:02:29.324]➜  		"embedded/transact-sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/transact-sql.xml",
2025-08-20T20:25:50.6708783Z [00:02:29.324]➜  		"embedded/turing.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/turing.xml",
2025-08-20T20:25:50.6709546Z [00:02:29.324]➜  		"embedded/turtle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/turtle.xml",
2025-08-20T20:25:50.6710527Z [00:02:29.324]➜  		"embedded/twig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/twig.xml",
2025-08-20T20:25:50.6711318Z [00:02:29.324]➜  		"embedded/typescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/typescript.xml",
2025-08-20T20:25:50.6712151Z [00:02:29.324]➜  		"embedded/typoscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/typoscript.xml",
2025-08-20T20:25:50.6713071Z [00:02:29.324]➜  		"embedded/typoscriptcssdata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/typoscriptcssdata.xml",
2025-08-20T20:25:50.6714033Z [00:02:29.324]➜  		"embedded/typoscripthtmldata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/typoscripthtmldata.xml",
2025-08-20T20:25:50.6714885Z [00:02:29.324]➜  		"embedded/typst.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/typst.xml",
2025-08-20T20:25:50.6715903Z [00:02:29.324]➜  		"embedded/ucode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/ucode.xml",
2025-08-20T20:25:50.6716689Z [00:02:29.324]➜  		"embedded/v.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/v.xml",
2025-08-20T20:25:50.6717417Z [00:02:29.324]➜  		"embedded/v_shell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/v_shell.xml",
2025-08-20T20:25:50.6718174Z [00:02:29.324]➜  		"embedded/vala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/vala.xml",
2025-08-20T20:25:50.6718912Z [00:02:29.324]➜  		"embedded/vb_net.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/vb_net.xml",
2025-08-20T20:25:50.6719684Z [00:02:29.324]➜  		"embedded/verilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/verilog.xml",
2025-08-20T20:25:50.6720440Z [00:02:29.324]➜  		"embedded/vhdl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/vhdl.xml",
2025-08-20T20:25:50.6721168Z [00:02:29.324]➜  		"embedded/vhs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/vhs.xml",
2025-08-20T20:25:50.6721889Z [00:02:29.324]➜  		"embedded/viml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/viml.xml",
2025-08-20T20:25:50.6722608Z [00:02:29.324]➜  		"embedded/vue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/vue.xml",
2025-08-20T20:25:50.6723510Z [00:02:29.324]➜  		"embedded/wdte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/wdte.xml",
2025-08-20T20:25:50.6724473Z [00:02:29.324]➜  		"embedded/webgpu_shading_language.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/webgpu_shading_language.xml",
2025-08-20T20:25:50.6725345Z [00:02:29.324]➜  		"embedded/webvtt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/webvtt.xml",
2025-08-20T20:25:50.6726300Z [00:02:29.324]➜  		"embedded/whiley.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/whiley.xml",
2025-08-20T20:25:50.6727037Z [00:02:29.324]➜  		"embedded/xml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/xml.xml",
2025-08-20T20:25:50.6727762Z [00:02:29.324]➜  		"embedded/xorg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/xorg.xml",
2025-08-20T20:25:50.6728500Z [00:02:29.324]➜  		"embedded/yaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/yaml.xml",
2025-08-20T20:25:50.6729227Z [00:02:29.324]➜  		"embedded/yang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/yang.xml",
2025-08-20T20:25:50.6730018Z [00:02:29.324]➜  		"embedded/z80_assembly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/z80_assembly.xml",
2025-08-20T20:25:50.6730788Z [00:02:29.324]➜  		"embedded/zed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/zed.xml",
2025-08-20T20:25:50.6731723Z [00:02:29.324]➜  		"embedded/zig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/embedded/zig.xml"
2025-08-20T20:25:50.6732164Z [00:02:29.324]➜  	}
2025-08-20T20:25:50.6732356Z [00:02:29.324]➜  }EOF
2025-08-20T20:25:50.6738976Z [00:02:29.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers=>github.com/alecthomas/chroma/v2@v2.19.0/lexers;$WORK/b341=>" -p github.com/alecthomas/chroma/v2/lexers -lang=go1.22 -complete -installsuffix shared -buildid iOQyNzY1mOqtal5KxnFz/iOQyNzY1mOqtal5KxnFz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -embedcfg $WORK/b341/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/caddyfile.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/cl.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/dns.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/emacs.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/genshi.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/go.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/haxe.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/html.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/http.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/lexers.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/markdown.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/mysql.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/php.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/raku.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/rst.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/svelte.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/typoscript.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/lexers/zed.go
2025-08-20T20:25:50.6747459Z [00:02:29.331]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T20:25:50.6748139Z [00:02:29.360]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/5c/5cc59c40c8b163291f7da23c9f9a1ac7ceb395b38fecaef3c26eaced71e87bdd-d # internal
2025-08-20T20:25:50.6771920Z [00:02:29.363]➜  github.com/alecthomas/chroma/v2/styles
2025-08-20T20:25:50.6776162Z [00:02:29.363]➜  mkdir -p $WORK/b342/
2025-08-20T20:25:50.6776852Z [00:02:29.363]➜  cat >/tmp/go-build1823208636/b342/importcfg << 'EOF' # internal
2025-08-20T20:25:50.6777259Z [00:02:29.363]➜  # import config
2025-08-20T20:25:50.6777603Z [00:02:29.363]➜  packagefile embed=/tmp/go-build1823208636/b324/_pkg_.a
2025-08-20T20:25:50.6778112Z [00:02:29.363]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build1823208636/b332/_pkg_.a
2025-08-20T20:25:50.6778609Z [00:02:29.363]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:50.6779028Z [00:02:29.363]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:50.6779332Z [00:02:29.363]➜  EOF
2025-08-20T20:25:50.6779646Z [00:02:29.363]➜  cat >/tmp/go-build1823208636/b342/embedcfg << 'EOF' # internal
2025-08-20T20:25:50.6779963Z [00:02:29.363]➜  {
2025-08-20T20:25:50.6780165Z [00:02:29.363]➜  	"Patterns": {
2025-08-20T20:25:50.6780396Z [00:02:29.363]➜  		"*.xml": [
2025-08-20T20:25:50.6780620Z [00:02:29.363]➜  			"abap.xml",
2025-08-20T20:25:50.6780852Z [00:02:29.363]➜  			"algol.xml",
2025-08-20T20:25:50.6781102Z [00:02:29.363]➜  			"algol_nu.xml",
2025-08-20T20:25:50.6781349Z [00:02:29.363]➜  			"arduino.xml",
2025-08-20T20:25:50.6781590Z [00:02:29.363]➜  			"autumn.xml",
2025-08-20T20:25:50.6781830Z [00:02:29.363]➜  			"average.xml",
2025-08-20T20:25:50.6782085Z [00:02:29.363]➜  			"base16-snazzy.xml",
2025-08-20T20:25:50.6782345Z [00:02:29.363]➜  			"borland.xml",
2025-08-20T20:25:50.6782578Z [00:02:29.363]➜  			"bw.xml",
2025-08-20T20:25:50.6782830Z [00:02:29.363]➜  			"catppuccin-frappe.xml",
2025-08-20T20:25:50.6783421Z [00:02:29.363]➜  			"catppuccin-latte.xml",
2025-08-20T20:25:50.6783723Z [00:02:29.363]➜  			"catppuccin-macchiato.xml",
2025-08-20T20:25:50.6784023Z [00:02:29.363]➜  			"catppuccin-mocha.xml",
2025-08-20T20:25:50.6784295Z [00:02:29.363]➜  			"colorful.xml",
2025-08-20T20:25:50.6784541Z [00:02:29.363]➜  			"doom-one.xml",
2025-08-20T20:25:50.6784790Z [00:02:29.363]➜  			"doom-one2.xml",
2025-08-20T20:25:50.6785066Z [00:02:29.363]➜  			"dracula.xml",
2025-08-20T20:25:50.6785319Z [00:02:29.363]➜  			"emacs.xml",
2025-08-20T20:25:50.6785738Z [00:02:29.363]➜  			"evergarden.xml",
2025-08-20T20:25:50.6786057Z [00:02:29.363]➜  			"friendly.xml",
2025-08-20T20:25:50.6786311Z [00:02:29.363]➜  			"fruity.xml",
2025-08-20T20:25:50.6786561Z [00:02:29.363]➜  			"github-dark.xml",
2025-08-20T20:25:50.6786808Z [00:02:29.363]➜  			"github.xml",
2025-08-20T20:25:50.6787061Z [00:02:29.363]➜  			"gruvbox-light.xml",
2025-08-20T20:25:50.6787319Z [00:02:29.363]➜  			"gruvbox.xml",
2025-08-20T20:25:50.6787588Z [00:02:29.363]➜  			"hr_high_contrast.xml",
2025-08-20T20:25:50.6796333Z [00:02:29.363]➜  			"hrdark.xml",
2025-08-20T20:25:50.6796693Z [00:02:29.363]➜  			"igor.xml",
2025-08-20T20:25:50.6796933Z [00:02:29.363]➜  			"lovelace.xml",
2025-08-20T20:25:50.6797394Z [00:02:29.363]➜  			"manni.xml",
2025-08-20T20:25:50.6797714Z [00:02:29.363]➜  			"modus-operandi.xml",
2025-08-20T20:25:50.6797992Z [00:02:29.363]➜  			"modus-vivendi.xml",
2025-08-20T20:25:50.6798255Z [00:02:29.363]➜  			"monokai.xml",
2025-08-20T20:25:50.6798534Z [00:02:29.363]➜  			"monokailight.xml",
2025-08-20T20:25:50.6798994Z [00:02:29.363]➜  			"murphy.xml",
2025-08-20T20:25:50.6799327Z [00:02:29.363]➜  			"native.xml",
2025-08-20T20:25:50.6799563Z [00:02:29.363]➜  			"nord.xml",
2025-08-20T20:25:50.6799791Z [00:02:29.363]➜  			"nordic.xml",
2025-08-20T20:25:50.6800031Z [00:02:29.363]➜  			"onedark.xml",
2025-08-20T20:25:50.6800286Z [00:02:29.363]➜  			"onesenterprise.xml",
2025-08-20T20:25:50.6800664Z [00:02:29.363]➜  			"paraiso-dark.xml",
2025-08-20T20:25:50.6800958Z [00:02:29.363]➜  			"paraiso-light.xml",
2025-08-20T20:25:50.6801218Z [00:02:29.363]➜  			"pastie.xml",
2025-08-20T20:25:50.6801458Z [00:02:29.363]➜  			"perldoc.xml",
2025-08-20T20:25:50.6801702Z [00:02:29.363]➜  			"pygments.xml",
2025-08-20T20:25:50.6801989Z [00:02:29.363]➜  			"rainbow_dash.xml",
2025-08-20T20:25:50.6802257Z [00:02:29.363]➜  			"rose-pine-dawn.xml",
2025-08-20T20:25:50.6802531Z [00:02:29.363]➜  			"rose-pine-moon.xml",
2025-08-20T20:25:50.6803098Z [00:02:29.363]➜  			"rose-pine.xml",
2025-08-20T20:25:50.6803389Z [00:02:29.363]➜  			"rpgle.xml",
2025-08-20T20:25:50.6803622Z [00:02:29.363]➜  			"rrt.xml",
2025-08-20T20:25:50.6803865Z [00:02:29.363]➜  			"solarized-dark.xml",
2025-08-20T20:25:50.6804292Z [00:02:29.363]➜  			"solarized-dark256.xml",
2025-08-20T20:25:50.6804587Z [00:02:29.363]➜  			"solarized-light.xml",
2025-08-20T20:25:50.6804851Z [00:02:29.363]➜  			"swapoff.xml",
2025-08-20T20:25:50.6805092Z [00:02:29.363]➜  			"tango.xml",
2025-08-20T20:25:50.6805353Z [00:02:29.363]➜  			"tokyonight-day.xml",
2025-08-20T20:25:50.6805729Z [00:02:29.363]➜  			"tokyonight-moon.xml",
2025-08-20T20:25:50.6806024Z [00:02:29.363]➜  			"tokyonight-night.xml",
2025-08-20T20:25:50.6806317Z [00:02:29.363]➜  			"tokyonight-storm.xml",
2025-08-20T20:25:50.6806575Z [00:02:29.363]➜  			"trac.xml",
2025-08-20T20:25:50.6806803Z [00:02:29.363]➜  			"vim.xml",
2025-08-20T20:25:50.6807020Z [00:02:29.363]➜  			"vs.xml",
2025-08-20T20:25:50.6807250Z [00:02:29.363]➜  			"vulcan.xml",
2025-08-20T20:25:50.6807506Z [00:02:29.363]➜  			"witchhazel.xml",
2025-08-20T20:25:50.6807767Z [00:02:29.363]➜  			"xcode-dark.xml",
2025-08-20T20:25:50.6808011Z [00:02:29.363]➜  			"xcode.xml"
2025-08-20T20:25:50.6808224Z [00:02:29.363]➜  		]
2025-08-20T20:25:50.6808414Z [00:02:29.363]➜  	},
2025-08-20T20:25:50.6808615Z [00:02:29.363]➜  	"Files": {
2025-08-20T20:25:50.6809055Z [00:02:29.363]➜  		"abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/abap.xml",
2025-08-20T20:25:50.6809967Z [00:02:29.363]➜  		"algol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/algol.xml",
2025-08-20T20:25:50.6810619Z [00:02:29.363]➜  		"algol_nu.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/algol_nu.xml",
2025-08-20T20:25:50.6811266Z [00:02:29.363]➜  		"arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/arduino.xml",
2025-08-20T20:25:50.6811914Z [00:02:29.363]➜  		"autumn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/autumn.xml",
2025-08-20T20:25:50.6812547Z [00:02:29.363]➜  		"average.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/average.xml",
2025-08-20T20:25:50.6813237Z [00:02:29.363]➜  		"base16-snazzy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/base16-snazzy.xml",
2025-08-20T20:25:50.6813920Z [00:02:29.363]➜  		"borland.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/borland.xml",
2025-08-20T20:25:50.6814536Z [00:02:29.363]➜  		"bw.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/bw.xml",
2025-08-20T20:25:50.6815233Z [00:02:29.363]➜  		"catppuccin-frappe.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/catppuccin-frappe.xml",
2025-08-20T20:25:50.6821467Z [00:02:29.363]➜  		"catppuccin-latte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/catppuccin-latte.xml",
2025-08-20T20:25:50.6822850Z [00:02:29.363]➜  		"catppuccin-macchiato.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/catppuccin-macchiato.xml",
2025-08-20T20:25:50.6823762Z [00:02:29.363]➜  		"catppuccin-mocha.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/catppuccin-mocha.xml",
2025-08-20T20:25:50.6824796Z [00:02:29.363]➜  		"colorful.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/colorful.xml",
2025-08-20T20:25:50.6825471Z [00:02:29.363]➜  		"doom-one.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/doom-one.xml",
2025-08-20T20:25:50.6826436Z [00:02:29.363]➜  		"doom-one2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/doom-one2.xml",
2025-08-20T20:25:50.6827096Z [00:02:29.363]➜  		"dracula.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/dracula.xml",
2025-08-20T20:25:50.6827992Z [00:02:29.363]➜  		"emacs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/emacs.xml",
2025-08-20T20:25:50.6828671Z [00:02:29.363]➜  		"evergarden.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/evergarden.xml",
2025-08-20T20:25:50.6829572Z [00:02:29.363]➜  		"friendly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/friendly.xml",
2025-08-20T20:25:50.6830225Z [00:02:29.363]➜  		"fruity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/fruity.xml",
2025-08-20T20:25:50.6831106Z [00:02:29.363]➜  		"github-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/github-dark.xml",
2025-08-20T20:25:50.6832266Z [00:02:29.363]➜  		"github.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/github.xml",
2025-08-20T20:25:50.6833008Z [00:02:29.363]➜  		"gruvbox-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/gruvbox-light.xml",
2025-08-20T20:25:50.6833899Z [00:02:29.363]➜  		"gruvbox.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/gruvbox.xml",
2025-08-20T20:25:50.6834690Z [00:02:29.363]➜  		"hr_high_contrast.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/hr_high_contrast.xml",
2025-08-20T20:25:50.6835611Z [00:02:29.363]➜  		"hrdark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/hrdark.xml",
2025-08-20T20:25:50.6836297Z [00:02:29.363]➜  		"igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/igor.xml",
2025-08-20T20:25:50.6837082Z [00:02:29.363]➜  		"lovelace.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/lovelace.xml",
2025-08-20T20:25:50.6837796Z [00:02:29.363]➜  		"manni.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/manni.xml",
2025-08-20T20:25:50.6838692Z [00:02:29.363]➜  		"modus-operandi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/modus-operandi.xml",
2025-08-20T20:25:50.6839498Z [00:02:29.363]➜  		"modus-vivendi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/modus-vivendi.xml",
2025-08-20T20:25:50.6840424Z [00:02:29.363]➜  		"monokai.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/monokai.xml",
2025-08-20T20:25:50.6841186Z [00:02:29.363]➜  		"monokailight.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/monokailight.xml",
2025-08-20T20:25:50.6842122Z [00:02:29.363]➜  		"murphy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/murphy.xml",
2025-08-20T20:25:50.6842769Z [00:02:29.363]➜  		"native.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/native.xml",
2025-08-20T20:25:50.6843564Z [00:02:29.363]➜  		"nord.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/nord.xml",
2025-08-20T20:25:50.6844214Z [00:02:29.363]➜  		"nordic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/nordic.xml",
2025-08-20T20:25:50.6845042Z [00:02:29.363]➜  		"onedark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/onedark.xml",
2025-08-20T20:25:50.6846128Z [00:02:29.363]➜  		"onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/onesenterprise.xml",
2025-08-20T20:25:50.6847023Z [00:02:29.363]➜  		"paraiso-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/paraiso-dark.xml",
2025-08-20T20:25:50.6847766Z [00:02:29.363]➜  		"paraiso-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/paraiso-light.xml",
2025-08-20T20:25:50.6848450Z [00:02:29.363]➜  		"pastie.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/pastie.xml",
2025-08-20T20:25:50.6849100Z [00:02:29.363]➜  		"perldoc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/perldoc.xml",
2025-08-20T20:25:50.6849755Z [00:02:29.363]➜  		"pygments.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/pygments.xml",
2025-08-20T20:25:50.6850441Z [00:02:29.363]➜  		"rainbow_dash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/rainbow_dash.xml",
2025-08-20T20:25:50.6851177Z [00:02:29.363]➜  		"rose-pine-dawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/rose-pine-dawn.xml",
2025-08-20T20:25:50.6851924Z [00:02:29.363]➜  		"rose-pine-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/rose-pine-moon.xml",
2025-08-20T20:25:50.6852631Z [00:02:29.363]➜  		"rose-pine.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/rose-pine.xml",
2025-08-20T20:25:50.6853276Z [00:02:29.363]➜  		"rpgle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/rpgle.xml",
2025-08-20T20:25:50.6854104Z [00:02:29.363]➜  		"rrt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/rrt.xml",
2025-08-20T20:25:50.6854777Z [00:02:29.363]➜  		"solarized-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/solarized-dark.xml",
2025-08-20T20:25:50.6855646Z [00:02:29.363]➜  		"solarized-dark256.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/solarized-dark256.xml",
2025-08-20T20:25:50.6856503Z [00:02:29.363]➜  		"solarized-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/solarized-light.xml",
2025-08-20T20:25:50.6857209Z [00:02:29.363]➜  		"swapoff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/swapoff.xml",
2025-08-20T20:25:50.6857839Z [00:02:29.363]➜  		"tango.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/tango.xml",
2025-08-20T20:25:50.6858523Z [00:02:29.363]➜  		"tokyonight-day.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/tokyonight-day.xml",
2025-08-20T20:25:50.6859294Z [00:02:29.363]➜  		"tokyonight-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/tokyonight-moon.xml",
2025-08-20T20:25:50.6860074Z [00:02:29.363]➜  		"tokyonight-night.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/tokyonight-night.xml",
2025-08-20T20:25:50.6860861Z [00:02:29.363]➜  		"tokyonight-storm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/tokyonight-storm.xml",
2025-08-20T20:25:50.6861554Z [00:02:29.363]➜  		"trac.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/trac.xml",
2025-08-20T20:25:50.6862145Z [00:02:29.363]➜  		"vim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/vim.xml",
2025-08-20T20:25:50.6862723Z [00:02:29.363]➜  		"vs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/vs.xml",
2025-08-20T20:25:50.6863324Z [00:02:29.363]➜  		"vulcan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/vulcan.xml",
2025-08-20T20:25:50.6863995Z [00:02:29.363]➜  		"witchhazel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/witchhazel.xml",
2025-08-20T20:25:50.6864682Z [00:02:29.363]➜  		"xcode-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/xcode-dark.xml",
2025-08-20T20:25:50.6865322Z [00:02:29.363]➜  		"xcode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/xcode.xml"
2025-08-20T20:25:50.6865848Z [00:02:29.363]➜  	}
2025-08-20T20:25:50.6866263Z [00:02:29.363]➜  }EOF
2025-08-20T20:25:50.6868614Z [00:02:29.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles=>github.com/alecthomas/chroma/v2@v2.19.0/styles;$WORK/b342=>" -p github.com/alecthomas/chroma/v2/styles -lang=go1.22 -complete -installsuffix shared -buildid Aws6fQDBUEIWi7gNmnLp/Aws6fQDBUEIWi7gNmnLp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -embedcfg $WORK/b342/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/api.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/styles/compat.go
2025-08-20T20:25:50.7126483Z [00:02:29.398]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T20:25:50.7143625Z [00:02:29.400]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/bb/bb9bfc535f201656941c35e9789a68e9eaac3c43512758c1b7fb43f36259a738-d # internal
2025-08-20T20:25:50.7154831Z [00:02:29.401]➜  golang.org/x/net/html
2025-08-20T20:25:50.7155351Z [00:02:29.402]➜  mkdir -p $WORK/b351/
2025-08-20T20:25:50.7167213Z [00:02:29.403]➜  cat >/tmp/go-build1823208636/b351/importcfg << 'EOF' # internal
2025-08-20T20:25:50.7170760Z [00:02:29.403]➜  # import config
2025-08-20T20:25:50.7171161Z [00:02:29.403]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:50.7175307Z [00:02:29.403]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:50.7175971Z [00:02:29.403]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:50.7181064Z [00:02:29.403]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:50.7181581Z [00:02:29.403]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build1823208636/b352/_pkg_.a
2025-08-20T20:25:50.7182061Z [00:02:29.403]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.7182468Z [00:02:29.403]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:25:50.7182916Z [00:02:29.403]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:50.7183343Z [00:02:29.403]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.7183791Z [00:02:29.403]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:50.7184124Z [00:02:29.403]➜  EOF
2025-08-20T20:25:50.7300878Z [00:02:29.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/html=>golang.org/x/net@v0.43.0/html;$WORK/b351=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid 531KhJR7kCKXGE7vkreI/531KhJR7kCKXGE7vkreI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/html/token.go
2025-08-20T20:25:50.7304090Z [00:02:29.415]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T20:25:50.7304752Z [00:02:29.416]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/96/9659d9c6874861e041d88e0ba89bd11c5801889c11b723bf40182f90a019280e-d # internal
2025-08-20T20:25:50.7315325Z [00:02:29.417]➜  github.com/muesli/reflow/indent
2025-08-20T20:25:50.7319799Z [00:02:29.418]➜  mkdir -p $WORK/b353/
2025-08-20T20:25:50.7333286Z [00:02:29.419]➜  cat >/tmp/go-build1823208636/b353/importcfg << 'EOF' # internal
2025-08-20T20:25:50.7334384Z [00:02:29.420]➜  # import config
2025-08-20T20:25:50.7335424Z [00:02:29.420]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:50.7337502Z [00:02:29.420]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build1823208636/b315/_pkg_.a
2025-08-20T20:25:50.7338109Z [00:02:29.420]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.7338556Z [00:02:29.420]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.7338899Z [00:02:29.420]➜  EOF
2025-08-20T20:25:50.7340710Z [00:02:29.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent=>github.com/muesli/reflow@v0.3.0/indent;$WORK/b353=>" -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/b353/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent/indent.go
2025-08-20T20:25:50.7514909Z [00:02:29.438]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T20:25:50.7526297Z [00:02:29.439]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/e3/e39704cd4e4ccd22aab5b60c4789937c01720bdfc84d837f86d6367ec3c68802-d # internal
2025-08-20T20:25:50.7527302Z [00:02:29.439]➜  github.com/muesli/reflow/padding
2025-08-20T20:25:50.7528226Z [00:02:29.439]➜  mkdir -p $WORK/b354/
2025-08-20T20:25:50.7528896Z [00:02:29.439]➜  cat >/tmp/go-build1823208636/b354/importcfg << 'EOF' # internal
2025-08-20T20:25:50.7529553Z [00:02:29.439]➜  # import config
2025-08-20T20:25:50.7530499Z [00:02:29.439]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:50.7531522Z [00:02:29.439]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:25:50.7532169Z [00:02:29.439]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build1823208636/b315/_pkg_.a
2025-08-20T20:25:50.7532658Z [00:02:29.439]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.7533075Z [00:02:29.439]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.7533391Z [00:02:29.439]➜  EOF
2025-08-20T20:25:50.7535231Z [00:02:29.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding=>github.com/muesli/reflow@v0.3.0/padding;$WORK/b354=>" -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/b354/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding/padding.go
2025-08-20T20:25:50.7783940Z [00:02:29.464]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T20:25:50.7789468Z [00:02:29.465]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/c9/c971dc36a4c7358d123cc2d94048487c5a52f87bb05abc9536c30bd3189e2381-d # internal
2025-08-20T20:25:50.7820080Z [00:02:29.468]➜  github.com/muesli/reflow/wordwrap
2025-08-20T20:25:50.7825061Z [00:02:29.468]➜  mkdir -p $WORK/b355/
2025-08-20T20:25:50.7825499Z [00:02:29.468]➜  cat >/tmp/go-build1823208636/b355/importcfg << 'EOF' # internal
2025-08-20T20:25:50.7826097Z [00:02:29.468]➜  # import config
2025-08-20T20:25:50.7826446Z [00:02:29.468]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:50.7831528Z [00:02:29.468]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build1823208636/b315/_pkg_.a
2025-08-20T20:25:50.7832102Z [00:02:29.468]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:50.7832543Z [00:02:29.468]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:50.7832881Z [00:02:29.468]➜  EOF
2025-08-20T20:25:50.7835081Z [00:02:29.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap=>github.com/muesli/reflow@v0.3.0/wordwrap;$WORK/b355=>" -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/b355/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap/wordwrap.go
2025-08-20T20:25:50.8022495Z [00:02:29.488]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T20:25:50.8033793Z [00:02:29.488]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/d4/d49546eb42e62f7ec7b116ea7b5fa6ff5c5faf09ef952be504131c1fe36644dd-d # internal
2025-08-20T20:25:50.8034444Z [00:02:29.489]➜  github.com/yuin/goldmark-emoji/definition
2025-08-20T20:25:50.8034766Z [00:02:29.489]➜  mkdir -p $WORK/b357/
2025-08-20T20:25:50.8035185Z [00:02:29.489]➜  cat >/tmp/go-build1823208636/b357/importcfg << 'EOF' # internal
2025-08-20T20:25:50.8035669Z [00:02:29.489]➜  # import config
2025-08-20T20:25:50.8036064Z [00:02:29.489]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:50.8036396Z [00:02:29.489]➜  EOF
2025-08-20T20:25:50.8041396Z [00:02:29.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.6/definition=>github.com/yuin/goldmark-emoji@v1.0.6/definition;$WORK/b357=>" -p github.com/yuin/goldmark-emoji/definition -lang=go1.22 -complete -installsuffix shared -buildid myph5D0DvoFO0Se7RVGH/myph5D0DvoFO0Se7RVGH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.6/definition/definition.go /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.6/definition/github.gen.go /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.6/definition/github.go
2025-08-20T20:25:50.8520160Z [00:02:29.538]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T20:25:50.8546134Z [00:02:29.541]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/12/12563ce008491eb5724294c85151b14c217143d5f8012f640c30ef34f8acb8fd-d # internal
2025-08-20T20:25:50.8549204Z [00:02:29.541]➜  github.com/yuin/goldmark/util
2025-08-20T20:25:50.8551699Z [00:02:29.541]➜  mkdir -p $WORK/b360/
2025-08-20T20:25:50.8554434Z [00:02:29.542]➜  cat >/tmp/go-build1823208636/b360/importcfg << 'EOF' # internal
2025-08-20T20:25:50.8554837Z [00:02:29.542]➜  # import config
2025-08-20T20:25:50.8555190Z [00:02:29.542]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:50.8555742Z [00:02:29.542]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:50.8556217Z [00:02:29.542]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:50.8556643Z [00:02:29.542]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:50.8562082Z [00:02:29.542]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:50.8562589Z [00:02:29.542]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:50.8563014Z [00:02:29.542]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:50.8563431Z [00:02:29.542]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:50.8563882Z [00:02:29.542]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:50.8564214Z [00:02:29.542]➜  EOF
2025-08-20T20:25:50.8567768Z [00:02:29.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/util=>github.com/yuin/goldmark@v1.7.13/util;$WORK/b360=>" -p github.com/yuin/goldmark/util -lang=go1.22 -complete -installsuffix shared -buildid z2mCnPB2n-f33iYvg-18/z2mCnPB2n-f33iYvg-18 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/util/html5entities.gen.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/util/html5entities.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/util/unicode_case_folding.gen.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/util/unicode_case_folding.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/util/util.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/util/util_cjk.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/util/util_unsafe_go121.go
2025-08-20T20:25:51.0026296Z [00:02:29.688]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T20:25:51.0045859Z [00:02:29.690]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/37/374e002a3e5c7252f660d39f91c95db7dca7537d1fa125ecd838604e8b273080-d # internal
2025-08-20T20:25:51.0050641Z [00:02:29.690]➜  github.com/yuin/goldmark/text
2025-08-20T20:25:51.0050967Z [00:02:29.690]➜  mkdir -p $WORK/b359/
2025-08-20T20:25:51.0061959Z [00:02:29.692]➜  cat >/tmp/go-build1823208636/b359/importcfg << 'EOF' # internal
2025-08-20T20:25:51.0062647Z [00:02:29.692]➜  # import config
2025-08-20T20:25:51.0063348Z [00:02:29.692]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:51.0064397Z [00:02:29.692]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:51.0064932Z [00:02:29.692]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:51.0065356Z [00:02:29.692]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:51.0066124Z [00:02:29.692]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:51.0066501Z [00:02:29.692]➜  EOF
2025-08-20T20:25:51.0068780Z [00:02:29.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/text=>github.com/yuin/goldmark@v1.7.13/text;$WORK/b359=>" -p github.com/yuin/goldmark/text -lang=go1.22 -complete -installsuffix shared -buildid Z4fJTdPWXwew_0fyJt4e/Z4fJTdPWXwew_0fyJt4e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/text/package.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/text/reader.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/text/segment.go
2025-08-20T20:25:51.0518822Z [00:02:29.738]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T20:25:51.0557750Z [00:02:29.742]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/2b/2b62f1b270c2ac65626607f7722964f0a43c2db8ab4e48b3fb96588095ed4b94-d # internal
2025-08-20T20:25:51.0566779Z [00:02:29.743]➜  github.com/microcosm-cc/bluemonday
2025-08-20T20:25:51.0568291Z [00:02:29.743]➜  mkdir -p $WORK/b346/
2025-08-20T20:25:51.0579304Z [00:02:29.744]➜  cat >/tmp/go-build1823208636/b346/importcfg << 'EOF' # internal
2025-08-20T20:25:51.0579695Z [00:02:29.744]➜  # import config
2025-08-20T20:25:51.0580041Z [00:02:29.744]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:51.0580614Z [00:02:29.744]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:51.0581156Z [00:02:29.744]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.0581679Z [00:02:29.744]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build1823208636/b347/_pkg_.a
2025-08-20T20:25:51.0582315Z [00:02:29.744]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build1823208636/b350/_pkg_.a
2025-08-20T20:25:51.0582891Z [00:02:29.744]➜  packagefile golang.org/x/net/html=/tmp/go-build1823208636/b351/_pkg_.a
2025-08-20T20:25:51.0583344Z [00:02:29.744]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:51.0583769Z [00:02:29.744]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:51.0584194Z [00:02:29.744]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:51.0584620Z [00:02:29.744]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:51.0585048Z [00:02:29.744]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:51.0585360Z [00:02:29.744]➜  EOF
2025-08-20T20:25:51.0590273Z [00:02:29.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27=>github.com/microcosm-cc/bluemonday@v1.0.27;$WORK/b346=>" -p github.com/microcosm-cc/bluemonday -lang=go1.19 -complete -installsuffix shared -buildid gJHpHliI_d80nN2hyi4f/gJHpHliI_d80nN2hyi4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/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-20T20:25:51.0726625Z [00:02:29.759]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T20:25:51.0760884Z [00:02:29.762]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/5a/5af345f3721b46b291b4f59f48903b503d0862027395989f44645d1340b8fe86-d # internal
2025-08-20T20:25:51.0766873Z [00:02:29.762]➜  github.com/yuin/goldmark/ast
2025-08-20T20:25:51.0767201Z [00:02:29.762]➜  mkdir -p $WORK/b358/
2025-08-20T20:25:51.0767586Z [00:02:29.762]➜  cat >/tmp/go-build1823208636/b358/importcfg << 'EOF' # internal
2025-08-20T20:25:51.0767931Z [00:02:29.762]➜  # import config
2025-08-20T20:25:51.0768277Z [00:02:29.762]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:51.0768689Z [00:02:29.762]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.0769215Z [00:02:29.762]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build1823208636/b359/_pkg_.a
2025-08-20T20:25:51.0769791Z [00:02:29.762]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:51.0770287Z [00:02:29.762]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:51.0770602Z [00:02:29.762]➜  EOF
2025-08-20T20:25:51.0772974Z [00:02:29.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/ast=>github.com/yuin/goldmark@v1.7.13/ast;$WORK/b358=>" -p github.com/yuin/goldmark/ast -lang=go1.22 -complete -installsuffix shared -buildid FkdhdNPKx2AIYmJjSCny/FkdhdNPKx2AIYmJjSCny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/ast/ast.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/ast/block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/ast/inline.go
2025-08-20T20:25:51.2688865Z [00:02:29.955]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T20:25:51.2719484Z [00:02:29.957]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/9c/9c1fe1b279400770527a4ebed27ce6122747f6b4fc0a115b50698aa1534369ae-d # internal
2025-08-20T20:25:51.2720220Z [00:02:29.958]➜  github.com/cli/cli/v2/pkg/jsoncolor
2025-08-20T20:25:51.2720533Z [00:02:29.958]➜  mkdir -p $WORK/b371/
2025-08-20T20:25:51.2732204Z [00:02:29.959]➜  cat >/tmp/go-build1823208636/b371/importcfg << 'EOF' # internal
2025-08-20T20:25:51.2732973Z [00:02:29.959]➜  # import config
2025-08-20T20:25:51.2734173Z [00:02:29.959]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:51.2735057Z [00:02:29.959]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:51.2736193Z [00:02:29.959]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.2739363Z [00:02:29.959]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:51.2739924Z [00:02:29.959]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:51.2740249Z [00:02:29.959]➜  EOF
2025-08-20T20:25:51.2741997Z [00:02:29.960]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsoncolor=>github.com/cli/cli/v2/pkg/jsoncolor;$WORK/b371=>" -p github.com/cli/cli/v2/pkg/jsoncolor -lang=go1.24 -complete -installsuffix shared -buildid 4PHFRMC2--Ioqn_HUwEF/4PHFRMC2--Ioqn_HUwEF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsoncolor/jsoncolor.go
2025-08-20T20:25:51.2984721Z [00:02:29.984]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T20:25:51.2996132Z [00:02:29.986]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/ab/ab8ef3daf5dd673345c7fe4d7317e0c754ec47393f9b67c740fdf6d12b09e4c3-d # internal
2025-08-20T20:25:51.3003234Z [00:02:29.986]➜  github.com/itchyny/timefmt-go
2025-08-20T20:25:51.3004209Z [00:02:29.987]➜  mkdir -p $WORK/b374/
2025-08-20T20:25:51.3017128Z [00:02:29.988]➜  cat >/tmp/go-build1823208636/b374/importcfg << 'EOF' # internal
2025-08-20T20:25:51.3017649Z [00:02:29.988]➜  # import config
2025-08-20T20:25:51.3018005Z [00:02:29.988]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:51.3018428Z [00:02:29.988]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.3018836Z [00:02:29.988]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:51.3019271Z [00:02:29.988]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:51.3019688Z [00:02:29.988]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:51.3019994Z [00:02:29.988]➜  EOF
2025-08-20T20:25:51.3022247Z [00:02:29.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6=>github.com/itchyny/timefmt-go@v0.1.6;$WORK/b374=>" -p github.com/itchyny/timefmt-go -lang=go1.20 -complete -installsuffix shared -buildid iqQDP9amNnjaJAaZWLo0/iqQDP9amNnjaJAaZWLo0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6/format.go /root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6/parse.go /root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6/timefmt.go
2025-08-20T20:25:51.4076903Z [00:02:30.093]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T20:25:51.4084023Z [00:02:30.094]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T20:25:51.4106735Z [00:02:30.097]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/63/63f46a77bc6ad045d2036db467d309f6fea9464a2e7bca2760c34dce7a64d99b-d # internal
2025-08-20T20:25:51.4138456Z [00:02:30.100]➜  github.com/itchyny/gojq
2025-08-20T20:25:51.4147654Z [00:02:30.100]➜  mkdir -p $WORK/b373/
2025-08-20T20:25:51.4159902Z [00:02:30.102]➜  cat >/tmp/go-build1823208636/b373/importcfg << 'EOF' # internal
2025-08-20T20:25:51.4160596Z [00:02:30.102]➜  # import config
2025-08-20T20:25:51.4161692Z [00:02:30.102]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:51.4162264Z [00:02:30.102]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:51.4162986Z [00:02:30.102]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:51.4163737Z [00:02:30.102]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:51.4165279Z [00:02:30.102]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:51.4166049Z [00:02:30.102]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.4166693Z [00:02:30.102]➜  packagefile github.com/itchyny/timefmt-go=/tmp/go-build1823208636/b374/_pkg_.a
2025-08-20T20:25:51.4167430Z [00:02:30.102]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:51.4168195Z [00:02:30.102]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:51.4186502Z [00:02:30.102]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:51.4187531Z [00:02:30.102]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:51.4188030Z [00:02:30.102]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:51.4188490Z [00:02:30.102]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:51.4188944Z [00:02:30.102]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:51.4189371Z [00:02:30.102]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:51.4189817Z [00:02:30.102]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:51.4190238Z [00:02:30.102]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:51.4190663Z [00:02:30.102]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:51.4191079Z [00:02:30.102]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:51.4191902Z [00:02:30.102]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:51.4192466Z [00:02:30.102]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:51.4192804Z [00:02:30.102]➜  EOF
2025-08-20T20:25:51.4209599Z [00:02:30.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17=>github.com/itchyny/gojq@v0.12.17;$WORK/b373=>" -p github.com/itchyny/gojq -lang=go1.21 -complete -installsuffix shared -buildid o4C_2ji-iF1RQ05Yw2Km/o4C_2ji-iF1RQ05Yw2Km -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/builtin.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/code.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/compare.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/compiler.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/encoder.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/env.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/error.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/execute.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/func.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/gojq.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/iter.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/lexer.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/module_loader.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/normalize.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/operator.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/option.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/parser.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/preview.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/query.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/release.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/scope_stack.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/stack.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/term_type.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/type.go
2025-08-20T20:25:51.4464468Z [00:02:30.132]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/7c/7c57092b25a50b5971c0f46eb5d0df2280d29311df6c80278229f920cf66b6ce-d # internal
2025-08-20T20:25:51.4469553Z [00:02:30.132]➜  github.com/alecthomas/chroma/v2/quick
2025-08-20T20:25:51.4469886Z [00:02:30.132]➜  mkdir -p $WORK/b336/
2025-08-20T20:25:51.4478811Z [00:02:30.134]➜  cat >/tmp/go-build1823208636/b336/importcfg << 'EOF' # internal
2025-08-20T20:25:51.4479193Z [00:02:30.134]➜  # import config
2025-08-20T20:25:51.4479663Z [00:02:30.134]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build1823208636/b332/_pkg_.a
2025-08-20T20:25:51.4480318Z [00:02:30.134]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build1823208636/b337/_pkg_.a
2025-08-20T20:25:51.4486737Z [00:02:30.134]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build1823208636/b341/_pkg_.a
2025-08-20T20:25:51.4487419Z [00:02:30.135]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build1823208636/b342/_pkg_.a
2025-08-20T20:25:51.4487964Z [00:02:30.135]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:51.4488268Z [00:02:30.135]➜  EOF
2025-08-20T20:25:51.4490149Z [00:02:30.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/quick=>github.com/alecthomas/chroma/v2@v2.19.0/quick;$WORK/b336=>" -p github.com/alecthomas/chroma/v2/quick -lang=go1.22 -complete -installsuffix shared -buildid _3V7uO6Rrwh63USP1eMn/_3V7uO6Rrwh63USP1eMn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.19.0/quick/quick.go
2025-08-20T20:25:51.4719152Z [00:02:30.158]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T20:25:51.4736367Z [00:02:30.159]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/a5/a528745b77f9dc13a96315ab0081cb655834de4f75f812885ea730d55ebc4544-d # internal
2025-08-20T20:25:51.4737060Z [00:02:30.159]➜  dario.cat/mergo
2025-08-20T20:25:51.4737720Z [00:02:30.159]➜  mkdir -p $WORK/b377/
2025-08-20T20:25:51.4738162Z [00:02:30.159]➜  cat >/tmp/go-build1823208636/b377/importcfg << 'EOF' # internal
2025-08-20T20:25:51.4738512Z [00:02:30.159]➜  # import config
2025-08-20T20:25:51.4738850Z [00:02:30.159]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:51.4739264Z [00:02:30.159]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.4739681Z [00:02:30.159]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:51.4740127Z [00:02:30.159]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:51.4740577Z [00:02:30.159]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:51.4740910Z [00:02:30.159]➜  EOF
2025-08-20T20:25:51.4742960Z [00:02:30.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.2=>dario.cat/mergo@v1.0.2;$WORK/b377=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid Sxcyudj-xbcMXFwmogjS/Sxcyudj-xbcMXFwmogjS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/dario.cat/mergo@v1.0.2/doc.go /root/go/pkg/mod/dario.cat/mergo@v1.0.2/map.go /root/go/pkg/mod/dario.cat/mergo@v1.0.2/merge.go /root/go/pkg/mod/dario.cat/mergo@v1.0.2/mergo.go
2025-08-20T20:25:51.5506900Z [00:02:30.236]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T20:25:51.5516841Z [00:02:30.238]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/e5/e566efedd55191423fc92234caf5aeb97df56cffc2eded7f45b637b6ef8aaf5f-d # internal
2025-08-20T20:25:51.5529175Z [00:02:30.239]➜  encoding/base32
2025-08-20T20:25:51.5530604Z [00:02:30.239]➜  mkdir -p $WORK/b378/
2025-08-20T20:25:51.5531501Z [00:02:30.239]➜  cat >/tmp/go-build1823208636/b378/importcfg << 'EOF' # internal
2025-08-20T20:25:51.5531896Z [00:02:30.239]➜  # import config
2025-08-20T20:25:51.5532232Z [00:02:30.239]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:51.5532680Z [00:02:30.239]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:51.5533142Z [00:02:30.239]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:51.5533460Z [00:02:30.239]➜  EOF
2025-08-20T20:25:51.5534921Z [00:02:30.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b378=>" -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/b378/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T20:25:51.5672692Z [00:02:30.253]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T20:25:51.5806429Z [00:02:30.266]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/9f/9fb85613b76faca402f6a8cc482d1991a95fffdbeff541297172617e2bb69c1b-d # internal
2025-08-20T20:25:51.5809073Z [00:02:30.267]➜  github.com/yuin/goldmark-emoji/ast
2025-08-20T20:25:51.5809752Z [00:02:30.267]➜  mkdir -p $WORK/b356/
2025-08-20T20:25:51.5810389Z [00:02:30.267]➜  cat >/tmp/go-build1823208636/b356/importcfg << 'EOF' # internal
2025-08-20T20:25:51.5811101Z [00:02:30.267]➜  # import config
2025-08-20T20:25:51.5812013Z [00:02:30.267]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.5812664Z [00:02:30.267]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build1823208636/b357/_pkg_.a
2025-08-20T20:25:51.5813320Z [00:02:30.267]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build1823208636/b358/_pkg_.a
2025-08-20T20:25:51.5813706Z [00:02:30.267]➜  EOF
2025-08-20T20:25:51.5816150Z [00:02:30.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.6/ast=>github.com/yuin/goldmark-emoji@v1.0.6/ast;$WORK/b356=>" -p github.com/yuin/goldmark-emoji/ast -lang=go1.22 -complete -installsuffix shared -buildid WTVSc5dhAUOhDvLzqvl3/WTVSc5dhAUOhDvLzqvl3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.6/ast/emoji.go
2025-08-20T20:25:51.5912950Z [00:02:30.277]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T20:25:51.5915443Z [00:02:30.278]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d # internal
2025-08-20T20:25:51.5916601Z [00:02:30.278]➜  github.com/yuin/goldmark/extension/ast
2025-08-20T20:25:51.5918057Z [00:02:30.278]➜  mkdir -p $WORK/b361/
2025-08-20T20:25:51.5918495Z [00:02:30.278]➜  cat >/tmp/go-build1823208636/b361/importcfg << 'EOF' # internal
2025-08-20T20:25:51.5918840Z [00:02:30.278]➜  # import config
2025-08-20T20:25:51.5919174Z [00:02:30.278]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.5919680Z [00:02:30.278]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build1823208636/b358/_pkg_.a
2025-08-20T20:25:51.5920203Z [00:02:30.278]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:51.5920524Z [00:02:30.278]➜  EOF
2025-08-20T20:25:51.5923638Z [00:02:30.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/ast=>github.com/yuin/goldmark@v1.7.13/extension/ast;$WORK/b361=>" -p github.com/yuin/goldmark/extension/ast -lang=go1.22 -complete -installsuffix shared -buildid lAGusn22-qM2OCoQZScQ/lAGusn22-qM2OCoQZScQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/ast/definition_list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/ast/footnote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/ast/strikethrough.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/ast/table.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/ast/tasklist.go
2025-08-20T20:25:51.6172939Z [00:02:30.303]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T20:25:51.6200066Z [00:02:30.304]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/45/456c48fa34a5ec5391789a7f277f2d8419e2ed36d201abcaacb02f0536bf5b37-d # internal
2025-08-20T20:25:51.6204223Z [00:02:30.306]➜  github.com/yuin/goldmark/renderer
2025-08-20T20:25:51.6204569Z [00:02:30.306]➜  mkdir -p $WORK/b362/
2025-08-20T20:25:51.6204950Z [00:02:30.306]➜  cat >/tmp/go-build1823208636/b362/importcfg << 'EOF' # internal
2025-08-20T20:25:51.6205334Z [00:02:30.306]➜  # import config
2025-08-20T20:25:51.6205883Z [00:02:30.306]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:51.6206405Z [00:02:30.306]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build1823208636/b358/_pkg_.a
2025-08-20T20:25:51.6206982Z [00:02:30.306]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:51.6207459Z [00:02:30.306]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:51.6207879Z [00:02:30.306]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:51.6208184Z [00:02:30.306]➜  EOF
2025-08-20T20:25:51.6210042Z [00:02:30.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/renderer=>github.com/yuin/goldmark@v1.7.13/renderer;$WORK/b362=>" -p github.com/yuin/goldmark/renderer -lang=go1.22 -complete -installsuffix shared -buildid oOnj8DgaUcephGxzdmMI/oOnj8DgaUcephGxzdmMI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/renderer/renderer.go
2025-08-20T20:25:51.6463033Z [00:02:30.332]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T20:25:51.6470419Z [00:02:30.332]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/f4/f4ac0c8d9c4b8562886583dfef0fe317c4ac8e929e0903e83a62768179973740-d # internal
2025-08-20T20:25:51.6471042Z [00:02:30.332]➜  github.com/yuin/goldmark/parser
2025-08-20T20:25:51.6471335Z [00:02:30.332]➜  mkdir -p $WORK/b365/
2025-08-20T20:25:51.6472019Z [00:02:30.333]➜  cat >/tmp/go-build1823208636/b365/importcfg << 'EOF' # internal
2025-08-20T20:25:51.6472434Z [00:02:30.333]➜  # import config
2025-08-20T20:25:51.6472777Z [00:02:30.333]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:51.6473190Z [00:02:30.333]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.6473686Z [00:02:30.333]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build1823208636/b358/_pkg_.a
2025-08-20T20:25:51.6474280Z [00:02:30.333]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build1823208636/b359/_pkg_.a
2025-08-20T20:25:51.6474851Z [00:02:30.333]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:51.6477149Z [00:02:30.334]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:51.6478058Z [00:02:30.334]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:51.6478817Z [00:02:30.334]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:51.6480608Z [00:02:30.334]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:51.6481185Z [00:02:30.334]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:51.6481676Z [00:02:30.334]➜  EOF
2025-08-20T20:25:51.6488563Z [00:02:30.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser=>github.com/yuin/goldmark@v1.7.13/parser;$WORK/b365=>" -p github.com/yuin/goldmark/parser -lang=go1.22 -complete -installsuffix shared -buildid -b4zfImVJUiqM6SVDHlS/-b4zfImVJUiqM6SVDHlS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/attribute.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/atx_heading.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/auto_link.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/blockquote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/code_block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/code_span.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/delimiter.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/emphasis.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/fcode_block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/html_block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/link.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/link_ref.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/list_item.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/paragraph.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/parser.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/raw_html.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/setext_headings.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/parser/thematic_break.go
2025-08-20T20:25:51.8050546Z [00:02:30.491]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T20:25:51.8067617Z [00:02:30.493]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/bd/bd75c306276f1ce3b793e777290a900b74e42c38ac2df5b99f01bc0eac3f3b47-d # internal
2025-08-20T20:25:51.8081485Z [00:02:30.493]➜  github.com/charmbracelet/glamour/ansi
2025-08-20T20:25:51.8081842Z [00:02:30.493]➜  mkdir -p $WORK/b331/
2025-08-20T20:25:51.8082226Z [00:02:30.494]➜  cat >/tmp/go-build1823208636/b331/importcfg << 'EOF' # internal
2025-08-20T20:25:51.8082617Z [00:02:30.494]➜  # import config
2025-08-20T20:25:51.8082955Z [00:02:30.494]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:51.8083372Z [00:02:30.494]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:51.8083880Z [00:02:30.494]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build1823208636/b332/_pkg_.a
2025-08-20T20:25:51.8084809Z [00:02:30.494]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build1823208636/b336/_pkg_.a
2025-08-20T20:25:51.8085674Z [00:02:30.494]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build1823208636/b342/_pkg_.a
2025-08-20T20:25:51.8086451Z [00:02:30.494]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build1823208636/b343/_pkg_.a
2025-08-20T20:25:51.8087131Z [00:02:30.494]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:25:51.8087778Z [00:02:30.494]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build1823208636/b344/_pkg_.a
2025-08-20T20:25:51.8088397Z [00:02:30.494]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1823208636/b281/_pkg_.a
2025-08-20T20:25:51.8089006Z [00:02:30.494]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build1823208636/b345/_pkg_.a
2025-08-20T20:25:51.8089624Z [00:02:30.494]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build1823208636/b346/_pkg_.a
2025-08-20T20:25:51.8090226Z [00:02:30.494]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build1823208636/b353/_pkg_.a
2025-08-20T20:25:51.8090814Z [00:02:30.494]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build1823208636/b354/_pkg_.a
2025-08-20T20:25:51.8091417Z [00:02:30.494]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build1823208636/b355/_pkg_.a
2025-08-20T20:25:51.8091991Z [00:02:30.494]➜  packagefile github.com/muesli/termenv=/tmp/go-build1823208636/b137/_pkg_.a
2025-08-20T20:25:51.8092861Z [00:02:30.494]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build1823208636/b356/_pkg_.a
2025-08-20T20:25:51.8093452Z [00:02:30.494]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build1823208636/b358/_pkg_.a
2025-08-20T20:25:51.8094058Z [00:02:30.494]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build1823208636/b361/_pkg_.a
2025-08-20T20:25:51.8094681Z [00:02:30.494]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build1823208636/b362/_pkg_.a
2025-08-20T20:25:51.8095276Z [00:02:30.494]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:51.8098025Z [00:02:30.494]➜  packagefile golang.org/x/text/cases=/tmp/go-build1823208636/b268/_pkg_.a
2025-08-20T20:25:51.8098582Z [00:02:30.494]➜  packagefile golang.org/x/text/language=/tmp/go-build1823208636/b270/_pkg_.a
2025-08-20T20:25:51.8099063Z [00:02:30.494]➜  packagefile html=/tmp/go-build1823208636/b339/_pkg_.a
2025-08-20T20:25:51.8099472Z [00:02:30.494]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:51.8099894Z [00:02:30.494]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:51.8100315Z [00:02:30.494]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:51.8100730Z [00:02:30.494]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:51.8101149Z [00:02:30.494]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:51.8101574Z [00:02:30.494]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:51.8101997Z [00:02:30.494]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:51.8102436Z [00:02:30.494]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:25:51.8102773Z [00:02:30.494]➜  EOF
2025-08-20T20:25:51.8110635Z [00:02:30.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi=>github.com/charmbracelet/glamour@v0.10.0/ansi;$WORK/b331=>" -p github.com/charmbracelet/glamour/ansi -lang=go1.23 -complete -installsuffix shared -buildid 8SW9y67WULRgM0BeZWCg/8SW9y67WULRgM0BeZWCg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/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-20T20:25:52.0272598Z [00:02:30.713]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T20:25:52.0330550Z [00:02:30.719]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/c7/c748ca295fe84962d470004d2c446abd09975ccb3282cd62132ac3cb4edce6ff-d # internal
2025-08-20T20:25:52.0339542Z [00:02:30.720]➜  github.com/charmbracelet/glamour/styles
2025-08-20T20:25:52.0341509Z [00:02:30.720]➜  mkdir -p $WORK/b363/
2025-08-20T20:25:52.0342864Z [00:02:30.720]➜  cat >/tmp/go-build1823208636/b363/importcfg << 'EOF' # internal
2025-08-20T20:25:52.0345349Z [00:02:30.720]➜  # import config
2025-08-20T20:25:52.0349351Z [00:02:30.720]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build1823208636/b331/_pkg_.a
2025-08-20T20:25:52.0349790Z [00:02:30.720]➜  EOF
2025-08-20T20:25:52.0352377Z [00:02:30.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles=>github.com/charmbracelet/glamour@v0.10.0/styles;$WORK/b363=>" -p github.com/charmbracelet/glamour/styles -lang=go1.23 -complete -installsuffix shared -buildid MWXL3-6XJ5PoAllO-a5I/MWXL3-6XJ5PoAllO-a5I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/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-20T20:25:52.0927009Z [00:02:30.778]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T20:25:52.0943610Z [00:02:30.780]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/dd/dd67a53c4302046edf0f6b74f4f857337b3b75a15fff7131ecb672acc3a2c966-d # internal
2025-08-20T20:25:52.0949837Z [00:02:30.781]➜  github.com/yuin/goldmark/renderer/html
2025-08-20T20:25:52.0950676Z [00:02:30.781]➜  mkdir -p $WORK/b366/
2025-08-20T20:25:52.0954269Z [00:02:30.782]➜  cat >/tmp/go-build1823208636/b366/importcfg << 'EOF' # internal
2025-08-20T20:25:52.0955087Z [00:02:30.782]➜  # import config
2025-08-20T20:25:52.0956059Z [00:02:30.782]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.0956805Z [00:02:30.782]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.0960024Z [00:02:30.782]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build1823208636/b358/_pkg_.a
2025-08-20T20:25:52.0962105Z [00:02:30.782]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build1823208636/b362/_pkg_.a
2025-08-20T20:25:52.0962728Z [00:02:30.782]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:52.0963230Z [00:02:30.782]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:52.0963996Z [00:02:30.782]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:52.0964516Z [00:02:30.782]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:52.0964853Z [00:02:30.782]➜  EOF
2025-08-20T20:25:52.0966917Z [00:02:30.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/renderer/html=>github.com/yuin/goldmark@v1.7.13/renderer/html;$WORK/b366=>" -p github.com/yuin/goldmark/renderer/html -lang=go1.22 -complete -installsuffix shared -buildid vfRfhUaZuctR6_G8PkuQ/vfRfhUaZuctR6_G8PkuQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/renderer/html/html.go
2025-08-20T20:25:52.1527924Z [00:02:30.839]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T20:25:52.1626977Z [00:02:30.849]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/7a/7aea7ca0c3c1e249310912304485209d567c74556aafc44f0c5d10ef43e14aa3-d # internal
2025-08-20T20:25:52.1628546Z [00:02:30.849]➜  github.com/Masterminds/goutils
2025-08-20T20:25:52.1630064Z [00:02:30.849]➜  mkdir -p $WORK/b379/
2025-08-20T20:25:52.1652379Z [00:02:30.851]➜  cat >/tmp/go-build1823208636/b379/importcfg << 'EOF' # internal
2025-08-20T20:25:52.1653140Z [00:02:30.851]➜  # import config
2025-08-20T20:25:52.1655299Z [00:02:30.851]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.1658372Z [00:02:30.851]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:52.1660331Z [00:02:30.851]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.1663482Z [00:02:30.851]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:52.1663926Z [00:02:30.851]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:52.1664368Z [00:02:30.851]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:52.1664800Z [00:02:30.851]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.1665243Z [00:02:30.851]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.1665808Z [00:02:30.851]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:52.1666134Z [00:02:30.851]➜  EOF
2025-08-20T20:25:52.1668835Z [00:02:30.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1=>github.com/Masterminds/goutils@v1.1.1;$WORK/b379=>" -p github.com/Masterminds/goutils -lang=go1.16 -complete -installsuffix shared -buildid opqIQ0XfhDoE4WBJTo2Z/opqIQ0XfhDoE4WBJTo2Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/cryptorandomstringutils.go /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/randomstringutils.go /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/stringutils.go /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/wordutils.go
2025-08-20T20:25:52.1759707Z [00:02:30.862]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T20:25:52.1780305Z [00:02:30.864]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/8d/8db5a1a74c437403b841db25a2a0f4cf2c2186805cdfe3f26ac9947f907f3476-d # internal
2025-08-20T20:25:52.1782198Z [00:02:30.864]➜  github.com/yuin/goldmark
2025-08-20T20:25:52.1782510Z [00:02:30.864]➜  mkdir -p $WORK/b364/
2025-08-20T20:25:52.1811591Z [00:02:30.867]➜  cat >/tmp/go-build1823208636/b364/importcfg << 'EOF' # internal
2025-08-20T20:25:52.1827496Z [00:02:30.869]➜  # import config
2025-08-20T20:25:52.1828374Z [00:02:30.869]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build1823208636/b365/_pkg_.a
2025-08-20T20:25:52.1829433Z [00:02:30.869]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build1823208636/b362/_pkg_.a
2025-08-20T20:25:52.1830114Z [00:02:30.869]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build1823208636/b366/_pkg_.a
2025-08-20T20:25:52.1831097Z [00:02:30.869]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build1823208636/b359/_pkg_.a
2025-08-20T20:25:52.1831746Z [00:02:30.869]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:52.1832228Z [00:02:30.869]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.1832530Z [00:02:30.869]➜  EOF
2025-08-20T20:25:52.1834249Z [00:02:30.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13=>github.com/yuin/goldmark@v1.7.13;$WORK/b364=>" -p github.com/yuin/goldmark -lang=go1.22 -complete -installsuffix shared -buildid PBgSwEYEmBfpexHv3GMg/PBgSwEYEmBfpexHv3GMg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/markdown.go
2025-08-20T20:25:52.2172393Z [00:02:30.903]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T20:25:52.2181092Z [00:02:30.904]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/9e/9e3734989760445ce45b9f8074e32e0860fca8e6294652f2f5a4da398b6dc64a-d # internal
2025-08-20T20:25:52.2182270Z [00:02:30.904]➜  github.com/yuin/goldmark-emoji
2025-08-20T20:25:52.2184453Z [00:02:30.905]➜  mkdir -p $WORK/b367/
2025-08-20T20:25:52.2189542Z [00:02:30.905]➜  cat >/tmp/go-build1823208636/b367/importcfg << 'EOF' # internal
2025-08-20T20:25:52.2189909Z [00:02:30.905]➜  # import config
2025-08-20T20:25:52.2190245Z [00:02:30.905]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.2190725Z [00:02:30.905]➜  packagefile github.com/yuin/goldmark=/tmp/go-build1823208636/b364/_pkg_.a
2025-08-20T20:25:52.2191682Z [00:02:30.905]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build1823208636/b356/_pkg_.a
2025-08-20T20:25:52.2192370Z [00:02:30.905]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build1823208636/b357/_pkg_.a
2025-08-20T20:25:52.2192984Z [00:02:30.905]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build1823208636/b358/_pkg_.a
2025-08-20T20:25:52.2193579Z [00:02:30.905]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build1823208636/b365/_pkg_.a
2025-08-20T20:25:52.2194180Z [00:02:30.905]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build1823208636/b362/_pkg_.a
2025-08-20T20:25:52.2194802Z [00:02:30.905]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build1823208636/b366/_pkg_.a
2025-08-20T20:25:52.2195405Z [00:02:30.905]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build1823208636/b359/_pkg_.a
2025-08-20T20:25:52.2196240Z [00:02:30.905]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:52.2196755Z [00:02:30.905]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.2197072Z [00:02:30.905]➜  EOF
2025-08-20T20:25:52.2199978Z [00:02:30.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.6=>github.com/yuin/goldmark-emoji@v1.0.6;$WORK/b367=>" -p github.com/yuin/goldmark-emoji -lang=go1.22 -complete -installsuffix shared -buildid 0SEJEe8bC6_BwOwievx8/0SEJEe8bC6_BwOwievx8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.6/emoji.go
2025-08-20T20:25:52.2246737Z [00:02:30.911]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T20:25:52.2253304Z [00:02:30.911]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/d5/d5bb0135fdb4f06ead23a40bdebca9e70215122c36f6410b4d0933a96e6ddb44-d # internal
2025-08-20T20:25:52.2254950Z [00:02:30.912]➜  github.com/yuin/goldmark/extension
2025-08-20T20:25:52.2256087Z [00:02:30.912]➜  mkdir -p $WORK/b368/
2025-08-20T20:25:52.2259442Z [00:02:30.912]➜  cat >/tmp/go-build1823208636/b368/importcfg << 'EOF' # internal
2025-08-20T20:25:52.2260365Z [00:02:30.912]➜  # import config
2025-08-20T20:25:52.2260960Z [00:02:30.912]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.2261790Z [00:02:30.912]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.2262843Z [00:02:30.912]➜  packagefile github.com/yuin/goldmark=/tmp/go-build1823208636/b364/_pkg_.a
2025-08-20T20:25:52.2263957Z [00:02:30.912]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build1823208636/b358/_pkg_.a
2025-08-20T20:25:52.2264624Z [00:02:30.912]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build1823208636/b361/_pkg_.a
2025-08-20T20:25:52.2265249Z [00:02:30.912]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build1823208636/b365/_pkg_.a
2025-08-20T20:25:52.2266054Z [00:02:30.912]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build1823208636/b362/_pkg_.a
2025-08-20T20:25:52.2266686Z [00:02:30.912]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build1823208636/b366/_pkg_.a
2025-08-20T20:25:52.2267293Z [00:02:30.912]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build1823208636/b359/_pkg_.a
2025-08-20T20:25:52.2267869Z [00:02:30.912]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:52.2271169Z [00:02:30.912]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:52.2271752Z [00:02:30.912]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:52.2273218Z [00:02:30.912]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:52.2273547Z [00:02:30.912]➜  EOF
2025-08-20T20:25:52.2301756Z [00:02:30.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension=>github.com/yuin/goldmark@v1.7.13/extension;$WORK/b368=>" -p github.com/yuin/goldmark/extension -lang=go1.22 -complete -installsuffix shared -buildid NW6ZJqasdpUHMC-2kw7Q/NW6ZJqasdpUHMC-2kw7Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/cjk.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/definition_list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/footnote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/gfm.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/linkify.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/package.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/strikethrough.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/table.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/tasklist.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.13/extension/typographer.go
2025-08-20T20:25:52.2627808Z [00:02:30.949]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T20:25:52.2641454Z [00:02:30.950]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T20:25:52.2642708Z [00:02:30.950]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/9e/9e48fd758b2d93b9e727ce82cce94f3030d4c480a5cc703137c9b299f6807816-d # internal
2025-08-20T20:25:52.2654884Z [00:02:30.952]➜  github.com/Masterminds/semver/v3
2025-08-20T20:25:52.2656344Z [00:02:30.952]➜  mkdir -p $WORK/b380/
2025-08-20T20:25:52.2678899Z [00:02:30.954]➜  cat >/tmp/go-build1823208636/b380/importcfg << 'EOF' # internal
2025-08-20T20:25:52.2680777Z [00:02:30.954]➜  # import config
2025-08-20T20:25:52.2681447Z [00:02:30.954]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.2682242Z [00:02:30.954]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:25:52.2682903Z [00:02:30.954]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.2684198Z [00:02:30.954]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.2684630Z [00:02:30.954]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.2685048Z [00:02:30.954]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:52.2685472Z [00:02:30.954]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:52.2686188Z [00:02:30.954]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.2686510Z [00:02:30.954]➜  EOF
2025-08-20T20:25:52.2689459Z [00:02:30.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0=>github.com/Masterminds/semver/v3@v3.4.0;$WORK/b380=>" -p github.com/Masterminds/semver/v3 -lang=go1.21 -complete -installsuffix shared -buildid zdNVRBTW530j4Tz_Jue9/zdNVRBTW530j4Tz_Jue9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/collection.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/constraints.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/doc.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/version.go
2025-08-20T20:25:52.3052836Z [00:02:30.991]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/3e/3e30592c74ecaad4e877fb74baa7604711ebd6243218a1e99a7976dab9773769-d # internal
2025-08-20T20:25:52.3059284Z [00:02:30.992]➜  github.com/cli/shurcooL-graphql
2025-08-20T20:25:52.3059628Z [00:02:30.992]➜  mkdir -p $WORK/b144/
2025-08-20T20:25:52.3064687Z [00:02:30.993]➜  cat >/tmp/go-build1823208636/b144/importcfg << 'EOF' # internal
2025-08-20T20:25:52.3065838Z [00:02:30.993]➜  # import config
2025-08-20T20:25:52.3066991Z [00:02:30.993]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.3069213Z [00:02:30.993]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:52.3070480Z [00:02:30.993]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.3072351Z [00:02:30.993]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.3072944Z [00:02:30.993]➜  packagefile github.com/cli/shurcooL-graphql/ident=/tmp/go-build1823208636/b145/_pkg_.a
2025-08-20T20:25:52.3073647Z [00:02:30.993]➜  packagefile github.com/cli/shurcooL-graphql/internal/jsonutil=/tmp/go-build1823208636/b146/_pkg_.a
2025-08-20T20:25:52.3074204Z [00:02:30.993]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.3074642Z [00:02:30.993]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.3075075Z [00:02:30.993]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:52.3075493Z [00:02:30.993]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:52.3076074Z [00:02:30.993]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.3076394Z [00:02:30.993]➜  EOF
2025-08-20T20:25:52.3079029Z [00:02:30.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/shurcoo!l-graphql@v0.0.4=>github.com/cli/shurcooL-graphql@v0.0.4;$WORK/b144=>" -p github.com/cli/shurcooL-graphql -lang=go1.21 -complete -installsuffix shared -buildid ZQmKGPl9gefm7y0ElOOQ/ZQmKGPl9gefm7y0ElOOQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/go/pkg/mod/github.com/cli/shurcoo!l-graphql@v0.0.4/graphql.go /root/go/pkg/mod/github.com/cli/shurcoo!l-graphql@v0.0.4/query.go /root/go/pkg/mod/github.com/cli/shurcoo!l-graphql@v0.0.4/scalar.go
2025-08-20T20:25:52.4018450Z [00:02:31.088]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T20:25:52.4051829Z [00:02:31.091]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/12/122960beede474538f54be0e756d220c62248895dd91795e75a24da3758da83d-d # internal
2025-08-20T20:25:52.4058227Z [00:02:31.092]➜  github.com/henvic/httpretty/internal/header
2025-08-20T20:25:52.4058902Z [00:02:31.092]➜  mkdir -p $WORK/b228/
2025-08-20T20:25:52.4064006Z [00:02:31.092]➜  cat >/tmp/go-build1823208636/b228/importcfg << 'EOF' # internal
2025-08-20T20:25:52.4064369Z [00:02:31.092]➜  # import config
2025-08-20T20:25:52.4064709Z [00:02:31.092]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.4065141Z [00:02:31.092]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.4065700Z [00:02:31.092]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.4066070Z [00:02:31.092]➜  EOF
2025-08-20T20:25:52.4068814Z [00:02:31.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/henvic/httpretty@v0.1.4/internal/header=>github.com/henvic/httpretty@v0.1.4/internal/header;$WORK/b228=>" -p github.com/henvic/httpretty/internal/header -lang=go1.22 -complete -installsuffix shared -buildid X6zx67ZV_1ZVcXiVBzne/X6zx67ZV_1ZVcXiVBzne -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/github.com/henvic/httpretty@v0.1.4/internal/header/header.go
2025-08-20T20:25:52.4199676Z [00:02:31.106]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T20:25:52.4210405Z [00:02:31.107]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/62/627db8b105db204c2e735515e0c594d3aa6d987634a8dbd04831c265caa04c91-d # internal
2025-08-20T20:25:52.4237203Z [00:02:31.107]➜  github.com/shurcooL/graphql
2025-08-20T20:25:52.4240275Z [00:02:31.110]➜  mkdir -p $WORK/b232/
2025-08-20T20:25:52.4241426Z [00:02:31.110]➜  cat >/tmp/go-build1823208636/b232/importcfg << 'EOF' # internal
2025-08-20T20:25:52.4242513Z [00:02:31.110]➜  # import config
2025-08-20T20:25:52.4242871Z [00:02:31.110]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.4243299Z [00:02:31.110]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:52.4243759Z [00:02:31.110]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.4244193Z [00:02:31.110]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.4244728Z [00:02:31.110]➜  packagefile github.com/shurcooL/graphql/ident=/tmp/go-build1823208636/b233/_pkg_.a
2025-08-20T20:25:52.4245392Z [00:02:31.110]➜  packagefile github.com/shurcooL/graphql/internal/jsonutil=/tmp/go-build1823208636/b234/_pkg_.a
2025-08-20T20:25:52.4246162Z [00:02:31.110]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.4246589Z [00:02:31.110]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.4247035Z [00:02:31.110]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:52.4247457Z [00:02:31.110]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:52.4247762Z [00:02:31.110]➜  EOF
2025-08-20T20:25:52.4250827Z [00:02:31.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466=>github.com/shurcooL/graphql@v0.0.0-20230722043721-ed46e5a46466;$WORK/b232=>" -p github.com/shurcooL/graphql -lang=go1.19 -complete -installsuffix shared -buildid 7GCidQO2H2M3FDaenZBz/7GCidQO2H2M3FDaenZBz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/doc.go /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/graphql.go /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/query.go /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/scalar.go
2025-08-20T20:25:52.4387592Z [00:02:31.125]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T20:25:52.4400082Z [00:02:31.126]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/a7/a7b5d3a3e23952fc7ad52f69263b135aaf3bf084535832667b56b76b039839f0-d # internal
2025-08-20T20:25:52.4417375Z [00:02:31.128]➜  github.com/henvic/httpretty
2025-08-20T20:25:52.4420158Z [00:02:31.128]➜  mkdir -p $WORK/b226/
2025-08-20T20:25:52.4430684Z [00:02:31.129]➜  cat >/tmp/go-build1823208636/b226/importcfg << 'EOF' # internal
2025-08-20T20:25:52.4434583Z [00:02:31.129]➜  # import config
2025-08-20T20:25:52.4437222Z [00:02:31.129]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.4437674Z [00:02:31.129]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:52.4438124Z [00:02:31.129]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:25:52.4438581Z [00:02:31.129]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:52.4439066Z [00:02:31.129]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.4439511Z [00:02:31.129]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.4439923Z [00:02:31.129]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.4440480Z [00:02:31.129]➜  packagefile github.com/henvic/httpretty/internal/color=/tmp/go-build1823208636/b227/_pkg_.a
2025-08-20T20:25:52.4441165Z [00:02:31.129]➜  packagefile github.com/henvic/httpretty/internal/header=/tmp/go-build1823208636/b228/_pkg_.a
2025-08-20T20:25:52.4442074Z [00:02:31.129]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.4442478Z [00:02:31.129]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:25:52.4442883Z [00:02:31.129]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:52.4443303Z [00:02:31.129]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.4443766Z [00:02:31.129]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:52.4444198Z [00:02:31.129]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:52.4444607Z [00:02:31.129]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:52.4445023Z [00:02:31.129]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:52.4445434Z [00:02:31.129]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:52.4446462Z [00:02:31.129]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.4446888Z [00:02:31.129]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:52.4447297Z [00:02:31.129]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.4447602Z [00:02:31.129]➜  EOF
2025-08-20T20:25:52.4450070Z [00:02:31.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/henvic/httpretty@v0.1.4=>github.com/henvic/httpretty@v0.1.4;$WORK/b226=>" -p github.com/henvic/httpretty -lang=go1.22 -complete -installsuffix shared -buildid 5DFxiv7liSLmjaWUkUVk/5DFxiv7liSLmjaWUkUVk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/github.com/henvic/httpretty@v0.1.4/httpretty.go /root/go/pkg/mod/github.com/henvic/httpretty@v0.1.4/printer.go /root/go/pkg/mod/github.com/henvic/httpretty@v0.1.4/recorder.go /root/go/pkg/mod/github.com/henvic/httpretty@v0.1.4/tls.go
2025-08-20T20:25:52.4537259Z [00:02:31.140]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T20:25:52.4598338Z [00:02:31.146]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/de/deb4dab6d692cec46cfd0f0288f95c548bef1fca925ad870972624c86b82756e-d # internal
2025-08-20T20:25:52.4610444Z [00:02:31.147]➜  github.com/cli/cli/v2/internal/update
2025-08-20T20:25:52.4645320Z [00:02:31.147]➜  mkdir -p $WORK/b250/
2025-08-20T20:25:52.4645880Z [00:02:31.147]➜  cat >/tmp/go-build1823208636/b250/importcfg << 'EOF' # internal
2025-08-20T20:25:52.4646647Z [00:02:31.147]➜  # import config
2025-08-20T20:25:52.4647081Z [00:02:31.147]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:52.4647541Z [00:02:31.147]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.4647981Z [00:02:31.147]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.4648511Z [00:02:31.147]➜  packagefile github.com/cli/cli/v2/pkg/extensions=/tmp/go-build1823208636/b251/_pkg_.a
2025-08-20T20:25:52.4649144Z [00:02:31.147]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build1823208636/b252/_pkg_.a
2025-08-20T20:25:52.4649722Z [00:02:31.148]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1823208636/b068/_pkg_.a
2025-08-20T20:25:52.4650244Z [00:02:31.148]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:25:52.4650679Z [00:02:31.148]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.4651108Z [00:02:31.148]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.4651522Z [00:02:31.148]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:52.4651957Z [00:02:31.148]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:52.4652400Z [00:02:31.148]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:52.4652826Z [00:02:31.148]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:52.4653255Z [00:02:31.148]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.4653929Z [00:02:31.148]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.4654241Z [00:02:31.148]➜  EOF
2025-08-20T20:25:52.4657382Z [00:02:31.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/update=>github.com/cli/cli/v2/internal/update;$WORK/b250=>" -p github.com/cli/cli/v2/internal/update -lang=go1.24 -complete -installsuffix shared -buildid q4gdvcebVnwWdfX72RA0/q4gdvcebVnwWdfX72RA0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/update/update.go
2025-08-20T20:25:52.5063125Z [00:02:31.192]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T20:25:52.5072283Z [00:02:31.193]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/be/be2638e565b4c4453b5090d47bdac52d0c1cc9875c22b6f1273eddbdbd4d8cb1-d # internal
2025-08-20T20:25:52.5101754Z [00:02:31.196]➜  github.com/shurcooL/githubv4
2025-08-20T20:25:52.5103412Z [00:02:31.196]➜  mkdir -p $WORK/b231/
2025-08-20T20:25:52.5137087Z [00:02:31.200]➜  cat >/tmp/go-build1823208636/b231/importcfg << 'EOF' # internal
2025-08-20T20:25:52.5139146Z [00:02:31.200]➜  # import config
2025-08-20T20:25:52.5139888Z [00:02:31.200]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:52.5140691Z [00:02:31.200]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:52.5141519Z [00:02:31.200]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.5142264Z [00:02:31.200]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.5143013Z [00:02:31.200]➜  packagefile github.com/shurcooL/graphql=/tmp/go-build1823208636/b232/_pkg_.a
2025-08-20T20:25:52.5143821Z [00:02:31.200]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.5144813Z [00:02:31.200]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:52.5145333Z [00:02:31.200]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.5145816Z [00:02:31.200]➜  EOF
2025-08-20T20:25:52.5149644Z [00:02:31.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shurcoo!l/githubv4@v0.0.0-20240727222349-48295856cce7=>github.com/shurcooL/githubv4@v0.0.0-20240727222349-48295856cce7;$WORK/b231=>" -p github.com/shurcooL/githubv4 -lang=go1.19 -complete -installsuffix shared -buildid 1iGDJPDqqV1nAHEjDqrJ/1iGDJPDqqV1nAHEjDqrJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/shurcoo!l/githubv4@v0.0.0-20240727222349-48295856cce7/doc.go /root/go/pkg/mod/github.com/shurcoo!l/githubv4@v0.0.0-20240727222349-48295856cce7/enum.go /root/go/pkg/mod/github.com/shurcoo!l/githubv4@v0.0.0-20240727222349-48295856cce7/githubv4.go /root/go/pkg/mod/github.com/shurcoo!l/githubv4@v0.0.0-20240727222349-48295856cce7/input.go /root/go/pkg/mod/github.com/shurcoo!l/githubv4@v0.0.0-20240727222349-48295856cce7/scalar.go
2025-08-20T20:25:52.5548633Z [00:02:31.241]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T20:25:52.5589626Z [00:02:31.245]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/3d/3d5202c478edd7bcc7ebccf1b5f65f8ef3f28262249e036fb7039ae712a2fb88-d # internal
2025-08-20T20:25:52.5591212Z [00:02:31.245]➜  net/http/httptest
2025-08-20T20:25:52.5591767Z [00:02:31.245]➜  mkdir -p $WORK/b321/
2025-08-20T20:25:52.5595511Z [00:02:31.246]➜  cat >/tmp/go-build1823208636/b321/importcfg << 'EOF' # internal
2025-08-20T20:25:52.5598990Z [00:02:31.246]➜  # import config
2025-08-20T20:25:52.5599453Z [00:02:31.246]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:25:52.5599969Z [00:02:31.246]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:52.5600392Z [00:02:31.246]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.5600814Z [00:02:31.246]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:52.5601606Z [00:02:31.246]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:25:52.5602066Z [00:02:31.246]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:52.5602500Z [00:02:31.246]➜  packagefile flag=/tmp/go-build1823208636/b246/_pkg_.a
2025-08-20T20:25:52.5602907Z [00:02:31.246]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.5603456Z [00:02:31.246]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1823208636/b208/_pkg_.a
2025-08-20T20:25:52.5604017Z [00:02:31.246]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.5604417Z [00:02:31.246]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:52.5604819Z [00:02:31.246]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:52.5605237Z [00:02:31.246]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.5605922Z [00:02:31.246]➜  packagefile net/http/internal/testcert=/tmp/go-build1823208636/b322/_pkg_.a
2025-08-20T20:25:52.5606466Z [00:02:31.246]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:52.5606899Z [00:02:31.246]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:52.5607310Z [00:02:31.246]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:52.5607736Z [00:02:31.246]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.5608164Z [00:02:31.246]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:52.5608569Z [00:02:31.246]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.5608875Z [00:02:31.246]➜  EOF
2025-08-20T20:25:52.5610725Z [00:02:31.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/.go/src/net/http/httptest=>net/http/httptest;$WORK/b321=>" -p net/http/httptest -lang=go1.25 -std -complete -installsuffix shared -buildid AUEiXqrMW_RzrwzYcXPz/AUEiXqrMW_RzrwzYcXPz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/.go/src/net/http/httptest/httptest.go /root/.go/src/net/http/httptest/recorder.go /root/.go/src/net/http/httptest/server.go
2025-08-20T20:25:52.5746822Z [00:02:31.261]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T20:25:52.5778405Z [00:02:31.263]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/6c/6ceb83035a637406f5891f58654e6ebb3ba36d2a19f721ccef50b9ee62facc9b-d # internal
2025-08-20T20:25:52.5820461Z [00:02:31.268]➜  github.com/cli/go-gh/v2/pkg/api
2025-08-20T20:25:52.5823572Z [00:02:31.268]➜  mkdir -p $WORK/b106/
2025-08-20T20:25:52.5832321Z [00:02:31.269]➜  cat >/tmp/go-build1823208636/b106/importcfg << 'EOF' # internal
2025-08-20T20:25:52.5834657Z [00:02:31.270]➜  # import config
2025-08-20T20:25:52.5837615Z [00:02:31.270]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:52.5838255Z [00:02:31.270]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.5845970Z [00:02:31.270]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:52.5846442Z [00:02:31.270]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:52.5846918Z [00:02:31.270]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.5847366Z [00:02:31.270]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.5847785Z [00:02:31.270]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.5848356Z [00:02:31.270]➜  packagefile github.com/cli/go-gh/v2/pkg/asciisanitizer=/tmp/go-build1823208636/b134/_pkg_.a
2025-08-20T20:25:52.5848991Z [00:02:31.270]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:25:52.5849583Z [00:02:31.270]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:25:52.5850195Z [00:02:31.270]➜  packagefile github.com/cli/go-gh/v2/pkg/jsonpretty=/tmp/go-build1823208636/b135/_pkg_.a
2025-08-20T20:25:52.5851158Z [00:02:31.270]➜  packagefile github.com/cli/go-gh/v2/pkg/term=/tmp/go-build1823208636/b136/_pkg_.a
2025-08-20T20:25:52.5851745Z [00:02:31.270]➜  packagefile github.com/cli/shurcooL-graphql=/tmp/go-build1823208636/b144/_pkg_.a
2025-08-20T20:25:52.5852324Z [00:02:31.270]➜  packagefile github.com/henvic/httpretty=/tmp/go-build1823208636/b226/_pkg_.a
2025-08-20T20:25:52.5852943Z [00:02:31.270]➜  packagefile github.com/thlib/go-timezone-local/tzlocal=/tmp/go-build1823208636/b229/_pkg_.a
2025-08-20T20:25:52.5853563Z [00:02:31.270]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:52.5854041Z [00:02:31.270]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.5854441Z [00:02:31.270]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:52.5854856Z [00:02:31.270]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.5855284Z [00:02:31.270]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:52.5861610Z [00:02:31.270]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:52.5862056Z [00:02:31.270]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:52.5862498Z [00:02:31.270]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:52.5862939Z [00:02:31.270]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:25:52.5863397Z [00:02:31.270]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.5863844Z [00:02:31.270]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:52.5864254Z [00:02:31.270]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.5864559Z [00:02:31.270]➜  EOF
2025-08-20T20:25:52.5868261Z [00:02:31.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/api=>github.com/cli/go-gh/v2@v2.12.2/pkg/api;$WORK/b106=>" -p github.com/cli/go-gh/v2/pkg/api -lang=go1.23 -complete -installsuffix shared -buildid WelLd-IHyFJGrd8R95nB/WelLd-IHyFJGrd8R95nB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/api/cache.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/api/client_options.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/api/errors.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/api/graphql_client.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/api/http_client.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/api/log_formatter.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/api/rest_client.go
2025-08-20T20:25:52.7231332Z [00:02:31.409]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T20:25:52.7303836Z [00:02:31.416]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/f8/f8f14854dfb899f4f459283174e52d9c4d898b272901a9db082ecf2f31694a23-d # internal
2025-08-20T20:25:52.7359319Z [00:02:31.422]➜  github.com/stretchr/testify/assert
2025-08-20T20:25:52.7360830Z [00:02:31.422]➜  mkdir -p $WORK/b317/
2025-08-20T20:25:52.7362546Z [00:02:31.422]➜  cat >/tmp/go-build1823208636/b317/importcfg << 'EOF' # internal
2025-08-20T20:25:52.7366609Z [00:02:31.423]➜  # import config
2025-08-20T20:25:52.7368223Z [00:02:31.423]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:52.7368928Z [00:02:31.423]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.7371639Z [00:02:31.423]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.7372386Z [00:02:31.423]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.7373102Z [00:02:31.423]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.7374572Z [00:02:31.423]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build1823208636/b318/_pkg_.a
2025-08-20T20:25:52.7375813Z [00:02:31.423]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build1823208636/b319/_pkg_.a
2025-08-20T20:25:52.7377129Z [00:02:31.423]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build1823208636/b320/_pkg_.a
2025-08-20T20:25:52.7377979Z [00:02:31.423]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:52.7378749Z [00:02:31.423]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.7379554Z [00:02:31.423]➜  packagefile net/http/httptest=/tmp/go-build1823208636/b321/_pkg_.a
2025-08-20T20:25:52.7380578Z [00:02:31.423]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:52.7381095Z [00:02:31.423]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:52.7381518Z [00:02:31.423]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:52.7381945Z [00:02:31.423]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:52.7382371Z [00:02:31.423]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:52.7382837Z [00:02:31.423]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:25:52.7383290Z [00:02:31.423]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.7383708Z [00:02:31.423]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.7384126Z [00:02:31.423]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:52.7384566Z [00:02:31.423]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:52.7384905Z [00:02:31.423]➜  EOF
2025-08-20T20:25:52.7389659Z [00:02:31.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert=>github.com/stretchr/testify@v1.10.0/assert;$WORK/b317=>" -p github.com/stretchr/testify/assert -lang=go1.17 -complete -installsuffix shared -buildid xSnxshe9XwK_LaTV3v1P/xSnxshe9XwK_LaTV3v1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_compare.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_format.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_forward.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_order.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/errors.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/forward_assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/http_assertions.go
2025-08-20T20:25:52.7503364Z [00:02:31.436]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T20:25:52.7522653Z [00:02:31.438]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/06/06031afee164c1ad55cef71a28c61c7ae39098906dce9d9c4feb117f0b70e95f-d # internal
2025-08-20T20:25:52.7547511Z [00:02:31.441]➜  github.com/cli/cli/v2/internal/config/migration
2025-08-20T20:25:52.7548760Z [00:02:31.441]➜  mkdir -p $WORK/b249/
2025-08-20T20:25:52.7554142Z [00:02:31.441]➜  cat >/tmp/go-build1823208636/b249/importcfg << 'EOF' # internal
2025-08-20T20:25:52.7554510Z [00:02:31.441]➜  # import config
2025-08-20T20:25:52.7554859Z [00:02:31.441]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.7555280Z [00:02:31.441]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.7556005Z [00:02:31.441]➜  packagefile github.com/cli/cli/v2/internal/keyring=/tmp/go-build1823208636/b239/_pkg_.a
2025-08-20T20:25:52.7556628Z [00:02:31.441]➜  packagefile github.com/cli/go-gh/v2/pkg/api=/tmp/go-build1823208636/b106/_pkg_.a
2025-08-20T20:25:52.7557218Z [00:02:31.441]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:25:52.7557727Z [00:02:31.441]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.7558046Z [00:02:31.441]➜  EOF
2025-08-20T20:25:52.7561485Z [00:02:31.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/migration=>github.com/cli/cli/v2/internal/config/migration;$WORK/b249=>" -p github.com/cli/cli/v2/internal/config/migration -lang=go1.24 -complete -installsuffix shared -buildid vipzKJjv6WvXKyWjQuv9/vipzKJjv6WvXKyWjQuv9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/migration/multi_account.go
2025-08-20T20:25:52.7858902Z [00:02:31.472]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T20:25:52.7901605Z [00:02:31.476]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/16/169d25ffecc6541dd85bea5770ee4c048164ef0c4b5d07cdc2dbeacda36f79af-d # internal
2025-08-20T20:25:52.7903869Z [00:02:31.476]➜  github.com/charmbracelet/glamour
2025-08-20T20:25:52.7906286Z [00:02:31.476]➜  mkdir -p $WORK/b330/
2025-08-20T20:25:52.7906681Z [00:02:31.476]➜  cat >/tmp/go-build1823208636/b330/importcfg << 'EOF' # internal
2025-08-20T20:25:52.7907065Z [00:02:31.476]➜  # import config
2025-08-20T20:25:52.7907407Z [00:02:31.476]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.7907850Z [00:02:31.476]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.7908283Z [00:02:31.476]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.7908819Z [00:02:31.476]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build1823208636/b331/_pkg_.a
2025-08-20T20:25:52.7909482Z [00:02:31.476]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build1823208636/b363/_pkg_.a
2025-08-20T20:25:52.7910083Z [00:02:31.476]➜  packagefile github.com/muesli/termenv=/tmp/go-build1823208636/b137/_pkg_.a
2025-08-20T20:25:52.7910624Z [00:02:31.476]➜  packagefile github.com/yuin/goldmark=/tmp/go-build1823208636/b364/_pkg_.a
2025-08-20T20:25:52.7911190Z [00:02:31.476]➜  packagefile github.com/yuin/goldmark-emoji=/tmp/go-build1823208636/b367/_pkg_.a
2025-08-20T20:25:52.7911803Z [00:02:31.476]➜  packagefile github.com/yuin/goldmark/extension=/tmp/go-build1823208636/b368/_pkg_.a
2025-08-20T20:25:52.7912406Z [00:02:31.477]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build1823208636/b365/_pkg_.a
2025-08-20T20:25:52.7913006Z [00:02:31.477]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build1823208636/b362/_pkg_.a
2025-08-20T20:25:52.7913599Z [00:02:31.477]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:25:52.7914409Z [00:02:31.477]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:25:52.7914951Z [00:02:31.477]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.7915349Z [00:02:31.477]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:52.7915873Z [00:02:31.477]➜  EOF
2025-08-20T20:25:52.7917747Z [00:02:31.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0=>github.com/charmbracelet/glamour@v0.10.0;$WORK/b330=>" -p github.com/charmbracelet/glamour -lang=go1.23 -complete -installsuffix shared -buildid nthOnUWnoao33Gmh9vEc/nthOnUWnoao33Gmh9vEc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/glamour.go
2025-08-20T20:25:52.8396516Z [00:02:31.525]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T20:25:52.8408048Z [00:02:31.527]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T20:25:52.8457229Z [00:02:31.531]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/61/6168719aaa57b6daeade466b1da4b5370cbf04321456434f23a89e28b5237ebc-d # internal
2025-08-20T20:25:52.8460838Z [00:02:31.532]➜  github.com/google/uuid
2025-08-20T20:25:52.8463914Z [00:02:31.532]➜  mkdir -p $WORK/b381/
2025-08-20T20:25:52.8464398Z [00:02:31.533]➜  cat >/tmp/go-build1823208636/b381/importcfg << 'EOF' # internal
2025-08-20T20:25:52.8468330Z [00:02:31.533]➜  # import config
2025-08-20T20:25:52.8471721Z [00:02:31.533]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.8472189Z [00:02:31.533]➜  packagefile crypto/md5=/tmp/go-build1823208636/b189/_pkg_.a
2025-08-20T20:25:52.8472653Z [00:02:31.533]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:52.8473110Z [00:02:31.533]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:52.8473600Z [00:02:31.533]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:25:52.8474125Z [00:02:31.533]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:52.8474601Z [00:02:31.533]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:52.8475065Z [00:02:31.533]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.8475511Z [00:02:31.533]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.8480610Z [00:02:31.533]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.8481045Z [00:02:31.533]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:52.8481449Z [00:02:31.533]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.8481842Z [00:02:31.533]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:52.8482242Z [00:02:31.533]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:52.8482653Z [00:02:31.533]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.8483614Z [00:02:31.533]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:52.8484126Z [00:02:31.533]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.8484438Z [00:02:31.533]➜  EOF
2025-08-20T20:25:52.8493923Z [00:02:31.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b381=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid QXMlEDL-gipRRF8fL7Fn/QXMlEDL-gipRRF8fL7Fn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/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-20T20:25:52.8498475Z [00:02:31.535]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/d2/d20d203701976caddbd3b613db34a588f575ba431782c27e36ed7b3ae75534f4-d # internal
2025-08-20T20:25:52.8561196Z [00:02:31.542]➜  github.com/cli/cli/v2/api
2025-08-20T20:25:52.8564297Z [00:02:31.542]➜  mkdir -p $WORK/b084/
2025-08-20T20:25:52.8573857Z [00:02:31.543]➜  cat >/tmp/go-build1823208636/b084/importcfg << 'EOF' # internal
2025-08-20T20:25:52.8579465Z [00:02:31.544]➜  # import config
2025-08-20T20:25:52.8579887Z [00:02:31.544]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.8580330Z [00:02:31.544]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:52.8580787Z [00:02:31.544]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.8581232Z [00:02:31.544]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.8581647Z [00:02:31.544]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.8582529Z [00:02:31.544]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:52.8583221Z [00:02:31.544]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:25:52.8602819Z [00:02:31.544]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:25:52.8603521Z [00:02:31.544]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:25:52.8604133Z [00:02:31.544]➜  packagefile github.com/cli/cli/v2/utils=/tmp/go-build1823208636/b104/_pkg_.a
2025-08-20T20:25:52.8604709Z [00:02:31.544]➜  packagefile github.com/cli/go-gh/v2/pkg/api=/tmp/go-build1823208636/b106/_pkg_.a
2025-08-20T20:25:52.8605290Z [00:02:31.544]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:25:52.8606059Z [00:02:31.544]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:25:52.8606654Z [00:02:31.544]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:25:52.8607131Z [00:02:31.544]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.8607550Z [00:02:31.544]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:52.8607979Z [00:02:31.544]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:52.8608410Z [00:02:31.544]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:52.8608838Z [00:02:31.544]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:52.8609249Z [00:02:31.544]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:52.8609665Z [00:02:31.544]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.8610077Z [00:02:31.544]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.8610379Z [00:02:31.544]➜  EOF
2025-08-20T20:25:52.8615047Z [00:02:31.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/api=>github.com/cli/cli/v2/api;$WORK/b084=>" -p github.com/cli/cli/v2/api -lang=go1.24 -complete -installsuffix shared -buildid KSzvjVMsvOYgz_Rruipn/KSzvjVMsvOYgz_Rruipn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/client.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/export_pr.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/export_repo.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/http_client.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_branch_issue_reference.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_comments.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_issue.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_org.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_pr.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_pr_review.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_projects_v2.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_repo.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_user.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/query_builder.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/api/reaction_groups.go
2025-08-20T20:25:52.8704619Z [00:02:31.556]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T20:25:52.8804946Z [00:02:31.566]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/3d/3dbdfb97b7053842a17827a348396f25ba3beb2b51b702af6e07f69059a8f52b-d # internal
2025-08-20T20:25:52.8841954Z [00:02:31.570]➜  github.com/cli/go-gh/v2/pkg/jq
2025-08-20T20:25:52.8843000Z [00:02:31.570]➜  mkdir -p $WORK/b372/
2025-08-20T20:25:52.8859351Z [00:02:31.572]➜  cat >/tmp/go-build1823208636/b372/importcfg << 'EOF' # internal
2025-08-20T20:25:52.8865252Z [00:02:31.572]➜  # import config
2025-08-20T20:25:52.8866020Z [00:02:31.572]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:52.8867184Z [00:02:31.572]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:52.8868553Z [00:02:31.572]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.8869277Z [00:02:31.572]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.8870651Z [00:02:31.572]➜  packagefile github.com/cli/go-gh/v2/pkg/jsonpretty=/tmp/go-build1823208636/b135/_pkg_.a
2025-08-20T20:25:52.8871326Z [00:02:31.572]➜  packagefile github.com/itchyny/gojq=/tmp/go-build1823208636/b373/_pkg_.a
2025-08-20T20:25:52.8871796Z [00:02:31.572]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:52.8872210Z [00:02:31.572]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:52.8872640Z [00:02:31.572]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:52.8873055Z [00:02:31.572]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:52.8873481Z [00:02:31.572]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.8873795Z [00:02:31.572]➜  EOF
2025-08-20T20:25:52.8875666Z [00:02:31.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/jq=>github.com/cli/go-gh/v2@v2.12.2/pkg/jq;$WORK/b372=>" -p github.com/cli/go-gh/v2/pkg/jq -lang=go1.23 -complete -installsuffix shared -buildid 8jXPX_A_Xmz75RTJtEve/8jXPX_A_Xmz75RTJtEve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/jq/jq.go
2025-08-20T20:25:52.9236383Z [00:02:31.609]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T20:25:52.9261732Z [00:02:31.612]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/4a/4a20e26183abb2929413e4b9f44fa9d415d7ec3a3f572809d17f4d2fda565712-d # internal
2025-08-20T20:25:52.9263190Z [00:02:31.612]➜  github.com/huandu/xstrings
2025-08-20T20:25:52.9263892Z [00:02:31.612]➜  mkdir -p $WORK/b382/
2025-08-20T20:25:52.9264645Z [00:02:31.612]➜  cat >/tmp/go-build1823208636/b382/importcfg << 'EOF' # internal
2025-08-20T20:25:52.9266233Z [00:02:31.612]➜  # import config
2025-08-20T20:25:52.9266602Z [00:02:31.612]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:52.9267074Z [00:02:31.612]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:52.9267505Z [00:02:31.612]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:52.9267952Z [00:02:31.612]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:52.9268280Z [00:02:31.612]➜  EOF
2025-08-20T20:25:52.9271995Z [00:02:31.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0=>github.com/huandu/xstrings@v1.5.0;$WORK/b382=>" -p github.com/huandu/xstrings -lang=go1.12 -complete -installsuffix shared -buildid Jqfszj9nuDo5rm4VdOh0/Jqfszj9nuDo5rm4VdOh0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/common.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/convert.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/count.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/doc.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/format.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/manipulate.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/stringbuilder.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/translate.go
2025-08-20T20:25:52.9428234Z [00:02:31.629]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T20:25:52.9440105Z [00:02:31.630]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/1e/1e65f2b1bd0f62ed876dce70ae62c3ce023624f7e01c45828904cb3acb857dcd-d # internal
2025-08-20T20:25:52.9449760Z [00:02:31.630]➜  github.com/mitchellh/reflectwalk
2025-08-20T20:25:52.9450109Z [00:02:31.630]➜  mkdir -p $WORK/b384/
2025-08-20T20:25:52.9450486Z [00:02:31.631]➜  cat >/tmp/go-build1823208636/b384/importcfg << 'EOF' # internal
2025-08-20T20:25:52.9450829Z [00:02:31.631]➜  # import config
2025-08-20T20:25:52.9451174Z [00:02:31.631]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.9451590Z [00:02:31.631]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:52.9452413Z [00:02:31.631]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:52.9452729Z [00:02:31.631]➜  EOF
2025-08-20T20:25:52.9455163Z [00:02:31.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2=>github.com/mitchellh/reflectwalk@v1.0.2;$WORK/b384=>" -p github.com/mitchellh/reflectwalk -lang=go1.16 -complete -installsuffix shared -buildid PclTWpJyFrMXTEvABnc1/PclTWpJyFrMXTEvABnc1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2/location.go /root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2/location_string.go /root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2/reflectwalk.go
2025-08-20T20:25:52.9928386Z [00:02:31.679]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T20:25:52.9981100Z [00:02:31.684]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/f0/f0ca0720b7e42e76ffe93e693150099c8e30269ffddce300c3a41933eb422e1b-d # internal
2025-08-20T20:25:52.9981787Z [00:02:31.684]➜  github.com/mitchellh/copystructure
2025-08-20T20:25:52.9982419Z [00:02:31.684]➜  mkdir -p $WORK/b383/
2025-08-20T20:25:52.9983081Z [00:02:31.684]➜  cat >/tmp/go-build1823208636/b383/importcfg << 'EOF' # internal
2025-08-20T20:25:52.9983986Z [00:02:31.684]➜  # import config
2025-08-20T20:25:52.9985905Z [00:02:31.684]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:52.9986695Z [00:02:31.684]➜  packagefile github.com/mitchellh/reflectwalk=/tmp/go-build1823208636/b384/_pkg_.a
2025-08-20T20:25:52.9987710Z [00:02:31.684]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:52.9988676Z [00:02:31.684]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:52.9989133Z [00:02:31.684]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:52.9989449Z [00:02:31.684]➜  EOF
2025-08-20T20:25:52.9992040Z [00:02:31.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/copystructure@v1.2.0=>github.com/mitchellh/copystructure@v1.2.0;$WORK/b383=>" -p github.com/mitchellh/copystructure -lang=go1.15 -complete -installsuffix shared -buildid sXJaZoYi3Ph9AqPZT82L/sXJaZoYi3Ph9AqPZT82L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/copystructure@v1.2.0/copier_time.go /root/go/pkg/mod/github.com/mitchellh/copystructure@v1.2.0/copystructure.go
2025-08-20T20:25:53.0038227Z [00:02:31.690]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T20:25:53.0048196Z [00:02:31.691]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/82/82feb0b6735c0bc89c8b21f695b0a746ff5666ee575c427db9105d2a40bb7103-d # internal
2025-08-20T20:25:53.0072871Z [00:02:31.693]➜  github.com/shopspring/decimal
2025-08-20T20:25:53.0073231Z [00:02:31.693]➜  mkdir -p $WORK/b385/
2025-08-20T20:25:53.0076270Z [00:02:31.694]➜  cat >/tmp/go-build1823208636/b385/importcfg << 'EOF' # internal
2025-08-20T20:25:53.0076684Z [00:02:31.694]➜  # import config
2025-08-20T20:25:53.0077077Z [00:02:31.694]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:25:53.0077582Z [00:02:31.694]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:53.0078023Z [00:02:31.694]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.0078454Z [00:02:31.694]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:53.0078879Z [00:02:31.694]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:53.0079302Z [00:02:31.694]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:53.0079726Z [00:02:31.694]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.0080152Z [00:02:31.694]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.0080467Z [00:02:31.694]➜  EOF
2025-08-20T20:25:53.0083447Z [00:02:31.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0=>github.com/shopspring/decimal@v1.4.0;$WORK/b385=>" -p github.com/shopspring/decimal -lang=go1.10 -complete -installsuffix shared -buildid R6M-1omeNeUxzTf3gT3q/R6M-1omeNeUxzTf3gT3q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/const.go /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/decimal-go.go /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/decimal.go /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/rounding.go
2025-08-20T20:25:53.1011831Z [00:02:31.787]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T20:25:53.1021170Z [00:02:31.788]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/13/136c7ce325f71c90edf7fef66b77a625790c0947ed8a68b00cd84eb5110d4e14-d # internal
2025-08-20T20:25:53.1043068Z [00:02:31.790]➜  github.com/spf13/cast/internal
2025-08-20T20:25:53.1043469Z [00:02:31.790]➜  mkdir -p $WORK/b387/
2025-08-20T20:25:53.1048397Z [00:02:31.791]➜  cat >/tmp/go-build1823208636/b387/importcfg << 'EOF' # internal
2025-08-20T20:25:53.1049236Z [00:02:31.791]➜  # import config
2025-08-20T20:25:53.1050043Z [00:02:31.791]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.1050877Z [00:02:31.791]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.1051361Z [00:02:31.791]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:53.1051675Z [00:02:31.791]➜  EOF
2025-08-20T20:25:53.1053761Z [00:02:31.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal=>github.com/spf13/cast@v1.9.2/internal;$WORK/b387=>" -p github.com/spf13/cast/internal -lang=go1.21 -complete -installsuffix shared -buildid CAw8c_3VZy2v0goora4f/CAw8c_3VZy2v0goora4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal/time.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal/timeformattype_string.go
2025-08-20T20:25:53.1166939Z [00:02:31.803]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T20:25:53.1200511Z [00:02:31.806]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T20:25:53.1209344Z [00:02:31.807]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/41/41cb9cd79d3bb4d26aa43d46ae7b0a1bc0d91634cfda026dcb852458271e9da1-d # internal
2025-08-20T20:25:53.1210882Z [00:02:31.807]➜  html/template
2025-08-20T20:25:53.1211275Z [00:02:31.807]➜  mkdir -p $WORK/b388/
2025-08-20T20:25:53.1216652Z [00:02:31.808]➜  cat >/tmp/go-build1823208636/b388/importcfg << 'EOF' # internal
2025-08-20T20:25:53.1217696Z [00:02:31.808]➜  # import config
2025-08-20T20:25:53.1218484Z [00:02:31.808]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:53.1218983Z [00:02:31.808]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:53.1219457Z [00:02:31.808]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.1219868Z [00:02:31.808]➜  packagefile html=/tmp/go-build1823208636/b339/_pkg_.a
2025-08-20T20:25:53.1220321Z [00:02:31.808]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:53.1220763Z [00:02:31.808]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:53.1221167Z [00:02:31.808]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:53.1221588Z [00:02:31.808]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:53.1221992Z [00:02:31.808]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:53.1222395Z [00:02:31.808]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:53.1222835Z [00:02:31.808]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:53.1223283Z [00:02:31.808]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:53.1224168Z [00:02:31.808]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:53.1224600Z [00:02:31.808]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.1225028Z [00:02:31.808]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.1225445Z [00:02:31.808]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:53.1226121Z [00:02:31.808]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:25:53.1226631Z [00:02:31.808]➜  packagefile text/template/parse=/tmp/go-build1823208636/b077/_pkg_.a
2025-08-20T20:25:53.1227101Z [00:02:31.808]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:53.1227546Z [00:02:31.808]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:53.1227877Z [00:02:31.808]➜  EOF
2025-08-20T20:25:53.1231852Z [00:02:31.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b388=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/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-20T20:25:53.1278795Z [00:02:31.814]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/d5/d567abf644e63b0230e19aa655054f5df38521916484c03eae9b736a69493a85-d # internal
2025-08-20T20:25:53.1309770Z [00:02:31.817]➜  github.com/cli/go-gh/v2/pkg/prompter
2025-08-20T20:25:53.1310385Z [00:02:31.817]➜  mkdir -p $WORK/b312/
2025-08-20T20:25:53.1322239Z [00:02:31.818]➜  cat >/tmp/go-build1823208636/b312/importcfg << 'EOF' # internal
2025-08-20T20:25:53.1322805Z [00:02:31.818]➜  # import config
2025-08-20T20:25:53.1323287Z [00:02:31.818]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.1324306Z [00:02:31.818]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build1823208636/b266/_pkg_.a
2025-08-20T20:25:53.1339568Z [00:02:31.818]➜  packagefile github.com/cli/go-gh/v2/pkg/text=/tmp/go-build1823208636/b313/_pkg_.a
2025-08-20T20:25:53.1340438Z [00:02:31.818]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build1823208636/b317/_pkg_.a
2025-08-20T20:25:53.1340957Z [00:02:31.818]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:53.1341409Z [00:02:31.818]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.1341841Z [00:02:31.818]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:25:53.1342152Z [00:02:31.818]➜  EOF
2025-08-20T20:25:53.1344298Z [00:02:31.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/prompter=>github.com/cli/go-gh/v2@v2.12.2/pkg/prompter;$WORK/b312=>" -p github.com/cli/go-gh/v2/pkg/prompter -lang=go1.23 -complete -installsuffix shared -buildid FCcetEPZYb_c9zShKxCQ/FCcetEPZYb_c9zShKxCQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/prompter/mock.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/prompter/prompter.go
2025-08-20T20:25:53.1985687Z [00:02:31.884]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T20:25:53.1996600Z [00:02:31.886]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/87/87ae57616b4121bdb6aecc7bc17fd9b1709479ddeaf463202a7e28feff41281c-d # internal
2025-08-20T20:25:53.2012737Z [00:02:31.887]➜  github.com/cli/cli/v2/internal/prompter
2025-08-20T20:25:53.2013721Z [00:02:31.887]➜  mkdir -p $WORK/b265/
2025-08-20T20:25:53.2019143Z [00:02:31.888]➜  cat >/tmp/go-build1823208636/b265/importcfg << 'EOF' # internal
2025-08-20T20:25:53.2019951Z [00:02:31.888]➜  # import config
2025-08-20T20:25:53.2020572Z [00:02:31.888]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.2023054Z [00:02:31.888]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build1823208636/b266/_pkg_.a
2025-08-20T20:25:53.2024217Z [00:02:31.888]➜  packagefile github.com/charmbracelet/huh=/tmp/go-build1823208636/b275/_pkg_.a
2025-08-20T20:25:53.2024944Z [00:02:31.888]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:25:53.2025971Z [00:02:31.888]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:53.2026699Z [00:02:31.888]➜  packagefile github.com/cli/cli/v2/pkg/surveyext=/tmp/go-build1823208636/b311/_pkg_.a
2025-08-20T20:25:53.2027316Z [00:02:31.888]➜  packagefile github.com/cli/go-gh/v2/pkg/prompter=/tmp/go-build1823208636/b312/_pkg_.a
2025-08-20T20:25:53.2027929Z [00:02:31.888]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build1823208636/b317/_pkg_.a
2025-08-20T20:25:53.2028440Z [00:02:31.888]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:53.2028878Z [00:02:31.888]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.2029296Z [00:02:31.888]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:53.2029712Z [00:02:31.888]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:25:53.2030023Z [00:02:31.888]➜  EOF
2025-08-20T20:25:53.2032343Z [00:02:31.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter=>github.com/cli/cli/v2/internal/prompter;$WORK/b265=>" -p github.com/cli/cli/v2/internal/prompter -lang=go1.24 -complete -installsuffix shared -buildid WakGEh2c8QCKpc2OjJbo/WakGEh2c8QCKpc2OjJbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/prompter.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/prompter_mock.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/test.go
2025-08-20T20:25:53.2251312Z [00:02:31.911]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T20:25:53.2323969Z [00:02:31.918]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/18/18f4ec3bf3928bfd53f8eaa6291265983aab09a897f4dd7de886c56cbf01e44e-d # internal
2025-08-20T20:25:53.2370415Z [00:02:31.923]➜  golang.org/x/crypto/blowfish
2025-08-20T20:25:53.2370785Z [00:02:31.923]➜  mkdir -p $WORK/b390/
2025-08-20T20:25:53.2371172Z [00:02:31.923]➜  cat >/tmp/go-build1823208636/b390/importcfg << 'EOF' # internal
2025-08-20T20:25:53.2371566Z [00:02:31.923]➜  # import config
2025-08-20T20:25:53.2371910Z [00:02:31.923]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.2372231Z [00:02:31.923]➜  EOF
2025-08-20T20:25:53.2374473Z [00:02:31.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish=>golang.org/x/crypto@v0.41.0/blowfish;$WORK/b390=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid MJX5--rHJU7h181OlzWX/MJX5--rHJU7h181OlzWX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish/const.go
2025-08-20T20:25:53.2781310Z [00:02:31.964]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T20:25:53.2790851Z [00:02:31.965]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/79/793d40f8c8246cb314c9e0460b3007782677ba32bcf1fbfa1d0d29a1baa6c4d8-d # internal
2025-08-20T20:25:53.2835076Z [00:02:31.970]➜  golang.org/x/crypto/bcrypt
2025-08-20T20:25:53.2844048Z [00:02:31.970]➜  mkdir -p $WORK/b389/
2025-08-20T20:25:53.2844977Z [00:02:31.971]➜  cat >/tmp/go-build1823208636/b389/importcfg << 'EOF' # internal
2025-08-20T20:25:53.2845402Z [00:02:31.971]➜  # import config
2025-08-20T20:25:53.2845986Z [00:02:31.971]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:53.2846508Z [00:02:31.971]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:53.2846985Z [00:02:31.971]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:53.2847438Z [00:02:31.971]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.2847852Z [00:02:31.971]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.2848361Z [00:02:31.971]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1823208636/b390/_pkg_.a
2025-08-20T20:25:53.2848859Z [00:02:31.971]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:53.2849273Z [00:02:31.971]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.2849589Z [00:02:31.971]➜  EOF
2025-08-20T20:25:53.2851567Z [00:02:31.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/bcrypt=>golang.org/x/crypto@v0.41.0/bcrypt;$WORK/b389=>" -p golang.org/x/crypto/bcrypt -lang=go1.23 -complete -installsuffix shared -buildid skoKK5y4a9u9i33pKVzt/skoKK5y4a9u9i33pKVzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/bcrypt/base64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/bcrypt/bcrypt.go
2025-08-20T20:25:53.3232692Z [00:02:32.009]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T20:25:53.3288968Z [00:02:32.015]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/ff/ff760bb110ea6551328ba71b358829259100729e134a7c8ad9acbde92e3cac7e-d # internal
2025-08-20T20:25:53.3289717Z [00:02:32.015]➜  github.com/cli/cli/v2/context
2025-08-20T20:25:53.3290015Z [00:02:32.015]➜  mkdir -p $WORK/b254/
2025-08-20T20:25:53.3302671Z [00:02:32.016]➜  cat >/tmp/go-build1823208636/b254/importcfg << 'EOF' # internal
2025-08-20T20:25:53.3303139Z [00:02:32.016]➜  # import config
2025-08-20T20:25:53.3303483Z [00:02:32.016]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.3304245Z [00:02:32.016]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.3304829Z [00:02:32.016]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:25:53.3305377Z [00:02:32.016]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:25:53.3306219Z [00:02:32.016]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:25:53.3306870Z [00:02:32.016]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:53.3307410Z [00:02:32.016]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:53.3307835Z [00:02:32.016]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:53.3308246Z [00:02:32.016]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:53.3308660Z [00:02:32.016]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.3308974Z [00:02:32.016]➜  EOF
2025-08-20T20:25:53.3310790Z [00:02:32.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/context=>github.com/cli/cli/v2/context;$WORK/b254=>" -p github.com/cli/cli/v2/context -lang=go1.24 -complete -installsuffix shared -buildid Aeg2if8a901tk_5HzOYl/Aeg2if8a901tk_5HzOYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/context/context.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/context/remote.go
2025-08-20T20:25:53.3391350Z [00:02:32.025]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T20:25:53.3395460Z [00:02:32.025]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/85/85f619033b6fb0eebc8c6f558b22993bac2aea8679e2486ba26b878e72d8d22a-d # internal
2025-08-20T20:25:53.3402349Z [00:02:32.026]➜  golang.org/x/crypto/pbkdf2
2025-08-20T20:25:53.3413885Z [00:02:32.026]➜  mkdir -p $WORK/b392/
2025-08-20T20:25:53.3414292Z [00:02:32.027]➜  cat >/tmp/go-build1823208636/b392/importcfg << 'EOF' # internal
2025-08-20T20:25:53.3414672Z [00:02:32.027]➜  # import config
2025-08-20T20:25:53.3415030Z [00:02:32.027]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:25:53.3415467Z [00:02:32.027]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:53.3416089Z [00:02:32.027]➜  EOF
2025-08-20T20:25:53.3417842Z [00:02:32.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/pbkdf2=>golang.org/x/crypto@v0.41.0/pbkdf2;$WORK/b392=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid NFSl6M2vGUSnftO2jOBN/NFSl6M2vGUSnftO2jOBN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/pbkdf2/pbkdf2.go
2025-08-20T20:25:53.3535855Z [00:02:32.039]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T20:25:53.3605275Z [00:02:32.046]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T20:25:53.3613422Z [00:02:32.047]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/15/159e75745fd74a82ed0ad3429e1f85183df01350decb5a20e37fe15abd279905-d # internal
2025-08-20T20:25:53.3624253Z [00:02:32.049]➜  golang.org/x/crypto/scrypt
2025-08-20T20:25:53.3625922Z [00:02:32.049]➜  mkdir -p $WORK/b391/
2025-08-20T20:25:53.3639169Z [00:02:32.050]➜  cat >/tmp/go-build1823208636/b391/importcfg << 'EOF' # internal
2025-08-20T20:25:53.3643681Z [00:02:32.050]➜  # import config
2025-08-20T20:25:53.3646916Z [00:02:32.050]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:53.3659170Z [00:02:32.050]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:53.3659654Z [00:02:32.050]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.3660157Z [00:02:32.050]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1823208636/b392/_pkg_.a
2025-08-20T20:25:53.3660661Z [00:02:32.050]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:53.3660981Z [00:02:32.050]➜  EOF
2025-08-20T20:25:53.3663048Z [00:02:32.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/scrypt=>golang.org/x/crypto@v0.41.0/scrypt;$WORK/b391=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid BNctVrb_Zp80w9hdcCWo/BNctVrb_Zp80w9hdcCWo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/scrypt/scrypt.go
2025-08-20T20:25:53.3665017Z [00:02:32.050]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T20:25:53.3665780Z [00:02:32.051]➜  github.com/spf13/cast
2025-08-20T20:25:53.3666106Z [00:02:32.052]➜  mkdir -p $WORK/b386/
2025-08-20T20:25:53.3666474Z [00:02:32.052]➜  cat >/tmp/go-build1823208636/b386/importcfg << 'EOF' # internal
2025-08-20T20:25:53.3666817Z [00:02:32.052]➜  # import config
2025-08-20T20:25:53.3667190Z [00:02:32.052]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:53.3667635Z [00:02:32.052]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.3668043Z [00:02:32.052]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.3668545Z [00:02:32.052]➜  packagefile github.com/spf13/cast/internal=/tmp/go-build1823208636/b387/_pkg_.a
2025-08-20T20:25:53.3669064Z [00:02:32.052]➜  packagefile html/template=/tmp/go-build1823208636/b388/_pkg_.a
2025-08-20T20:25:53.3669833Z [00:02:32.052]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:53.3670263Z [00:02:32.052]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:53.3670679Z [00:02:32.052]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:53.3671100Z [00:02:32.052]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.3671525Z [00:02:32.052]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.3671952Z [00:02:32.052]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:53.3672256Z [00:02:32.052]➜  EOF
2025-08-20T20:25:53.3681217Z [00:02:32.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.9.2=>github.com/spf13/cast@v1.9.2;$WORK/b386=>" -p github.com/spf13/cast -lang=go1.21 -complete -installsuffix shared -buildid YxUlghP7jDCR1u52QM_U/YxUlghP7jDCR1u52QM_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/alias.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/basic.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/cast.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/indirect.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/map.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/number.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/slice.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/time.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/zz_generated.go
2025-08-20T20:25:53.3962980Z [00:02:32.082]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T20:25:53.3997388Z [00:02:32.084]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/9f/9fbce000232cd34fec804a6fb480df0d42a717e0205d61c17d4afb5857ee7b38-d # internal
2025-08-20T20:25:53.4014289Z [00:02:32.087]➜  encoding/csv
2025-08-20T20:25:53.4017205Z [00:02:32.087]➜  mkdir -p $WORK/b395/
2025-08-20T20:25:53.4038860Z [00:02:32.090]➜  cat >/tmp/go-build1823208636/b395/importcfg << 'EOF' # internal
2025-08-20T20:25:53.4047014Z [00:02:32.090]➜  # import config
2025-08-20T20:25:53.4047418Z [00:02:32.090]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:53.4047837Z [00:02:32.090]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:53.4048255Z [00:02:32.090]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.4048665Z [00:02:32.090]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.4049082Z [00:02:32.090]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:53.4049503Z [00:02:32.090]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.4049929Z [00:02:32.090]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:53.4050374Z [00:02:32.090]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:53.4050704Z [00:02:32.090]➜  EOF
2025-08-20T20:25:53.4052275Z [00:02:32.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b395=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T20:25:53.4120524Z [00:02:32.098]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T20:25:53.4123516Z [00:02:32.098]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/c7/c713bacf882449125a99e8116f33365ff07a7e71e8dbc8ea7bf93d01c44642e8-d # internal
2025-08-20T20:25:53.4141462Z [00:02:32.099]➜  github.com/cli/go-gh/v2/pkg/x/color
2025-08-20T20:25:53.4141898Z [00:02:32.099]➜  mkdir -p $WORK/b398/
2025-08-20T20:25:53.4142281Z [00:02:32.100]➜  cat >/tmp/go-build1823208636/b398/importcfg << 'EOF' # internal
2025-08-20T20:25:53.4142625Z [00:02:32.100]➜  # import config
2025-08-20T20:25:53.4143092Z [00:02:32.100]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:25:53.4143585Z [00:02:32.100]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:53.4143883Z [00:02:32.100]➜  EOF
2025-08-20T20:25:53.4146148Z [00:02:32.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/x/color=>github.com/cli/go-gh/v2@v2.12.2/pkg/x/color;$WORK/b398=>" -p github.com/cli/go-gh/v2/pkg/x/color -lang=go1.23 -complete -installsuffix shared -buildid q4gjVRPbOlG9g8Xn3i8O/q4gjVRPbOlG9g8Xn3i8O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/x/color/accessibility.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/x/color/color.go
2025-08-20T20:25:53.4267692Z [00:02:32.112]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T20:25:53.4272252Z [00:02:32.113]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/8f/8fb5596cecb31f4204ae554f9411f687d8b2a549c2b755f1ea3d3b292b26d953-d # internal
2025-08-20T20:25:53.4301927Z [00:02:32.116]➜  github.com/cli/go-gh/v2/pkg/x/markdown
2025-08-20T20:25:53.4304442Z [00:02:32.116]➜  mkdir -p $WORK/b399/
2025-08-20T20:25:53.4304859Z [00:02:32.116]➜  cat >/tmp/go-build1823208636/b399/importcfg << 'EOF' # internal
2025-08-20T20:25:53.4305230Z [00:02:32.116]➜  # import config
2025-08-20T20:25:53.4305664Z [00:02:32.116]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.4306643Z [00:02:32.117]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build1823208636/b331/_pkg_.a
2025-08-20T20:25:53.4307367Z [00:02:32.117]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build1823208636/b363/_pkg_.a
2025-08-20T20:25:53.4307908Z [00:02:32.117]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.4308224Z [00:02:32.117]➜  EOF
2025-08-20T20:25:53.4310429Z [00:02:32.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/x/markdown=>github.com/cli/go-gh/v2@v2.12.2/pkg/x/markdown;$WORK/b399=>" -p github.com/cli/go-gh/v2/pkg/x/markdown -lang=go1.23 -complete -installsuffix shared -buildid 5OZSFe_puKnTCiBvGcFi/5OZSFe_puKnTCiBvGcFi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/x/markdown/accessibility.go /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/x/markdown/markdown.go
2025-08-20T20:25:53.4728766Z [00:02:32.159]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T20:25:53.4759569Z [00:02:32.160]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T20:25:53.4767483Z [00:02:32.163]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T20:25:53.4773726Z [00:02:32.163]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/fe/fe541d6ed8a4834cd63c464cbf3105263bb0a5e2c2dc55b4385d768a35a2a218-d # internal
2025-08-20T20:25:53.4784280Z [00:02:32.164]➜  github.com/cli/go-gh/v2/pkg/markdown
2025-08-20T20:25:53.4789382Z [00:02:32.165]➜  mkdir -p $WORK/b397/
2025-08-20T20:25:53.4804793Z [00:02:32.166]➜  cat >/tmp/go-build1823208636/b397/importcfg << 'EOF' # internal
2025-08-20T20:25:53.4805671Z [00:02:32.166]➜  # import config
2025-08-20T20:25:53.4806637Z [00:02:32.167]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build1823208636/b330/_pkg_.a
2025-08-20T20:25:53.4816725Z [00:02:32.167]➜  packagefile github.com/cli/go-gh/v2/pkg/x/color=/tmp/go-build1823208636/b398/_pkg_.a
2025-08-20T20:25:53.4817692Z [00:02:32.167]➜  packagefile github.com/cli/go-gh/v2/pkg/x/markdown=/tmp/go-build1823208636/b399/_pkg_.a
2025-08-20T20:25:53.4818463Z [00:02:32.167]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:53.4819110Z [00:02:32.167]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.4819665Z [00:02:32.167]➜  EOF
2025-08-20T20:25:53.4821803Z [00:02:32.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/markdown=>github.com/cli/go-gh/v2@v2.12.2/pkg/markdown;$WORK/b397=>" -p github.com/cli/go-gh/v2/pkg/markdown -lang=go1.23 -complete -installsuffix shared -buildid 5sB2iPiyD9sMjpD5Ldi5/5sB2iPiyD9sMjpD5Ldi5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/markdown/markdown.go
2025-08-20T20:25:53.4925076Z [00:02:32.178]➜  github.com/spf13/pflag
2025-08-20T20:25:53.4928134Z [00:02:32.178]➜  mkdir -p $WORK/b394/
2025-08-20T20:25:53.4929198Z [00:02:32.179]➜  cat >/tmp/go-build1823208636/b394/importcfg << 'EOF' # internal
2025-08-20T20:25:53.4946960Z [00:02:32.179]➜  # import config
2025-08-20T20:25:53.4947911Z [00:02:32.179]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:53.4948833Z [00:02:32.179]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:53.4949761Z [00:02:32.179]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:53.4950757Z [00:02:32.179]➜  packagefile encoding/csv=/tmp/go-build1823208636/b395/_pkg_.a
2025-08-20T20:25:53.4951315Z [00:02:32.179]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:53.4951767Z [00:02:32.179]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.4952184Z [00:02:32.179]➜  packagefile flag=/tmp/go-build1823208636/b246/_pkg_.a
2025-08-20T20:25:53.4953088Z [00:02:32.179]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.4953571Z [00:02:32.179]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:53.4953975Z [00:02:32.179]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:53.4954374Z [00:02:32.179]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:53.4954786Z [00:02:32.179]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:53.4955256Z [00:02:32.179]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:53.4955855Z [00:02:32.179]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.4956300Z [00:02:32.179]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.4956720Z [00:02:32.179]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:53.4957028Z [00:02:32.179]➜  EOF
2025-08-20T20:25:53.4967547Z [00:02:32.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.7=>github.com/spf13/pflag@v1.0.7;$WORK/b394=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid 8vjJS1YbO32S6NA7PL4-/8vjJS1YbO32S6NA7PL4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/bool.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/bool_func.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/bool_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/bytes.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/count.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/duration.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/duration_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/errors.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/flag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/float32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/float32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/float64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/float64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/func.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/golangflag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ip.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ip_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ipmask.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ipnet.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ipnet_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_array.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_to_int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_to_int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_to_string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/text.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/time.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint_slice.go
2025-08-20T20:25:53.5202257Z [00:02:32.206]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T20:25:53.5209224Z [00:02:32.207]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/1b/1b5c278ad43c4fb35c9573cb9eea14a545ee0e41492fb7ba65f252c444df2e09-d # internal
2025-08-20T20:25:53.5209969Z [00:02:32.207]➜  github.com/cli/cli/v2/pkg/markdown
2025-08-20T20:25:53.5210287Z [00:02:32.207]➜  mkdir -p $WORK/b396/
2025-08-20T20:25:53.5222222Z [00:02:32.208]➜  cat >/tmp/go-build1823208636/b396/importcfg << 'EOF' # internal
2025-08-20T20:25:53.5223535Z [00:02:32.208]➜  # import config
2025-08-20T20:25:53.5224004Z [00:02:32.208]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build1823208636/b330/_pkg_.a
2025-08-20T20:25:53.5224664Z [00:02:32.208]➜  packagefile github.com/cli/go-gh/v2/pkg/markdown=/tmp/go-build1823208636/b397/_pkg_.a
2025-08-20T20:25:53.5225489Z [00:02:32.208]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:53.5226257Z [00:02:32.208]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.5226870Z [00:02:32.208]➜  EOF
2025-08-20T20:25:53.5228851Z [00:02:32.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/markdown=>github.com/cli/cli/v2/pkg/markdown;$WORK/b396=>" -p github.com/cli/cli/v2/pkg/markdown -lang=go1.24 -complete -installsuffix shared -buildid tU4ufbd04goaPTPK4Sz5/tU4ufbd04goaPTPK4Sz5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/markdown/markdown.go
2025-08-20T20:25:53.5545781Z [00:02:32.241]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T20:25:53.5557409Z [00:02:32.241]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/3e/3eafcdc1eac8127a53f0c2cace36a3b03b3b369fe1d603789bd529572b9c0c57-d # internal
2025-08-20T20:25:53.5589915Z [00:02:32.245]➜  golang.org/x/text/encoding
2025-08-20T20:25:53.5590262Z [00:02:32.245]➜  mkdir -p $WORK/b403/
2025-08-20T20:25:53.5594345Z [00:02:32.246]➜  cat >/tmp/go-build1823208636/b403/importcfg << 'EOF' # internal
2025-08-20T20:25:53.5594718Z [00:02:32.246]➜  # import config
2025-08-20T20:25:53.5596604Z [00:02:32.246]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.5597284Z [00:02:32.246]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build1823208636/b404/_pkg_.a
2025-08-20T20:25:53.5597932Z [00:02:32.246]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:53.5598410Z [00:02:32.246]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:53.5598823Z [00:02:32.246]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.5599271Z [00:02:32.246]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:53.5599623Z [00:02:32.246]➜  EOF
2025-08-20T20:25:53.5601370Z [00:02:32.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding=>golang.org/x/text@v0.28.0/encoding;$WORK/b403=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid 3pZ31j2iuJMX82BtmlCB/3pZ31j2iuJMX82BtmlCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/encoding.go
2025-08-20T20:25:53.5991963Z [00:02:32.285]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T20:25:53.6000984Z [00:02:32.286]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/31/31d355b7055e0f9b6e7dd4bf8473464acff3d3d11f37e31a9511d3e0b4f8fb81-d # internal
2025-08-20T20:25:53.6006171Z [00:02:32.286]➜  github.com/gdamore/encoding
2025-08-20T20:25:53.6006614Z [00:02:32.286]➜  mkdir -p $WORK/b402/
2025-08-20T20:25:53.6007061Z [00:02:32.286]➜  cat >/tmp/go-build1823208636/b402/importcfg << 'EOF' # internal
2025-08-20T20:25:53.6007416Z [00:02:32.287]➜  # import config
2025-08-20T20:25:53.6007836Z [00:02:32.287]➜  packagefile golang.org/x/text/encoding=/tmp/go-build1823208636/b403/_pkg_.a
2025-08-20T20:25:53.6008403Z [00:02:32.287]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:53.6008889Z [00:02:32.287]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:53.6009669Z [00:02:32.287]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:53.6010065Z [00:02:32.287]➜  EOF
2025-08-20T20:25:53.6013172Z [00:02:32.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1=>github.com/gdamore/encoding@v1.0.1;$WORK/b402=>" -p github.com/gdamore/encoding -lang=go1.9 -complete -installsuffix shared -buildid 5XNSzO7NpjMzWWlKlfWh/5XNSzO7NpjMzWWlKlfWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/ascii.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/charmap.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/doc.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/ebcdic.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/latin1.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/latin5.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/utf8.go
2025-08-20T20:25:53.6142078Z [00:02:32.300]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T20:25:53.6168979Z [00:02:32.303]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T20:25:53.6216596Z [00:02:32.307]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/b0/b0d346983e54c77e8f311d0de96809a3627c2b06d56a4d008f7ada262efa1fe7-d # internal
2025-08-20T20:25:53.6220311Z [00:02:32.308]➜  github.com/Masterminds/sprig/v3
2025-08-20T20:25:53.6230106Z [00:02:32.308]➜  mkdir -p $WORK/b376/
2025-08-20T20:25:53.6230943Z [00:02:32.308]➜  cat >/tmp/go-build1823208636/b376/importcfg << 'EOF' # internal
2025-08-20T20:25:53.6231302Z [00:02:32.308]➜  # import config
2025-08-20T20:25:53.6231648Z [00:02:32.308]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:53.6232077Z [00:02:32.308]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:53.6232514Z [00:02:32.308]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:25:53.6232991Z [00:02:32.308]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:53.6233452Z [00:02:32.308]➜  packagefile crypto/dsa=/tmp/go-build1823208636/b197/_pkg_.a
2025-08-20T20:25:53.6233909Z [00:02:32.308]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:53.6234377Z [00:02:32.308]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:53.6234859Z [00:02:32.308]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:53.6235335Z [00:02:32.308]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:25:53.6236074Z [00:02:32.308]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:53.6236533Z [00:02:32.308]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:53.6236985Z [00:02:32.308]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:53.6237447Z [00:02:32.308]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:53.6237923Z [00:02:32.308]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:53.6238379Z [00:02:32.308]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:53.6238850Z [00:02:32.308]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:25:53.6239339Z [00:02:32.308]➜  packagefile dario.cat/mergo=/tmp/go-build1823208636/b377/_pkg_.a
2025-08-20T20:25:53.6239815Z [00:02:32.308]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:53.6240302Z [00:02:32.308]➜  packagefile encoding/base32=/tmp/go-build1823208636/b378/_pkg_.a
2025-08-20T20:25:53.6240782Z [00:02:32.308]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:53.6241263Z [00:02:32.308]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:53.6241735Z [00:02:32.308]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:53.6242530Z [00:02:32.308]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:53.6243092Z [00:02:32.308]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:25:53.6243537Z [00:02:32.308]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.6243955Z [00:02:32.308]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.6244458Z [00:02:32.308]➜  packagefile github.com/Masterminds/goutils=/tmp/go-build1823208636/b379/_pkg_.a
2025-08-20T20:25:53.6245064Z [00:02:32.308]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build1823208636/b380/_pkg_.a
2025-08-20T20:25:53.6259454Z [00:02:32.308]➜  packagefile github.com/google/uuid=/tmp/go-build1823208636/b381/_pkg_.a
2025-08-20T20:25:53.6260173Z [00:02:32.308]➜  packagefile github.com/huandu/xstrings=/tmp/go-build1823208636/b382/_pkg_.a
2025-08-20T20:25:53.6260790Z [00:02:32.308]➜  packagefile github.com/mitchellh/copystructure=/tmp/go-build1823208636/b383/_pkg_.a
2025-08-20T20:25:53.6261423Z [00:02:32.308]➜  packagefile github.com/shopspring/decimal=/tmp/go-build1823208636/b385/_pkg_.a
2025-08-20T20:25:53.6261972Z [00:02:32.308]➜  packagefile github.com/spf13/cast=/tmp/go-build1823208636/b386/_pkg_.a
2025-08-20T20:25:53.6262513Z [00:02:32.308]➜  packagefile golang.org/x/crypto/bcrypt=/tmp/go-build1823208636/b389/_pkg_.a
2025-08-20T20:25:53.6263068Z [00:02:32.308]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build1823208636/b391/_pkg_.a
2025-08-20T20:25:53.6263935Z [00:02:32.308]➜  packagefile hash/adler32=/tmp/go-build1823208636/b284/_pkg_.a
2025-08-20T20:25:53.6264408Z [00:02:32.308]➜  packagefile html/template=/tmp/go-build1823208636/b388/_pkg_.a
2025-08-20T20:25:53.6264848Z [00:02:32.308]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:53.6265253Z [00:02:32.308]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:53.6265874Z [00:02:32.308]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:53.6266372Z [00:02:32.308]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:53.6266795Z [00:02:32.308]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:53.6267213Z [00:02:32.308]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:53.6267623Z [00:02:32.308]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:53.6268031Z [00:02:32.308]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:53.6268489Z [00:02:32.308]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:53.6268935Z [00:02:32.308]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:53.6269359Z [00:02:32.308]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:53.6269775Z [00:02:32.308]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:53.6270190Z [00:02:32.308]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.6270627Z [00:02:32.308]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.6271080Z [00:02:32.308]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:25:53.6271514Z [00:02:32.308]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:53.6271819Z [00:02:32.308]➜  EOF
2025-08-20T20:25:53.6277203Z [00:02:32.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0=>github.com/Masterminds/sprig/v3@v3.3.0;$WORK/b376=>" -p github.com/Masterminds/sprig/v3 -lang=go1.21 -complete -installsuffix shared -buildid POT3IWsj2C1Jd35NBpOv/POT3IWsj2C1Jd35NBpOv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/crypto.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/date.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/defaults.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/dict.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/doc.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/functions.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/list.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/network.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/numeric.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/reflect.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/regex.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/semver.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/strings.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/url.go
2025-08-20T20:25:53.6322232Z [00:02:32.317]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/c6/c6b752585e2ba0728da9a6238172232fcd75b8155abf89d8a5dda57a46e70dee-d # internal
2025-08-20T20:25:53.6322933Z [00:02:32.317]➜  github.com/gdamore/tcell/v2/terminfo
2025-08-20T20:25:53.6323247Z [00:02:32.317]➜  mkdir -p $WORK/b405/
2025-08-20T20:25:53.6323648Z [00:02:32.317]➜  cat >/tmp/go-build1823208636/b405/importcfg << 'EOF' # internal
2025-08-20T20:25:53.6324004Z [00:02:32.317]➜  # import config
2025-08-20T20:25:53.6324340Z [00:02:32.318]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:53.6324762Z [00:02:32.318]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.6325178Z [00:02:32.318]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.6325729Z [00:02:32.318]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:53.6326490Z [00:02:32.318]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:53.6326914Z [00:02:32.318]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.6327344Z [00:02:32.318]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.6327762Z [00:02:32.318]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:53.6328171Z [00:02:32.318]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:53.6328485Z [00:02:32.318]➜  EOF
2025-08-20T20:25:53.6331152Z [00:02:32.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo=>github.com/gdamore/tcell/v2@v2.8.1/terminfo;$WORK/b405=>" -p github.com/gdamore/tcell/v2/terminfo -lang=go1.12 -complete -installsuffix shared -buildid ThtrYvXzUshAz3RoWs8q/ThtrYvXzUshAz3RoWs8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/terminfo.go
2025-08-20T20:25:53.6332981Z [00:02:32.319]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T20:25:53.6343355Z [00:02:32.320]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/72/724254897daebba57eaf57d7500fcf904d7919490f3191c5ed9e71973807c6e9-d # internal
2025-08-20T20:25:53.6350093Z [00:02:32.321]➜  github.com/cli/cli/v2/pkg/findsh
2025-08-20T20:25:53.6353427Z [00:02:32.321]➜  mkdir -p $WORK/b443/
2025-08-20T20:25:53.6365011Z [00:02:32.323]➜  cat >/tmp/go-build1823208636/b443/importcfg << 'EOF' # internal
2025-08-20T20:25:53.6365727Z [00:02:32.323]➜  # import config
2025-08-20T20:25:53.6366262Z [00:02:32.323]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:53.6366713Z [00:02:32.323]➜  EOF
2025-08-20T20:25:53.6368394Z [00:02:32.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/findsh=>github.com/cli/cli/v2/pkg/findsh;$WORK/b443=>" -p github.com/cli/cli/v2/pkg/findsh -lang=go1.24 -complete -installsuffix shared -buildid Fn-1_B33M597d2iHjq3H/Fn-1_B33M597d2iHjq3H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/findsh/find.go
2025-08-20T20:25:53.6461038Z [00:02:32.332]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T20:25:53.6471382Z [00:02:32.333]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/e9/e96d5ce626492b4cbf6ade647263b80b71bb3b962d00be623b96c671befdaeb2-d # internal
2025-08-20T20:25:53.6478610Z [00:02:32.334]➜  github.com/stretchr/objx
2025-08-20T20:25:53.6479738Z [00:02:32.334]➜  mkdir -p $WORK/b445/
2025-08-20T20:25:53.6488274Z [00:02:32.335]➜  cat >/tmp/go-build1823208636/b445/importcfg << 'EOF' # internal
2025-08-20T20:25:53.6489109Z [00:02:32.335]➜  # import config
2025-08-20T20:25:53.6489686Z [00:02:32.335]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:53.6490478Z [00:02:32.335]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:53.6495394Z [00:02:32.335]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:53.6496026Z [00:02:32.335]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:53.6496501Z [00:02:32.335]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:53.6496942Z [00:02:32.335]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.6497370Z [00:02:32.335]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.6497800Z [00:02:32.335]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:25:53.6498232Z [00:02:32.335]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:53.6498658Z [00:02:32.335]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:53.6499078Z [00:02:32.335]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:53.6499930Z [00:02:32.335]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.6500360Z [00:02:32.335]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.6500674Z [00:02:32.335]➜  EOF
2025-08-20T20:25:53.6518777Z [00:02:32.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/objx@v0.5.2=>github.com/stretchr/objx@v0.5.2;$WORK/b445=>" -p github.com/stretchr/objx -lang=go1.20 -complete -installsuffix shared -buildid 40fh-17cRxiYFoEfmQ3t/40fh-17cRxiYFoEfmQ3t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/accessors.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/conversions.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/doc.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/map.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/mutations.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/security.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/tests.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/type_specific.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/type_specific_codegen.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/value.go
2025-08-20T20:25:53.6936593Z [00:02:32.379]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T20:25:53.6946388Z [00:02:32.381]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/bb/bbc2ee9e74559b7bd6edd44d96fe0919c36c7ed29febceffba0ec6c08c7207d7-d # internal
2025-08-20T20:25:53.6948307Z [00:02:32.381]➜  github.com/gdamore/tcell/v2/terminfo/a/ansi
2025-08-20T20:25:53.6949221Z [00:02:32.381]➜  mkdir -p $WORK/b407/
2025-08-20T20:25:53.6952660Z [00:02:32.381]➜  cat >/tmp/go-build1823208636/b407/importcfg << 'EOF' # internal
2025-08-20T20:25:53.6953494Z [00:02:32.381]➜  # import config
2025-08-20T20:25:53.6954511Z [00:02:32.381]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.6955835Z [00:02:32.381]➜  EOF
2025-08-20T20:25:53.6958646Z [00:02:32.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b407/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi;$WORK/b407=>" -p github.com/gdamore/tcell/v2/terminfo/a/ansi -lang=go1.12 -complete -installsuffix shared -buildid M7OEH-L2-s30aTFoTylX/M7OEH-L2-s30aTFoTylX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi/term.go
2025-08-20T20:25:53.7070868Z [00:02:32.393]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T20:25:53.7080124Z [00:02:32.394]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/f4/f4d95f6a4f2661ea3727f71cb182fecac2dd5219c0a56c4b0fa604a6073219a0-d # internal
2025-08-20T20:25:53.7081288Z [00:02:32.394]➜  github.com/gdamore/tcell/v2/terminfo/v/vt100
2025-08-20T20:25:53.7081664Z [00:02:32.394]➜  mkdir -p $WORK/b408/
2025-08-20T20:25:53.7082049Z [00:02:32.394]➜  cat >/tmp/go-build1823208636/b408/importcfg << 'EOF' # internal
2025-08-20T20:25:53.7082460Z [00:02:32.394]➜  # import config
2025-08-20T20:25:53.7082918Z [00:02:32.394]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.7083328Z [00:02:32.394]➜  EOF
2025-08-20T20:25:53.7085363Z [00:02:32.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100;$WORK/b408=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt100 -lang=go1.12 -complete -installsuffix shared -buildid DqfaxFkgdqvgkvQ9oGm7/DqfaxFkgdqvgkvQ9oGm7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100/term.go
2025-08-20T20:25:53.7291011Z [00:02:32.415]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T20:25:53.7295365Z [00:02:32.416]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/8e/8e308b46bfa117d752ef517bbd74e28f60d0de9ccc8305e42b0d0472bfe708ed-d # internal
2025-08-20T20:25:53.7298447Z [00:02:32.416]➜  github.com/gdamore/tcell/v2/terminfo/v/vt102
2025-08-20T20:25:53.7298795Z [00:02:32.416]➜  mkdir -p $WORK/b409/
2025-08-20T20:25:53.7302137Z [00:02:32.416]➜  cat >/tmp/go-build1823208636/b409/importcfg << 'EOF' # internal
2025-08-20T20:25:53.7303719Z [00:02:32.416]➜  # import config
2025-08-20T20:25:53.7304212Z [00:02:32.416]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.7304633Z [00:02:32.416]➜  EOF
2025-08-20T20:25:53.7306727Z [00:02:32.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102;$WORK/b409=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt102 -lang=go1.12 -complete -installsuffix shared -buildid a7QBI1pM-uvI1BSD6I3G/a7QBI1pM-uvI1BSD6I3G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102/term.go
2025-08-20T20:25:53.7444963Z [00:02:32.430]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T20:25:53.7453859Z [00:02:32.431]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/08/088b89d348ef5e83b5b7477d61cb8ede68b817679be8da45b8c7eb4514066e7b-d # internal
2025-08-20T20:25:53.7454679Z [00:02:32.431]➜  github.com/gdamore/tcell/v2/terminfo/v/vt220
2025-08-20T20:25:53.7455150Z [00:02:32.431]➜  mkdir -p $WORK/b410/
2025-08-20T20:25:53.7455720Z [00:02:32.431]➜  cat >/tmp/go-build1823208636/b410/importcfg << 'EOF' # internal
2025-08-20T20:25:53.7456211Z [00:02:32.431]➜  # import config
2025-08-20T20:25:53.7456766Z [00:02:32.431]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.7457281Z [00:02:32.431]➜  EOF
2025-08-20T20:25:53.7459312Z [00:02:32.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220;$WORK/b410=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt220 -lang=go1.12 -complete -installsuffix shared -buildid YZqpbBTjrpKI_P37pDaj/YZqpbBTjrpKI_P37pDaj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220/term.go
2025-08-20T20:25:53.7874155Z [00:02:32.473]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T20:25:53.7875392Z [00:02:32.474]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/60/60fac2325f3ede4bf20867d47fc5b95bf32849428aa44172cd11bf56a35db16e-d # internal
2025-08-20T20:25:53.7879506Z [00:02:32.474]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm
2025-08-20T20:25:53.7880315Z [00:02:32.474]➜  mkdir -p $WORK/b411/
2025-08-20T20:25:53.7881121Z [00:02:32.474]➜  cat >/tmp/go-build1823208636/b411/importcfg << 'EOF' # internal
2025-08-20T20:25:53.7881506Z [00:02:32.474]➜  # import config
2025-08-20T20:25:53.7882107Z [00:02:32.474]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.7882743Z [00:02:32.474]➜  EOF
2025-08-20T20:25:53.7885130Z [00:02:32.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm;$WORK/b411=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm -lang=go1.12 -complete -installsuffix shared -buildid yQ076BW7WQ-3cAtNKJWa/yQ076BW7WQ-3cAtNKJWa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm/direct.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm/term.go
2025-08-20T20:25:53.8341266Z [00:02:32.520]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T20:25:53.8345469Z [00:02:32.521]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/f7/f7ea86dc5d0f518f7e5bfe16f4ccf9891c70bbab6cf56e05c3632580daab0bcf-d # internal
2025-08-20T20:25:53.8346656Z [00:02:32.521]➜  github.com/gdamore/tcell/v2/terminfo/base
2025-08-20T20:25:53.8346976Z [00:02:32.521]➜  mkdir -p $WORK/b406/
2025-08-20T20:25:53.8350332Z [00:02:32.521]➜  cat >/tmp/go-build1823208636/b406/importcfg << 'EOF' # internal
2025-08-20T20:25:53.8351356Z [00:02:32.521]➜  # import config
2025-08-20T20:25:53.8352280Z [00:02:32.521]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build1823208636/b407/_pkg_.a
2025-08-20T20:25:53.8353056Z [00:02:32.521]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build1823208636/b408/_pkg_.a
2025-08-20T20:25:53.8353749Z [00:02:32.521]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build1823208636/b409/_pkg_.a
2025-08-20T20:25:53.8354435Z [00:02:32.521]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build1823208636/b410/_pkg_.a
2025-08-20T20:25:53.8355134Z [00:02:32.521]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build1823208636/b411/_pkg_.a
2025-08-20T20:25:53.8355719Z [00:02:32.521]➜  EOF
2025-08-20T20:25:53.8364672Z [00:02:32.521]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/base=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/base;$WORK/b406=>" -p github.com/gdamore/tcell/v2/terminfo/base -lang=go1.12 -complete -installsuffix shared -buildid l0EOfAxLm4poaEXc1feu/l0EOfAxLm4poaEXc1feu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/base/base.go
2025-08-20T20:25:53.8440332Z [00:02:32.530]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T20:25:53.8442754Z [00:02:32.530]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/9c/9c256fe0bfe494beec1501db1264c1a1caf131662a2d0b165b9282e679d612a3-d # internal
2025-08-20T20:25:53.8470290Z [00:02:32.533]➜  github.com/gdamore/tcell/v2/terminfo/dynamic
2025-08-20T20:25:53.8470910Z [00:02:32.533]➜  mkdir -p $WORK/b412/
2025-08-20T20:25:53.8472638Z [00:02:32.533]➜  cat >/tmp/go-build1823208636/b412/importcfg << 'EOF' # internal
2025-08-20T20:25:53.8473005Z [00:02:32.533]➜  # import config
2025-08-20T20:25:53.8473341Z [00:02:32.533]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:53.8473760Z [00:02:32.533]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:53.8474632Z [00:02:32.533]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.8475244Z [00:02:32.533]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:53.8475807Z [00:02:32.533]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:53.8476253Z [00:02:32.533]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.8476682Z [00:02:32.533]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.8477012Z [00:02:32.533]➜  EOF
2025-08-20T20:25:53.8489398Z [00:02:32.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic;$WORK/b412=>" -p github.com/gdamore/tcell/v2/terminfo/dynamic -lang=go1.12 -complete -installsuffix shared -buildid -xQ92EEloIgurA6IZ8df/-xQ92EEloIgurA6IZ8df -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic/dynamic.go
2025-08-20T20:25:53.8620942Z [00:02:32.548]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T20:25:53.8705454Z [00:02:32.557]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/21/210257e2b1fc6b2901f24d89859e1d43d54761c35be33480932ee780bf0fc353-d # internal
2025-08-20T20:25:53.8713374Z [00:02:32.557]➜  github.com/cli/go-gh/v2/pkg/template
2025-08-20T20:25:53.8713909Z [00:02:32.557]➜  mkdir -p $WORK/b375/
2025-08-20T20:25:53.8716980Z [00:02:32.558]➜  cat >/tmp/go-build1823208636/b375/importcfg << 'EOF' # internal
2025-08-20T20:25:53.8717372Z [00:02:32.558]➜  # import config
2025-08-20T20:25:53.8717741Z [00:02:32.558]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:53.8718184Z [00:02:32.558]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:53.8718695Z [00:02:32.558]➜  packagefile github.com/Masterminds/sprig/v3=/tmp/go-build1823208636/b376/_pkg_.a
2025-08-20T20:25:53.8719352Z [00:02:32.558]➜  packagefile github.com/cli/go-gh/v2/pkg/tableprinter=/tmp/go-build1823208636/b328/_pkg_.a
2025-08-20T20:25:53.8719970Z [00:02:32.558]➜  packagefile github.com/cli/go-gh/v2/pkg/text=/tmp/go-build1823208636/b313/_pkg_.a
2025-08-20T20:25:53.8720517Z [00:02:32.558]➜  packagefile github.com/mgutz/ansi=/tmp/go-build1823208636/b066/_pkg_.a
2025-08-20T20:25:53.8720971Z [00:02:32.558]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:53.8721388Z [00:02:32.558]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:53.8721806Z [00:02:32.558]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:53.8722232Z [00:02:32.558]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:53.8722681Z [00:02:32.558]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:25:53.8723121Z [00:02:32.558]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:53.8723427Z [00:02:32.558]➜  EOF
2025-08-20T20:25:53.8730563Z [00:02:32.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/template=>github.com/cli/go-gh/v2@v2.12.2/pkg/template;$WORK/b375=>" -p github.com/cli/go-gh/v2/pkg/template -lang=go1.23 -complete -installsuffix shared -buildid KmG1ICPzNusWiKF7j2vj/KmG1ICPzNusWiKF7j2vj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/github.com/cli/go-gh/v2@v2.12.2/pkg/template/template.go
2025-08-20T20:25:53.9028902Z [00:02:32.589]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T20:25:53.9066710Z [00:02:32.590]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/0e/0ed6d8af659d89df2fbfe4dda3319d26321230cc47b70f3ad9807330721deec8-d # internal
2025-08-20T20:25:53.9067669Z [00:02:32.590]➜  github.com/gdamore/tcell/v2/terminfo/a/aixterm
2025-08-20T20:25:53.9068019Z [00:02:32.590]➜  mkdir -p $WORK/b414/
2025-08-20T20:25:53.9068756Z [00:02:32.590]➜  cat >/tmp/go-build1823208636/b414/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9069169Z [00:02:32.590]➜  # import config
2025-08-20T20:25:53.9069628Z [00:02:32.590]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9070042Z [00:02:32.590]➜  EOF
2025-08-20T20:25:53.9072102Z [00:02:32.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm;$WORK/b414=>" -p github.com/gdamore/tcell/v2/terminfo/a/aixterm -lang=go1.12 -complete -installsuffix shared -buildid OPl4dNLaxIjNRqYiB-jl/OPl4dNLaxIjNRqYiB-jl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm/term.go
2025-08-20T20:25:53.9095762Z [00:02:32.595]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T20:25:53.9146375Z [00:02:32.601]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T20:25:53.9151369Z [00:02:32.601]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/fc/fca16262fec9d7d12de09d19146dd3fe3ca0d8882d293ec36b9f5f8b8acd50c6-d # internal
2025-08-20T20:25:53.9152076Z [00:02:32.601]➜  github.com/gdamore/tcell/v2/terminfo/a/alacritty
2025-08-20T20:25:53.9152414Z [00:02:32.601]➜  mkdir -p $WORK/b415/
2025-08-20T20:25:53.9154798Z [00:02:32.602]➜  cat >/tmp/go-build1823208636/b415/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9158711Z [00:02:32.602]➜  # import config
2025-08-20T20:25:53.9159304Z [00:02:32.602]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9159725Z [00:02:32.602]➜  EOF
2025-08-20T20:25:53.9162165Z [00:02:32.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty;$WORK/b415=>" -p github.com/gdamore/tcell/v2/terminfo/a/alacritty -lang=go1.12 -complete -installsuffix shared -buildid hGuQv35F0f6WHJjke2RN/hGuQv35F0f6WHJjke2RN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty/direct.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty/term.go
2025-08-20T20:25:53.9229020Z [00:02:32.609]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/00/00bf65bcd5efc87cda116212fbeef16546ec86f5b9b688d2dcb2f8abf2722aca-d # internal
2025-08-20T20:25:53.9229940Z [00:02:32.609]➜  github.com/gdamore/tcell/v2/terminfo/b/beterm
2025-08-20T20:25:53.9233267Z [00:02:32.609]➜  mkdir -p $WORK/b416/
2025-08-20T20:25:53.9234443Z [00:02:32.609]➜  cat >/tmp/go-build1823208636/b416/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9235087Z [00:02:32.609]➜  # import config
2025-08-20T20:25:53.9235657Z [00:02:32.609]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9236150Z [00:02:32.610]➜  EOF
2025-08-20T20:25:53.9238242Z [00:02:32.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm;$WORK/b416=>" -p github.com/gdamore/tcell/v2/terminfo/b/beterm -lang=go1.12 -complete -installsuffix shared -buildid UzgTAlul8qEeB2c2l8u6/UzgTAlul8qEeB2c2l8u6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm/term.go
2025-08-20T20:25:53.9284611Z [00:02:32.615]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T20:25:53.9297263Z [00:02:32.616]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/b7/b7bb8d5e964f07ef41fd0001f5c7e2c4ed00c2e200714e03d405a604cbdc1323-d # internal
2025-08-20T20:25:53.9298091Z [00:02:32.616]➜  github.com/gdamore/tcell/v2/terminfo/c/cygwin
2025-08-20T20:25:53.9304615Z [00:02:32.617]➜  mkdir -p $WORK/b417/
2025-08-20T20:25:53.9313900Z [00:02:32.617]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T20:25:53.9323700Z [00:02:32.618]➜  cat >/tmp/go-build1823208636/b417/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9324184Z [00:02:32.618]➜  # import config
2025-08-20T20:25:53.9324651Z [00:02:32.618]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9325066Z [00:02:32.618]➜  EOF
2025-08-20T20:25:53.9329390Z [00:02:32.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin;$WORK/b417=>" -p github.com/gdamore/tcell/v2/terminfo/c/cygwin -lang=go1.12 -complete -installsuffix shared -buildid 2_RTSExSJqRPAsCQzrN4/2_RTSExSJqRPAsCQzrN4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin/term.go
2025-08-20T20:25:53.9336511Z [00:02:32.620]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/db/dbb1e91a550cab67a2cebc42885e7d25cad8539af81c67f168aa2737ed555d13-d # internal
2025-08-20T20:25:53.9342231Z [00:02:32.620]➜  github.com/gdamore/tcell/v2/terminfo/d/dtterm
2025-08-20T20:25:53.9343232Z [00:02:32.620]➜  mkdir -p $WORK/b418/
2025-08-20T20:25:53.9354030Z [00:02:32.621]➜  cat >/tmp/go-build1823208636/b418/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9354721Z [00:02:32.621]➜  # import config
2025-08-20T20:25:53.9356406Z [00:02:32.621]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9356867Z [00:02:32.621]➜  EOF
2025-08-20T20:25:53.9360931Z [00:02:32.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm;$WORK/b418=>" -p github.com/gdamore/tcell/v2/terminfo/d/dtterm -lang=go1.12 -complete -installsuffix shared -buildid HDy7Xui8xCnq_89qyjkZ/HDy7Xui8xCnq_89qyjkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm/term.go
2025-08-20T20:25:53.9384662Z [00:02:32.625]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T20:25:53.9389906Z [00:02:32.625]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/25/25ce17b202a1fa823f094c21def60eff04fe0d1585160c04f18c3e32d1b57fbb-d # internal
2025-08-20T20:25:53.9395701Z [00:02:32.626]➜  github.com/gdamore/tcell/v2/terminfo/e/emacs
2025-08-20T20:25:53.9396387Z [00:02:32.626]➜  mkdir -p $WORK/b419/
2025-08-20T20:25:53.9422042Z [00:02:32.628]➜  cat >/tmp/go-build1823208636/b419/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9423347Z [00:02:32.628]➜  # import config
2025-08-20T20:25:53.9423864Z [00:02:32.628]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9424292Z [00:02:32.628]➜  EOF
2025-08-20T20:25:53.9426484Z [00:02:32.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs;$WORK/b419=>" -p github.com/gdamore/tcell/v2/terminfo/e/emacs -lang=go1.12 -complete -installsuffix shared -buildid c19mtDLlAM7DPg0yUMSZ/c19mtDLlAM7DPg0yUMSZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs/term.go
2025-08-20T20:25:53.9465118Z [00:02:32.633]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T20:25:53.9472769Z [00:02:32.633]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/4e/4eaae973ae9a8938e5a43f5a4b26a9afda5296faf853b2c7213bd167b56064b1-d # internal
2025-08-20T20:25:53.9474111Z [00:02:32.633]➜  github.com/gdamore/tcell/v2/terminfo/f/foot
2025-08-20T20:25:53.9474468Z [00:02:32.633]➜  mkdir -p $WORK/b420/
2025-08-20T20:25:53.9475226Z [00:02:32.633]➜  cat >/tmp/go-build1823208636/b420/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9475823Z [00:02:32.633]➜  # import config
2025-08-20T20:25:53.9476346Z [00:02:32.633]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9476761Z [00:02:32.633]➜  EOF
2025-08-20T20:25:53.9478759Z [00:02:32.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot;$WORK/b420=>" -p github.com/gdamore/tcell/v2/terminfo/f/foot -lang=go1.12 -complete -installsuffix shared -buildid 2naBsFNQcXaHVGQg21Pe/2naBsFNQcXaHVGQg21Pe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot/foot.go
2025-08-20T20:25:53.9502991Z [00:02:32.636]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T20:25:53.9513925Z [00:02:32.637]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/5a/5a84b8468e6de3dfdb3bc2197da80af3f72c70ce115250854f8205a132f4ac4d-d # internal
2025-08-20T20:25:53.9515038Z [00:02:32.637]➜  github.com/gdamore/tcell/v2/terminfo/g/gnome
2025-08-20T20:25:53.9515968Z [00:02:32.637]➜  mkdir -p $WORK/b421/
2025-08-20T20:25:53.9524619Z [00:02:32.639]➜  cat >/tmp/go-build1823208636/b421/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9525434Z [00:02:32.639]➜  # import config
2025-08-20T20:25:53.9526436Z [00:02:32.639]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9527269Z [00:02:32.639]➜  EOF
2025-08-20T20:25:53.9529357Z [00:02:32.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome;$WORK/b421=>" -p github.com/gdamore/tcell/v2/terminfo/g/gnome -lang=go1.12 -complete -installsuffix shared -buildid OaHH9FjVgV2p5XL-g2uQ/OaHH9FjVgV2p5XL-g2uQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome/term.go
2025-08-20T20:25:53.9577682Z [00:02:32.644]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T20:25:53.9590007Z [00:02:32.645]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/ad/adc683ac21f461b02fc729c6b1b75d431cba5a24fa25829eb537f7ecf39874ed-d # internal
2025-08-20T20:25:53.9590667Z [00:02:32.645]➜  github.com/gdamore/tcell/v2/terminfo/h/hpterm
2025-08-20T20:25:53.9591033Z [00:02:32.645]➜  mkdir -p $WORK/b422/
2025-08-20T20:25:53.9591415Z [00:02:32.645]➜  cat >/tmp/go-build1823208636/b422/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9591760Z [00:02:32.645]➜  # import config
2025-08-20T20:25:53.9592242Z [00:02:32.645]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9592652Z [00:02:32.645]➜  EOF
2025-08-20T20:25:53.9684204Z [00:02:32.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm;$WORK/b422=>" -p github.com/gdamore/tcell/v2/terminfo/h/hpterm -lang=go1.12 -complete -installsuffix shared -buildid GRZ-eK34XZ9PvGKq6GCB/GRZ-eK34XZ9PvGKq6GCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm/term.go
2025-08-20T20:25:53.9708476Z [00:02:32.657]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T20:25:53.9720708Z [00:02:32.658]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T20:25:53.9725678Z [00:02:32.659]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/c7/c7bc70f53440a05ef8f1412a0700ca26a054dae4e9c5c83de114c95accdd354d-d # internal
2025-08-20T20:25:53.9730299Z [00:02:32.659]➜  github.com/gdamore/tcell/v2/terminfo/k/konsole
2025-08-20T20:25:53.9730653Z [00:02:32.659]➜  mkdir -p $WORK/b423/
2025-08-20T20:25:53.9731318Z [00:02:32.659]➜  cat >/tmp/go-build1823208636/b423/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9731728Z [00:02:32.659]➜  # import config
2025-08-20T20:25:53.9732191Z [00:02:32.659]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9732605Z [00:02:32.659]➜  EOF
2025-08-20T20:25:53.9739129Z [00:02:32.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole;$WORK/b423=>" -p github.com/gdamore/tcell/v2/terminfo/k/konsole -lang=go1.12 -complete -installsuffix shared -buildid ALkAPi2EtHcUYfpOxySR/ALkAPi2EtHcUYfpOxySR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole/term.go
2025-08-20T20:25:53.9741454Z [00:02:32.660]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/ce/cedf92bc9080cdd4fcccb143005f506c8ff235eec2ea51c71f676438d0c0997b-d # internal
2025-08-20T20:25:53.9755982Z [00:02:32.662]➜  github.com/gdamore/tcell/v2/terminfo/k/kterm
2025-08-20T20:25:53.9764764Z [00:02:32.663]➜  mkdir -p $WORK/b424/
2025-08-20T20:25:53.9767688Z [00:02:32.663]➜  cat >/tmp/go-build1823208636/b424/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9768049Z [00:02:32.663]➜  # import config
2025-08-20T20:25:53.9768507Z [00:02:32.663]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9769371Z [00:02:32.663]➜  EOF
2025-08-20T20:25:53.9771660Z [00:02:32.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm;$WORK/b424=>" -p github.com/gdamore/tcell/v2/terminfo/k/kterm -lang=go1.12 -complete -installsuffix shared -buildid j5SHWn8nrD7s7ouOqFg1/j5SHWn8nrD7s7ouOqFg1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm/term.go
2025-08-20T20:25:53.9870951Z [00:02:32.673]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T20:25:53.9878588Z [00:02:32.673]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/34/34b9a8e810a6fb45c8f4ff1b8c6f6d6bee7fb9004684f716807f0097e911615f-d # internal
2025-08-20T20:25:53.9879858Z [00:02:32.674]➜  github.com/gdamore/tcell/v2/terminfo/l/linux
2025-08-20T20:25:53.9881959Z [00:02:32.674]➜  mkdir -p $WORK/b425/
2025-08-20T20:25:53.9882377Z [00:02:32.674]➜  cat >/tmp/go-build1823208636/b425/importcfg << 'EOF' # internal
2025-08-20T20:25:53.9882724Z [00:02:32.674]➜  # import config
2025-08-20T20:25:53.9883181Z [00:02:32.674]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:53.9883591Z [00:02:32.674]➜  EOF
2025-08-20T20:25:53.9885729Z [00:02:32.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux;$WORK/b425=>" -p github.com/gdamore/tcell/v2/terminfo/l/linux -lang=go1.12 -complete -installsuffix shared -buildid OydtcT3f5BK3mKgZBNdB/OydtcT3f5BK3mKgZBNdB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux/term.go
2025-08-20T20:25:53.9997476Z [00:02:32.685]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T20:25:53.9999442Z [00:02:32.686]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/25/257a77bb9a0bd910371e434d518ac2114692f24185f9098f4d0e9752196ff9c4-d # internal
2025-08-20T20:25:54.0003249Z [00:02:32.686]➜  github.com/gdamore/tcell/v2/terminfo/p/pcansi
2025-08-20T20:25:54.0005138Z [00:02:32.686]➜  mkdir -p $WORK/b426/
2025-08-20T20:25:54.0005619Z [00:02:32.686]➜  cat >/tmp/go-build1823208636/b426/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0006036Z [00:02:32.686]➜  # import config
2025-08-20T20:25:54.0006870Z [00:02:32.686]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0007352Z [00:02:32.686]➜  EOF
2025-08-20T20:25:54.0009404Z [00:02:32.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi;$WORK/b426=>" -p github.com/gdamore/tcell/v2/terminfo/p/pcansi -lang=go1.12 -complete -installsuffix shared -buildid BFk5ov6Du9dOionkDj8T/BFk5ov6Du9dOionkDj8T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi/term.go
2025-08-20T20:25:54.0011278Z [00:02:32.687]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T20:25:54.0014298Z [00:02:32.688]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/a9/a900d0c3c94ae45093d2dd382192840cf42fce228af4698f2930784e10c00f0d-d # internal
2025-08-20T20:25:54.0015380Z [00:02:32.688]➜  github.com/gdamore/tcell/v2/terminfo/r/rxvt
2025-08-20T20:25:54.0030773Z [00:02:32.689]➜  mkdir -p $WORK/b427/
2025-08-20T20:25:54.0039240Z [00:02:32.690]➜  cat >/tmp/go-build1823208636/b427/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0042014Z [00:02:32.690]➜  # import config
2025-08-20T20:25:54.0043089Z [00:02:32.690]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0043916Z [00:02:32.690]➜  EOF
2025-08-20T20:25:54.0046693Z [00:02:32.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt;$WORK/b427=>" -p github.com/gdamore/tcell/v2/terminfo/r/rxvt -lang=go1.12 -complete -installsuffix shared -buildid oZrk2iCwrYIK-Q504dEf/oZrk2iCwrYIK-Q504dEf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt/term.go
2025-08-20T20:25:54.0112326Z [00:02:32.697]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T20:25:54.0121067Z [00:02:32.698]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/6a/6acb43fca6ed5af74eb4bbf04b437261b7ac6627d98040ab1a2546422d43e330-d # internal
2025-08-20T20:25:54.0122338Z [00:02:32.698]➜  github.com/gdamore/tcell/v2/terminfo/s/screen
2025-08-20T20:25:54.0123154Z [00:02:32.698]➜  mkdir -p $WORK/b428/
2025-08-20T20:25:54.0123588Z [00:02:32.698]➜  cat >/tmp/go-build1823208636/b428/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0123980Z [00:02:32.698]➜  # import config
2025-08-20T20:25:54.0124442Z [00:02:32.698]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0124856Z [00:02:32.698]➜  EOF
2025-08-20T20:25:54.0127048Z [00:02:32.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen;$WORK/b428=>" -p github.com/gdamore/tcell/v2/terminfo/s/screen -lang=go1.12 -complete -installsuffix shared -buildid sAduv5OYFiQHHVX6ZoLg/sAduv5OYFiQHHVX6ZoLg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen/term.go
2025-08-20T20:25:54.0137995Z [00:02:32.700]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T20:25:54.0143302Z [00:02:32.700]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/d0/d0aff3cf340df0c008ea74147a597f3428e8ec1b119f600fc39befa903771769-d # internal
2025-08-20T20:25:54.0144035Z [00:02:32.700]➜  github.com/gdamore/tcell/v2/terminfo/s/simpleterm
2025-08-20T20:25:54.0144375Z [00:02:32.700]➜  mkdir -p $WORK/b429/
2025-08-20T20:25:54.0144949Z [00:02:32.701]➜  cat >/tmp/go-build1823208636/b429/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0145410Z [00:02:32.701]➜  # import config
2025-08-20T20:25:54.0146454Z [00:02:32.701]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0147057Z [00:02:32.701]➜  EOF
2025-08-20T20:25:54.0149193Z [00:02:32.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm;$WORK/b429=>" -p github.com/gdamore/tcell/v2/terminfo/s/simpleterm -lang=go1.12 -complete -installsuffix shared -buildid qA9zUw8QmP44tZzBcTYv/qA9zUw8QmP44tZzBcTYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm/term.go
2025-08-20T20:25:54.0309673Z [00:02:32.717]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T20:25:54.0310449Z [00:02:32.717]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/c0/c0bd47ffe6ad1ecfba1b7aab03ba7b76afb30e5e01e6ab6bc82406e2bfb30257-d # internal
2025-08-20T20:25:54.0313698Z [00:02:32.717]➜  github.com/gdamore/tcell/v2/terminfo/s/sun
2025-08-20T20:25:54.0314373Z [00:02:32.717]➜  mkdir -p $WORK/b430/
2025-08-20T20:25:54.0314785Z [00:02:32.717]➜  cat >/tmp/go-build1823208636/b430/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0315136Z [00:02:32.717]➜  # import config
2025-08-20T20:25:54.0315694Z [00:02:32.717]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0316161Z [00:02:32.717]➜  EOF
2025-08-20T20:25:54.0318161Z [00:02:32.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun;$WORK/b430=>" -p github.com/gdamore/tcell/v2/terminfo/s/sun -lang=go1.12 -complete -installsuffix shared -buildid PwYFUea-LrP7DiNwtm_C/PwYFUea-LrP7DiNwtm_C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun/term.go
2025-08-20T20:25:54.0323962Z [00:02:32.718]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T20:25:54.0331280Z [00:02:32.719]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/b1/b1633531f434465a8191a59dbdffbe9af17c6742f32aea31ed8013e74f2e6360-d # internal
2025-08-20T20:25:54.0332709Z [00:02:32.719]➜  github.com/gdamore/tcell/v2/terminfo/t/tmux
2025-08-20T20:25:54.0333856Z [00:02:32.720]➜  mkdir -p $WORK/b431/
2025-08-20T20:25:54.0339380Z [00:02:32.720]➜  cat >/tmp/go-build1823208636/b431/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0340314Z [00:02:32.720]➜  # import config
2025-08-20T20:25:54.0340987Z [00:02:32.720]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0341929Z [00:02:32.720]➜  EOF
2025-08-20T20:25:54.0344271Z [00:02:32.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux;$WORK/b431=>" -p github.com/gdamore/tcell/v2/terminfo/t/tmux -lang=go1.12 -complete -installsuffix shared -buildid Td7tjLoONiouC1BgNDTC/Td7tjLoONiouC1BgNDTC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux/term.go
2025-08-20T20:25:54.0372985Z [00:02:32.723]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T20:25:54.0375083Z [00:02:32.724]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/63/637bf90ae0d31dd30ff4df2ad9039072e8a68c1378795b7ab4fad1b1816d8394-d # internal
2025-08-20T20:25:54.0376679Z [00:02:32.724]➜  github.com/gdamore/tcell/v2/terminfo/v/vt320
2025-08-20T20:25:54.0377605Z [00:02:32.724]➜  mkdir -p $WORK/b432/
2025-08-20T20:25:54.0378607Z [00:02:32.724]➜  cat >/tmp/go-build1823208636/b432/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0379036Z [00:02:32.724]➜  # import config
2025-08-20T20:25:54.0379501Z [00:02:32.724]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0379912Z [00:02:32.724]➜  EOF
2025-08-20T20:25:54.0382340Z [00:02:32.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320;$WORK/b432=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt320 -lang=go1.12 -complete -installsuffix shared -buildid CRnswyhe715E-6DaNaRc/CRnswyhe715E-6DaNaRc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320/term.go
2025-08-20T20:25:54.0466242Z [00:02:32.733]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T20:25:54.0468516Z [00:02:32.733]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T20:25:54.0473024Z [00:02:32.733]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/92/9245581f0c3525df20c2107c1960963d19cc3c5ccd496b31bfb0ff83002717a2-d # internal
2025-08-20T20:25:54.0475917Z [00:02:32.734]➜  github.com/gdamore/tcell/v2/terminfo/v/vt400
2025-08-20T20:25:54.0477047Z [00:02:32.734]➜  mkdir -p $WORK/b433/
2025-08-20T20:25:54.0480428Z [00:02:32.734]➜  cat >/tmp/go-build1823208636/b433/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0482351Z [00:02:32.734]➜  # import config
2025-08-20T20:25:54.0482874Z [00:02:32.734]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0483294Z [00:02:32.734]➜  EOF
2025-08-20T20:25:54.0485334Z [00:02:32.734]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400;$WORK/b433=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt400 -lang=go1.12 -complete -installsuffix shared -buildid rMjbiaDZQ7tWTFjd7nD7/rMjbiaDZQ7tWTFjd7nD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400/term.go
2025-08-20T20:25:54.0494581Z [00:02:32.735]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/11/11a0ecd0652e6447ac0c069c9d26c0aab553dcd9165f10fbc2c60a2322d4a1b3-d # internal
2025-08-20T20:25:54.0495247Z [00:02:32.736]➜  github.com/gdamore/tcell/v2/terminfo/v/vt420
2025-08-20T20:25:54.0495748Z [00:02:32.736]➜  mkdir -p $WORK/b434/
2025-08-20T20:25:54.0496181Z [00:02:32.736]➜  cat >/tmp/go-build1823208636/b434/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0496525Z [00:02:32.736]➜  # import config
2025-08-20T20:25:54.0496974Z [00:02:32.736]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0497403Z [00:02:32.736]➜  EOF
2025-08-20T20:25:54.0499403Z [00:02:32.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420;$WORK/b434=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt420 -lang=go1.12 -complete -installsuffix shared -buildid az-xk8SjiJZ_UMB811JE/az-xk8SjiJZ_UMB811JE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420/term.go
2025-08-20T20:25:54.0509923Z [00:02:32.737]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T20:25:54.0510771Z [00:02:32.737]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/94/9452f40d5a6876e18fe305cfa5815b00f3f61906d00ba065fc21a79e6b4c20d5-d # internal
2025-08-20T20:25:54.0516859Z [00:02:32.737]➜  github.com/gdamore/tcell/v2/terminfo/v/vt52
2025-08-20T20:25:54.0517522Z [00:02:32.737]➜  mkdir -p $WORK/b435/
2025-08-20T20:25:54.0518197Z [00:02:32.737]➜  cat >/tmp/go-build1823208636/b435/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0518977Z [00:02:32.737]➜  # import config
2025-08-20T20:25:54.0519512Z [00:02:32.737]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0519925Z [00:02:32.737]➜  EOF
2025-08-20T20:25:54.0522304Z [00:02:32.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52;$WORK/b435=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt52 -lang=go1.12 -complete -installsuffix shared -buildid 8yZ7TnK9eh0ouAvVwDVW/8yZ7TnK9eh0ouAvVwDVW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52/term.go
2025-08-20T20:25:54.0600838Z [00:02:32.746]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T20:25:54.0604176Z [00:02:32.746]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/9b/9b8385b5f1ebda660f57d62ffadc7a67a864b49be404f959b34b24d2cf3a0579-d # internal
2025-08-20T20:25:54.0607274Z [00:02:32.747]➜  github.com/gdamore/tcell/v2/terminfo/w/wy50
2025-08-20T20:25:54.0607707Z [00:02:32.747]➜  mkdir -p $WORK/b436/
2025-08-20T20:25:54.0612593Z [00:02:32.747]➜  cat >/tmp/go-build1823208636/b436/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0613003Z [00:02:32.747]➜  # import config
2025-08-20T20:25:54.0613462Z [00:02:32.747]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0613874Z [00:02:32.747]➜  EOF
2025-08-20T20:25:54.0616075Z [00:02:32.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50;$WORK/b436=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy50 -lang=go1.12 -complete -installsuffix shared -buildid m2AIs6XO65lCarTSuZmv/m2AIs6XO65lCarTSuZmv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50/term.go
2025-08-20T20:25:54.0625038Z [00:02:32.749]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T20:25:54.0627811Z [00:02:32.749]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/53/538c63826a9d6beb5cf2e2b9f5c105c2d855d3759ff6e5c361b04bbf462c10c5-d # internal
2025-08-20T20:25:54.0629861Z [00:02:32.749]➜  github.com/gdamore/tcell/v2/terminfo/w/wy60
2025-08-20T20:25:54.0630203Z [00:02:32.749]➜  mkdir -p $WORK/b437/
2025-08-20T20:25:54.0630578Z [00:02:32.749]➜  cat >/tmp/go-build1823208636/b437/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0630919Z [00:02:32.749]➜  # import config
2025-08-20T20:25:54.0631365Z [00:02:32.749]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0631790Z [00:02:32.749]➜  EOF
2025-08-20T20:25:54.0634325Z [00:02:32.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60;$WORK/b437=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy60 -lang=go1.12 -complete -installsuffix shared -buildid HBomQ_Xo53BUjpBdozSn/HBomQ_Xo53BUjpBdozSn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60/term.go
2025-08-20T20:25:54.0639036Z [00:02:32.750]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T20:25:54.0643576Z [00:02:32.750]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/1f/1fea9e246490ddc0c61479df33a8fb76eef240bcf32e75e96c4d5ca5aaac0057-d # internal
2025-08-20T20:25:54.0647442Z [00:02:32.751]➜  github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi
2025-08-20T20:25:54.0647988Z [00:02:32.751]➜  mkdir -p $WORK/b438/
2025-08-20T20:25:54.0648467Z [00:02:32.751]➜  cat >/tmp/go-build1823208636/b438/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0649005Z [00:02:32.751]➜  # import config
2025-08-20T20:25:54.0649634Z [00:02:32.751]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0650114Z [00:02:32.751]➜  EOF
2025-08-20T20:25:54.0652637Z [00:02:32.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi;$WORK/b438=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi -lang=go1.12 -complete -installsuffix shared -buildid mvrSCRHGdhSBEOu588Xa/mvrSCRHGdhSBEOu588Xa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi/term.go
2025-08-20T20:25:54.0733836Z [00:02:32.759]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T20:25:54.0736591Z [00:02:32.760]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/96/96031c614537515501887c8e175c4825c71b94a67d0fb5594d4f31df93ce696c-d # internal
2025-08-20T20:25:54.0747908Z [00:02:32.761]➜  github.com/gdamore/tcell/v2/terminfo/x/xfce
2025-08-20T20:25:54.0748259Z [00:02:32.761]➜  mkdir -p $WORK/b439/
2025-08-20T20:25:54.0748637Z [00:02:32.761]➜  cat >/tmp/go-build1823208636/b439/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0748982Z [00:02:32.761]➜  # import config
2025-08-20T20:25:54.0749509Z [00:02:32.761]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0749922Z [00:02:32.761]➜  EOF
2025-08-20T20:25:54.0752028Z [00:02:32.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce;$WORK/b439=>" -p github.com/gdamore/tcell/v2/terminfo/x/xfce -lang=go1.12 -complete -installsuffix shared -buildid 41tu2E6yHNDHE3jQv4pA/41tu2E6yHNDHE3jQv4pA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce/term.go
2025-08-20T20:25:54.0753902Z [00:02:32.761]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T20:25:54.0759438Z [00:02:32.762]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/22/2208d0c4c38d20f2f70e3bb560de6c2c7d9fd16217078c377f3256201062456b-d # internal
2025-08-20T20:25:54.0761795Z [00:02:32.762]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty
2025-08-20T20:25:54.0762158Z [00:02:32.762]➜  mkdir -p $WORK/b440/
2025-08-20T20:25:54.0762531Z [00:02:32.762]➜  cat >/tmp/go-build1823208636/b440/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0762872Z [00:02:32.762]➜  # import config
2025-08-20T20:25:54.0763321Z [00:02:32.762]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0763725Z [00:02:32.762]➜  EOF
2025-08-20T20:25:54.0766265Z [00:02:32.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty;$WORK/b440=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty -lang=go1.12 -complete -installsuffix shared -buildid aCIDmfbykzkbr_IiaCe2/aCIDmfbykzkbr_IiaCe2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty/term.go
2025-08-20T20:25:54.0804844Z [00:02:32.766]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T20:25:54.0827257Z [00:02:32.769]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/4e/4e571668327b8ea055248dcc0b7d78f6047ae00bdce657306c8b30c3c69475cc-d # internal
2025-08-20T20:25:54.0828288Z [00:02:32.769]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty
2025-08-20T20:25:54.0829088Z [00:02:32.769]➜  mkdir -p $WORK/b441/
2025-08-20T20:25:54.0829505Z [00:02:32.769]➜  cat >/tmp/go-build1823208636/b441/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0829859Z [00:02:32.769]➜  # import config
2025-08-20T20:25:54.0830312Z [00:02:32.769]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.0830721Z [00:02:32.769]➜  EOF
2025-08-20T20:25:54.0832838Z [00:02:32.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty;$WORK/b441=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty -lang=go1.12 -complete -installsuffix shared -buildid 8AOyTLdwDpkL4F4Y768O/8AOyTLdwDpkL4F4Y768O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty/term.go
2025-08-20T20:25:54.0873516Z [00:02:32.773]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T20:25:54.0883369Z [00:02:32.774]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T20:25:54.0883792Z [00:02:32.774]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T20:25:54.0884473Z [00:02:32.774]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/c1/c1ca71510d89202b688bf3a681ffefcce77ec120ef56771e55a9bad12ee8e928-d # internal
2025-08-20T20:25:54.0895419Z [00:02:32.775]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/0a/0ae4cd0e6f9ef1808710d3665f1cd5f0c921a1ac2c211d710a10dd419e126734-d # internal
2025-08-20T20:25:54.0896392Z [00:02:32.775]➜  github.com/stretchr/testify/mock
2025-08-20T20:25:54.0896854Z [00:02:32.775]➜  mkdir -p $WORK/b444/
2025-08-20T20:25:54.0900775Z [00:02:32.776]➜  cat >/tmp/go-build1823208636/b444/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0901157Z [00:02:32.776]➜  # import config
2025-08-20T20:25:54.0901503Z [00:02:32.776]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:54.0901919Z [00:02:32.776]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.0902450Z [00:02:32.776]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build1823208636/b318/_pkg_.a
2025-08-20T20:25:54.0903064Z [00:02:32.776]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build1823208636/b319/_pkg_.a
2025-08-20T20:25:54.0903647Z [00:02:32.776]➜  packagefile github.com/stretchr/objx=/tmp/go-build1823208636/b445/_pkg_.a
2025-08-20T20:25:54.0904226Z [00:02:32.776]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build1823208636/b317/_pkg_.a
2025-08-20T20:25:54.0904742Z [00:02:32.776]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:54.0905163Z [00:02:32.776]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:54.0907980Z [00:02:32.776]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:54.0908498Z [00:02:32.776]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:54.0908925Z [00:02:32.776]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.0911060Z [00:02:32.776]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.0911721Z [00:02:32.776]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:54.0912088Z [00:02:32.776]➜  EOF
2025-08-20T20:25:54.0914507Z [00:02:32.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/mock=>github.com/stretchr/testify@v1.10.0/mock;$WORK/b444=>" -p github.com/stretchr/testify/mock -lang=go1.17 -complete -installsuffix shared -buildid GKK6zb_aWao3usHmnR3E/GKK6zb_aWao3usHmnR3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/mock/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/mock/mock.go
2025-08-20T20:25:54.0919988Z [00:02:32.777]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T20:25:54.0921077Z [00:02:32.778]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/18/1869b0886a1a1fa0fe78c5a46c0623770debefe57a92f5333db2d7110cd67644-d # internal
2025-08-20T20:25:54.0921710Z [00:02:32.778]➜  github.com/gdamore/tcell/v2/terminfo/extended
2025-08-20T20:25:54.0922031Z [00:02:32.778]➜  mkdir -p $WORK/b413/
2025-08-20T20:25:54.0922399Z [00:02:32.778]➜  cat >/tmp/go-build1823208636/b413/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0922743Z [00:02:32.778]➜  # import config
2025-08-20T20:25:54.0923246Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/aixterm=/tmp/go-build1823208636/b414/_pkg_.a
2025-08-20T20:25:54.0923964Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/alacritty=/tmp/go-build1823208636/b415/_pkg_.a
2025-08-20T20:25:54.0924671Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build1823208636/b407/_pkg_.a
2025-08-20T20:25:54.0925358Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/b/beterm=/tmp/go-build1823208636/b416/_pkg_.a
2025-08-20T20:25:54.0926611Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/c/cygwin=/tmp/go-build1823208636/b417/_pkg_.a
2025-08-20T20:25:54.0941789Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/d/dtterm=/tmp/go-build1823208636/b418/_pkg_.a
2025-08-20T20:25:54.0942730Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/e/emacs=/tmp/go-build1823208636/b419/_pkg_.a
2025-08-20T20:25:54.0943426Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/f/foot=/tmp/go-build1823208636/b420/_pkg_.a
2025-08-20T20:25:54.0944135Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/g/gnome=/tmp/go-build1823208636/b421/_pkg_.a
2025-08-20T20:25:54.0944827Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/h/hpterm=/tmp/go-build1823208636/b422/_pkg_.a
2025-08-20T20:25:54.0945650Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/konsole=/tmp/go-build1823208636/b423/_pkg_.a
2025-08-20T20:25:54.0946414Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/kterm=/tmp/go-build1823208636/b424/_pkg_.a
2025-08-20T20:25:54.0947112Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/l/linux=/tmp/go-build1823208636/b425/_pkg_.a
2025-08-20T20:25:54.0947801Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/p/pcansi=/tmp/go-build1823208636/b426/_pkg_.a
2025-08-20T20:25:54.0948486Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/r/rxvt=/tmp/go-build1823208636/b427/_pkg_.a
2025-08-20T20:25:54.0949179Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/screen=/tmp/go-build1823208636/b428/_pkg_.a
2025-08-20T20:25:54.0949893Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/simpleterm=/tmp/go-build1823208636/b429/_pkg_.a
2025-08-20T20:25:54.0950590Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/sun=/tmp/go-build1823208636/b430/_pkg_.a
2025-08-20T20:25:54.0951266Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/t/tmux=/tmp/go-build1823208636/b431/_pkg_.a
2025-08-20T20:25:54.0951957Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build1823208636/b408/_pkg_.a
2025-08-20T20:25:54.0952639Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build1823208636/b409/_pkg_.a
2025-08-20T20:25:54.0953319Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build1823208636/b410/_pkg_.a
2025-08-20T20:25:54.0954403Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt320=/tmp/go-build1823208636/b432/_pkg_.a
2025-08-20T20:25:54.0955213Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt400=/tmp/go-build1823208636/b433/_pkg_.a
2025-08-20T20:25:54.0956051Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt420=/tmp/go-build1823208636/b434/_pkg_.a
2025-08-20T20:25:54.0956733Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt52=/tmp/go-build1823208636/b435/_pkg_.a
2025-08-20T20:25:54.0957417Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy50=/tmp/go-build1823208636/b436/_pkg_.a
2025-08-20T20:25:54.0960364Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy60=/tmp/go-build1823208636/b437/_pkg_.a
2025-08-20T20:25:54.0965382Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build1823208636/b438/_pkg_.a
2025-08-20T20:25:54.0966222Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xfce=/tmp/go-build1823208636/b439/_pkg_.a
2025-08-20T20:25:54.0966914Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build1823208636/b411/_pkg_.a
2025-08-20T20:25:54.0967644Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build1823208636/b440/_pkg_.a
2025-08-20T20:25:54.0968379Z [00:02:32.778]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build1823208636/b441/_pkg_.a
2025-08-20T20:25:54.0969179Z [00:02:32.778]➜  EOF
2025-08-20T20:25:54.0971238Z [00:02:32.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended;$WORK/b413=>" -p github.com/gdamore/tcell/v2/terminfo/extended -lang=go1.12 -complete -installsuffix shared -buildid sqpJqjr3y8xvTw2D42f2/sqpJqjr3y8xvTw2D42f2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended/extended.go
2025-08-20T20:25:54.0973060Z [00:02:32.780]➜  github.com/cenkalti/backoff/v4
2025-08-20T20:25:54.0973348Z [00:02:32.780]➜  mkdir -p $WORK/b459/
2025-08-20T20:25:54.0973709Z [00:02:32.780]➜  cat >/tmp/go-build1823208636/b459/importcfg << 'EOF' # internal
2025-08-20T20:25:54.0974051Z [00:02:32.780]➜  # import config
2025-08-20T20:25:54.0974384Z [00:02:32.780]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:54.0974816Z [00:02:32.780]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:54.0975242Z [00:02:32.780]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:54.0975835Z [00:02:32.780]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.0976297Z [00:02:32.780]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:54.0976599Z [00:02:32.780]➜  EOF
2025-08-20T20:25:54.0979846Z [00:02:32.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0=>github.com/cenkalti/backoff/v4@v4.3.0;$WORK/b459=>" -p github.com/cenkalti/backoff/v4 -lang=go1.18 -complete -installsuffix shared -buildid wDvCsLSqBpOdgi3JAIbG/wDvCsLSqBpOdgi3JAIbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/backoff.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/context.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/exponential.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/ticker.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/timer.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/tries.go
2025-08-20T20:25:54.1009056Z [00:02:32.786]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/3e/3e6746c6fc0685e6a718ec81d2c92299ca9f8cf70df7099f43fbd6770498bc02-d # internal
2025-08-20T20:25:54.1014504Z [00:02:32.788]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T20:25:54.1020560Z [00:02:32.788]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/0b/0bf9ab3399c9202a03930a1fba3feff6eb9085c7e5e0df5424ab4556ab45bbfe-d # internal
2025-08-20T20:25:54.1028876Z [00:02:32.789]➜  github.com/gdamore/tcell/v2
2025-08-20T20:25:54.1031392Z [00:02:32.789]➜  mkdir -p $WORK/b401/
2025-08-20T20:25:54.1035877Z [00:02:32.790]➜  cat >/tmp/go-build1823208636/b401/importcfg << 'EOF' # internal
2025-08-20T20:25:54.1036293Z [00:02:32.790]➜  # import config
2025-08-20T20:25:54.1036640Z [00:02:32.790]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:54.1037097Z [00:02:32.790]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:54.1037550Z [00:02:32.790]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:54.1037964Z [00:02:32.790]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.1038463Z [00:02:32.790]➜  packagefile github.com/gdamore/encoding=/tmp/go-build1823208636/b402/_pkg_.a
2025-08-20T20:25:54.1039071Z [00:02:32.790]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:25:54.1039726Z [00:02:32.790]➜  packagefile github.com/gdamore/tcell/v2/terminfo/base=/tmp/go-build1823208636/b406/_pkg_.a
2025-08-20T20:25:54.1040408Z [00:02:32.790]➜  packagefile github.com/gdamore/tcell/v2/terminfo/dynamic=/tmp/go-build1823208636/b412/_pkg_.a
2025-08-20T20:25:54.1041483Z [00:02:32.790]➜  packagefile github.com/gdamore/tcell/v2/terminfo/extended=/tmp/go-build1823208636/b413/_pkg_.a
2025-08-20T20:25:54.1042135Z [00:02:32.790]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1823208636/b139/_pkg_.a
2025-08-20T20:25:54.1042725Z [00:02:32.790]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:25:54.1043266Z [00:02:32.790]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:25:54.1043780Z [00:02:32.790]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:25:54.1044309Z [00:02:32.790]➜  packagefile golang.org/x/text/encoding=/tmp/go-build1823208636/b403/_pkg_.a
2025-08-20T20:25:54.1050089Z [00:02:32.790]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:54.1050613Z [00:02:32.790]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:25:54.1051038Z [00:02:32.790]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.1051459Z [00:02:32.790]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:54.1051860Z [00:02:32.790]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:54.1052277Z [00:02:32.790]➜  packagefile os/signal=/tmp/go-build1823208636/b261/_pkg_.a
2025-08-20T20:25:54.1052710Z [00:02:32.790]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:54.1053132Z [00:02:32.790]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.1053562Z [00:02:32.790]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.1053977Z [00:02:32.790]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.1059755Z [00:02:32.790]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:54.1060186Z [00:02:32.790]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:54.1060622Z [00:02:32.790]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:54.1060966Z [00:02:32.790]➜  EOF
2025-08-20T20:25:54.1077687Z [00:02:32.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1=>github.com/gdamore/tcell/v2@v2.8.1;$WORK/b401=>" -p github.com/gdamore/tcell/v2 -lang=go1.12 -complete -installsuffix shared -buildid 8ovQK-XbdE7zvETqFk3H/8ovQK-XbdE7zvETqFk3H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/attr.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/cell.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/charset_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/color.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/colorfit.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/console_stub.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/doc.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/encoding.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/errors.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/event.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/focus.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/interrupt.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/key.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/mouse.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/nonblock_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/paste.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/resize.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/runes.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/screen.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/simulation.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/stdin_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/style.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terms_default.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terms_dynamic.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tscreen.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tscreen_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tty.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tty_unix.go
2025-08-20T20:25:54.1084700Z [00:02:32.792]➜  github.com/spf13/cobra
2025-08-20T20:25:54.1084981Z [00:02:32.792]➜  mkdir -p $WORK/b393/
2025-08-20T20:25:54.1085351Z [00:02:32.793]➜  cat >/tmp/go-build1823208636/b393/importcfg << 'EOF' # internal
2025-08-20T20:25:54.1085866Z [00:02:32.793]➜  # import config
2025-08-20T20:25:54.1086220Z [00:02:32.793]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:54.1086647Z [00:02:32.793]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:54.1087075Z [00:02:32.793]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:54.1087485Z [00:02:32.793]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.1087953Z [00:02:32.793]➜  packagefile github.com/spf13/pflag=/tmp/go-build1823208636/b394/_pkg_.a
2025-08-20T20:25:54.1088422Z [00:02:32.793]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.1088816Z [00:02:32.793]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:54.1089249Z [00:02:32.793]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:54.1089698Z [00:02:32.793]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:54.1090120Z [00:02:32.793]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:54.1090544Z [00:02:32.793]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:54.1090962Z [00:02:32.793]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.1091390Z [00:02:32.793]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.1091806Z [00:02:32.793]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.1092247Z [00:02:32.793]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:25:54.1092697Z [00:02:32.793]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:54.1093116Z [00:02:32.793]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:54.1093434Z [00:02:32.793]➜  EOF
2025-08-20T20:25:54.1099102Z [00:02:32.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.9.1=>github.com/spf13/cobra@v1.9.1;$WORK/b393=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid cZkgRTsmIh5tWibM5DYq/cZkgRTsmIh5tWibM5DYq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/active_help.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/args.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completionsV2.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/cobra.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command_notwin.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/fish_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/flag_groups.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/powershell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/shell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/zsh_completions.go
2025-08-20T20:25:54.1377690Z [00:02:32.824]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T20:25:54.1403386Z [00:02:32.825]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/5b/5b195f02e400f1de544bf59861b2150be23708931f27d3df92f49bafb808d43f-d # internal
2025-08-20T20:25:54.1404044Z [00:02:32.825]➜  github.com/cli/cli/v2/pkg/cmd/attestation/io
2025-08-20T20:25:54.1404376Z [00:02:32.825]➜  mkdir -p $WORK/b460/
2025-08-20T20:25:54.1404752Z [00:02:32.826]➜  cat >/tmp/go-build1823208636/b460/importcfg << 'EOF' # internal
2025-08-20T20:25:54.1406149Z [00:02:32.826]➜  # import config
2025-08-20T20:25:54.1406581Z [00:02:32.826]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.1407110Z [00:02:32.826]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:54.1407708Z [00:02:32.826]➜  packagefile github.com/cli/cli/v2/utils=/tmp/go-build1823208636/b104/_pkg_.a
2025-08-20T20:25:54.1408204Z [00:02:32.826]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.1408538Z [00:02:32.826]➜  EOF
2025-08-20T20:25:54.1410438Z [00:02:32.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b460/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/io=>github.com/cli/cli/v2/pkg/cmd/attestation/io;$WORK/b460=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/io -lang=go1.24 -complete -installsuffix shared -buildid 1f4mIo3bQ_umZmyWOGbo/1f4mIo3bQ_umZmyWOGbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/io/handler.go
2025-08-20T20:25:54.1863550Z [00:02:32.872]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T20:25:54.1875959Z [00:02:32.874]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/b9/b91ff6e753cca513efb14e42875785b6cad6122cd59c46c3f86b7c1676db6466-d # internal
2025-08-20T20:25:54.1879722Z [00:02:32.874]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T20:25:54.1889986Z [00:02:32.875]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T20:25:54.1891651Z [00:02:32.875]➜  mkdir -p $WORK/b467/
2025-08-20T20:25:54.1892080Z [00:02:32.875]➜  cat >/tmp/go-build1823208636/b467/importcfg << 'EOF' # internal
2025-08-20T20:25:54.1892436Z [00:02:32.875]➜  # import config
2025-08-20T20:25:54.1892809Z [00:02:32.875]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:54.1893275Z [00:02:32.875]➜  packagefile hash/fnv=/tmp/go-build1823208636/b310/_pkg_.a
2025-08-20T20:25:54.1893886Z [00:02:32.875]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:54.1894252Z [00:02:32.875]➜  EOF
2025-08-20T20:25:54.1913214Z [00:02:32.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/detrand=>google.golang.org/protobuf@v1.36.7/internal/detrand;$WORK/b467=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.22 -complete -installsuffix shared -buildid eVooWtq6QmLrdflUHLY3/eVooWtq6QmLrdflUHLY3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/detrand/rand.go
2025-08-20T20:25:54.1915785Z [00:02:32.876]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/28/280bbe23c6f832aac605d3dce72a33408666f5398c5c0e70492d05262ce0d6d2-d # internal
2025-08-20T20:25:54.1916455Z [00:02:32.876]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T20:25:54.1916778Z [00:02:32.876]➜  mkdir -p $WORK/b468/
2025-08-20T20:25:54.1917164Z [00:02:32.876]➜  cat >/tmp/go-build1823208636/b468/importcfg << 'EOF' # internal
2025-08-20T20:25:54.1917504Z [00:02:32.876]➜  # import config
2025-08-20T20:25:54.1917839Z [00:02:32.876]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.1918145Z [00:02:32.876]➜  EOF
2025-08-20T20:25:54.1920142Z [00:02:32.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/pragma=>google.golang.org/protobuf@v1.36.7/internal/pragma;$WORK/b468=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.22 -complete -installsuffix shared -buildid 8BfX8Rw50mWat9IOUqHh/8BfX8Rw50mWat9IOUqHh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/pragma/pragma.go
2025-08-20T20:25:54.1995137Z [00:02:32.885]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T20:25:54.2011974Z [00:02:32.887]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/5f/5f4c630ec6799e0e8ef4769e7db879bd2490348653fe0274f6d30d5f2801dc76-d # internal
2025-08-20T20:25:54.2017708Z [00:02:32.887]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T20:25:54.2018078Z [00:02:32.887]➜  mkdir -p $WORK/b473/
2025-08-20T20:25:54.2018458Z [00:02:32.887]➜  cat >/tmp/go-build1823208636/b473/importcfg << 'EOF' # internal
2025-08-20T20:25:54.2018800Z [00:02:32.887]➜  # import config
2025-08-20T20:25:54.2019140Z [00:02:32.887]➜  packagefile embed=/tmp/go-build1823208636/b324/_pkg_.a
2025-08-20T20:25:54.2019478Z [00:02:32.887]➜  EOF
2025-08-20T20:25:54.2019798Z [00:02:32.887]➜  cat >/tmp/go-build1823208636/b473/embedcfg << 'EOF' # internal
2025-08-20T20:25:54.2020117Z [00:02:32.887]➜  {
2025-08-20T20:25:54.2020322Z [00:02:32.887]➜  	"Patterns": {
2025-08-20T20:25:54.2020590Z [00:02:32.887]➜  		"editions_defaults.binpb": [
2025-08-20T20:25:54.2020887Z [00:02:32.887]➜  			"editions_defaults.binpb"
2025-08-20T20:25:54.2021143Z [00:02:32.887]➜  		]
2025-08-20T20:25:54.2021347Z [00:02:32.887]➜  	},
2025-08-20T20:25:54.2021554Z [00:02:32.887]➜  	"Files": {
2025-08-20T20:25:54.2022159Z [00:02:32.887]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T20:25:54.2022697Z [00:02:32.887]➜  	}
2025-08-20T20:25:54.2022887Z [00:02:32.887]➜  }EOF
2025-08-20T20:25:54.2025171Z [00:02:32.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults=>google.golang.org/protobuf@v1.36.7/internal/editiondefaults;$WORK/b473=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.22 -complete -installsuffix shared -buildid w4Dtj_FUtxdY6cKyGIAC/w4Dtj_FUtxdY6cKyGIAC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -embedcfg $WORK/b473/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults/defaults.go
2025-08-20T20:25:54.2076051Z [00:02:32.893]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T20:25:54.2080180Z [00:02:32.894]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/b8/b8ed00dc9e89fa202a5c3582c49a178f2645e30d1948664ed03e713a9c6a966a-d # internal
2025-08-20T20:25:54.2083817Z [00:02:32.894]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T20:25:54.2091078Z [00:02:32.895]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/f6/f6a0ec801a3a7153515016aa0eab3177ab94021437b3b53cfb297efa6ddf32cd-d # internal
2025-08-20T20:25:54.2092055Z [00:02:32.895]➜  google.golang.org/protobuf/internal/errors
2025-08-20T20:25:54.2096478Z [00:02:32.895]➜  mkdir -p $WORK/b466/
2025-08-20T20:25:54.2096917Z [00:02:32.895]➜  cat >/tmp/go-build1823208636/b466/importcfg << 'EOF' # internal
2025-08-20T20:25:54.2097263Z [00:02:32.895]➜  # import config
2025-08-20T20:25:54.2097601Z [00:02:32.895]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:54.2098011Z [00:02:32.895]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.2098591Z [00:02:32.895]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1823208636/b467/_pkg_.a
2025-08-20T20:25:54.2099024Z [00:02:32.895]➜  EOF
2025-08-20T20:25:54.2101042Z [00:02:32.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/errors=>google.golang.org/protobuf@v1.36.7/internal/errors;$WORK/b466=>" -p google.golang.org/protobuf/internal/errors -lang=go1.22 -complete -installsuffix shared -buildid 6jxQCL5IQnUlzAvtQ4Di/6jxQCL5IQnUlzAvtQ4Di -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/errors/errors.go
2025-08-20T20:25:54.2102825Z [00:02:32.895]➜  go/token
2025-08-20T20:25:54.2103061Z [00:02:32.896]➜  mkdir -p $WORK/b478/
2025-08-20T20:25:54.2103428Z [00:02:32.896]➜  cat >/tmp/go-build1823208636/b478/importcfg << 'EOF' # internal
2025-08-20T20:25:54.2104126Z [00:02:32.896]➜  # import config
2025-08-20T20:25:54.2104457Z [00:02:32.896]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:54.2104862Z [00:02:32.896]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.2105269Z [00:02:32.896]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:25:54.2105880Z [00:02:32.896]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:54.2106323Z [00:02:32.896]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.2106752Z [00:02:32.896]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.2107183Z [00:02:32.896]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:54.2107622Z [00:02:32.896]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:54.2108068Z [00:02:32.896]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:54.2108397Z [00:02:32.896]➜  EOF
2025-08-20T20:25:54.2110832Z [00:02:32.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b478=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/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-20T20:25:54.2313473Z [00:02:32.917]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T20:25:54.2317295Z [00:02:32.918]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/40/409ffe5e1e25f317e3a819a78b8facf2a1fa98feabad7fb076ead18302525dc6-d # internal
2025-08-20T20:25:54.2328573Z [00:02:32.918]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T20:25:54.2328919Z [00:02:32.918]➜  mkdir -p $WORK/b465/
2025-08-20T20:25:54.2329302Z [00:02:32.918]➜  cat >/tmp/go-build1823208636/b465/importcfg << 'EOF' # internal
2025-08-20T20:25:54.2329685Z [00:02:32.918]➜  # import config
2025-08-20T20:25:54.2330169Z [00:02:32.918]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:54.2330700Z [00:02:32.918]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.2331105Z [00:02:32.918]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:54.2331537Z [00:02:32.918]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:54.2331856Z [00:02:32.918]➜  EOF
2025-08-20T20:25:54.2334327Z [00:02:32.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protowire=>google.golang.org/protobuf@v1.36.7/encoding/protowire;$WORK/b465=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.22 -complete -installsuffix shared -buildid fM9Uj3bShZOKYVm5IUf1/fM9Uj3bShZOKYVm5IUf1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protowire/wire.go
2025-08-20T20:25:54.2802133Z [00:02:32.966]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T20:25:54.2805337Z [00:02:32.966]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/a5/a521f6a39eea32f72c70d35a69415e4cca0afd1dd8a3b26558a312adc2b84487-d # internal
2025-08-20T20:25:54.2883569Z [00:02:32.974]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T20:25:54.2884530Z [00:02:32.974]➜  mkdir -p $WORK/b464/
2025-08-20T20:25:54.2887369Z [00:02:32.974]➜  cat >/tmp/go-build1823208636/b464/importcfg << 'EOF' # internal
2025-08-20T20:25:54.2888445Z [00:02:32.974]➜  # import config
2025-08-20T20:25:54.2888800Z [00:02:32.974]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:54.2889217Z [00:02:32.974]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.2889787Z [00:02:32.974]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:25:54.2890954Z [00:02:32.974]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1823208636/b468/_pkg_.a
2025-08-20T20:25:54.2891491Z [00:02:32.974]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:54.2891912Z [00:02:32.974]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:54.2892344Z [00:02:32.974]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.2892768Z [00:02:32.974]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.2893096Z [00:02:32.974]➜  EOF
2025-08-20T20:25:54.2897913Z [00:02:32.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect=>google.golang.org/protobuf@v1.36.7/reflect/protoreflect;$WORK/b464=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.22 -complete -installsuffix shared -buildid usoUgqQF1DPlP-1o8rB5/usoUgqQF1DPlP-1o8rB5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_unsafe.go
2025-08-20T20:25:54.3088596Z [00:02:32.994]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T20:25:54.3096880Z [00:02:32.996]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T20:25:54.3124585Z [00:02:32.998]➜  google.golang.org/protobuf/internal/version
2025-08-20T20:25:54.3127589Z [00:02:32.998]➜  mkdir -p $WORK/b491/
2025-08-20T20:25:54.3128017Z [00:02:32.999]➜  cat >/tmp/go-build1823208636/b491/importcfg << 'EOF' # internal
2025-08-20T20:25:54.3128968Z [00:02:32.999]➜  # import config
2025-08-20T20:25:54.3129305Z [00:02:32.999]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.3130117Z [00:02:32.999]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.3130503Z [00:02:32.999]➜  EOF
2025-08-20T20:25:54.3133245Z [00:02:32.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/version=>google.golang.org/protobuf@v1.36.7/internal/version;$WORK/b491=>" -p google.golang.org/protobuf/internal/version -lang=go1.22 -complete -installsuffix shared -buildid o9ii1dbN02Dnsxiy806l/o9ii1dbN02Dnsxiy806l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/version/version.go
2025-08-20T20:25:54.3315204Z [00:02:33.017]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T20:25:54.3318203Z [00:02:33.018]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/be/be49443efb651feee9f120a42cdc9b7f778fe6af2e1c7cd4b4477af4a1c472a2-d # internal
2025-08-20T20:25:54.3318775Z [00:02:33.018]➜  crypto/mlkem
2025-08-20T20:25:54.3319073Z [00:02:33.018]➜  mkdir -p $WORK/b497/
2025-08-20T20:25:54.3321881Z [00:02:33.018]➜  cat >/tmp/go-build1823208636/b497/importcfg << 'EOF' # internal
2025-08-20T20:25:54.3323365Z [00:02:33.018]➜  # import config
2025-08-20T20:25:54.3324255Z [00:02:33.018]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1823208636/b181/_pkg_.a
2025-08-20T20:25:54.3324713Z [00:02:33.018]➜  EOF
2025-08-20T20:25:54.3326259Z [00:02:33.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b497=>" -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/b497/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T20:25:54.3634776Z [00:02:33.049]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T20:25:54.3641767Z [00:02:33.050]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d # internal
2025-08-20T20:25:54.3706767Z [00:02:33.057]➜  golang.org/x/crypto/chacha20
2025-08-20T20:25:54.3707692Z [00:02:33.057]➜  mkdir -p $WORK/b498/
2025-08-20T20:25:54.3708066Z [00:02:33.057]➜  echo -n > $WORK/b498/go_asm.h # internal
2025-08-20T20:25:54.3708477Z [00:02:33.057]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20
2025-08-20T20:25:54.3709819Z [00:02:33.057]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b498=>" -I $WORK/b498/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b498/symabis ./chacha_arm64.s
2025-08-20T20:25:54.3782883Z [00:02:33.064]➜  cat >/tmp/go-build1823208636/b498/importcfg << 'EOF' # internal
2025-08-20T20:25:54.3784822Z [00:02:33.065]➜  # import config
2025-08-20T20:25:54.3785886Z [00:02:33.065]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:54.3786507Z [00:02:33.065]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:54.3786972Z [00:02:33.065]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:54.3787508Z [00:02:33.065]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1823208636/b499/_pkg_.a
2025-08-20T20:25:54.3788033Z [00:02:33.065]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:54.3788491Z [00:02:33.065]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:54.3788811Z [00:02:33.065]➜  EOF
2025-08-20T20:25:54.3789077Z [00:02:33.065]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:54.3792050Z [00:02:33.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b498=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid pEWYXxAGoUOBhRcVIK7A/pEWYXxAGoUOBhRcVIK7A -goversion go1.25.0 -symabis $WORK/b498/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack -asmhdr $WORK/b498/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/chacha_arm64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/xor.go
2025-08-20T20:25:54.4022821Z [00:02:33.088]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T20:25:54.4070726Z [00:02:33.093]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/40/40de6db30f194ac23302385be90529c25a260baeb149aee86ad96a8a80aad1d7-d # internal
2025-08-20T20:25:54.4091402Z [00:02:33.095]➜  github.com/cli/cli/v2/pkg/cmdutil
2025-08-20T20:25:54.4092000Z [00:02:33.095]➜  mkdir -p $WORK/b370/
2025-08-20T20:25:54.4092654Z [00:02:33.095]➜  cat >/tmp/go-build1823208636/b370/importcfg << 'EOF' # internal
2025-08-20T20:25:54.4093475Z [00:02:33.095]➜  # import config
2025-08-20T20:25:54.4093908Z [00:02:33.095]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:54.4094352Z [00:02:33.095]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:54.4094807Z [00:02:33.095]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:54.4095257Z [00:02:33.095]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:54.4095918Z [00:02:33.095]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.4096491Z [00:02:33.095]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build1823208636/b078/_pkg_.a
2025-08-20T20:25:54.4097580Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:25:54.4098147Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:25:54.4098747Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:25:54.4099379Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:54.4100000Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:25:54.4100642Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:25:54.4101281Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/pkg/extensions=/tmp/go-build1823208636/b251/_pkg_.a
2025-08-20T20:25:54.4101907Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:54.4102552Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/pkg/jsoncolor=/tmp/go-build1823208636/b371/_pkg_.a
2025-08-20T20:25:54.4103142Z [00:02:33.095]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:25:54.4103716Z [00:02:33.095]➜  packagefile github.com/cli/go-gh/v2/pkg/jq=/tmp/go-build1823208636/b372/_pkg_.a
2025-08-20T20:25:54.4104321Z [00:02:33.095]➜  packagefile github.com/cli/go-gh/v2/pkg/template=/tmp/go-build1823208636/b375/_pkg_.a
2025-08-20T20:25:54.4104890Z [00:02:33.095]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.4105420Z [00:02:33.095]➜  packagefile github.com/spf13/pflag=/tmp/go-build1823208636/b394/_pkg_.a
2025-08-20T20:25:54.4106257Z [00:02:33.095]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.4106684Z [00:02:33.095]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:54.4107105Z [00:02:33.095]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:54.4107568Z [00:02:33.095]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:54.4108018Z [00:02:33.095]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:54.4108436Z [00:02:33.095]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:54.4108851Z [00:02:33.095]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.4109578Z [00:02:33.095]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.4109975Z [00:02:33.095]➜  EOF
2025-08-20T20:25:54.4113566Z [00:02:33.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil=>github.com/cli/cli/v2/pkg/cmdutil;$WORK/b370=>" -p github.com/cli/cli/v2/pkg/cmdutil -lang=go1.24 -complete -installsuffix shared -buildid eB-sMI1p-pnLamCd_o8q/eB-sMI1p-pnLamCd_o8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/args.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/auth_check.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/cmdgroup.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/errors.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/factory.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/file_input.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/flags.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/json_flags.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/legacy.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/repo_override.go
2025-08-20T20:25:54.4492277Z [00:02:33.135]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20
2025-08-20T20:25:54.4494550Z [00:02:33.135]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b498=>" -I $WORK/b498/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b498/chacha_arm64.o ./chacha_arm64.s
2025-08-20T20:25:54.4534810Z [00:02:33.140]➜  go tool pack r $WORK/b498/_pkg_.a $WORK/b498/chacha_arm64.o # internal
2025-08-20T20:25:54.4535309Z [00:02:33.140]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T20:25:54.4568140Z [00:02:33.143]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/35/357b7ccf89ac2b55f354e8617a06213e5993637ed0336772307cc4bd4d024e46-d # internal
2025-08-20T20:25:54.4568852Z [00:02:33.143]➜  github.com/cli/cli/v2/pkg/cmd/alias/shared
2025-08-20T20:25:54.4569232Z [00:02:33.143]➜  mkdir -p $WORK/b452/
2025-08-20T20:25:54.4569609Z [00:02:33.143]➜  cat >/tmp/go-build1823208636/b452/importcfg << 'EOF' # internal
2025-08-20T20:25:54.4569958Z [00:02:33.143]➜  # import config
2025-08-20T20:25:54.4570353Z [00:02:33.143]➜  packagefile github.com/google/shlex=/tmp/go-build1823208636/b260/_pkg_.a
2025-08-20T20:25:54.4570882Z [00:02:33.143]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.4571374Z [00:02:33.143]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.4571689Z [00:02:33.143]➜  EOF
2025-08-20T20:25:54.4577792Z [00:02:33.144]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:54.4580235Z [00:02:33.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/shared=>github.com/cli/cli/v2/pkg/cmd/alias/shared;$WORK/b452=>" -p github.com/cli/cli/v2/pkg/cmd/alias/shared -lang=go1.24 -complete -installsuffix shared -buildid ziDWFK4rYOobPmKCqpQo/ziDWFK4rYOobPmKCqpQo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/shared/validations.go
2025-08-20T20:25:54.4901522Z [00:02:33.176]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T20:25:54.4906896Z [00:02:33.177]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/0e/0e02278e9ad4d8149520645f0c5ef6a79619ef197eac068aa629e0fcd3a0ef73-d # internal
2025-08-20T20:25:54.4919658Z [00:02:33.178]➜  golang.org/x/crypto/curve25519
2025-08-20T20:25:54.4920377Z [00:02:33.178]➜  mkdir -p $WORK/b500/
2025-08-20T20:25:54.4922435Z [00:02:33.178]➜  cat >/tmp/go-build1823208636/b500/importcfg << 'EOF' # internal
2025-08-20T20:25:54.4922851Z [00:02:33.178]➜  # import config
2025-08-20T20:25:54.4923226Z [00:02:33.178]➜  packagefile crypto/ecdh=/tmp/go-build1823208636/b157/_pkg_.a
2025-08-20T20:25:54.4923561Z [00:02:33.178]➜  EOF
2025-08-20T20:25:54.4925948Z [00:02:33.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519=>golang.org/x/crypto@v0.41.0/curve25519;$WORK/b500=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid f-FaWe8S-oCYZVYzmXnG/f-FaWe8S-oCYZVYzmXnG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519/curve25519.go
2025-08-20T20:25:54.5198944Z [00:02:33.206]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T20:25:54.5220367Z [00:02:33.208]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/22/22a5bc979de6c09d8e453f0dabd63f237a4acac1756d061454594b09f4ec1545-d # internal
2025-08-20T20:25:54.5221297Z [00:02:33.208]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T20:25:54.5221752Z [00:02:33.208]➜  mkdir -p $WORK/b501/
2025-08-20T20:25:54.5222268Z [00:02:33.208]➜  cat >/tmp/go-build1823208636/b501/importcfg << 'EOF' # internal
2025-08-20T20:25:54.5222719Z [00:02:33.208]➜  # import config
2025-08-20T20:25:54.5223230Z [00:02:33.208]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:54.5223818Z [00:02:33.208]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:54.5224441Z [00:02:33.208]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:54.5224875Z [00:02:33.208]➜  EOF
2025-08-20T20:25:54.5236398Z [00:02:33.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305=>golang.org/x/crypto@v0.41.0/internal/poly1305;$WORK/b501=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid YARxFCNVM-toUumxZt3q/YARxFCNVM-toUumxZt3q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/mac_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/sum_generic.go
2025-08-20T20:25:54.5547743Z [00:02:33.241]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T20:25:54.5605961Z [00:02:33.247]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/02/02d655f0ba0a53e4f3f788bf35b2af9faae824b7573d91b133e2d1e7f1ad9e26-d # internal
2025-08-20T20:25:54.5614676Z [00:02:33.247]➜  github.com/rivo/tview
2025-08-20T20:25:54.5615164Z [00:02:33.248]➜  mkdir -p $WORK/b442/
2025-08-20T20:25:54.5620262Z [00:02:33.248]➜  cat >/tmp/go-build1823208636/b442/importcfg << 'EOF' # internal
2025-08-20T20:25:54.5620681Z [00:02:33.248]➜  # import config
2025-08-20T20:25:54.5621022Z [00:02:33.248]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:54.5621436Z [00:02:33.248]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.5621927Z [00:02:33.248]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build1823208636/b401/_pkg_.a
2025-08-20T20:25:54.5622530Z [00:02:33.248]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1823208636/b139/_pkg_.a
2025-08-20T20:25:54.5623091Z [00:02:33.248]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1823208636/b143/_pkg_.a
2025-08-20T20:25:54.5623556Z [00:02:33.248]➜  packagefile image=/tmp/go-build1823208636/b285/_pkg_.a
2025-08-20T20:25:54.5623961Z [00:02:33.248]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.5624364Z [00:02:33.248]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:54.5624800Z [00:02:33.248]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:54.5625215Z [00:02:33.248]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:54.5625782Z [00:02:33.248]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:54.5626254Z [00:02:33.248]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:54.5626671Z [00:02:33.248]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.5627485Z [00:02:33.248]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.5628017Z [00:02:33.248]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.5628429Z [00:02:33.248]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:54.5628850Z [00:02:33.248]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:54.5629293Z [00:02:33.248]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:54.5630002Z [00:02:33.248]➜  EOF
2025-08-20T20:25:54.5640170Z [00:02:33.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb=>github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb;$WORK/b442=>" -p github.com/rivo/tview -lang=go1.18 -complete -installsuffix shared -buildid uHAoZ9u0OGgdm4ODujbz/uHAoZ9u0OGgdm4ODujbz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/ansi.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/application.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/borders.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/box.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/button.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/checkbox.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/doc.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/dropdown.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/flex.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/form.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/frame.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/grid.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/image.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/inputfield.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/list.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/modal.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/pages.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/primitive.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/semigraphics.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/strings.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/styles.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/table.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/textarea.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/textview.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/treeview.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20250625164341-a4a78f1e05cb/util.go
2025-08-20T20:25:54.5788826Z [00:02:33.265]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T20:25:54.5832352Z [00:02:33.269]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T20:25:54.5834836Z [00:02:33.269]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/d8/d8c5d75502844cedf8ad972457c61ef25c675731405bc55f7837fd575697efe4-d # internal
2025-08-20T20:25:54.5840535Z [00:02:33.270]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T20:25:54.5841395Z [00:02:33.270]➜  mkdir -p $WORK/b471/
2025-08-20T20:25:54.5842158Z [00:02:33.270]➜  cat >/tmp/go-build1823208636/b471/importcfg << 'EOF' # internal
2025-08-20T20:25:54.5842821Z [00:02:33.270]➜  # import config
2025-08-20T20:25:54.5843517Z [00:02:33.270]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.5844692Z [00:02:33.270]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1823208636/b467/_pkg_.a
2025-08-20T20:25:54.5845941Z [00:02:33.270]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1823208636/b468/_pkg_.a
2025-08-20T20:25:54.5846743Z [00:02:33.270]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:54.5847295Z [00:02:33.270]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.5847715Z [00:02:33.270]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:54.5848165Z [00:02:33.270]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.5848598Z [00:02:33.270]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.5848915Z [00:02:33.270]➜  EOF
2025-08-20T20:25:54.5849480Z [00:02:33.270]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/92/92e7581994cae1641212480c71c0801b03dfd3b9e2b4b7f8d5e71a6654656b17-d # internal
2025-08-20T20:25:54.5851846Z [00:02:33.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descfmt=>google.golang.org/protobuf@v1.36.7/internal/descfmt;$WORK/b471=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.22 -complete -installsuffix shared -buildid IGm6Kf3dVHsl0ewUmwNT/IGm6Kf3dVHsl0ewUmwNT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descfmt/stringer.go
2025-08-20T20:25:54.5855321Z [00:02:33.272]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T20:25:54.5855953Z [00:02:33.272]➜  mkdir -p $WORK/b472/
2025-08-20T20:25:54.5859465Z [00:02:33.272]➜  cat >/tmp/go-build1823208636/b472/importcfg << 'EOF' # internal
2025-08-20T20:25:54.5859986Z [00:02:33.272]➜  # import config
2025-08-20T20:25:54.5860706Z [00:02:33.272]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:54.5861397Z [00:02:33.272]➜  EOF
2025-08-20T20:25:54.5863851Z [00:02:33.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descopts=>google.golang.org/protobuf@v1.36.7/internal/descopts;$WORK/b472=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.22 -complete -installsuffix shared -buildid tbOgCewr3qbwnlOn8uVA/tbOgCewr3qbwnlOn8uVA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descopts/options.go
2025-08-20T20:25:54.5950606Z [00:02:33.281]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T20:25:54.5986963Z [00:02:33.285]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/34/34d65880b34614911a5b80a81bc827c96da60e68e0b4dd285dfd8944b83edc1f-d # internal
2025-08-20T20:25:54.5987622Z [00:02:33.285]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T20:25:54.5997189Z [00:02:33.286]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/cf/cfcdb58707ededc8eb5bb094e6a236d6abc64547205e332f328a2408b128a533-d # internal
2025-08-20T20:25:54.6002112Z [00:02:33.286]➜  github.com/cli/cli/v2/pkg/search
2025-08-20T20:25:54.6002603Z [00:02:33.286]➜  mkdir -p $WORK/b400/
2025-08-20T20:25:54.6012856Z [00:02:33.287]➜  cat >/tmp/go-build1823208636/b400/importcfg << 'EOF' # internal
2025-08-20T20:25:54.6013659Z [00:02:33.287]➜  # import config
2025-08-20T20:25:54.6014487Z [00:02:33.287]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:54.6015020Z [00:02:33.287]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.6015692Z [00:02:33.287]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:25:54.6016400Z [00:02:33.287]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:54.6016901Z [00:02:33.287]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.6017321Z [00:02:33.287]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:54.6018082Z [00:02:33.287]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:54.6018592Z [00:02:33.287]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:54.6019018Z [00:02:33.287]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:54.6019434Z [00:02:33.287]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:54.6019856Z [00:02:33.287]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.6020297Z [00:02:33.287]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.6020713Z [00:02:33.287]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.6021122Z [00:02:33.287]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:54.6021539Z [00:02:33.287]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:54.6021854Z [00:02:33.287]➜  EOF
2025-08-20T20:25:54.6024212Z [00:02:33.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search=>github.com/cli/cli/v2/pkg/search;$WORK/b400=>" -p github.com/cli/cli/v2/pkg/search -lang=go1.24 -complete -installsuffix shared -buildid alxkkceXDegmtPaKc0ye/alxkkceXDegmtPaKc0ye -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/query.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/result.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/searcher.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/searcher_mock.go
2025-08-20T20:25:54.6034664Z [00:02:33.290]➜  github.com/cli/cli/v2/pkg/cmd/repo/view
2025-08-20T20:25:54.6036013Z [00:02:33.290]➜  mkdir -p $WORK/b369/
2025-08-20T20:25:54.6040163Z [00:02:33.290]➜  cat >/tmp/go-build1823208636/b369/importcfg << 'EOF' # internal
2025-08-20T20:25:54.6042295Z [00:02:33.290]➜  # import config
2025-08-20T20:25:54.6042660Z [00:02:33.290]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:54.6043150Z [00:02:33.290]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:54.6043606Z [00:02:33.290]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:54.6044022Z [00:02:33.290]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.6044531Z [00:02:33.290]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:54.6045117Z [00:02:33.290]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:25:54.6045912Z [00:02:33.290]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:25:54.6046599Z [00:02:33.290]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:54.6047227Z [00:02:33.290]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:25:54.6047861Z [00:02:33.290]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:25:54.6048471Z [00:02:33.290]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:54.6049080Z [00:02:33.290]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:54.6049721Z [00:02:33.290]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:25:54.6050366Z [00:02:33.290]➜  packagefile github.com/cli/go-gh/v2/pkg/asciisanitizer=/tmp/go-build1823208636/b134/_pkg_.a
2025-08-20T20:25:54.6050968Z [00:02:33.290]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.6051541Z [00:02:33.290]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:54.6052018Z [00:02:33.290]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.6052432Z [00:02:33.290]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:54.6053246Z [00:02:33.290]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:54.6053754Z [00:02:33.290]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.6054210Z [00:02:33.290]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:25:54.6054547Z [00:02:33.290]➜  EOF
2025-08-20T20:25:54.6056702Z [00:02:33.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view=>github.com/cli/cli/v2/pkg/cmd/repo/view;$WORK/b369=>" -p github.com/cli/cli/v2/pkg/cmd/repo/view -lang=go1.24 -complete -installsuffix shared -buildid W55h7gXSxezNH49e_vOr/W55h7gXSxezNH49e_vOr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view/view.go
2025-08-20T20:25:54.6493101Z [00:02:33.334]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T20:25:54.6505731Z [00:02:33.335]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/33/33639b63f91416bc5a8011e7cd7e06e7fdb3a2a3de7af579ce47868acb16def5-d # internal
2025-08-20T20:25:54.6506428Z [00:02:33.336]➜  github.com/cli/cli/v2/pkg/cmd/accessibility
2025-08-20T20:25:54.6506741Z [00:02:33.336]➜  mkdir -p $WORK/b447/
2025-08-20T20:25:54.6507113Z [00:02:33.336]➜  cat >/tmp/go-build1823208636/b447/importcfg << 'EOF' # internal
2025-08-20T20:25:54.6507456Z [00:02:33.336]➜  # import config
2025-08-20T20:25:54.6507798Z [00:02:33.336]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.6508305Z [00:02:33.336]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:54.6508927Z [00:02:33.336]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:25:54.6509555Z [00:02:33.336]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:25:54.6510175Z [00:02:33.336]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:54.6510785Z [00:02:33.336]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:54.6511353Z [00:02:33.336]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.6511713Z [00:02:33.336]➜  EOF
2025-08-20T20:25:54.6513631Z [00:02:33.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/accessibility=>github.com/cli/cli/v2/pkg/cmd/accessibility;$WORK/b447=>" -p github.com/cli/cli/v2/pkg/cmd/accessibility -lang=go1.24 -complete -installsuffix shared -buildid hF1kikqR8Zk6tuUkr0P_/hF1kikqR8Zk6tuUkr0P_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/accessibility/accessibility.go
2025-08-20T20:25:54.6997631Z [00:02:33.385]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T20:25:54.7009473Z [00:02:33.386]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/4b/4bbc03e7278afda09fd678c444149f54bc4264e24e710e745d89b489950caef8-d # internal
2025-08-20T20:25:54.7010201Z [00:02:33.386]➜  github.com/cli/cli/v2/pkg/cmd/actions
2025-08-20T20:25:54.7010525Z [00:02:33.386]➜  mkdir -p $WORK/b448/
2025-08-20T20:25:54.7010904Z [00:02:33.386]➜  cat >/tmp/go-build1823208636/b448/importcfg << 'EOF' # internal
2025-08-20T20:25:54.7011246Z [00:02:33.386]➜  # import config
2025-08-20T20:25:54.7011699Z [00:02:33.386]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:54.7012324Z [00:02:33.386]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:54.7012940Z [00:02:33.386]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:54.7013509Z [00:02:33.386]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.7013872Z [00:02:33.386]➜  EOF
2025-08-20T20:25:54.7015777Z [00:02:33.386]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b448/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/actions=>github.com/cli/cli/v2/pkg/cmd/actions;$WORK/b448=>" -p github.com/cli/cli/v2/pkg/cmd/actions -lang=go1.24 -complete -installsuffix shared -buildid 6D_ilYFhC_oi39ID6cVH/6D_ilYFhC_oi39ID6cVH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/actions/actions.go
2025-08-20T20:25:54.7163002Z [00:02:33.402]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T20:25:54.7181596Z [00:02:33.404]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/2c/2cc994232f8c0bba5d590613b2de051197b47530cad3452852b35dad7192a86e-d # internal
2025-08-20T20:25:54.7191165Z [00:02:33.404]➜  github.com/cli/cli/v2/pkg/cmd/alias/delete
2025-08-20T20:25:54.7191532Z [00:02:33.404]➜  mkdir -p $WORK/b450/
2025-08-20T20:25:54.7191911Z [00:02:33.405]➜  cat >/tmp/go-build1823208636/b450/importcfg << 'EOF' # internal
2025-08-20T20:25:54.7192300Z [00:02:33.405]➜  # import config
2025-08-20T20:25:54.7192632Z [00:02:33.405]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.7193150Z [00:02:33.405]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:54.7193757Z [00:02:33.405]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:54.7194367Z [00:02:33.405]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:54.7194955Z [00:02:33.405]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.7204461Z [00:02:33.405]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:54.7205241Z [00:02:33.406]➜  EOF
2025-08-20T20:25:54.7207659Z [00:02:33.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/delete=>github.com/cli/cli/v2/pkg/cmd/alias/delete;$WORK/b450=>" -p github.com/cli/cli/v2/pkg/cmd/alias/delete -lang=go1.24 -complete -installsuffix shared -buildid A-gxA5vQdBACnH6cLdzi/A-gxA5vQdBACnH6cLdzi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/delete/delete.go
2025-08-20T20:25:54.7345934Z [00:02:33.421]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T20:25:54.7389450Z [00:02:33.425]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/7f/7f75f732fdf747c6d0cde2150d126dd259221db8eab7c29c92f861e6e18dd8a2-d # internal
2025-08-20T20:25:54.7415177Z [00:02:33.428]➜  github.com/cli/cli/v2/pkg/cmd/alias/imports
2025-08-20T20:25:54.7417551Z [00:02:33.428]➜  mkdir -p $WORK/b451/
2025-08-20T20:25:54.7435458Z [00:02:33.429]➜  cat >/tmp/go-build1823208636/b451/importcfg << 'EOF' # internal
2025-08-20T20:25:54.7436313Z [00:02:33.429]➜  # import config
2025-08-20T20:25:54.7436929Z [00:02:33.429]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.7438253Z [00:02:33.429]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:54.7439261Z [00:02:33.429]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:54.7440404Z [00:02:33.429]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/shared=/tmp/go-build1823208636/b452/_pkg_.a
2025-08-20T20:25:54.7441112Z [00:02:33.429]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:54.7441773Z [00:02:33.429]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:54.7442348Z [00:02:33.429]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.7442868Z [00:02:33.429]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:25:54.7443320Z [00:02:33.429]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:54.7443750Z [00:02:33.429]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.7444065Z [00:02:33.429]➜  EOF
2025-08-20T20:25:54.7446088Z [00:02:33.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/imports=>github.com/cli/cli/v2/pkg/cmd/alias/imports;$WORK/b451=>" -p github.com/cli/cli/v2/pkg/cmd/alias/imports -lang=go1.24 -complete -installsuffix shared -buildid TbNPNneRleSsy6Jd_LUP/TbNPNneRleSsy6Jd_LUP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/imports/import.go
2025-08-20T20:25:54.7579989Z [00:02:33.444]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T20:25:54.7581136Z [00:02:33.444]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/34/340fe9836d8a16b072d8dfb894899b4e96e99c333456ee2d3f98808594af633d-d # internal
2025-08-20T20:25:54.7675830Z [00:02:33.454]➜  github.com/cli/cli/v2/pkg/cmd/alias/list
2025-08-20T20:25:54.7676649Z [00:02:33.454]➜  mkdir -p $WORK/b453/
2025-08-20T20:25:54.7687349Z [00:02:33.455]➜  cat >/tmp/go-build1823208636/b453/importcfg << 'EOF' # internal
2025-08-20T20:25:54.7688024Z [00:02:33.455]➜  # import config
2025-08-20T20:25:54.7688791Z [00:02:33.455]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:54.7689686Z [00:02:33.455]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:54.7690624Z [00:02:33.455]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:54.7691773Z [00:02:33.455]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:54.7692403Z [00:02:33.455]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.7692924Z [00:02:33.455]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:25:54.7693269Z [00:02:33.455]➜  EOF
2025-08-20T20:25:54.7695130Z [00:02:33.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/list=>github.com/cli/cli/v2/pkg/cmd/alias/list;$WORK/b453=>" -p github.com/cli/cli/v2/pkg/cmd/alias/list -lang=go1.24 -complete -installsuffix shared -buildid mRW0ocmoMk5yH6rZBF21/mRW0ocmoMk5yH6rZBF21 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/list/list.go
2025-08-20T20:25:54.7885143Z [00:02:33.475]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T20:25:54.7909745Z [00:02:33.477]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/2f/2f6cdac298f42d4fb63a4cfcafddb20674357eabfb3036ae798b94564cdce1f9-d # internal
2025-08-20T20:25:54.7916272Z [00:02:33.478]➜  github.com/cli/cli/v2/pkg/cmd/alias/set
2025-08-20T20:25:54.7923916Z [00:02:33.478]➜  mkdir -p $WORK/b454/
2025-08-20T20:25:54.7935856Z [00:02:33.480]➜  cat >/tmp/go-build1823208636/b454/importcfg << 'EOF' # internal
2025-08-20T20:25:54.7936586Z [00:02:33.480]➜  # import config
2025-08-20T20:25:54.7936994Z [00:02:33.480]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.7937508Z [00:02:33.480]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:54.7938111Z [00:02:33.480]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:54.7938763Z [00:02:33.480]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/shared=/tmp/go-build1823208636/b452/_pkg_.a
2025-08-20T20:25:54.7939413Z [00:02:33.480]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:54.7940023Z [00:02:33.480]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:54.7940593Z [00:02:33.480]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.7941049Z [00:02:33.480]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.7941474Z [00:02:33.480]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.7941790Z [00:02:33.480]➜  EOF
2025-08-20T20:25:54.7952941Z [00:02:33.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/set=>github.com/cli/cli/v2/pkg/cmd/alias/set;$WORK/b454=>" -p github.com/cli/cli/v2/pkg/cmd/alias/set -lang=go1.24 -complete -installsuffix shared -buildid EwIgm--cIiUchED7mht7/EwIgm--cIiUchED7mht7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/set/set.go
2025-08-20T20:25:54.8054446Z [00:02:33.491]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T20:25:54.8085737Z [00:02:33.493]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/8f/8fa1d263aff804c7587ec1f4cbca6e51af6bc4ab53dd8dacac1bdc9798bbdc7d-d # internal
2025-08-20T20:25:54.8093379Z [00:02:33.495]➜  google.golang.org/protobuf/internal/strs
2025-08-20T20:25:54.8093809Z [00:02:33.495]➜  mkdir -p $WORK/b477/
2025-08-20T20:25:54.8094231Z [00:02:33.495]➜  cat >/tmp/go-build1823208636/b477/importcfg << 'EOF' # internal
2025-08-20T20:25:54.8094577Z [00:02:33.495]➜  # import config
2025-08-20T20:25:54.8094927Z [00:02:33.495]➜  packagefile go/token=/tmp/go-build1823208636/b478/_pkg_.a
2025-08-20T20:25:54.8095496Z [00:02:33.495]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1823208636/b476/_pkg_.a
2025-08-20T20:25:54.8097323Z [00:02:33.496]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:54.8098386Z [00:02:33.496]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.8099068Z [00:02:33.496]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:54.8099711Z [00:02:33.496]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:54.8100278Z [00:02:33.496]➜  EOF
2025-08-20T20:25:54.8102735Z [00:02:33.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs=>google.golang.org/protobuf@v1.36.7/internal/strs;$WORK/b477=>" -p google.golang.org/protobuf/internal/strs -lang=go1.22 -complete -installsuffix shared -buildid bt8P7eD7JNPlpby4EmUX/bt8P7eD7JNPlpby4EmUX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs/strings_unsafe.go
2025-08-20T20:25:54.8302624Z [00:02:33.516]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T20:25:54.8319660Z [00:02:33.518]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/be/be95e454e0fb29e40d08bacad08a074c600237b167b21614e5476fe1b619549b-d # internal
2025-08-20T20:25:54.8378192Z [00:02:33.523]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T20:25:54.8378750Z [00:02:33.523]➜  mkdir -p $WORK/b479/
2025-08-20T20:25:54.8379517Z [00:02:33.523]➜  cat >/tmp/go-build1823208636/b479/importcfg << 'EOF' # internal
2025-08-20T20:25:54.8379926Z [00:02:33.523]➜  # import config
2025-08-20T20:25:54.8380424Z [00:02:33.523]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:25:54.8381124Z [00:02:33.523]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:54.8381821Z [00:02:33.523]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:54.8382394Z [00:02:33.523]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:54.8382696Z [00:02:33.523]➜  EOF
2025-08-20T20:25:54.8384946Z [00:02:33.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/messageset=>google.golang.org/protobuf@v1.36.7/internal/encoding/messageset;$WORK/b479=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.22 -complete -installsuffix shared -buildid qOmHkZd0E-ONFGfDLU_s/qOmHkZd0E-ONFGfDLU_s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/messageset/messageset.go
2025-08-20T20:25:54.8415780Z [00:02:33.528]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T20:25:54.8421341Z [00:02:33.528]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/1b/1bb9a12320e84d5fa4980c8e650cddd344fd081880a131588554c928a5cb0286-d # internal
2025-08-20T20:25:54.8449129Z [00:02:33.531]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T20:25:54.8451999Z [00:02:33.531]➜  mkdir -p $WORK/b475/
2025-08-20T20:25:54.8454507Z [00:02:33.532]➜  cat >/tmp/go-build1823208636/b475/importcfg << 'EOF' # internal
2025-08-20T20:25:54.8455320Z [00:02:33.532]➜  # import config
2025-08-20T20:25:54.8457900Z [00:02:33.532]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:54.8459222Z [00:02:33.532]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.8462375Z [00:02:33.532]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1823208636/b467/_pkg_.a
2025-08-20T20:25:54.8464801Z [00:02:33.532]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:54.8466004Z [00:02:33.532]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1823208636/b476/_pkg_.a
2025-08-20T20:25:54.8467407Z [00:02:33.532]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1823208636/b477/_pkg_.a
2025-08-20T20:25:54.8467935Z [00:02:33.532]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.8468341Z [00:02:33.532]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:54.8468769Z [00:02:33.532]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:54.8469203Z [00:02:33.532]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.8469649Z [00:02:33.532]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.8470234Z [00:02:33.532]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:54.8470689Z [00:02:33.532]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:25:54.8471152Z [00:02:33.532]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:54.8471484Z [00:02:33.532]➜  EOF
2025-08-20T20:25:54.8482331Z [00:02:33.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text=>google.golang.org/protobuf@v1.36.7/internal/encoding/text;$WORK/b475=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.22 -complete -installsuffix shared -buildid guIztGcJzxzPnjM0gvuq/guIztGcJzxzPnjM0gvuq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/encode.go
2025-08-20T20:25:54.8554233Z [00:02:33.541]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T20:25:54.8577325Z [00:02:33.544]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/1e/1e611f2339a64e627203f7f1cebe34bb7262cbb1807e9e21f1705bb649348612-d # internal
2025-08-20T20:25:54.8579249Z [00:02:33.544]➜  github.com/cli/cli/v2/pkg/cmd/alias
2025-08-20T20:25:54.8586310Z [00:02:33.545]➜  mkdir -p $WORK/b449/
2025-08-20T20:25:54.8594153Z [00:02:33.545]➜  cat >/tmp/go-build1823208636/b449/importcfg << 'EOF' # internal
2025-08-20T20:25:54.8596656Z [00:02:33.546]➜  # import config
2025-08-20T20:25:54.8599389Z [00:02:33.546]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:54.8602051Z [00:02:33.546]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/delete=/tmp/go-build1823208636/b450/_pkg_.a
2025-08-20T20:25:54.8603086Z [00:02:33.546]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/imports=/tmp/go-build1823208636/b451/_pkg_.a
2025-08-20T20:25:54.8608069Z [00:02:33.546]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/list=/tmp/go-build1823208636/b453/_pkg_.a
2025-08-20T20:25:54.8609397Z [00:02:33.546]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/set=/tmp/go-build1823208636/b454/_pkg_.a
2025-08-20T20:25:54.8610570Z [00:02:33.546]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:54.8611648Z [00:02:33.546]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:54.8612071Z [00:02:33.546]➜  EOF
2025-08-20T20:25:54.8613845Z [00:02:33.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias=>github.com/cli/cli/v2/pkg/cmd/alias;$WORK/b449=>" -p github.com/cli/cli/v2/pkg/cmd/alias -lang=go1.24 -complete -installsuffix shared -buildid 2l-HBo6h3-ApruMom0zC/2l-HBo6h3-ApruMom0zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/alias.go
2025-08-20T20:25:54.8673399Z [00:02:33.553]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T20:25:54.8679252Z [00:02:33.554]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/f1/f1b6a2f5605713590425a88582ca4d309f960a3fc6622194a21c6971d2b39ab6-d # internal
2025-08-20T20:25:54.8744524Z [00:02:33.560]➜  google.golang.org/protobuf/internal/genid
2025-08-20T20:25:54.8745681Z [00:02:33.561]➜  mkdir -p $WORK/b480/
2025-08-20T20:25:54.8747279Z [00:02:33.561]➜  cat >/tmp/go-build1823208636/b480/importcfg << 'EOF' # internal
2025-08-20T20:25:54.8747686Z [00:02:33.561]➜  # import config
2025-08-20T20:25:54.8748203Z [00:02:33.561]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:54.8748656Z [00:02:33.561]➜  EOF
2025-08-20T20:25:54.8759098Z [00:02:33.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid=>google.golang.org/protobuf@v1.36.7/internal/genid;$WORK/b480=>" -p google.golang.org/protobuf/internal/genid -lang=go1.22 -complete -installsuffix shared -buildid _jPPAaue9lWfnIHWaJP5/_jPPAaue9lWfnIHWaJP5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/name.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/wrappers_gen.go
2025-08-20T20:25:54.9220970Z [00:02:33.608]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T20:25:54.9234190Z [00:02:33.609]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/85/85b133ba12b4221b742920198c85c632982e34cf9973f6c8871ed7f8c843f12d-d # internal
2025-08-20T20:25:54.9252569Z [00:02:33.611]➜  google.golang.org/protobuf/internal/order
2025-08-20T20:25:54.9256332Z [00:02:33.611]➜  mkdir -p $WORK/b482/
2025-08-20T20:25:54.9259193Z [00:02:33.612]➜  cat >/tmp/go-build1823208636/b482/importcfg << 'EOF' # internal
2025-08-20T20:25:54.9260524Z [00:02:33.612]➜  # import config
2025-08-20T20:25:54.9261998Z [00:02:33.612]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:54.9263321Z [00:02:33.612]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:54.9263858Z [00:02:33.612]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.9264231Z [00:02:33.612]➜  EOF
2025-08-20T20:25:54.9264671Z [00:02:33.612]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T20:25:54.9275346Z [00:02:33.613]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/98/989987cbe2ebce6f116f22c343039419d4560e1acb870320794194229302de7f-d # internal
2025-08-20T20:25:54.9278127Z [00:02:33.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order=>google.golang.org/protobuf@v1.36.7/internal/order;$WORK/b482=>" -p google.golang.org/protobuf/internal/order -lang=go1.22 -complete -installsuffix shared -buildid 46xq-qt0A8wTc4upE2ag/46xq-qt0A8wTc4upE2ag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order/range.go
2025-08-20T20:25:54.9290032Z [00:02:33.615]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T20:25:54.9293807Z [00:02:33.615]➜  mkdir -p $WORK/b483/
2025-08-20T20:25:54.9297076Z [00:02:33.616]➜  cat >/tmp/go-build1823208636/b483/importcfg << 'EOF' # internal
2025-08-20T20:25:54.9297511Z [00:02:33.616]➜  # import config
2025-08-20T20:25:54.9301012Z [00:02:33.616]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.9301660Z [00:02:33.616]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1823208636/b479/_pkg_.a
2025-08-20T20:25:54.9302419Z [00:02:33.616]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:54.9303086Z [00:02:33.616]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1823208636/b476/_pkg_.a
2025-08-20T20:25:54.9303784Z [00:02:33.616]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:54.9304325Z [00:02:33.616]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:54.9305113Z [00:02:33.616]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.9305773Z [00:02:33.616]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:54.9306137Z [00:02:33.616]➜  EOF
2025-08-20T20:25:54.9308259Z [00:02:33.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoregistry=>google.golang.org/protobuf@v1.36.7/reflect/protoregistry;$WORK/b483=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.22 -complete -installsuffix shared -buildid 60qbBjupcJXnbql4nxWL/60qbBjupcJXnbql4nxWL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoregistry/registry.go
2025-08-20T20:25:54.9477031Z [00:02:33.633]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T20:25:54.9499774Z [00:02:33.636]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/a5/a5e884d6f90b89cb429e27d73455abf62e45d8369d067a0f641ca384a12898ab-d # internal
2025-08-20T20:25:54.9521356Z [00:02:33.638]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T20:25:54.9523690Z [00:02:33.639]➜  mkdir -p $WORK/b474/
2025-08-20T20:25:54.9525428Z [00:02:33.639]➜  cat >/tmp/go-build1823208636/b474/importcfg << 'EOF' # internal
2025-08-20T20:25:54.9528899Z [00:02:33.639]➜  # import config
2025-08-20T20:25:54.9529249Z [00:02:33.639]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.9530271Z [00:02:33.639]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1823208636/b475/_pkg_.a
2025-08-20T20:25:54.9530978Z [00:02:33.639]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:54.9531677Z [00:02:33.639]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:54.9532230Z [00:02:33.639]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:54.9532663Z [00:02:33.639]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.9532978Z [00:02:33.639]➜  EOF
2025-08-20T20:25:54.9535143Z [00:02:33.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/defval=>google.golang.org/protobuf@v1.36.7/internal/encoding/defval;$WORK/b474=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.22 -complete -installsuffix shared -buildid bUDpEaoVjhPVux2WImy1/bUDpEaoVjhPVux2WImy1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/defval/default.go
2025-08-20T20:25:54.9544465Z [00:02:33.641]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T20:25:54.9551673Z [00:02:33.641]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/41/41d8faa1716e754fbdb464997f5c904e176c8a53636bffd2b2eae657237c6049-d # internal
2025-08-20T20:25:54.9589561Z [00:02:33.645]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T20:25:54.9590995Z [00:02:33.645]➜  mkdir -p $WORK/b484/
2025-08-20T20:25:54.9592198Z [00:02:33.645]➜  cat >/tmp/go-build1823208636/b484/importcfg << 'EOF' # internal
2025-08-20T20:25:54.9592905Z [00:02:33.645]➜  # import config
2025-08-20T20:25:54.9593606Z [00:02:33.645]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1823208636/b468/_pkg_.a
2025-08-20T20:25:54.9594498Z [00:02:33.645]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:54.9595355Z [00:02:33.645]➜  EOF
2025-08-20T20:25:54.9601528Z [00:02:33.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface=>google.golang.org/protobuf@v1.36.7/runtime/protoiface;$WORK/b484=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.22 -complete -installsuffix shared -buildid qfj04wF0q5xlW5VVSSk0/qfj04wF0q5xlW5VVSSk0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface/methods.go
2025-08-20T20:25:54.9815380Z [00:02:33.667]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T20:25:54.9816569Z [00:02:33.667]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/39/390be5c6ee3b393084bd845c932e1bc1a97446e5d0b920de72db9d5055acdcb7-d # internal
2025-08-20T20:25:54.9861829Z [00:02:33.672]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T20:25:54.9868617Z [00:02:33.673]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/33/33a0a9444038fc0cf9f011306837a6831255a37145c0739e531c382ea48f7e03-d # internal
2025-08-20T20:25:54.9889505Z [00:02:33.675]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T20:25:54.9891153Z [00:02:33.675]➜  mkdir -p $WORK/b490/
2025-08-20T20:25:54.9892674Z [00:02:33.675]➜  cat >/tmp/go-build1823208636/b490/importcfg << 'EOF' # internal
2025-08-20T20:25:54.9907826Z [00:02:33.677]➜  # import config
2025-08-20T20:25:54.9909175Z [00:02:33.677]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:54.9910143Z [00:02:33.677]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.9912675Z [00:02:33.677]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:25:54.9913473Z [00:02:33.677]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1823208636/b484/_pkg_.a
2025-08-20T20:25:54.9914498Z [00:02:33.677]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.9914914Z [00:02:33.677]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:54.9915351Z [00:02:33.677]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:54.9915873Z [00:02:33.677]➜  EOF
2025-08-20T20:25:54.9918633Z [00:02:33.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy=>google.golang.org/protobuf@v1.36.7/internal/protolazy;$WORK/b490=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.22 -complete -installsuffix shared -buildid _l8oQ584AlnULhjCMfXB/_l8oQ584AlnULhjCMfXB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/bufferreader.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/pointer_unsafe.go
2025-08-20T20:25:54.9921063Z [00:02:33.677]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T20:25:54.9921395Z [00:02:33.677]➜  mkdir -p $WORK/b494/
2025-08-20T20:25:54.9921791Z [00:02:33.677]➜  cat >/tmp/go-build1823208636/b494/importcfg << 'EOF' # internal
2025-08-20T20:25:54.9922130Z [00:02:33.678]➜  # import config
2025-08-20T20:25:54.9922472Z [00:02:33.678]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:54.9922883Z [00:02:33.678]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:54.9923436Z [00:02:33.678]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1823208636/b467/_pkg_.a
2025-08-20T20:25:54.9924114Z [00:02:33.678]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:54.9924778Z [00:02:33.678]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1823208636/b477/_pkg_.a
2025-08-20T20:25:54.9925299Z [00:02:33.678]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:54.9925815Z [00:02:33.678]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:54.9926247Z [00:02:33.678]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:54.9926677Z [00:02:33.678]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:54.9927429Z [00:02:33.678]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:54.9927935Z [00:02:33.678]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:54.9928367Z [00:02:33.678]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:54.9928808Z [00:02:33.678]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:25:54.9929270Z [00:02:33.678]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:54.9929610Z [00:02:33.678]➜  EOF
2025-08-20T20:25:54.9933082Z [00:02:33.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json=>google.golang.org/protobuf@v1.36.7/internal/encoding/json;$WORK/b494=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid 2oCSjxFGF0jlJdbFYBII/2oCSjxFGF0jlJdbFYBII -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/encode.go
2025-08-20T20:25:55.0424140Z [00:02:33.728]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T20:25:55.0440724Z [00:02:33.730]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/b2/b2eb6b38e763f69fa5450a26400d42492590e29110cc3e9497d6b7cc0815a51a-d # internal
2025-08-20T20:25:55.0623595Z [00:02:33.748]➜  google.golang.org/protobuf/proto
2025-08-20T20:25:55.0625159Z [00:02:33.748]➜  mkdir -p $WORK/b481/
2025-08-20T20:25:55.0625801Z [00:02:33.749]➜  cat >/tmp/go-build1823208636/b481/importcfg << 'EOF' # internal
2025-08-20T20:25:55.0626735Z [00:02:33.749]➜  # import config
2025-08-20T20:25:55.0627179Z [00:02:33.749]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.0627620Z [00:02:33.749]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.0628196Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:25:55.0628950Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1823208636/b479/_pkg_.a
2025-08-20T20:25:55.0629697Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:55.0630366Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1823208636/b476/_pkg_.a
2025-08-20T20:25:55.0631031Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1823208636/b480/_pkg_.a
2025-08-20T20:25:55.0631703Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1823208636/b482/_pkg_.a
2025-08-20T20:25:55.0632372Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1823208636/b468/_pkg_.a
2025-08-20T20:25:55.0633039Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1823208636/b477/_pkg_.a
2025-08-20T20:25:55.0633729Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:55.0634448Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1823208636/b483/_pkg_.a
2025-08-20T20:25:55.0635164Z [00:02:33.749]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1823208636/b484/_pkg_.a
2025-08-20T20:25:55.0635902Z [00:02:33.749]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:55.0636329Z [00:02:33.749]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:55.0637082Z [00:02:33.749]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:55.0637498Z [00:02:33.749]➜  EOF
2025-08-20T20:25:55.0643394Z [00:02:33.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto=>google.golang.org/protobuf@v1.36.7/proto;$WORK/b481=>" -p google.golang.org/protobuf/proto -lang=go1.22 -complete -installsuffix shared -buildid LnqPPjZq3idhf0aQhnrU/LnqPPjZq3idhf0aQhnrU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/wrapperopaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/wrappers.go
2025-08-20T20:25:55.0672617Z [00:02:33.753]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T20:25:55.0680872Z [00:02:33.754]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/d6/d6d02c4a67454d7fc5445d7da615a52fe76351431c694b06627aa910a50d1669-d # internal
2025-08-20T20:25:55.0685714Z [00:02:33.755]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T20:25:55.0690357Z [00:02:33.755]➜  mkdir -p $WORK/b502/
2025-08-20T20:25:55.0694660Z [00:02:33.755]➜  cat >/tmp/go-build1823208636/b502/importcfg << 'EOF' # internal
2025-08-20T20:25:55.0695098Z [00:02:33.755]➜  # import config
2025-08-20T20:25:55.0695466Z [00:02:33.755]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:55.0696053Z [00:02:33.755]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.0696584Z [00:02:33.755]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1823208636/b390/_pkg_.a
2025-08-20T20:25:55.0696968Z [00:02:33.755]➜  EOF
2025-08-20T20:25:55.0699049Z [00:02:33.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf;$WORK/b502=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid IWCQKy7DGhhpmo7SeDCU/IWCQKy7DGhhpmo7SeDCU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T20:25:55.0942889Z [00:02:33.780]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T20:25:55.0961583Z [00:02:33.782]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/65/653affa2bd20c45bffdb93b04adc4a09c8764b6fb1ef9078f480cdf93e8e7cfb-d # internal
2025-08-20T20:25:55.1030612Z [00:02:33.789]➜  golang.org/x/crypto/ssh
2025-08-20T20:25:55.1031622Z [00:02:33.789]➜  mkdir -p $WORK/b496/
2025-08-20T20:25:55.1037974Z [00:02:33.790]➜  cat >/tmp/go-build1823208636/b496/importcfg << 'EOF' # internal
2025-08-20T20:25:55.1038436Z [00:02:33.790]➜  # import config
2025-08-20T20:25:55.1038784Z [00:02:33.790]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:55.1039207Z [00:02:33.790]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:55.1039993Z [00:02:33.790]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:55.1040629Z [00:02:33.790]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:55.1041067Z [00:02:33.790]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:25:55.1041532Z [00:02:33.790]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:55.1041991Z [00:02:33.790]➜  packagefile crypto/des=/tmp/go-build1823208636/b156/_pkg_.a
2025-08-20T20:25:55.1042456Z [00:02:33.790]➜  packagefile crypto/dsa=/tmp/go-build1823208636/b197/_pkg_.a
2025-08-20T20:25:55.1042911Z [00:02:33.790]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:55.1043377Z [00:02:33.790]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:55.1043856Z [00:02:33.790]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:55.1044328Z [00:02:33.790]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:25:55.1044790Z [00:02:33.790]➜  packagefile crypto/md5=/tmp/go-build1823208636/b189/_pkg_.a
2025-08-20T20:25:55.1045241Z [00:02:33.790]➜  packagefile crypto/mlkem=/tmp/go-build1823208636/b497/_pkg_.a
2025-08-20T20:25:55.1057125Z [00:02:33.790]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:55.1057847Z [00:02:33.790]➜  packagefile crypto/rc4=/tmp/go-build1823208636/b190/_pkg_.a
2025-08-20T20:25:55.1058307Z [00:02:33.790]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:55.1059171Z [00:02:33.790]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:55.1059640Z [00:02:33.790]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:55.1060104Z [00:02:33.790]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:55.1060570Z [00:02:33.790]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:55.1061053Z [00:02:33.790]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:55.1061514Z [00:02:33.790]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:55.1061988Z [00:02:33.790]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:55.1062469Z [00:02:33.790]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:55.1062939Z [00:02:33.790]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:55.1063412Z [00:02:33.790]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:25:55.1063856Z [00:02:33.790]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.1064268Z [00:02:33.790]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.1064762Z [00:02:33.790]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1823208636/b498/_pkg_.a
2025-08-20T20:25:55.1065345Z [00:02:33.790]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1823208636/b500/_pkg_.a
2025-08-20T20:25:55.1066165Z [00:02:33.790]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1823208636/b501/_pkg_.a
2025-08-20T20:25:55.1067079Z [00:02:33.790]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build1823208636/b502/_pkg_.a
2025-08-20T20:25:55.1067947Z [00:02:33.790]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:55.1068662Z [00:02:33.790]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:55.1074416Z [00:02:33.790]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:55.1074830Z [00:02:33.790]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:55.1075253Z [00:02:33.790]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:55.1075796Z [00:02:33.790]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:55.1076229Z [00:02:33.790]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:55.1076910Z [00:02:33.790]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:55.1077750Z [00:02:33.790]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:55.1078500Z [00:02:33.790]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:55.1083984Z [00:02:33.790]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:55.1084573Z [00:02:33.790]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:55.1085075Z [00:02:33.790]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:55.1085503Z [00:02:33.790]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:55.1086048Z [00:02:33.790]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:55.1086482Z [00:02:33.790]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:55.1086914Z [00:02:33.790]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:55.1087215Z [00:02:33.790]➜  EOF
2025-08-20T20:25:55.1093322Z [00:02:33.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh=>golang.org/x/crypto@v0.41.0/ssh;$WORK/b496=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid t6nEcSKPS5oIv93HNzus/t6nEcSKPS5oIv93HNzus -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/mlkem.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/transport.go
2025-08-20T20:25:55.1101783Z [00:02:33.793]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T20:25:55.1102461Z [00:02:33.794]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/19/1924bd5a8de3b96eb6b579edf447f198da5006240e571514696d285655e1ae4f-d # internal
2025-08-20T20:25:55.1123158Z [00:02:33.798]➜  github.com/sigstore/sigstore-go/pkg/util
2025-08-20T20:25:55.1125170Z [00:02:33.798]➜  mkdir -p $WORK/b515/
2025-08-20T20:25:55.1128707Z [00:02:33.799]➜  cat >/tmp/go-build1823208636/b515/importcfg << 'EOF' # internal
2025-08-20T20:25:55.1129231Z [00:02:33.799]➜  # import config
2025-08-20T20:25:55.1129636Z [00:02:33.799]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:25:55.1129979Z [00:02:33.799]➜  EOF
2025-08-20T20:25:55.1132042Z [00:02:33.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/util=>github.com/sigstore/sigstore-go@v1.1.0/pkg/util;$WORK/b515=>" -p github.com/sigstore/sigstore-go/pkg/util -lang=go1.24 -complete -installsuffix shared -buildid RgoWbrLJTETlB7mZnXfQ/RgoWbrLJTETlB7mZnXfQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/util/util.go
2025-08-20T20:25:55.1233328Z [00:02:33.809]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T20:25:55.1235189Z [00:02:33.809]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/72/724d1df1c4beb11bf7016702014f9ebda65708f8c229e81c7b7fca6320d4e805-d # internal
2025-08-20T20:25:55.1257898Z [00:02:33.812]➜  github.com/cenkalti/backoff/v5
2025-08-20T20:25:55.1268625Z [00:02:33.813]➜  mkdir -p $WORK/b517/
2025-08-20T20:25:55.1272694Z [00:02:33.813]➜  cat >/tmp/go-build1823208636/b517/importcfg << 'EOF' # internal
2025-08-20T20:25:55.1274304Z [00:02:33.813]➜  # import config
2025-08-20T20:25:55.1275979Z [00:02:33.813]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:55.1306640Z [00:02:33.813]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.1307098Z [00:02:33.813]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.1307526Z [00:02:33.813]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:55.1307977Z [00:02:33.813]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:55.1308387Z [00:02:33.813]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:55.1308690Z [00:02:33.813]➜  EOF
2025-08-20T20:25:55.1311698Z [00:02:33.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2=>github.com/cenkalti/backoff/v5@v5.0.2;$WORK/b517=>" -p github.com/cenkalti/backoff/v5 -lang=go1.23 -complete -installsuffix shared -buildid oHFpOA5K5BwM7gXpxcYO/oHFpOA5K5BwM7gXpxcYO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/backoff.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/error.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/exponential.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/retry.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/ticker.go /root/go/pkg/mod/github.com/cenkalti/backoff/v5@v5.0.2/timer.go
2025-08-20T20:25:55.1627181Z [00:02:33.849]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T20:25:55.1635634Z [00:02:33.849]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/7d/7de1ec2920d847dfba3346ce01dd7bbd8092a02d2c190fe163a687fd5e220701-d # internal
2025-08-20T20:25:55.1644177Z [00:02:33.850]➜  github.com/secure-systems-lab/go-securesystemslib/cjson
2025-08-20T20:25:55.1644672Z [00:02:33.850]➜  mkdir -p $WORK/b520/
2025-08-20T20:25:55.1645081Z [00:02:33.850]➜  cat >/tmp/go-build1823208636/b520/importcfg << 'EOF' # internal
2025-08-20T20:25:55.1645463Z [00:02:33.850]➜  # import config
2025-08-20T20:25:55.1645980Z [00:02:33.850]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:55.1646436Z [00:02:33.851]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:55.1646885Z [00:02:33.851]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.1647300Z [00:02:33.851]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.1647736Z [00:02:33.851]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:55.1648157Z [00:02:33.851]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:55.1648571Z [00:02:33.851]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:55.1648887Z [00:02:33.851]➜  EOF
2025-08-20T20:25:55.1651122Z [00:02:33.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/cjson=>github.com/secure-systems-lab/go-securesystemslib@v0.9.0/cjson;$WORK/b520=>" -p github.com/secure-systems-lab/go-securesystemslib/cjson -lang=go1.20 -complete -installsuffix shared -buildid RYpqNICep4zjIfhzjwwL/RYpqNICep4zjIfhzjwwL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/cjson/canonicaljson.go
2025-08-20T20:25:55.2096550Z [00:02:33.895]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T20:25:55.2108447Z [00:02:33.896]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/8f/8fc88ce69901c06d8c43b09942a3e86931291a198a5285c2cc920bac550e0994-d # internal
2025-08-20T20:25:55.2109018Z [00:02:33.896]➜  expvar
2025-08-20T20:25:55.2109261Z [00:02:33.896]➜  mkdir -p $WORK/b524/
2025-08-20T20:25:55.2109639Z [00:02:33.897]➜  cat >/tmp/go-build1823208636/b524/importcfg << 'EOF' # internal
2025-08-20T20:25:55.2109976Z [00:02:33.897]➜  # import config
2025-08-20T20:25:55.2110365Z [00:02:33.897]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:55.2110848Z [00:02:33.897]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:25:55.2112735Z [00:02:33.897]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:55.2113626Z [00:02:33.897]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:55.2114709Z [00:02:33.897]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:55.2115152Z [00:02:33.897]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:55.2115717Z [00:02:33.897]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:55.2116211Z [00:02:33.897]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:55.2116632Z [00:02:33.897]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:55.2117086Z [00:02:33.897]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:55.2117880Z [00:02:33.897]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:55.2118343Z [00:02:33.897]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:55.2118689Z [00:02:33.897]➜  EOF
2025-08-20T20:25:55.2120043Z [00:02:33.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b524=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid uLHZN11Kt-OodIlPF12a/uLHZN11Kt-OodIlPF12a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T20:25:55.2394037Z [00:02:33.925]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T20:25:55.2443378Z [00:02:33.930]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/cc/cc86637c6ac9c67dfe774c49209aec3bb9ad1ac39470c9e8b63aae08ef22ffa8-d # internal
2025-08-20T20:25:55.2498023Z [00:02:33.936]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T20:25:55.2502234Z [00:02:33.936]➜  mkdir -p $WORK/b470/
2025-08-20T20:25:55.2506323Z [00:02:33.936]➜  cat >/tmp/go-build1823208636/b470/importcfg << 'EOF' # internal
2025-08-20T20:25:55.2506749Z [00:02:33.936]➜  # import config
2025-08-20T20:25:55.2507093Z [00:02:33.936]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:55.2507514Z [00:02:33.936]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.2508110Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:25:55.2508813Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build1823208636/b471/_pkg_.a
2025-08-20T20:25:55.2509500Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1823208636/b472/_pkg_.a
2025-08-20T20:25:55.2510224Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build1823208636/b473/_pkg_.a
2025-08-20T20:25:55.2510980Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1823208636/b474/_pkg_.a
2025-08-20T20:25:55.2511745Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1823208636/b479/_pkg_.a
2025-08-20T20:25:55.2512464Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:55.2513472Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1823208636/b480/_pkg_.a
2025-08-20T20:25:55.2514207Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1823208636/b468/_pkg_.a
2025-08-20T20:25:55.2514873Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1823208636/b477/_pkg_.a
2025-08-20T20:25:55.2515496Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:55.2516357Z [00:02:33.936]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:55.2517131Z [00:02:33.937]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1823208636/b483/_pkg_.a
2025-08-20T20:25:55.2517688Z [00:02:33.937]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:55.2518106Z [00:02:33.937]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:55.2518522Z [00:02:33.937]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:55.2518952Z [00:02:33.937]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:55.2519368Z [00:02:33.937]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:55.2519801Z [00:02:33.937]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:55.2520130Z [00:02:33.937]➜  EOF
2025-08-20T20:25:55.2540070Z [00:02:33.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc=>google.golang.org/protobuf@v1.36.7/internal/filedesc;$WORK/b470=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.22 -complete -installsuffix shared -buildid jDGdIIm7Ie9_rr4k9D5Z/jDGdIIm7Ie9_rr4k9D5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/placeholder.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/presence.go
2025-08-20T20:25:55.3513441Z [00:02:34.037]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T20:25:55.3544031Z [00:02:34.040]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d # internal
2025-08-20T20:25:55.3554559Z [00:02:34.042]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T20:25:55.3557506Z [00:02:34.042]➜  mkdir -p $WORK/b487/
2025-08-20T20:25:55.3560131Z [00:02:34.042]➜  cat >/tmp/go-build1823208636/b487/importcfg << 'EOF' # internal
2025-08-20T20:25:55.3562456Z [00:02:34.042]➜  # import config
2025-08-20T20:25:55.3572961Z [00:02:34.042]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.3573568Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:25:55.3574334Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1823208636/b479/_pkg_.a
2025-08-20T20:25:55.3575118Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1823208636/b475/_pkg_.a
2025-08-20T20:25:55.3575966Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:55.3576633Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1823208636/b476/_pkg_.a
2025-08-20T20:25:55.3577596Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1823208636/b480/_pkg_.a
2025-08-20T20:25:55.3578365Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1823208636/b482/_pkg_.a
2025-08-20T20:25:55.3579032Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1823208636/b468/_pkg_.a
2025-08-20T20:25:55.3579688Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build1823208636/b488/_pkg_.a
2025-08-20T20:25:55.3580355Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1823208636/b477/_pkg_.a
2025-08-20T20:25:55.3580982Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:55.3581645Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:55.3582415Z [00:02:34.042]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1823208636/b483/_pkg_.a
2025-08-20T20:25:55.3582988Z [00:02:34.042]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:55.3583434Z [00:02:34.042]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:55.3583766Z [00:02:34.042]➜  EOF
2025-08-20T20:25:55.3591339Z [00:02:34.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext=>google.golang.org/protobuf@v1.36.7/encoding/prototext;$WORK/b487=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.22 -complete -installsuffix shared -buildid 7qH4YI_TKKG0RB8SpDhr/7qH4YI_TKKG0RB8SpDhr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/encode.go
2025-08-20T20:25:55.5624278Z [00:02:34.248]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T20:25:55.5644865Z [00:02:34.250]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/a6/a64e5f48216f9ad3d980c65037ad56d57ff5e948dfab54421eeaf074e22932bd-d # internal
2025-08-20T20:25:55.5692512Z [00:02:34.255]➜  crypto/internal/fips140/pbkdf2
2025-08-20T20:25:55.5695156Z [00:02:34.255]➜  mkdir -p $WORK/b527/
2025-08-20T20:25:55.5699583Z [00:02:34.256]➜  cat >/tmp/go-build1823208636/b527/importcfg << 'EOF' # internal
2025-08-20T20:25:55.5700310Z [00:02:34.256]➜  # import config
2025-08-20T20:25:55.5703495Z [00:02:34.256]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:55.5704010Z [00:02:34.256]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:25:55.5704582Z [00:02:34.256]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:25:55.5705160Z [00:02:34.256]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1823208636/b117/_pkg_.a
2025-08-20T20:25:55.5705929Z [00:02:34.256]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:25:55.5706443Z [00:02:34.256]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.5706863Z [00:02:34.256]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:55.5707171Z [00:02:34.256]➜  EOF
2025-08-20T20:25:55.5709122Z [00:02:34.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/pbkdf2=>crypto/internal/fips140/pbkdf2;$WORK/b527=>" -p crypto/internal/fips140/pbkdf2 -lang=go1.25 -std -complete -installsuffix shared -buildid Nn9h1zdVNnBwofW3X72M/Nn9h1zdVNnBwofW3X72M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/.go/src/crypto/internal/fips140/pbkdf2/cast.go /root/.go/src/crypto/internal/fips140/pbkdf2/pbkdf2.go
2025-08-20T20:25:55.6061757Z [00:02:34.292]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T20:25:55.6118073Z [00:02:34.297]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/ed/ed65d31923f645c7b1edf0f978e133454ff6f6684ac66d3e5305c37e2b7fdc4d-d # internal
2025-08-20T20:25:55.6120468Z [00:02:34.298]➜  crypto/pbkdf2
2025-08-20T20:25:55.6120748Z [00:02:34.298]➜  mkdir -p $WORK/b526/
2025-08-20T20:25:55.6132180Z [00:02:34.299]➜  cat >/tmp/go-build1823208636/b526/importcfg << 'EOF' # internal
2025-08-20T20:25:55.6133880Z [00:02:34.300]➜  # import config
2025-08-20T20:25:55.6136128Z [00:02:34.300]➜  packagefile crypto/internal/fips140/pbkdf2=/tmp/go-build1823208636/b527/_pkg_.a
2025-08-20T20:25:55.6137740Z [00:02:34.300]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1823208636/b169/_pkg_.a
2025-08-20T20:25:55.6138862Z [00:02:34.300]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:25:55.6139411Z [00:02:34.300]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.6139838Z [00:02:34.300]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:55.6140172Z [00:02:34.300]➜  EOF
2025-08-20T20:25:55.6141630Z [00:02:34.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/.go/src/crypto/pbkdf2=>crypto/pbkdf2;$WORK/b526=>" -p crypto/pbkdf2 -lang=go1.25 -std -complete -installsuffix shared -buildid klbcEr4EMagrruQvzk3E/klbcEr4EMagrruQvzk3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/.go/src/crypto/pbkdf2/pbkdf2.go
2025-08-20T20:25:55.6333542Z [00:02:34.319]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T20:25:55.6361659Z [00:02:34.322]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/b2/b2fafa781c4d3932a28bb9e5197b2b3fbfc0ce7c56e0d6d02d80f5efb3f7d5e0-d # internal
2025-08-20T20:25:55.6362365Z [00:02:34.322]➜  github.com/go-jose/go-jose/v4/cipher
2025-08-20T20:25:55.6362677Z [00:02:34.322]➜  mkdir -p $WORK/b528/
2025-08-20T20:25:55.6363055Z [00:02:34.322]➜  cat >/tmp/go-build1823208636/b528/importcfg << 'EOF' # internal
2025-08-20T20:25:55.6363442Z [00:02:34.322]➜  # import config
2025-08-20T20:25:55.6363781Z [00:02:34.322]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:55.6364202Z [00:02:34.322]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:55.6364649Z [00:02:34.322]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:55.6365119Z [00:02:34.322]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:55.6365739Z [00:02:34.322]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:55.6366301Z [00:02:34.322]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:25:55.6366760Z [00:02:34.322]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:55.6367224Z [00:02:34.322]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:55.6367689Z [00:02:34.322]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:55.6368173Z [00:02:34.322]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:55.6368656Z [00:02:34.322]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.6369073Z [00:02:34.322]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:55.6369473Z [00:02:34.322]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:55.6369774Z [00:02:34.322]➜  EOF
2025-08-20T20:25:55.6372831Z [00:02:34.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/cipher=>github.com/go-jose/go-jose/v4@v4.1.1/cipher;$WORK/b528=>" -p github.com/go-jose/go-jose/v4/cipher -lang=go1.23 -complete -installsuffix shared -buildid wgvthgaL5PMOXSdN6a5T/wgvthgaL5PMOXSdN6a5T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/cipher/cbc_hmac.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/cipher/concat_kdf.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/cipher/ecdh_es.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/cipher/key_wrap.go
2025-08-20T20:25:55.6746658Z [00:02:34.361]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T20:25:55.6754646Z [00:02:34.362]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/c6/c609e02d08407a1e41e423f3a4fa9ac94132414c0d0b351cf47e248dd0a8265d-d # internal
2025-08-20T20:25:55.6757088Z [00:02:34.362]➜  github.com/go-jose/go-jose/v4/json
2025-08-20T20:25:55.6757678Z [00:02:34.362]➜  mkdir -p $WORK/b529/
2025-08-20T20:25:55.6762465Z [00:02:34.362]➜  cat >/tmp/go-build1823208636/b529/importcfg << 'EOF' # internal
2025-08-20T20:25:55.6763746Z [00:02:34.362]➜  # import config
2025-08-20T20:25:55.6764555Z [00:02:34.362]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:55.6765031Z [00:02:34.362]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:55.6765647Z [00:02:34.362]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:55.6766178Z [00:02:34.362]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.6766591Z [00:02:34.362]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.6766991Z [00:02:34.362]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:55.6767391Z [00:02:34.362]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:55.6767813Z [00:02:34.362]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:55.6768682Z [00:02:34.362]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:55.6769102Z [00:02:34.362]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:55.6769514Z [00:02:34.362]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:55.6769937Z [00:02:34.362]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:55.6770363Z [00:02:34.362]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:55.6770779Z [00:02:34.362]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:55.6771226Z [00:02:34.362]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:25:55.6771686Z [00:02:34.362]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:55.6772017Z [00:02:34.362]➜  EOF
2025-08-20T20:25:55.6775222Z [00:02:34.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/json=>github.com/go-jose/go-jose/v4@v4.1.1/json;$WORK/b529=>" -p github.com/go-jose/go-jose/v4/json -lang=go1.23 -complete -installsuffix shared -buildid kBzF4nxhRjaiN0I_NKYn/kBzF4nxhRjaiN0I_NKYn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/json/decode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/json/encode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/json/indent.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/json/scanner.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/json/stream.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/json/tags.go
2025-08-20T20:25:55.7170808Z [00:02:34.403]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T20:25:55.7231942Z [00:02:34.409]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/17/1779992b8b30e031b4ba130aedc999fe0ea1f815962ea82c283ca6cbce8b9def-d # internal
2025-08-20T20:25:55.7259958Z [00:02:34.412]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T20:25:55.7286492Z [00:02:34.413]➜  mkdir -p $WORK/b489/
2025-08-20T20:25:55.7287150Z [00:02:34.413]➜  cat >/tmp/go-build1823208636/b489/importcfg << 'EOF' # internal
2025-08-20T20:25:55.7287511Z [00:02:34.413]➜  # import config
2025-08-20T20:25:55.7288027Z [00:02:34.413]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1823208636/b474/_pkg_.a
2025-08-20T20:25:55.7288794Z [00:02:34.413]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1823208636/b470/_pkg_.a
2025-08-20T20:25:55.7289469Z [00:02:34.413]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1823208636/b477/_pkg_.a
2025-08-20T20:25:55.7290155Z [00:02:34.413]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:55.7290722Z [00:02:34.413]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:55.7291599Z [00:02:34.413]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:55.7292034Z [00:02:34.413]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:55.7292348Z [00:02:34.413]➜  EOF
2025-08-20T20:25:55.7294450Z [00:02:34.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/tag=>google.golang.org/protobuf@v1.36.7/internal/encoding/tag;$WORK/b489=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.22 -complete -installsuffix shared -buildid g5qkvO4-2ZEH9tan-rbP/g5qkvO4-2ZEH9tan-rbP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/tag/tag.go
2025-08-20T20:25:55.8080607Z [00:02:34.494]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T20:25:55.8089192Z [00:02:34.495]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/48/48d2a384317dab4015497e43dc56e7ae317f562d625f3efb1a1c5d819b9c372d-d # internal
2025-08-20T20:25:55.8767570Z [00:02:34.563]➜  google.golang.org/protobuf/internal/impl
2025-08-20T20:25:55.8769925Z [00:02:34.563]➜  mkdir -p $WORK/b486/
2025-08-20T20:25:55.8771085Z [00:02:34.563]➜  cat >/tmp/go-build1823208636/b486/importcfg << 'EOF' # internal
2025-08-20T20:25:55.8774176Z [00:02:34.563]➜  # import config
2025-08-20T20:25:55.8774543Z [00:02:34.563]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:55.8775040Z [00:02:34.563]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:25:55.8775667Z [00:02:34.563]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:55.8776203Z [00:02:34.563]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:55.8776641Z [00:02:34.563]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.8777208Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build1823208636/b487/_pkg_.a
2025-08-20T20:25:55.8777922Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:25:55.8778615Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1823208636/b472/_pkg_.a
2025-08-20T20:25:55.8779300Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1823208636/b467/_pkg_.a
2025-08-20T20:25:55.8780359Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1823208636/b479/_pkg_.a
2025-08-20T20:25:55.8781196Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build1823208636/b489/_pkg_.a
2025-08-20T20:25:55.8781904Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:55.8782584Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1823208636/b470/_pkg_.a
2025-08-20T20:25:55.8783268Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1823208636/b476/_pkg_.a
2025-08-20T20:25:55.8783927Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1823208636/b480/_pkg_.a
2025-08-20T20:25:55.8784592Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1823208636/b482/_pkg_.a
2025-08-20T20:25:55.8785265Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1823208636/b468/_pkg_.a
2025-08-20T20:25:55.8786084Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build1823208636/b490/_pkg_.a
2025-08-20T20:25:55.8786762Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1823208636/b477/_pkg_.a
2025-08-20T20:25:55.8787389Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:55.8788053Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:55.8789106Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1823208636/b483/_pkg_.a
2025-08-20T20:25:55.8789825Z [00:02:34.563]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1823208636/b484/_pkg_.a
2025-08-20T20:25:55.8790390Z [00:02:34.563]➜  packagefile hash/crc32=/tmp/go-build1823208636/b150/_pkg_.a
2025-08-20T20:25:55.8790822Z [00:02:34.563]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:55.8791225Z [00:02:34.563]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:55.8791648Z [00:02:34.563]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:55.8792058Z [00:02:34.563]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:55.8792470Z [00:02:34.563]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:55.8792888Z [00:02:34.563]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:55.8793318Z [00:02:34.563]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:55.8793748Z [00:02:34.563]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:55.8794159Z [00:02:34.563]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:55.8794590Z [00:02:34.563]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:55.8795061Z [00:02:34.563]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:55.8795393Z [00:02:34.563]➜  EOF
2025-08-20T20:25:55.8816245Z [00:02:34.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl=>google.golang.org/protobuf@v1.36.7/internal/impl;$WORK/b486=>" -p google.golang.org/protobuf/internal/impl -lang=go1.22 -complete -installsuffix shared -buildid InG4TPn7JWuTjxLCk3uO/InG4TPn7JWuTjxLCk3uO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/api_export_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/bitmap.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_field_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_opaque_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_field_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/pointer_unsafe_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/presence.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/validate.go
2025-08-20T20:25:55.9022381Z [00:02:34.588]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T20:25:55.9537992Z [00:02:34.640]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/e6/e64c8a46998708723747e86c3f259e54f3f0bb49d8d99830e6a6590bb9be87fb-d # internal
2025-08-20T20:25:55.9563515Z [00:02:34.642]➜  github.com/cli/cli/v2/pkg/cmd/extension/browse
2025-08-20T20:25:55.9570768Z [00:02:34.643]➜  mkdir -p $WORK/b329/
2025-08-20T20:25:55.9571183Z [00:02:34.643]➜  cat >/tmp/go-build1823208636/b329/importcfg << 'EOF' # internal
2025-08-20T20:25:55.9571533Z [00:02:34.643]➜  # import config
2025-08-20T20:25:55.9571879Z [00:02:34.643]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:55.9572334Z [00:02:34.643]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.9572844Z [00:02:34.643]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:55.9573446Z [00:02:34.643]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build1823208636/b330/_pkg_.a
2025-08-20T20:25:55.9574017Z [00:02:34.643]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:25:55.9574915Z [00:02:34.643]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:25:55.9575731Z [00:02:34.643]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:55.9576419Z [00:02:34.643]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:25:55.9577063Z [00:02:34.643]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/view=/tmp/go-build1823208636/b369/_pkg_.a
2025-08-20T20:25:55.9577713Z [00:02:34.643]➜  packagefile github.com/cli/cli/v2/pkg/extensions=/tmp/go-build1823208636/b251/_pkg_.a
2025-08-20T20:25:55.9578336Z [00:02:34.643]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:55.9578941Z [00:02:34.643]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:25:55.9579515Z [00:02:34.643]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build1823208636/b401/_pkg_.a
2025-08-20T20:25:55.9580057Z [00:02:34.643]➜  packagefile github.com/rivo/tview=/tmp/go-build1823208636/b442/_pkg_.a
2025-08-20T20:25:55.9580581Z [00:02:34.643]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:55.9581039Z [00:02:34.643]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:55.9581435Z [00:02:34.643]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:55.9581859Z [00:02:34.643]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:55.9582595Z [00:02:34.643]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:55.9583016Z [00:02:34.643]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:55.9583436Z [00:02:34.643]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:55.9583741Z [00:02:34.643]➜  EOF
2025-08-20T20:25:55.9586108Z [00:02:34.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse=>github.com/cli/cli/v2/pkg/cmd/extension/browse;$WORK/b329=>" -p github.com/cli/cli/v2/pkg/cmd/extension/browse -lang=go1.24 -complete -installsuffix shared -buildid YPKZxqvehm6q-jn5trUH/YPKZxqvehm6q-jn5trUH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse/browse.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse/rg.go
2025-08-20T20:25:55.9607372Z [00:02:34.647]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T20:25:55.9693777Z [00:02:34.655]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/19/194cc7b3c00faf4b472e2ceade0d3d67904bb96e4512f2a22bc03849197ef4c1-d # internal
2025-08-20T20:25:55.9718657Z [00:02:34.658]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T20:25:55.9719683Z [00:02:34.658]➜  mkdir -p $WORK/b493/
2025-08-20T20:25:55.9730950Z [00:02:34.659]➜  cat >/tmp/go-build1823208636/b493/importcfg << 'EOF' # internal
2025-08-20T20:25:55.9731868Z [00:02:34.659]➜  # import config
2025-08-20T20:25:55.9732822Z [00:02:34.659]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:55.9733376Z [00:02:34.659]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:55.9733836Z [00:02:34.659]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:55.9734420Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:25:55.9735165Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build1823208636/b494/_pkg_.a
2025-08-20T20:25:55.9736182Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1823208636/b479/_pkg_.a
2025-08-20T20:25:55.9736921Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:25:55.9737607Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1823208636/b470/_pkg_.a
2025-08-20T20:25:55.9738644Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1823208636/b476/_pkg_.a
2025-08-20T20:25:55.9739389Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1823208636/b480/_pkg_.a
2025-08-20T20:25:55.9740056Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1823208636/b482/_pkg_.a
2025-08-20T20:25:55.9740727Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1823208636/b468/_pkg_.a
2025-08-20T20:25:55.9741398Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build1823208636/b488/_pkg_.a
2025-08-20T20:25:55.9742048Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1823208636/b477/_pkg_.a
2025-08-20T20:25:55.9742680Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:55.9743349Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:55.9744069Z [00:02:34.659]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1823208636/b483/_pkg_.a
2025-08-20T20:25:55.9744626Z [00:02:34.659]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:55.9745047Z [00:02:34.659]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:55.9745478Z [00:02:34.659]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:55.9746319Z [00:02:34.659]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:55.9746644Z [00:02:34.659]➜  EOF
2025-08-20T20:25:55.9749678Z [00:02:34.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson=>google.golang.org/protobuf@v1.36.7/encoding/protojson;$WORK/b493=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.22 -complete -installsuffix shared -buildid cFTAwZINGeVn8L0Ohnyx/cFTAwZINGeVn8L0Ohnyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/well_known_types.go
2025-08-20T20:25:56.0528706Z [00:02:34.739]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T20:25:56.0635184Z [00:02:34.750]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/5a/5acf493b729f1b390e574c52eb4566bf5d8c6ab5f0246424fb17889f6aac8315-d # internal
2025-08-20T20:25:56.0637508Z [00:02:34.750]➜  github.com/secure-systems-lab/go-securesystemslib/dsse
2025-08-20T20:25:56.0637923Z [00:02:34.750]➜  mkdir -p $WORK/b495/
2025-08-20T20:25:56.0646571Z [00:02:34.751]➜  cat >/tmp/go-build1823208636/b495/importcfg << 'EOF' # internal
2025-08-20T20:25:56.0648629Z [00:02:34.751]➜  # import config
2025-08-20T20:25:56.0649004Z [00:02:34.751]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:56.0649439Z [00:02:34.751]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:56.0649894Z [00:02:34.751]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:56.0650341Z [00:02:34.751]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.0650776Z [00:02:34.751]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.0651250Z [00:02:34.751]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1823208636/b496/_pkg_.a
2025-08-20T20:25:56.0651621Z [00:02:34.751]➜  EOF
2025-08-20T20:25:56.0663139Z [00:02:34.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/dsse=>github.com/secure-systems-lab/go-securesystemslib@v0.9.0/dsse;$WORK/b495=>" -p github.com/secure-systems-lab/go-securesystemslib/dsse -lang=go1.20 -complete -installsuffix shared -buildid YLvynNe4QRlI1iWccz7t/YLvynNe4QRlI1iWccz7t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/dsse/envelope.go /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/dsse/sign.go /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/dsse/signerverifier.go /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/dsse/verify.go
2025-08-20T20:25:56.0949175Z [00:02:34.781]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T20:25:56.0974889Z [00:02:34.783]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T20:25:56.0982130Z [00:02:34.784]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/68/687bf6ed6c72f23740634a0bd085afd3bb1a285a38a84c8fe49c1066b1b2df83-d # internal
2025-08-20T20:25:56.0992820Z [00:02:34.785]➜  github.com/go-jose/go-jose/v4
2025-08-20T20:25:56.0993203Z [00:02:34.785]➜  mkdir -p $WORK/b525/
2025-08-20T20:25:56.0993590Z [00:02:34.785]➜  cat >/tmp/go-build1823208636/b525/importcfg << 'EOF' # internal
2025-08-20T20:25:56.0993937Z [00:02:34.785]➜  # import config
2025-08-20T20:25:56.0994276Z [00:02:34.785]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:56.0994725Z [00:02:34.785]➜  packagefile compress/flate=/tmp/go-build1823208636/b149/_pkg_.a
2025-08-20T20:25:56.0995686Z [00:02:34.785]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:56.0996186Z [00:02:34.785]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:25:56.0996650Z [00:02:34.785]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:56.0997117Z [00:02:34.785]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:56.0997581Z [00:02:34.785]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:56.0998067Z [00:02:34.785]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:56.0998535Z [00:02:34.785]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:25:56.0998997Z [00:02:34.785]➜  packagefile crypto/pbkdf2=/tmp/go-build1823208636/b526/_pkg_.a
2025-08-20T20:25:56.0999457Z [00:02:34.785]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:56.1002388Z [00:02:34.786]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:56.1003512Z [00:02:34.786]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:56.1004029Z [00:02:34.786]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:56.1004505Z [00:02:34.786]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:56.1004974Z [00:02:34.786]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:56.1005457Z [00:02:34.786]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:56.1006124Z [00:02:34.786]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:56.1006615Z [00:02:34.786]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:56.1007086Z [00:02:34.786]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:56.1007526Z [00:02:34.786]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.1007945Z [00:02:34.786]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.1008463Z [00:02:34.786]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build1823208636/b528/_pkg_.a
2025-08-20T20:25:56.1009071Z [00:02:34.786]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build1823208636/b529/_pkg_.a
2025-08-20T20:25:56.1009565Z [00:02:34.786]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:56.1009964Z [00:02:34.786]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.1010716Z [00:02:34.786]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:56.1011383Z [00:02:34.786]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:56.1011872Z [00:02:34.786]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:56.1012301Z [00:02:34.786]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.1012724Z [00:02:34.786]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:56.1013049Z [00:02:34.786]➜  EOF
2025-08-20T20:25:56.1021032Z [00:02:34.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1=>github.com/go-jose/go-jose/v4@v4.1.1;$WORK/b525=>" -p github.com/go-jose/go-jose/v4 -lang=go1.23 -complete -installsuffix shared -buildid LgxgtZarQplcuVEkL9Bg/LgxgtZarQplcuVEkL9Bg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/asymmetric.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/crypter.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/encoding.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/jwe.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/jwk.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/jws.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/opaque.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/shared.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/signing.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/symmetric.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.1.1/symmetric_go124.go
2025-08-20T20:25:56.1056124Z [00:02:34.792]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/6a/6a2108e50a68fb5280697f07951e3d226750505f3504f25141fc636358695f58-d # internal
2025-08-20T20:25:56.1064546Z [00:02:34.793]➜  github.com/cli/cli/v2/pkg/cmd/extension
2025-08-20T20:25:56.1065112Z [00:02:34.793]➜  mkdir -p $WORK/b323/
2025-08-20T20:25:56.1077238Z [00:02:34.794]➜  cat >/tmp/go-build1823208636/b323/importcfg << 'EOF' # internal
2025-08-20T20:25:56.1078287Z [00:02:34.794]➜  # import config
2025-08-20T20:25:56.1078672Z [00:02:34.794]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:56.1079106Z [00:02:34.794]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:56.1079528Z [00:02:34.794]➜  packagefile embed=/tmp/go-build1823208636/b324/_pkg_.a
2025-08-20T20:25:56.1079995Z [00:02:34.794]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:56.1080439Z [00:02:34.794]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.1080848Z [00:02:34.794]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.1081356Z [00:02:34.794]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:56.1081936Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:25:56.1082479Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:25:56.1083066Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/internal/config=/tmp/go-build1823208636/b237/_pkg_.a
2025-08-20T20:25:56.1083684Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:56.1084323Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:25:56.1085037Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:25:56.1085890Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:25:56.1086601Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:25:56.1087645Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/pkg/cmd/extension/browse=/tmp/go-build1823208636/b329/_pkg_.a
2025-08-20T20:25:56.1088365Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:56.1088981Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/pkg/extensions=/tmp/go-build1823208636/b251/_pkg_.a
2025-08-20T20:25:56.1089588Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/pkg/findsh=/tmp/go-build1823208636/b443/_pkg_.a
2025-08-20T20:25:56.1090204Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:56.1090805Z [00:02:34.794]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:25:56.1091362Z [00:02:34.794]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:25:56.1092029Z [00:02:34.794]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:56.1092667Z [00:02:34.794]➜  packagefile github.com/stretchr/testify/mock=/tmp/go-build1823208636/b444/_pkg_.a
2025-08-20T20:25:56.1093208Z [00:02:34.794]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:25:56.1093648Z [00:02:34.794]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.1094061Z [00:02:34.794]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:56.1094472Z [00:02:34.794]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:56.1095186Z [00:02:34.794]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:56.1095829Z [00:02:34.794]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:56.1096372Z [00:02:34.794]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:56.1096825Z [00:02:34.794]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:56.1097249Z [00:02:34.794]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:56.1097681Z [00:02:34.794]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.1098098Z [00:02:34.794]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:56.1098511Z [00:02:34.794]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:56.1098815Z [00:02:34.794]➜  EOF
2025-08-20T20:25:56.1099182Z [00:02:34.794]➜  cat >/tmp/go-build1823208636/b323/embedcfg << 'EOF' # internal
2025-08-20T20:25:56.1099511Z [00:02:34.794]➜  {
2025-08-20T20:25:56.1099716Z [00:02:34.794]➜  	"Patterns": {
2025-08-20T20:25:56.1099985Z [00:02:34.794]➜  		"ext_tmpls/buildScript.sh": [
2025-08-20T20:25:56.1100292Z [00:02:34.794]➜  			"ext_tmpls/buildScript.sh"
2025-08-20T20:25:56.1100554Z [00:02:34.794]➜  		],
2025-08-20T20:25:56.1100802Z [00:02:34.794]➜  		"ext_tmpls/goBinMain.go.txt": [
2025-08-20T20:25:56.1101119Z [00:02:34.794]➜  			"ext_tmpls/goBinMain.go.txt"
2025-08-20T20:25:56.1101381Z [00:02:34.794]➜  		],
2025-08-20T20:25:56.1101642Z [00:02:34.794]➜  		"ext_tmpls/goBinWorkflow.yml": [
2025-08-20T20:25:56.1101965Z [00:02:34.794]➜  			"ext_tmpls/goBinWorkflow.yml"
2025-08-20T20:25:56.1102229Z [00:02:34.794]➜  		],
2025-08-20T20:25:56.1102487Z [00:02:34.794]➜  		"ext_tmpls/otherBinWorkflow.yml": [
2025-08-20T20:25:56.1102818Z [00:02:34.794]➜  			"ext_tmpls/otherBinWorkflow.yml"
2025-08-20T20:25:56.1103094Z [00:02:34.794]➜  		],
2025-08-20T20:25:56.1103329Z [00:02:34.794]➜  		"ext_tmpls/script.sh": [
2025-08-20T20:25:56.1103623Z [00:02:34.794]➜  			"ext_tmpls/script.sh"
2025-08-20T20:25:56.1103869Z [00:02:34.794]➜  		]
2025-08-20T20:25:56.1104065Z [00:02:34.794]➜  	},
2025-08-20T20:25:56.1104275Z [00:02:34.794]➜  	"Files": {
2025-08-20T20:25:56.1104780Z [00:02:34.794]➜  		"ext_tmpls/buildScript.sh": "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/buildScript.sh",
2025-08-20T20:25:56.1105980Z [00:02:34.794]➜  		"ext_tmpls/goBinMain.go.txt": "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/goBinMain.go.txt",
2025-08-20T20:25:56.1107153Z [00:02:34.794]➜  		"ext_tmpls/goBinWorkflow.yml": "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/goBinWorkflow.yml",
2025-08-20T20:25:56.1108073Z [00:02:34.794]➜  		"ext_tmpls/otherBinWorkflow.yml": "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/otherBinWorkflow.yml",
2025-08-20T20:25:56.1108808Z [00:02:34.794]➜  		"ext_tmpls/script.sh": "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/script.sh"
2025-08-20T20:25:56.1109220Z [00:02:34.794]➜  	}
2025-08-20T20:25:56.1109414Z [00:02:34.794]➜  }EOF
2025-08-20T20:25:56.1121519Z [00:02:34.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension=>github.com/cli/cli/v2/pkg/cmd/extension;$WORK/b323=>" -p github.com/cli/cli/v2/pkg/cmd/extension -lang=go1.24 -complete -installsuffix shared -buildid IQKfpHU9W6v4a0y_Pv8-/IQKfpHU9W6v4a0y_Pv8- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -embedcfg $WORK/b323/embedcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/command.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/extension.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/git.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/manager.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/mocks.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/symlink_other.go
2025-08-20T20:25:56.1808716Z [00:02:34.867]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T20:25:56.1880719Z [00:02:34.874]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/0c/0c69df07219fbfdbfcf5ba579248d19e0b25e865504195181903a3264e26c890-d # internal
2025-08-20T20:25:56.1904557Z [00:02:34.875]➜  golang.org/x/crypto/ocsp
2025-08-20T20:25:56.1904895Z [00:02:34.875]➜  mkdir -p $WORK/b534/
2025-08-20T20:25:56.1905275Z [00:02:34.875]➜  cat >/tmp/go-build1823208636/b534/importcfg << 'EOF' # internal
2025-08-20T20:25:56.1905756Z [00:02:34.875]➜  # import config
2025-08-20T20:25:56.1906138Z [00:02:34.875]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:56.1906589Z [00:02:34.875]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:56.1907065Z [00:02:34.875]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:56.1907536Z [00:02:34.875]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:56.1907990Z [00:02:34.875]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:56.1908460Z [00:02:34.875]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:56.1908918Z [00:02:34.875]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:56.1909380Z [00:02:34.875]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:56.1909837Z [00:02:34.875]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:56.1910306Z [00:02:34.875]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:25:56.1910792Z [00:02:34.875]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:56.1911227Z [00:02:34.875]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.1911640Z [00:02:34.875]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.1912057Z [00:02:34.875]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:56.1912488Z [00:02:34.875]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.1912919Z [00:02:34.875]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:56.1913225Z [00:02:34.875]➜  EOF
2025-08-20T20:25:56.1915434Z [00:02:34.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ocsp=>golang.org/x/crypto@v0.41.0/ocsp;$WORK/b534=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid UNWmMtShqHl8n72NRDUZ/UNWmMtShqHl8n72NRDUZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ocsp/ocsp.go
2025-08-20T20:25:56.2490380Z [00:02:34.935]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T20:25:56.2505128Z [00:02:34.935]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/4b/4b440935ccaf9d159322d37e81dd6cde7326f7b058f0f6d08bd67bf4ce9a3b7e-d # internal
2025-08-20T20:25:56.2505856Z [00:02:34.935]➜  github.com/letsencrypt/boulder/revocation
2025-08-20T20:25:56.2506218Z [00:02:34.935]➜  mkdir -p $WORK/b533/
2025-08-20T20:25:56.2506588Z [00:02:34.935]➜  cat >/tmp/go-build1823208636/b533/importcfg << 'EOF' # internal
2025-08-20T20:25:56.2506930Z [00:02:34.935]➜  # import config
2025-08-20T20:25:56.2507260Z [00:02:34.935]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.2507742Z [00:02:34.935]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build1823208636/b534/_pkg_.a
2025-08-20T20:25:56.2508217Z [00:02:34.935]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:56.2508655Z [00:02:34.935]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.2508974Z [00:02:34.935]➜  EOF
2025-08-20T20:25:56.2511043Z [00:02:34.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/revocation=>github.com/letsencrypt/boulder@v0.20250630.0/revocation;$WORK/b533=>" -p github.com/letsencrypt/boulder/revocation -lang=go1.24 -complete -installsuffix shared -buildid eI0VM7gSSarRzTvvquIZ/eI0VM7gSSarRzTvvquIZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/revocation/reasons.go
2025-08-20T20:25:56.2591773Z [00:02:34.945]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T20:25:56.2596408Z [00:02:34.946]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/a4/a4cd868ded05290bfd26400964266d6e10956c46259027480c5480338eeba16b-d # internal
2025-08-20T20:25:56.2618390Z [00:02:34.948]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T20:25:56.2620584Z [00:02:34.948]➜  mkdir -p $WORK/b539/
2025-08-20T20:25:56.2629218Z [00:02:34.949]➜  cat >/tmp/go-build1823208636/b539/importcfg << 'EOF' # internal
2025-08-20T20:25:56.2629897Z [00:02:34.949]➜  # import config
2025-08-20T20:25:56.2632396Z [00:02:34.949]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:56.2633036Z [00:02:34.949]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.2635945Z [00:02:34.949]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.2636357Z [00:02:34.949]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:56.2636759Z [00:02:34.949]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:56.2637061Z [00:02:34.949]➜  EOF
2025-08-20T20:25:56.2639703Z [00:02:34.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_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/b539=>" -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/b539/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-20T20:25:56.3242372Z [00:02:35.010]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T20:25:56.3251894Z [00:02:35.011]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/5e/5e1d2ab96c8ec71810c426edf5faebd14484e2b42a22c909c96df8095a260dc4-d # internal
2025-08-20T20:25:56.3302589Z [00:02:35.016]➜  google.golang.org/grpc/grpclog
2025-08-20T20:25:56.3303480Z [00:02:35.016]➜  mkdir -p $WORK/b538/
2025-08-20T20:25:56.3329869Z [00:02:35.019]➜  cat >/tmp/go-build1823208636/b538/importcfg << 'EOF' # internal
2025-08-20T20:25:56.3333111Z [00:02:35.019]➜  # import config
2025-08-20T20:25:56.3333506Z [00:02:35.019]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.3334054Z [00:02:35.019]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build1823208636/b539/_pkg_.a
2025-08-20T20:25:56.3334571Z [00:02:35.019]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.3334968Z [00:02:35.019]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:56.3335413Z [00:02:35.019]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.3336138Z [00:02:35.019]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.3336463Z [00:02:35.019]➜  EOF
2025-08-20T20:25:56.3339037Z [00:02:35.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog=>google.golang.org/grpc@v1.74.2/grpclog;$WORK/b538=>" -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/b538/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-20T20:25:56.3604797Z [00:02:35.046]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T20:25:56.3650928Z [00:02:35.051]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/ae/ae041adc102301f813df517bd247bf8665e61e74ca401270ada5ef5f1dff90f8-d # internal
2025-08-20T20:25:56.3659261Z [00:02:35.052]➜  github.com/cli/cli/v2/pkg/cmd/factory
2025-08-20T20:25:56.3659716Z [00:02:35.052]➜  mkdir -p $WORK/b253/
2025-08-20T20:25:56.3669198Z [00:02:35.053]➜  cat >/tmp/go-build1823208636/b253/importcfg << 'EOF' # internal
2025-08-20T20:25:56.3671185Z [00:02:35.053]➜  # import config
2025-08-20T20:25:56.3674870Z [00:02:35.053]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:56.3676459Z [00:02:35.053]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.3678225Z [00:02:35.053]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.3678737Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:25:56.3679335Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:25:56.3679887Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:25:56.3680486Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:25:56.3681125Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/internal/config=/tmp/go-build1823208636/b237/_pkg_.a
2025-08-20T20:25:56.3681752Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:56.3682389Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:25:56.3683033Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:25:56.3683673Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:25:56.3684328Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/pkg/cmd/extension=/tmp/go-build1823208636/b323/_pkg_.a
2025-08-20T20:25:56.3684942Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:56.3689196Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:56.3690139Z [00:02:35.053]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:25:56.3692127Z [00:02:35.053]➜  packagefile github.com/cli/go-gh/v2/pkg/ssh=/tmp/go-build1823208636/b102/_pkg_.a
2025-08-20T20:25:56.3692902Z [00:02:35.053]➜  packagefile github.com/cli/go-gh/v2/pkg/x/color=/tmp/go-build1823208636/b398/_pkg_.a
2025-08-20T20:25:56.3693424Z [00:02:35.053]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:56.3693838Z [00:02:35.053]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:56.3694243Z [00:02:35.053]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:56.3694678Z [00:02:35.053]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:56.3695090Z [00:02:35.053]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:56.3695493Z [00:02:35.053]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:56.3695957Z [00:02:35.053]➜  EOF
2025-08-20T20:25:56.3698027Z [00:02:35.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory=>github.com/cli/cli/v2/pkg/cmd/factory;$WORK/b253=>" -p github.com/cli/cli/v2/pkg/cmd/factory -lang=go1.24 -complete -installsuffix shared -buildid 1SMuemrgBaX7BTea73QT/1SMuemrgBaX7BTea73QT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/default.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/remote_resolver.go
2025-08-20T20:25:56.3992961Z [00:02:35.085]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T20:25:56.4000652Z [00:02:35.086]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/06/06cb590b344e946b6f26afaadcade2b0720aac1ad0d2695ffd54712ac6a404af-d # internal
2025-08-20T20:25:56.4029466Z [00:02:35.089]➜  google.golang.org/grpc/connectivity
2025-08-20T20:25:56.4030906Z [00:02:35.089]➜  mkdir -p $WORK/b537/
2025-08-20T20:25:56.4048706Z [00:02:35.091]➜  cat >/tmp/go-build1823208636/b537/importcfg << 'EOF' # internal
2025-08-20T20:25:56.4049674Z [00:02:35.091]➜  # import config
2025-08-20T20:25:56.4050200Z [00:02:35.091]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:56.4050605Z [00:02:35.091]➜  EOF
2025-08-20T20:25:56.4052520Z [00:02:35.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/connectivity=>google.golang.org/grpc@v1.74.2/connectivity;$WORK/b537=>" -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/b537/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/connectivity/connectivity.go
2025-08-20T20:25:56.4198282Z [00:02:35.106]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T20:25:56.4199935Z [00:02:35.106]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/7d/7d47512aadf9dd2f9dfb4d7e57a9c80e7f331d78ee4eb67c0ba6daf83942e015-d # internal
2025-08-20T20:25:56.4305501Z [00:02:35.117]➜  google.golang.org/grpc/internal
2025-08-20T20:25:56.4306078Z [00:02:35.117]➜  mkdir -p $WORK/b536/
2025-08-20T20:25:56.4306544Z [00:02:35.117]➜  cat >/tmp/go-build1823208636/b536/importcfg << 'EOF' # internal
2025-08-20T20:25:56.4307077Z [00:02:35.117]➜  # import config
2025-08-20T20:25:56.4307564Z [00:02:35.117]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:56.4308163Z [00:02:35.117]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:25:56.4308870Z [00:02:35.117]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:25:56.4309607Z [00:02:35.117]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:25:56.4310224Z [00:02:35.117]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:56.4310760Z [00:02:35.117]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:56.4311667Z [00:02:35.117]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:56.4312171Z [00:02:35.117]➜  EOF
2025-08-20T20:25:56.4323410Z [00:02:35.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal=>google.golang.org/grpc@v1.74.2/internal;$WORK/b536=>" -p google.golang.org/grpc/internal -lang=go1.23 -complete -installsuffix shared -buildid sMpSP-NyNL4ud_mi6nU4/sMpSP-NyNL4ud_mi6nU4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/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-20T20:25:56.4453443Z [00:02:35.131]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T20:25:56.4502078Z [00:02:35.136]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/ad/ada25723b96a8e8ff4aed689a9c58c893797c1290f1ed362057bb5e15b34088e-d # internal
2025-08-20T20:25:56.4502778Z [00:02:35.136]➜  github.com/titanous/rocacheck
2025-08-20T20:25:56.4503089Z [00:02:35.136]➜  mkdir -p $WORK/b546/
2025-08-20T20:25:56.4505822Z [00:02:35.137]➜  cat >/tmp/go-build1823208636/b546/importcfg << 'EOF' # internal
2025-08-20T20:25:56.4506185Z [00:02:35.137]➜  # import config
2025-08-20T20:25:56.4506547Z [00:02:35.137]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:56.4506998Z [00:02:35.137]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:56.4507794Z [00:02:35.137]➜  EOF
2025-08-20T20:25:56.4510247Z [00:02:35.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/titanous/rocacheck@v0.0.0-20171023193734-afe73141d399=>github.com/titanous/rocacheck@v0.0.0-20171023193734-afe73141d399;$WORK/b546=>" -p github.com/titanous/rocacheck -lang=go1.16 -complete -installsuffix shared -buildid aZaclISARpE3Wiixp4dL/aZaclISARpE3Wiixp4dL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/github.com/titanous/rocacheck@v0.0.0-20171023193734-afe73141d399/rocacheck.go
2025-08-20T20:25:56.4644031Z [00:02:35.150]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T20:25:56.4649265Z [00:02:35.151]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/81/81cf7f792add648906411ea82a6820e287f01c33e5e895384f2ccf008072768e-d # internal
2025-08-20T20:25:56.4656471Z [00:02:35.151]➜  golang.org/x/crypto/nacl/secretbox
2025-08-20T20:25:56.4656918Z [00:02:35.152]➜  mkdir -p $WORK/b548/
2025-08-20T20:25:56.4658050Z [00:02:35.152]➜  cat >/tmp/go-build1823208636/b548/importcfg << 'EOF' # internal
2025-08-20T20:25:56.4658410Z [00:02:35.152]➜  # import config
2025-08-20T20:25:56.4658865Z [00:02:35.152]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1823208636/b499/_pkg_.a
2025-08-20T20:25:56.4659501Z [00:02:35.152]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1823208636/b501/_pkg_.a
2025-08-20T20:25:56.4660146Z [00:02:35.152]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build1823208636/b549/_pkg_.a
2025-08-20T20:25:56.4660546Z [00:02:35.152]➜  EOF
2025-08-20T20:25:56.4662633Z [00:02:35.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/nacl/secretbox=>golang.org/x/crypto@v0.41.0/nacl/secretbox;$WORK/b548=>" -p golang.org/x/crypto/nacl/secretbox -lang=go1.23 -complete -installsuffix shared -buildid 47pq9qCVXQXG6Z01JY0c/47pq9qCVXQXG6Z01JY0c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/nacl/secretbox/secretbox.go
2025-08-20T20:25:56.4664504Z [00:02:35.152]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T20:25:56.4671897Z [00:02:35.153]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/5a/5a39df2942c0941f1cf8d0b04cc30603a9d6c34f44e4de259dcad672a51452c7-d # internal
2025-08-20T20:25:56.4681165Z [00:02:35.154]➜  google.golang.org/grpc/codes
2025-08-20T20:25:56.4682572Z [00:02:35.154]➜  mkdir -p $WORK/b535/
2025-08-20T20:25:56.4683047Z [00:02:35.154]➜  cat >/tmp/go-build1823208636/b535/importcfg << 'EOF' # internal
2025-08-20T20:25:56.4683401Z [00:02:35.154]➜  # import config
2025-08-20T20:25:56.4683736Z [00:02:35.154]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.4684249Z [00:02:35.154]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:25:56.4684760Z [00:02:35.154]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.4685093Z [00:02:35.154]➜  EOF
2025-08-20T20:25:56.4687284Z [00:02:35.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codes=>google.golang.org/grpc@v1.74.2/codes;$WORK/b535=>" -p google.golang.org/grpc/codes -lang=go1.23 -complete -installsuffix shared -buildid 9hmWbhP77uWWaF67sM-e/9hmWbhP77uWWaF67sM-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/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-20T20:25:56.4835222Z [00:02:35.169]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T20:25:56.4843396Z [00:02:35.170]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T20:25:56.4844178Z [00:02:35.170]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/71/71f2c6ba006e0f5f16ef4a9233346696bab27b0836792686b8245df4c5e8649f-d # internal
2025-08-20T20:25:56.4845164Z [00:02:35.170]➜  github.com/opencontainers/go-digest
2025-08-20T20:25:56.4850980Z [00:02:35.170]➜  mkdir -p $WORK/b552/
2025-08-20T20:25:56.4851428Z [00:02:35.171]➜  cat >/tmp/go-build1823208636/b552/importcfg << 'EOF' # internal
2025-08-20T20:25:56.4851782Z [00:02:35.171]➜  # import config
2025-08-20T20:25:56.4852130Z [00:02:35.171]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:56.4852553Z [00:02:35.171]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.4852990Z [00:02:35.171]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:56.4853396Z [00:02:35.171]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.4853807Z [00:02:35.171]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:56.4854233Z [00:02:35.171]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.4854549Z [00:02:35.171]➜  EOF
2025-08-20T20:25:56.4857649Z [00:02:35.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0=>github.com/opencontainers/go-digest@v1.0.0;$WORK/b552=>" -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/b552/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-20T20:25:56.4864422Z [00:02:35.172]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/7a/7a768e8428e496e618e594d4c433744280d29c15c0ec8a08a19c2bcae83c10eb-d # internal
2025-08-20T20:25:56.4865617Z [00:02:35.173]➜  github.com/secure-systems-lab/go-securesystemslib/encrypted
2025-08-20T20:25:56.4866180Z [00:02:35.173]➜  mkdir -p $WORK/b547/
2025-08-20T20:25:56.4869412Z [00:02:35.173]➜  cat >/tmp/go-build1823208636/b547/importcfg << 'EOF' # internal
2025-08-20T20:25:56.4871547Z [00:02:35.173]➜  # import config
2025-08-20T20:25:56.4871922Z [00:02:35.173]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:56.4872391Z [00:02:35.173]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:56.4873186Z [00:02:35.173]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.4873728Z [00:02:35.173]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.4874257Z [00:02:35.173]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build1823208636/b548/_pkg_.a
2025-08-20T20:25:56.4874847Z [00:02:35.173]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build1823208636/b391/_pkg_.a
2025-08-20T20:25:56.4875317Z [00:02:35.173]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.4875789Z [00:02:35.173]➜  EOF
2025-08-20T20:25:56.4878076Z [00:02:35.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/encrypted=>github.com/secure-systems-lab/go-securesystemslib@v0.9.0/encrypted;$WORK/b547=>" -p github.com/secure-systems-lab/go-securesystemslib/encrypted -lang=go1.20 -complete -installsuffix shared -buildid BbnnK759Cq9rDjWwTRz-/BbnnK759Cq9rDjWwTRz- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/encrypted/encrypted.go
2025-08-20T20:25:56.4942692Z [00:02:35.179]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T20:25:56.4943420Z [00:02:35.180]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/7f/7fb51df6f7b7a4867276be26f5990579244ef4875d0a53274ac0288bf7cf6bd4-d # internal
2025-08-20T20:25:56.4944263Z [00:02:35.180]➜  github.com/cli/cli/v2/pkg/cmd/api
2025-08-20T20:25:56.4945003Z [00:02:35.180]➜  mkdir -p $WORK/b455/
2025-08-20T20:25:56.4945765Z [00:02:35.180]➜  cat >/tmp/go-build1823208636/b455/importcfg << 'EOF' # internal
2025-08-20T20:25:56.4953636Z [00:02:35.180]➜  # import config
2025-08-20T20:25:56.4955093Z [00:02:35.180]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:56.4955650Z [00:02:35.180]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:56.4956171Z [00:02:35.180]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.4956587Z [00:02:35.180]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.4957094Z [00:02:35.180]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:25:56.4957669Z [00:02:35.180]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:25:56.4958249Z [00:02:35.180]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:25:56.4958904Z [00:02:35.181]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:25:56.4959553Z [00:02:35.181]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:25:56.4960183Z [00:02:35.181]➜  packagefile github.com/cli/cli/v2/pkg/cmd/factory=/tmp/go-build1823208636/b253/_pkg_.a
2025-08-20T20:25:56.4960796Z [00:02:35.181]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:25:56.4961409Z [00:02:35.181]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:25:56.4962038Z [00:02:35.181]➜  packagefile github.com/cli/cli/v2/pkg/jsoncolor=/tmp/go-build1823208636/b371/_pkg_.a
2025-08-20T20:25:56.4962632Z [00:02:35.181]➜  packagefile github.com/cli/go-gh/v2/pkg/jq=/tmp/go-build1823208636/b372/_pkg_.a
2025-08-20T20:25:56.4963228Z [00:02:35.181]➜  packagefile github.com/cli/go-gh/v2/pkg/template=/tmp/go-build1823208636/b375/_pkg_.a
2025-08-20T20:25:56.4963811Z [00:02:35.181]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:25:56.4964274Z [00:02:35.181]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.4964693Z [00:02:35.181]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:56.4965124Z [00:02:35.181]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:56.4965973Z [00:02:35.181]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:56.4966503Z [00:02:35.181]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:56.4966957Z [00:02:35.181]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:56.4967379Z [00:02:35.181]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:56.4967802Z [00:02:35.181]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:56.4968220Z [00:02:35.181]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:56.4968646Z [00:02:35.181]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.4969074Z [00:02:35.181]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.4969488Z [00:02:35.181]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:56.4969792Z [00:02:35.181]➜  EOF
2025-08-20T20:25:56.4972099Z [00:02:35.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api=>github.com/cli/cli/v2/pkg/cmd/api;$WORK/b455=>" -p github.com/cli/cli/v2/pkg/cmd/api -lang=go1.24 -complete -installsuffix shared -buildid DeSopXX3rV13FweKcQx0/DeSopXX3rV13FweKcQx0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/api.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/fields.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/pagination.go
2025-08-20T20:25:56.5256392Z [00:02:35.207]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T20:25:56.5257423Z [00:02:35.208]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/b4/b4f02974fd172fe7990a019c86d6c49f1238a5f4a85a4475173cf6db97facec8-d # internal
2025-08-20T20:25:56.5258081Z [00:02:35.208]➜  github.com/sigstore/sigstore/pkg/signature/options
2025-08-20T20:25:56.5258418Z [00:02:35.208]➜  mkdir -p $WORK/b553/
2025-08-20T20:25:56.5258825Z [00:02:35.208]➜  cat >/tmp/go-build1823208636/b553/importcfg << 'EOF' # internal
2025-08-20T20:25:56.5261129Z [00:02:35.208]➜  # import config
2025-08-20T20:25:56.5262895Z [00:02:35.208]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:56.5264849Z [00:02:35.208]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:56.5265882Z [00:02:35.208]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:56.5267183Z [00:02:35.208]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:56.5267668Z [00:02:35.208]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.5267973Z [00:02:35.208]➜  EOF
2025-08-20T20:25:56.5273203Z [00:02:35.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options=>github.com/sigstore/sigstore@v1.9.5/pkg/signature/options;$WORK/b553=>" -p github.com/sigstore/sigstore/pkg/signature/options -lang=go1.23 -complete -installsuffix shared -buildid l8lDJ_l9OSjj-cGUS5Ia/l8lDJ_l9OSjj-cGUS5Ia -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/context.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/digest.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/doc.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/keyversion.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/loadoptions.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/noop.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/rand.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/remoteverification.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/rpcauth.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options/signeropts.go
2025-08-20T20:25:56.5405873Z [00:02:35.226]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T20:25:56.5414326Z [00:02:35.227]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/14/14895ebd24c6f02a4cc52080fadda2419190b5a9314176255dc308e3784a9e3e-d # internal
2025-08-20T20:25:56.5455120Z [00:02:35.231]➜  github.com/google/go-containerregistry/pkg/name
2025-08-20T20:25:56.5458965Z [00:02:35.231]➜  mkdir -p $WORK/b551/
2025-08-20T20:25:56.5461646Z [00:02:35.232]➜  cat >/tmp/go-build1823208636/b551/importcfg << 'EOF' # internal
2025-08-20T20:25:56.5462049Z [00:02:35.232]➜  # import config
2025-08-20T20:25:56.5462418Z [00:02:35.232]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:56.5462876Z [00:02:35.232]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:56.5463332Z [00:02:35.232]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:56.5463775Z [00:02:35.232]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.5464205Z [00:02:35.232]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.5464738Z [00:02:35.232]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1823208636/b552/_pkg_.a
2025-08-20T20:25:56.5465245Z [00:02:35.232]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:56.5465869Z [00:02:35.232]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:56.5466341Z [00:02:35.232]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:56.5467208Z [00:02:35.232]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:56.5467640Z [00:02:35.232]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.5468085Z [00:02:35.232]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:56.5468414Z [00:02:35.232]➜  EOF
2025-08-20T20:25:56.5473014Z [00:02:35.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b551/_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/b551=>" -p github.com/google/go-containerregistry/pkg/name -lang=go1.24 -complete -installsuffix shared -buildid 68Ibb6FnrprfQ4xiwlva/68Ibb6FnrprfQ4xiwlva -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/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-20T20:25:56.6276378Z [00:02:35.313]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T20:25:56.6297580Z [00:02:35.316]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/ba/baa3ea377798967c57e5ce0b8290ea737ac456b5462336a380db80e3f9dfe9c2-d # internal
2025-08-20T20:25:56.6343707Z [00:02:35.320]➜  golang.org/x/sys/cpu
2025-08-20T20:25:56.6348691Z [00:02:35.321]➜  mkdir -p $WORK/b556/
2025-08-20T20:25:56.6350921Z [00:02:35.321]➜  echo -n > $WORK/b556/go_asm.h # internal
2025-08-20T20:25:56.6351319Z [00:02:35.321]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:25:56.6352519Z [00:02:35.321]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b556=>" -I $WORK/b556/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b556/symabis ./cpu_arm64.s
2025-08-20T20:25:56.6373753Z [00:02:35.323]➜  cat >/tmp/go-build1823208636/b556/importcfg << 'EOF' # internal
2025-08-20T20:25:56.6375778Z [00:02:35.323]➜  # import config
2025-08-20T20:25:56.6376714Z [00:02:35.323]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.6377677Z [00:02:35.323]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.6378135Z [00:02:35.323]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:56.6378557Z [00:02:35.323]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:56.6379462Z [00:02:35.323]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.6379894Z [00:02:35.323]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.6380323Z [00:02:35.323]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:56.6380640Z [00:02:35.323]➜  EOF
2025-08-20T20:25:56.6380923Z [00:02:35.324]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:56.6384940Z [00:02:35.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b556=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid UEKktlb9an-w94TZzYvC/UEKktlb9an-w94TZzYvC -goversion go1.25.0 -symabis $WORK/b556/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack -asmhdr $WORK/b556/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/proc_cpuinfo_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv_go121.go
2025-08-20T20:25:56.6838117Z [00:02:35.370]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:25:56.6839388Z [00:02:35.370]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b556=>" -I $WORK/b556/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b556/cpu_arm64.o ./cpu_arm64.s
2025-08-20T20:25:56.6844935Z [00:02:35.370]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T20:25:56.6876878Z [00:02:35.372]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/c9/c9ec6cea9650033867bad13c785bff926e20dc2aacdff2147956b46830b10c57-d # internal
2025-08-20T20:25:56.6877668Z [00:02:35.372]➜  github.com/sigstore/sigstore/pkg/signature/payload
2025-08-20T20:25:56.6878016Z [00:02:35.372]➜  mkdir -p $WORK/b554/
2025-08-20T20:25:56.6878392Z [00:02:35.373]➜  cat >/tmp/go-build1823208636/b554/importcfg << 'EOF' # internal
2025-08-20T20:25:56.6879063Z [00:02:35.373]➜  # import config
2025-08-20T20:25:56.6879495Z [00:02:35.373]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:56.6879934Z [00:02:35.373]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.6880507Z [00:02:35.373]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1823208636/b551/_pkg_.a
2025-08-20T20:25:56.6880958Z [00:02:35.373]➜  EOF
2025-08-20T20:25:56.6881233Z [00:02:35.373]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:56.6883772Z [00:02:35.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/payload=>github.com/sigstore/sigstore@v1.9.5/pkg/signature/payload;$WORK/b554=>" -p github.com/sigstore/sigstore/pkg/signature/payload -lang=go1.23 -complete -installsuffix shared -buildid JNN_fuleDqOnLllEu8sP/JNN_fuleDqOnLllEu8sP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/payload/doc.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/payload/payload.go
2025-08-20T20:25:56.6899602Z [00:02:35.376]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T20:25:56.6900156Z [00:02:35.376]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:25:56.6900584Z [00:02:35.376]➜  go tool pack r $WORK/b556/_pkg_.a $WORK/b556/cpu_arm64.o # internal
2025-08-20T20:25:56.6902815Z [00:02:35.376]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T20:25:56.6926761Z [00:02:35.379]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/9d/9d4f16c7126d6a3f51ca452a01f523269fc6de1f29f55f1c17c3bffc4a68861d-d # internal
2025-08-20T20:25:56.6961386Z [00:02:35.382]➜  github.com/digitorus/pkcs7
2025-08-20T20:25:56.6965906Z [00:02:35.383]➜  mkdir -p $WORK/b560/
2025-08-20T20:25:56.6975004Z [00:02:35.384]➜  cat >/tmp/go-build1823208636/b560/importcfg << 'EOF' # internal
2025-08-20T20:25:56.6975992Z [00:02:35.384]➜  # import config
2025-08-20T20:25:56.6976393Z [00:02:35.384]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:56.6976828Z [00:02:35.384]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:56.6977276Z [00:02:35.384]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:25:56.6977742Z [00:02:35.384]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:25:56.6978215Z [00:02:35.384]➜  packagefile crypto/des=/tmp/go-build1823208636/b156/_pkg_.a
2025-08-20T20:25:56.6978667Z [00:02:35.384]➜  packagefile crypto/dsa=/tmp/go-build1823208636/b197/_pkg_.a
2025-08-20T20:25:56.6979122Z [00:02:35.384]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:56.6979590Z [00:02:35.384]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:56.6980056Z [00:02:35.384]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:56.6980520Z [00:02:35.384]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:56.6980974Z [00:02:35.384]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:56.6981432Z [00:02:35.384]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:56.6981893Z [00:02:35.384]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:56.6982367Z [00:02:35.384]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:25:56.6982854Z [00:02:35.384]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:56.6983322Z [00:02:35.384]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:25:56.6983764Z [00:02:35.384]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.6984182Z [00:02:35.384]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.6984935Z [00:02:35.384]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:25:56.6985473Z [00:02:35.384]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:56.6986072Z [00:02:35.384]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:56.6986491Z [00:02:35.384]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:25:56.6986906Z [00:02:35.384]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:56.6987326Z [00:02:35.384]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:25:56.6987758Z [00:02:35.384]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:56.6988063Z [00:02:35.384]➜  EOF
2025-08-20T20:25:56.6988354Z [00:02:35.385]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:25:56.6995354Z [00:02:35.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/digitorus/pkcs7@v0.0.0-20230818184609-3a137a874352=>github.com/digitorus/pkcs7@v0.0.0-20230818184609-3a137a874352;$WORK/b560=>" -p github.com/digitorus/pkcs7 -lang=go1.13 -complete -installsuffix shared -buildid wujHQYkhOFBjaxIr4e8z/wujHQYkhOFBjaxIr4e8z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/github.com/digitorus/pkcs7@v0.0.0-20230818184609-3a137a874352/ber.go /root/go/pkg/mod/github.com/digitorus/pkcs7@v0.0.0-20230818184609-3a137a874352/decrypt.go /root/go/pkg/mod/github.com/digitorus/pkcs7@v0.0.0-20230818184609-3a137a874352/encrypt.go /root/go/pkg/mod/github.com/digitorus/pkcs7@v0.0.0-20230818184609-3a137a874352/pkcs7.go /root/go/pkg/mod/github.com/digitorus/pkcs7@v0.0.0-20230818184609-3a137a874352/sign.go /root/go/pkg/mod/github.com/digitorus/pkcs7@v0.0.0-20230818184609-3a137a874352/verify.go /root/go/pkg/mod/github.com/digitorus/pkcs7@v0.0.0-20230818184609-3a137a874352/verify_test_dsa.go
2025-08-20T20:25:56.6999764Z [00:02:35.386]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/08/08d42fd7d649472727384a727cf2283616cea5b95a68df43706de11181faf97c-d # internal
2025-08-20T20:25:56.7094000Z [00:02:35.395]➜  golang.org/x/crypto/sha3
2025-08-20T20:25:56.7094393Z [00:02:35.395]➜  mkdir -p $WORK/b555/
2025-08-20T20:25:56.7102745Z [00:02:35.396]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T20:25:56.7113719Z [00:02:35.397]➜  cat >/tmp/go-build1823208636/b555/importcfg << 'EOF' # internal
2025-08-20T20:25:56.7114243Z [00:02:35.397]➜  # import config
2025-08-20T20:25:56.7114598Z [00:02:35.397]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:56.7115065Z [00:02:35.397]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:56.7115675Z [00:02:35.397]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:25:56.7116226Z [00:02:35.397]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:56.7116680Z [00:02:35.397]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.7117163Z [00:02:35.397]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1823208636/b556/_pkg_.a
2025-08-20T20:25:56.7117621Z [00:02:35.397]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:56.7118022Z [00:02:35.397]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.7118440Z [00:02:35.397]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:56.7118763Z [00:02:35.397]➜  EOF
2025-08-20T20:25:56.7119322Z [00:02:35.398]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/f5/f5112d07bd829a6629d4e89fec14e289017600450523617f4b4fb7b0f593e4ad-d # internal
2025-08-20T20:25:56.7127056Z [00:02:35.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3=>golang.org/x/crypto@v0.41.0/sha3;$WORK/b555=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -complete -installsuffix shared -buildid i1acGHllMUITER48lnt8/i1acGHllMUITER48lnt8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/hashes.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/hashes_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/keccakf.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/sha3.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/shake.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/shake_noasm.go
2025-08-20T20:25:56.7135223Z [00:02:35.398]➜  github.com/pkg/errors
2025-08-20T20:25:56.7135655Z [00:02:35.398]➜  mkdir -p $WORK/b562/
2025-08-20T20:25:56.7136124Z [00:02:35.398]➜  cat >/tmp/go-build1823208636/b562/importcfg << 'EOF' # internal
2025-08-20T20:25:56.7136469Z [00:02:35.398]➜  # import config
2025-08-20T20:25:56.7136807Z [00:02:35.398]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.7137218Z [00:02:35.398]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.7137618Z [00:02:35.398]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.7138026Z [00:02:35.398]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:56.7138441Z [00:02:35.398]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:56.7138867Z [00:02:35.398]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.7139290Z [00:02:35.398]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.7139602Z [00:02:35.398]➜  EOF
2025-08-20T20:25:56.7141613Z [00:02:35.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b562=>" -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/b562/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-20T20:25:56.7493173Z [00:02:35.435]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T20:25:56.7505169Z [00:02:35.436]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d # internal
2025-08-20T20:25:56.7523928Z [00:02:35.438]➜  github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer
2025-08-20T20:25:56.7527605Z [00:02:35.439]➜  mkdir -p $WORK/b564/
2025-08-20T20:25:56.7528023Z [00:02:35.439]➜  cat >/tmp/go-build1823208636/b564/importcfg << 'EOF' # internal
2025-08-20T20:25:56.7528406Z [00:02:35.439]➜  # import config
2025-08-20T20:25:56.7528771Z [00:02:35.439]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:25:56.7529220Z [00:02:35.439]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.7529630Z [00:02:35.439]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.7530037Z [00:02:35.439]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:56.7530464Z [00:02:35.439]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.7530893Z [00:02:35.439]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.7531337Z [00:02:35.439]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:25:56.7531668Z [00:02:35.439]➜  EOF
2025-08-20T20:25:56.7569248Z [00:02:35.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cyberphone/json-canonicalization@v0.0.0-20241213102144-19d51d7fe467/go/src/webpki.org/jsoncanonicalizer=>github.com/cyberphone/json-canonicalization@v0.0.0-20241213102144-19d51d7fe467/go/src/webpki.org/jsoncanonicalizer;$WORK/b564=>" -p github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer -lang=go1.16 -complete -installsuffix shared -buildid K_1t0hvLAKvQUK03az1n/K_1t0hvLAKvQUK03az1n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/github.com/cyberphone/json-canonicalization@v0.0.0-20241213102144-19d51d7fe467/go/src/webpki.org/jsoncanonicalizer/es6numfmt.go /root/go/pkg/mod/github.com/cyberphone/json-canonicalization@v0.0.0-20241213102144-19d51d7fe467/go/src/webpki.org/jsoncanonicalizer/jsoncanonicalizer.go
2025-08-20T20:25:56.7861280Z [00:02:35.472]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T20:25:56.7889334Z [00:02:35.475]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/ed/ed98633c26ac1a19783ef498a6b0605107dcaee389eb199da105d46ff845f083-d # internal
2025-08-20T20:25:56.7899670Z [00:02:35.476]➜  github.com/go-openapi/errors
2025-08-20T20:25:56.7904387Z [00:02:35.476]➜  mkdir -p $WORK/b566/
2025-08-20T20:25:56.7910446Z [00:02:35.477]➜  cat >/tmp/go-build1823208636/b566/importcfg << 'EOF' # internal
2025-08-20T20:25:56.7911200Z [00:02:35.477]➜  # import config
2025-08-20T20:25:56.7913882Z [00:02:35.477]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:56.7914727Z [00:02:35.477]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:56.7915295Z [00:02:35.477]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.7916082Z [00:02:35.477]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:56.7916657Z [00:02:35.477]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:56.7919507Z [00:02:35.477]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.7920113Z [00:02:35.477]➜  EOF
2025-08-20T20:25:56.7926662Z [00:02:35.478]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/errors@v0.22.1=>github.com/go-openapi/errors@v0.22.1;$WORK/b566=>" -p github.com/go-openapi/errors -lang=go1.20 -complete -installsuffix shared -buildid eeYe3tYge5oppFzkvwPU/eeYe3tYge5oppFzkvwPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/errors@v0.22.1/api.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.22.1/auth.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.22.1/doc.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.22.1/headers.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.22.1/middleware.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.22.1/parsing.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.22.1/schema.go
2025-08-20T20:25:56.8163028Z [00:02:35.502]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T20:25:56.8167867Z [00:02:35.503]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/ed/ed4d023bcbed9b55fc9d18fc3025fe1eed2f768f21c671faeb22e9b074fc1b07-d # internal
2025-08-20T20:25:56.8169444Z [00:02:35.503]➜  github.com/asaskevich/govalidator
2025-08-20T20:25:56.8170396Z [00:02:35.503]➜  mkdir -p $WORK/b568/
2025-08-20T20:25:56.8172771Z [00:02:35.503]➜  cat >/tmp/go-build1823208636/b568/importcfg << 'EOF' # internal
2025-08-20T20:25:56.8175056Z [00:02:35.503]➜  # import config
2025-08-20T20:25:56.8175457Z [00:02:35.503]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:56.8176086Z [00:02:35.503]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:56.8176545Z [00:02:35.503]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:56.8177016Z [00:02:35.503]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:56.8177484Z [00:02:35.503]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:56.8177966Z [00:02:35.503]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:25:56.8178406Z [00:02:35.503]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.8178814Z [00:02:35.503]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.8179218Z [00:02:35.503]➜  packagefile html=/tmp/go-build1823208636/b339/_pkg_.a
2025-08-20T20:25:56.8179639Z [00:02:35.503]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:25:56.8180388Z [00:02:35.503]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:56.8180849Z [00:02:35.503]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:56.8181264Z [00:02:35.503]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:56.8181681Z [00:02:35.503]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:56.8182100Z [00:02:35.503]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:56.8182534Z [00:02:35.503]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:56.8182945Z [00:02:35.503]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:56.8183364Z [00:02:35.503]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.8183788Z [00:02:35.503]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.8184203Z [00:02:35.503]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:56.8184618Z [00:02:35.503]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:56.8185034Z [00:02:35.503]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:56.8185479Z [00:02:35.503]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:56.8193889Z [00:02:35.503]➜  EOF
2025-08-20T20:25:56.8199076Z [00:02:35.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2=>github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2;$WORK/b568=>" -p github.com/asaskevich/govalidator -lang=go1.13 -complete -installsuffix shared -buildid xzX6Q1HXJPxoYKcaB-gf/xzX6Q1HXJPxoYKcaB-gf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/arrays.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/converter.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/doc.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/error.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/numerics.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/patterns.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/types.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/utils.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/validator.go
2025-08-20T20:25:56.8862001Z [00:02:35.572]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T20:25:56.8874159Z [00:02:35.573]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/7b/7bde2c0e1c6f07c2b5e2cd8856ef21313a8319c0df14c04df5eb104db9f253af-d # internal
2025-08-20T20:25:56.8874776Z [00:02:35.573]➜  github.com/mitchellh/mapstructure
2025-08-20T20:25:56.8875126Z [00:02:35.573]➜  mkdir -p $WORK/b569/
2025-08-20T20:25:56.8875507Z [00:02:35.573]➜  cat >/tmp/go-build1823208636/b569/importcfg << 'EOF' # internal
2025-08-20T20:25:56.8878993Z [00:02:35.573]➜  # import config
2025-08-20T20:25:56.8879349Z [00:02:35.573]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:56.8879811Z [00:02:35.573]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:56.8880255Z [00:02:35.573]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:56.8880685Z [00:02:35.573]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.8881089Z [00:02:35.573]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:56.8881505Z [00:02:35.573]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:56.8881937Z [00:02:35.573]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:56.8882357Z [00:02:35.573]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.8883171Z [00:02:35.573]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.8883683Z [00:02:35.573]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:56.8883990Z [00:02:35.573]➜  EOF
2025-08-20T20:25:56.8886648Z [00:02:35.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0=>github.com/mitchellh/mapstructure@v1.5.0;$WORK/b569=>" -p github.com/mitchellh/mapstructure -lang=go1.14 -complete -installsuffix shared -buildid MtcuCEKCFzKQ_O4qdeo4/MtcuCEKCFzKQ_O4qdeo4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0/decode_hooks.go /root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0/error.go /root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0/mapstructure.go
2025-08-20T20:25:56.8933530Z [00:02:35.579]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T20:25:56.8983398Z [00:02:35.584]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/bd/bd909a72beed5ab8949aa720f364fe90a16b4e01e1ad244b7862c5197642ef01-d # internal
2025-08-20T20:25:56.9008352Z [00:02:35.587]➜  github.com/digitorus/timestamp
2025-08-20T20:25:56.9009617Z [00:02:35.587]➜  mkdir -p $WORK/b561/
2025-08-20T20:25:56.9014568Z [00:02:35.587]➜  cat >/tmp/go-build1823208636/b561/importcfg << 'EOF' # internal
2025-08-20T20:25:56.9014947Z [00:02:35.588]➜  # import config
2025-08-20T20:25:56.9015820Z [00:02:35.588]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:56.9016329Z [00:02:35.588]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:56.9016790Z [00:02:35.588]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:56.9017262Z [00:02:35.588]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:25:56.9017750Z [00:02:35.588]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:56.9018201Z [00:02:35.588]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.9018692Z [00:02:35.588]➜  packagefile github.com/digitorus/pkcs7=/tmp/go-build1823208636/b560/_pkg_.a
2025-08-20T20:25:56.9019167Z [00:02:35.588]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.9019580Z [00:02:35.588]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:56.9020011Z [00:02:35.588]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:56.9020446Z [00:02:35.588]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:56.9020863Z [00:02:35.588]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:56.9021169Z [00:02:35.588]➜  EOF
2025-08-20T20:25:56.9026173Z [00:02:35.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/digitorus/timestamp@v0.0.0-20250524132541-c45532741eea=>github.com/digitorus/timestamp@v0.0.0-20250524132541-c45532741eea;$WORK/b561=>" -p github.com/digitorus/timestamp -lang=go1.16 -complete -installsuffix shared -buildid whqaSHg7JX3TwiGXx01z/whqaSHg7JX3TwiGXx01z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/github.com/digitorus/timestamp@v0.0.0-20250524132541-c45532741eea/borrowed.go /root/go/pkg/mod/github.com/digitorus/timestamp@v0.0.0-20250524132541-c45532741eea/rfc3161_struct.go /root/go/pkg/mod/github.com/digitorus/timestamp@v0.0.0-20250524132541-c45532741eea/signing_cert_v2_struct.go /root/go/pkg/mod/github.com/digitorus/timestamp@v0.0.0-20250524132541-c45532741eea/timestamp.go
2025-08-20T20:25:56.9678561Z [00:02:35.654]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T20:25:56.9708708Z [00:02:35.655]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/a6/a6836a99ecc48f7e1a676ceec2ed8dd4425be13fde902415bc7c54aa256848bb-d # internal
2025-08-20T20:25:56.9719695Z [00:02:35.657]➜  github.com/sigstore/timestamp-authority/pkg/verification
2025-08-20T20:25:56.9720510Z [00:02:35.657]➜  mkdir -p $WORK/b559/
2025-08-20T20:25:56.9720973Z [00:02:35.657]➜  cat >/tmp/go-build1823208636/b559/importcfg << 'EOF' # internal
2025-08-20T20:25:56.9721334Z [00:02:35.657]➜  # import config
2025-08-20T20:25:56.9721678Z [00:02:35.657]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:56.9722105Z [00:02:35.657]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:56.9722550Z [00:02:35.657]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:56.9723037Z [00:02:35.657]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:56.9723474Z [00:02:35.657]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:56.9723963Z [00:02:35.657]➜  packagefile github.com/digitorus/pkcs7=/tmp/go-build1823208636/b560/_pkg_.a
2025-08-20T20:25:56.9724545Z [00:02:35.657]➜  packagefile github.com/digitorus/timestamp=/tmp/go-build1823208636/b561/_pkg_.a
2025-08-20T20:25:56.9725110Z [00:02:35.657]➜  packagefile github.com/pkg/errors=/tmp/go-build1823208636/b562/_pkg_.a
2025-08-20T20:25:56.9725719Z [00:02:35.657]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:56.9726189Z [00:02:35.657]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:56.9726610Z [00:02:35.657]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:56.9726929Z [00:02:35.657]➜  EOF
2025-08-20T20:25:56.9729565Z [00:02:35.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/timestamp-authority@v1.2.8/pkg/verification=>github.com/sigstore/timestamp-authority@v1.2.8/pkg/verification;$WORK/b559=>" -p github.com/sigstore/timestamp-authority/pkg/verification -lang=go1.23 -complete -installsuffix shared -buildid 6xheHzKGW0mxY0or-rJx/6xheHzKGW0mxY0or-rJx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/github.com/sigstore/timestamp-authority@v1.2.8/pkg/verification/verify.go /root/go/pkg/mod/github.com/sigstore/timestamp-authority@v1.2.8/pkg/verification/verify_request.go
2025-08-20T20:25:57.0089271Z [00:02:35.695]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T20:25:57.0107383Z [00:02:35.697]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/ba/ba593e6bbd2aedc122fab6880c706daa65ed0df5dea4a5feee3ca2b08ab9ff72-d # internal
2025-08-20T20:25:57.0116912Z [00:02:35.697]➜  github.com/oklog/ulid
2025-08-20T20:25:57.0117291Z [00:02:35.697]➜  mkdir -p $WORK/b570/
2025-08-20T20:25:57.0121476Z [00:02:35.698]➜  cat >/tmp/go-build1823208636/b570/importcfg << 'EOF' # internal
2025-08-20T20:25:57.0122895Z [00:02:35.698]➜  # import config
2025-08-20T20:25:57.0132455Z [00:02:35.698]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:57.0132913Z [00:02:35.698]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:57.0133390Z [00:02:35.698]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:25:57.0133921Z [00:02:35.699]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:57.0134376Z [00:02:35.699]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.0134784Z [00:02:35.699]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.0135189Z [00:02:35.699]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:57.0135769Z [00:02:35.699]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:57.0136290Z [00:02:35.699]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:57.0136712Z [00:02:35.699]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.0137017Z [00:02:35.699]➜  EOF
2025-08-20T20:25:57.0139004Z [00:02:35.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/oklog/ulid@v1.3.1=>github.com/oklog/ulid@v1.3.1;$WORK/b570=>" -p github.com/oklog/ulid -lang=go1.16 -complete -installsuffix shared -buildid WeYwC5qkRXAiLurn2tMT/WeYwC5qkRXAiLurn2tMT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/github.com/oklog/ulid@v1.3.1/ulid.go
2025-08-20T20:25:57.0907424Z [00:02:35.776]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T20:25:57.0931405Z [00:02:35.779]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/85/8525dc675df51abf09abcdb43fc3a43a54d8a0ac17fe5eead163e3dd1cdcb066-d # internal
2025-08-20T20:25:57.0932912Z [00:02:35.779]➜  go.mongodb.org/mongo-driver/bson/primitive
2025-08-20T20:25:57.0934676Z [00:02:35.779]➜  mkdir -p $WORK/b576/
2025-08-20T20:25:57.0937730Z [00:02:35.780]➜  cat >/tmp/go-build1823208636/b576/importcfg << 'EOF' # internal
2025-08-20T20:25:57.0938707Z [00:02:35.780]➜  # import config
2025-08-20T20:25:57.0939344Z [00:02:35.780]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:57.0940687Z [00:02:35.780]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:57.0941364Z [00:02:35.780]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:57.0942050Z [00:02:35.780]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:57.0942691Z [00:02:35.780]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:57.0943904Z [00:02:35.780]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:57.0944787Z [00:02:35.780]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.0945753Z [00:02:35.780]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.0947854Z [00:02:35.780]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.0948298Z [00:02:35.780]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:57.0948727Z [00:02:35.780]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:57.0949153Z [00:02:35.780]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:57.0949602Z [00:02:35.780]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.0950046Z [00:02:35.780]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:57.0950484Z [00:02:35.780]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.0950791Z [00:02:35.780]➜  EOF
2025-08-20T20:25:57.0960194Z [00:02:35.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_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/b576=>" -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/b576/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-20T20:25:57.1098902Z [00:02:35.794]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T20:25:57.1122039Z [00:02:35.798]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/c2/c286590dba6ed78a7b11d507a8b40e9b0bad87da91d89349092c9ee7345691f4-d # internal
2025-08-20T20:25:57.1123538Z [00:02:35.799]➜  net/mail
2025-08-20T20:25:57.1124284Z [00:02:35.799]➜  mkdir -p $WORK/b578/
2025-08-20T20:25:57.1139120Z [00:02:35.800]➜  cat >/tmp/go-build1823208636/b578/importcfg << 'EOF' # internal
2025-08-20T20:25:57.1141232Z [00:02:35.800]➜  # import config
2025-08-20T20:25:57.1142057Z [00:02:35.800]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:57.1142537Z [00:02:35.800]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.1142962Z [00:02:35.800]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.1143366Z [00:02:35.800]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.1144259Z [00:02:35.800]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:57.1144754Z [00:02:35.800]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:25:57.1145166Z [00:02:35.800]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:57.1145709Z [00:02:35.800]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:57.1146224Z [00:02:35.800]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.1146663Z [00:02:35.800]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.1147074Z [00:02:35.800]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.1147512Z [00:02:35.800]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:57.1147844Z [00:02:35.800]➜  EOF
2025-08-20T20:25:57.1149252Z [00:02:35.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b578=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid dTeLCun3GzvoreAtJRpN/dTeLCun3GzvoreAtJRpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T20:25:57.1286431Z [00:02:35.815]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T20:25:57.1331746Z [00:02:35.819]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/15/152824e6ec3b90677c9af350ea626dab734bfab7c92a5acbf6da71412daf8a3e-d # internal
2025-08-20T20:25:57.1371945Z [00:02:35.823]➜  github.com/josharian/intern
2025-08-20T20:25:57.1372383Z [00:02:35.823]➜  mkdir -p $WORK/b581/
2025-08-20T20:25:57.1375108Z [00:02:35.824]➜  cat >/tmp/go-build1823208636/b581/importcfg << 'EOF' # internal
2025-08-20T20:25:57.1376257Z [00:02:35.824]➜  # import config
2025-08-20T20:25:57.1376725Z [00:02:35.824]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.1377811Z [00:02:35.824]➜  EOF
2025-08-20T20:25:57.1387017Z [00:02:35.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/josharian/intern@v1.0.0=>github.com/josharian/intern@v1.0.0;$WORK/b581=>" -p github.com/josharian/intern -lang=go1.5 -complete -installsuffix shared -buildid sPYp3WnS9vlnEXVvH_62/sPYp3WnS9vlnEXVvH_62 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/github.com/josharian/intern@v1.0.0/intern.go
2025-08-20T20:25:57.1679740Z [00:02:35.854]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T20:25:57.1685018Z [00:02:35.855]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/90/90072b6933e963523c41c6c389751a74934b5d4ffcbe840f53c8383b85ff4e33-d # internal
2025-08-20T20:25:57.1697061Z [00:02:35.855]➜  github.com/mailru/easyjson/jlexer
2025-08-20T20:25:57.1697431Z [00:02:35.855]➜  mkdir -p $WORK/b580/
2025-08-20T20:25:57.1697813Z [00:02:35.855]➜  cat >/tmp/go-build1823208636/b580/importcfg << 'EOF' # internal
2025-08-20T20:25:57.1698158Z [00:02:35.855]➜  # import config
2025-08-20T20:25:57.1698525Z [00:02:35.855]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:57.1698980Z [00:02:35.855]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:57.1699452Z [00:02:35.855]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:57.1699894Z [00:02:35.855]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.1700305Z [00:02:35.855]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.1700821Z [00:02:35.855]➜  packagefile github.com/josharian/intern=/tmp/go-build1823208636/b581/_pkg_.a
2025-08-20T20:25:57.1701295Z [00:02:35.855]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.1701704Z [00:02:35.855]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:57.1702130Z [00:02:35.855]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:57.1702982Z [00:02:35.855]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:25:57.1703558Z [00:02:35.855]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:57.1703890Z [00:02:35.855]➜  EOF
2025-08-20T20:25:57.1706414Z [00:02:35.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jlexer=>github.com/mailru/easyjson@v0.9.0/jlexer;$WORK/b580=>" -p github.com/mailru/easyjson/jlexer -lang=go1.20 -complete -installsuffix shared -buildid FtqIEG2XzZQWK3Vs4iP9/FtqIEG2XzZQWK3Vs4iP9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jlexer/bytestostr.go /root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jlexer/error.go /root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jlexer/lexer.go
2025-08-20T20:25:57.1856279Z [00:02:35.872]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T20:25:57.1874676Z [00:02:35.873]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/e8/e8ba8d5b1adb1aa472043d7fea208ce4df1d903d2421d1313894534863f9a3e1-d # internal
2025-08-20T20:25:57.1883786Z [00:02:35.874]➜  go.mongodb.org/mongo-driver/x/bsonx/bsoncore
2025-08-20T20:25:57.1884198Z [00:02:35.874]➜  mkdir -p $WORK/b577/
2025-08-20T20:25:57.1894581Z [00:02:35.875]➜  cat >/tmp/go-build1823208636/b577/importcfg << 'EOF' # internal
2025-08-20T20:25:57.1895352Z [00:02:35.875]➜  # import config
2025-08-20T20:25:57.1896076Z [00:02:35.875]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:57.1897270Z [00:02:35.875]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:57.1898037Z [00:02:35.875]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:57.1898763Z [00:02:35.875]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.1899479Z [00:02:35.875]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.1900575Z [00:02:35.875]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1823208636/b575/_pkg_.a
2025-08-20T20:25:57.1901295Z [00:02:35.875]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1823208636/b576/_pkg_.a
2025-08-20T20:25:57.1901825Z [00:02:35.875]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.1902235Z [00:02:35.875]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:57.1902647Z [00:02:35.875]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:57.1903082Z [00:02:35.875]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:57.1903508Z [00:02:35.875]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.1903925Z [00:02:35.875]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.1904363Z [00:02:35.876]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:57.1904695Z [00:02:35.876]➜  EOF
2025-08-20T20:25:57.1909986Z [00:02:35.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b577/_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/b577=>" -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/b577/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-20T20:25:57.2311614Z [00:02:35.917]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T20:25:57.2328732Z [00:02:35.919]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/e5/e569aa9e08bd98b7afb414caf531b762df970c0b91509d7611feb754d5fac8fc-d # internal
2025-08-20T20:25:57.2330629Z [00:02:35.919]➜  github.com/mailru/easyjson/buffer
2025-08-20T20:25:57.2331003Z [00:02:35.919]➜  mkdir -p $WORK/b583/
2025-08-20T20:25:57.2331394Z [00:02:35.919]➜  cat >/tmp/go-build1823208636/b583/importcfg << 'EOF' # internal
2025-08-20T20:25:57.2331740Z [00:02:35.919]➜  # import config
2025-08-20T20:25:57.2332065Z [00:02:35.919]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.2332468Z [00:02:35.919]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:57.2332902Z [00:02:35.919]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.2333211Z [00:02:35.919]➜  EOF
2025-08-20T20:25:57.2335027Z [00:02:35.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/buffer=>github.com/mailru/easyjson@v0.9.0/buffer;$WORK/b583=>" -p github.com/mailru/easyjson/buffer -lang=go1.20 -complete -installsuffix shared -buildid X4-Rra1PpCmizGMhn--B/X4-Rra1PpCmizGMhn--B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/buffer/pool.go
2025-08-20T20:25:57.2778760Z [00:02:35.963]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T20:25:57.2779792Z [00:02:35.964]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/be/bef752dcf16f065415daafbab52cc3132b1805efbe0df03b00635d7236037739-d # internal
2025-08-20T20:25:57.2783495Z [00:02:35.964]➜  github.com/mailru/easyjson/jwriter
2025-08-20T20:25:57.2784204Z [00:02:35.964]➜  mkdir -p $WORK/b582/
2025-08-20T20:25:57.2795674Z [00:02:35.966]➜  cat >/tmp/go-build1823208636/b582/importcfg << 'EOF' # internal
2025-08-20T20:25:57.2807267Z [00:02:35.966]➜  # import config
2025-08-20T20:25:57.2808600Z [00:02:35.966]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build1823208636/b583/_pkg_.a
2025-08-20T20:25:57.2810019Z [00:02:35.966]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.2810490Z [00:02:35.966]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:57.2810941Z [00:02:35.966]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:57.2811271Z [00:02:35.966]➜  EOF
2025-08-20T20:25:57.2813137Z [00:02:35.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jwriter=>github.com/mailru/easyjson@v0.9.0/jwriter;$WORK/b582=>" -p github.com/mailru/easyjson/jwriter -lang=go1.20 -complete -installsuffix shared -buildid tRDojV7FyGhM8PIMvIQG/tRDojV7FyGhM8PIMvIQG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.9.0/jwriter/writer.go
2025-08-20T20:25:57.2839002Z [00:02:35.970]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T20:25:57.2846073Z [00:02:35.971]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/7d/7dd726d07fc2fb721399d255d812854eaa198c13aae676aa25042440b5be5880-d # internal
2025-08-20T20:25:57.2852299Z [00:02:35.971]➜  github.com/grpc-ecosystem/grpc-gateway/v2/utilities
2025-08-20T20:25:57.2853523Z [00:02:35.972]➜  mkdir -p $WORK/b587/
2025-08-20T20:25:57.2863916Z [00:02:35.972]➜  cat >/tmp/go-build1823208636/b587/importcfg << 'EOF' # internal
2025-08-20T20:25:57.2864635Z [00:02:35.972]➜  # import config
2025-08-20T20:25:57.2865791Z [00:02:35.972]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:57.2866305Z [00:02:35.972]➜  packagefile flag=/tmp/go-build1823208636/b246/_pkg_.a
2025-08-20T20:25:57.2867261Z [00:02:35.972]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.2867753Z [00:02:35.972]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:57.2868180Z [00:02:35.972]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.2868498Z [00:02:35.972]➜  EOF
2025-08-20T20:25:57.2871993Z [00:02:35.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/utilities=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/utilities;$WORK/b587=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/utilities -lang=go1.23 -complete -installsuffix shared -buildid L0ktHCUsrkR44PH7J66y/L0ktHCUsrkR44PH7J66y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/utilities/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/utilities/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/utilities/readerfactory.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/utilities/string_array_flag.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/utilities/trie.go
2025-08-20T20:25:57.3176405Z [00:02:36.004]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T20:25:57.3184993Z [00:02:36.005]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/62/627116a901f9d8bd3828d190a80f39e4048df6c70e9d52224a3db6ec9e4d5c52-d # internal
2025-08-20T20:25:57.3186263Z [00:02:36.005]➜  github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
2025-08-20T20:25:57.3186640Z [00:02:36.005]➜  mkdir -p $WORK/b586/
2025-08-20T20:25:57.3194783Z [00:02:36.006]➜  cat >/tmp/go-build1823208636/b586/importcfg << 'EOF' # internal
2025-08-20T20:25:57.3196358Z [00:02:36.006]➜  # import config
2025-08-20T20:25:57.3197175Z [00:02:36.006]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.3197672Z [00:02:36.006]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.3198271Z [00:02:36.006]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build1823208636/b587/_pkg_.a
2025-08-20T20:25:57.3198848Z [00:02:36.006]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.3199166Z [00:02:36.006]➜  EOF
2025-08-20T20:25:57.3202150Z [00:02:36.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/internal/httprule=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/internal/httprule;$WORK/b586=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule -lang=go1.23 -complete -installsuffix shared -buildid g1rQDwCnmfyLkcvD_mTf/g1rQDwCnmfyLkcvD_mTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/internal/httprule/compile.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/internal/httprule/parse.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/internal/httprule/types.go
2025-08-20T20:25:57.3358488Z [00:02:36.022]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T20:25:57.3410719Z [00:02:36.027]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T20:25:57.3432501Z [00:02:36.029]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/16/16d4b5401629689d0b9187d58b565fa2cff7e6d17385679c0e4e987f23dbdc6b-d # internal
2025-08-20T20:25:57.3433169Z [00:02:36.029]➜  github.com/go-openapi/swag
2025-08-20T20:25:57.3433465Z [00:02:36.029]➜  mkdir -p $WORK/b579/
2025-08-20T20:25:57.3433841Z [00:02:36.029]➜  cat >/tmp/go-build1823208636/b579/importcfg << 'EOF' # internal
2025-08-20T20:25:57.3434187Z [00:02:36.029]➜  # import config
2025-08-20T20:25:57.3434524Z [00:02:36.029]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:57.3435271Z [00:02:36.029]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:57.3435949Z [00:02:36.029]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.3436469Z [00:02:36.029]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build1823208636/b580/_pkg_.a
2025-08-20T20:25:57.3437086Z [00:02:36.029]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build1823208636/b582/_pkg_.a
2025-08-20T20:25:57.3437637Z [00:02:36.029]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:25:57.3438089Z [00:02:36.029]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.3438492Z [00:02:36.029]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:57.3438896Z [00:02:36.029]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:57.3439340Z [00:02:36.029]➜  packagefile mime/multipart=/tmp/go-build1823208636/b220/_pkg_.a
2025-08-20T20:25:57.3439780Z [00:02:36.029]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:57.3440211Z [00:02:36.029]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:57.3440640Z [00:02:36.029]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:57.3441046Z [00:02:36.029]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:57.3441448Z [00:02:36.029]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:57.3441889Z [00:02:36.029]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:57.3442622Z [00:02:36.029]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.3443049Z [00:02:36.029]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:57.3443464Z [00:02:36.029]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:57.3446638Z [00:02:36.029]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:57.3447078Z [00:02:36.029]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.3447522Z [00:02:36.029]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.3447931Z [00:02:36.029]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.3448345Z [00:02:36.029]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:57.3448791Z [00:02:36.029]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:57.3449122Z [00:02:36.029]➜  EOF
2025-08-20T20:25:57.3453918Z [00:02:36.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1=>github.com/go-openapi/swag@v0.23.1;$WORK/b579=>" -p github.com/go-openapi/swag -lang=go1.20 -complete -installsuffix shared -buildid _9A0tIvZTuRC4UXl4LLg/_9A0tIvZTuRC4UXl4LLg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/convert.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/convert_types.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/doc.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/errors.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/file.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/initialism_index.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/json.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/loading.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/name_lexem.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/net.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/path.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/split.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/string_bytes.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/util.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.1/yaml.go
2025-08-20T20:25:57.3690902Z [00:02:36.055]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T20:25:57.3702778Z [00:02:36.056]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/c1/c12a21ff8a83bfcf2ee6faf0aaadc6b32f5792e0db2d1d4ac4e3d0c99ba21426-d # internal
2025-08-20T20:25:57.3711248Z [00:02:36.057]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T20:25:57.3711611Z [00:02:36.057]➜  mkdir -p $WORK/b485/
2025-08-20T20:25:57.3711989Z [00:02:36.057]➜  cat >/tmp/go-build1823208636/b485/importcfg << 'EOF' # internal
2025-08-20T20:25:57.3712336Z [00:02:36.057]➜  # import config
2025-08-20T20:25:57.3712817Z [00:02:36.057]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1823208636/b472/_pkg_.a
2025-08-20T20:25:57.3713538Z [00:02:36.057]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1823208636/b470/_pkg_.a
2025-08-20T20:25:57.3714212Z [00:02:36.057]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build1823208636/b486/_pkg_.a
2025-08-20T20:25:57.3714899Z [00:02:36.057]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.3716898Z [00:02:36.058]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1823208636/b483/_pkg_.a
2025-08-20T20:25:57.3717666Z [00:02:36.058]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.3718191Z [00:02:36.058]➜  EOF
2025-08-20T20:25:57.3720503Z [00:02:36.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filetype=>google.golang.org/protobuf@v1.36.7/internal/filetype;$WORK/b485=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.22 -complete -installsuffix shared -buildid JaKT9MX8eYH_ClAmTdRv/JaKT9MX8eYH_ClAmTdRv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filetype/build.go
2025-08-20T20:25:57.3772609Z [00:02:36.063]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/fc/fc6c8b99520010ea737cf8630bdfa25b626eec7bfae29605b25fde0acc7c99e8-d # internal
2025-08-20T20:25:57.3774147Z [00:02:36.064]➜  golang.org/x/net/internal/timeseries
2025-08-20T20:25:57.3774810Z [00:02:36.064]➜  mkdir -p $WORK/b592/
2025-08-20T20:25:57.3787332Z [00:02:36.065]➜  cat >/tmp/go-build1823208636/b592/importcfg << 'EOF' # internal
2025-08-20T20:25:57.3787706Z [00:02:36.065]➜  # import config
2025-08-20T20:25:57.3788044Z [00:02:36.065]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.3788453Z [00:02:36.065]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:57.3788861Z [00:02:36.065]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.3789192Z [00:02:36.065]➜  EOF
2025-08-20T20:25:57.3791110Z [00:02:36.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/timeseries=>golang.org/x/net@v0.43.0/internal/timeseries;$WORK/b592=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid pgViB3rZnRCMxSU_jI_4/pgViB3rZnRCMxSU_jI_4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/timeseries/timeseries.go
2025-08-20T20:25:57.4446926Z [00:02:36.131]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T20:25:57.4471670Z [00:02:36.133]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/52/5219859900a10b44966dba22b1bf80b4a71f53975e2211324f84856e2a977389-d # internal
2025-08-20T20:25:57.4475081Z [00:02:36.134]➜  text/tabwriter
2025-08-20T20:25:57.4475508Z [00:02:36.134]➜  mkdir -p $WORK/b593/
2025-08-20T20:25:57.4480968Z [00:02:36.134]➜  cat >/tmp/go-build1823208636/b593/importcfg << 'EOF' # internal
2025-08-20T20:25:57.4481488Z [00:02:36.134]➜  # import config
2025-08-20T20:25:57.4482183Z [00:02:36.134]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.4483068Z [00:02:36.134]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.4484122Z [00:02:36.134]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:57.4484696Z [00:02:36.134]➜  EOF
2025-08-20T20:25:57.4486961Z [00:02:36.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b593=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T20:25:57.4662472Z [00:02:36.152]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T20:25:57.4674523Z [00:02:36.154]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/83/833251d50fccb5f9d78b52743e4b42176c02726721df6eb946da0cf56bf63eac-d # internal
2025-08-20T20:25:57.4697837Z [00:02:36.156]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T20:25:57.4698579Z [00:02:36.156]➜  mkdir -p $WORK/b469/
2025-08-20T20:25:57.4701883Z [00:02:36.156]➜  cat >/tmp/go-build1823208636/b469/importcfg << 'EOF' # internal
2025-08-20T20:25:57.4702493Z [00:02:36.156]➜  # import config
2025-08-20T20:25:57.4703236Z [00:02:36.156]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1823208636/b470/_pkg_.a
2025-08-20T20:25:57.4704201Z [00:02:36.156]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build1823208636/b485/_pkg_.a
2025-08-20T20:25:57.4705312Z [00:02:36.156]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build1823208636/b486/_pkg_.a
2025-08-20T20:25:57.4706455Z [00:02:36.156]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build1823208636/b490/_pkg_.a
2025-08-20T20:25:57.4707836Z [00:02:36.156]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build1823208636/b491/_pkg_.a
2025-08-20T20:25:57.4708862Z [00:02:36.156]➜  EOF
2025-08-20T20:25:57.4711360Z [00:02:36.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl=>google.golang.org/protobuf@v1.36.7/runtime/protoimpl;$WORK/b469=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.22 -complete -installsuffix shared -buildid TnbFMzdcG51NFnqOFmiD/TnbFMzdcG51NFnqOFmiD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl/version.go
2025-08-20T20:25:57.4759589Z [00:02:36.162]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T20:25:57.4831769Z [00:02:36.169]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/5f/5f268eb419f8aadbf62293e6943d083f56e9dbeed8cdb339b1bb10cc2b506e00-d # internal
2025-08-20T20:25:57.4834846Z [00:02:36.170]➜  go.mongodb.org/mongo-driver/bson/bsonrw
2025-08-20T20:25:57.4837541Z [00:02:36.170]➜  mkdir -p $WORK/b574/
2025-08-20T20:25:57.4856649Z [00:02:36.172]➜  cat >/tmp/go-build1823208636/b574/importcfg << 'EOF' # internal
2025-08-20T20:25:57.4857048Z [00:02:36.172]➜  # import config
2025-08-20T20:25:57.4857427Z [00:02:36.172]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:57.4857887Z [00:02:36.172]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:57.4858371Z [00:02:36.172]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:57.4858843Z [00:02:36.172]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:57.4859283Z [00:02:36.172]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.4859710Z [00:02:36.172]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.4860256Z [00:02:36.172]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1823208636/b575/_pkg_.a
2025-08-20T20:25:57.4860921Z [00:02:36.172]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1823208636/b576/_pkg_.a
2025-08-20T20:25:57.4861607Z [00:02:36.172]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build1823208636/b577/_pkg_.a
2025-08-20T20:25:57.4862467Z [00:02:36.172]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.4862985Z [00:02:36.172]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:57.4863399Z [00:02:36.172]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:57.4863812Z [00:02:36.172]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:57.4864239Z [00:02:36.172]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.4864652Z [00:02:36.172]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.4865068Z [00:02:36.172]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.4865484Z [00:02:36.172]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:57.4866154Z [00:02:36.172]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:25:57.4866625Z [00:02:36.172]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:57.4866952Z [00:02:36.172]➜  EOF
2025-08-20T20:25:57.4872716Z [00:02:36.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_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/b574=>" -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/b574/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-20T20:25:57.4926904Z [00:02:36.179]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T20:25:57.4938364Z [00:02:36.180]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T20:25:57.4951397Z [00:02:36.181]➜  golang.org/x/net/trace
2025-08-20T20:25:57.4954133Z [00:02:36.181]➜  mkdir -p $WORK/b591/
2025-08-20T20:25:57.4963569Z [00:02:36.182]➜  cat >/tmp/go-build1823208636/b591/importcfg << 'EOF' # internal
2025-08-20T20:25:57.4964134Z [00:02:36.182]➜  # import config
2025-08-20T20:25:57.4964501Z [00:02:36.182]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:57.4965083Z [00:02:36.182]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:57.4965791Z [00:02:36.182]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.4966511Z [00:02:36.182]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build1823208636/b592/_pkg_.a
2025-08-20T20:25:57.4967187Z [00:02:36.182]➜  packagefile html/template=/tmp/go-build1823208636/b388/_pkg_.a
2025-08-20T20:25:57.4967711Z [00:02:36.182]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:57.4968203Z [00:02:36.182]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:57.4968628Z [00:02:36.182]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:57.4971070Z [00:02:36.182]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:57.4971897Z [00:02:36.182]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:57.4976561Z [00:02:36.182]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:57.4980091Z [00:02:36.182]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:57.4987358Z [00:02:36.182]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:57.4990085Z [00:02:36.182]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:57.5004126Z [00:02:36.182]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.5004630Z [00:02:36.182]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.5005074Z [00:02:36.182]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:57.5005679Z [00:02:36.182]➜  packagefile text/tabwriter=/tmp/go-build1823208636/b593/_pkg_.a
2025-08-20T20:25:57.5006192Z [00:02:36.182]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.5006499Z [00:02:36.182]➜  EOF
2025-08-20T20:25:57.5008601Z [00:02:36.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/trace=>golang.org/x/net@v0.43.0/trace;$WORK/b591=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid 8VSqHsQn-ZbaPc3s_ZxV/8VSqHsQn-ZbaPc3s_ZxV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/trace/events.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/trace/histogram.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/trace/trace.go
2025-08-20T20:25:57.5164688Z [00:02:36.201]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T20:25:57.5165500Z [00:02:36.202]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/a1/a15019088da941f73a367641bae50ba53a6e2df95fa75c7e99b11b60ada0e594-d # internal
2025-08-20T20:25:57.5187525Z [00:02:36.205]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T20:25:57.5188507Z [00:02:36.205]➜  mkdir -p $WORK/b492/
2025-08-20T20:25:57.5193135Z [00:02:36.205]➜  cat >/tmp/go-build1823208636/b492/importcfg << 'EOF' # internal
2025-08-20T20:25:57.5194327Z [00:02:36.205]➜  # import config
2025-08-20T20:25:57.5195275Z [00:02:36.205]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:57.5195964Z [00:02:36.205]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:57.5196579Z [00:02:36.205]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:25:57.5197328Z [00:02:36.205]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.5198031Z [00:02:36.205]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.5198573Z [00:02:36.205]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:57.5198989Z [00:02:36.205]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.5199748Z [00:02:36.205]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.5200269Z [00:02:36.205]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:57.5200603Z [00:02:36.205]➜  EOF
2025-08-20T20:25:57.5202706Z [00:02:36.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/structpb=>google.golang.org/protobuf@v1.36.7/types/known/structpb;$WORK/b492=>" -p google.golang.org/protobuf/types/known/structpb -lang=go1.22 -complete -installsuffix shared -buildid KRJPzelfJd1Ze0U4K-Ck/KRJPzelfJd1Ze0U4K-Ck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/structpb/struct.pb.go
2025-08-20T20:25:57.6110402Z [00:02:36.297]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T20:25:57.6125214Z [00:02:36.299]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/93/9399b2e568198d5995029c9822c8c54cabb150548e842134cde92fba88482459-d # internal
2025-08-20T20:25:57.6204657Z [00:02:36.306]➜  github.com/in-toto/attestation/go/v1
2025-08-20T20:25:57.6208693Z [00:02:36.307]➜  mkdir -p $WORK/b463/
2025-08-20T20:25:57.6209113Z [00:02:36.307]➜  cat >/tmp/go-build1823208636/b463/importcfg << 'EOF' # internal
2025-08-20T20:25:57.6209470Z [00:02:36.307]➜  # import config
2025-08-20T20:25:57.6209843Z [00:02:36.307]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:57.6210664Z [00:02:36.307]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.6211087Z [00:02:36.307]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.6211673Z [00:02:36.307]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.6212385Z [00:02:36.307]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.6213109Z [00:02:36.307]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:25:57.6213674Z [00:02:36.307]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.6214094Z [00:02:36.307]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.6214402Z [00:02:36.307]➜  EOF
2025-08-20T20:25:57.6217347Z [00:02:36.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1=>github.com/in-toto/attestation@v1.1.2/go/v1;$WORK/b463=>" -p github.com/in-toto/attestation/go/v1 -lang=go1.22 -complete -installsuffix shared -buildid ZYWVlsEYIj7BzwApPQen/ZYWVlsEYIj7BzwApPQen -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1/resource_descriptor.go /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1/resource_descriptor.pb.go /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1/statement.go /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1/statement.pb.go
2025-08-20T20:25:57.6246372Z [00:02:36.311]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T20:25:57.6362532Z [00:02:36.322]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/88/881391cb9b2b9ad26c5402db42a59046fb5ac377adc9659f74e0f6189b34c4ce-d # internal
2025-08-20T20:25:57.6371251Z [00:02:36.323]➜  google.golang.org/genproto/googleapis/api
2025-08-20T20:25:57.6374508Z [00:02:36.323]➜  mkdir -p $WORK/b506/
2025-08-20T20:25:57.6383446Z [00:02:36.324]➜  cat >/tmp/go-build1823208636/b506/importcfg << 'EOF' # internal
2025-08-20T20:25:57.6385014Z [00:02:36.325]➜  # import config
2025-08-20T20:25:57.6386340Z [00:02:36.325]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.6387811Z [00:02:36.325]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.6389258Z [00:02:36.325]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.6390025Z [00:02:36.325]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.6391418Z [00:02:36.325]➜  EOF
2025-08-20T20:25:57.6397596Z [00:02:36.326]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822;$WORK/b506=>" -p google.golang.org/genproto/googleapis/api -lang=go1.23 -complete -installsuffix shared -buildid djMFTs4U-TcMG0J1HcE4/djMFTs4U-TcMG0J1HcE4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/launch_stage.pb.go
2025-08-20T20:25:57.6568799Z [00:02:36.343]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T20:25:57.6574974Z [00:02:36.344]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/a1/a128dee93d037bd4a1d0dfe392e1b5ef6bc008db21e60fc471c823479da36c15-d # internal
2025-08-20T20:25:57.6626115Z [00:02:36.349]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T20:25:57.6627439Z [00:02:36.349]➜  mkdir -p $WORK/b507/
2025-08-20T20:25:57.6630437Z [00:02:36.349]➜  cat >/tmp/go-build1823208636/b507/importcfg << 'EOF' # internal
2025-08-20T20:25:57.6630933Z [00:02:36.349]➜  # import config
2025-08-20T20:25:57.6631443Z [00:02:36.349]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.6632608Z [00:02:36.349]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.6633166Z [00:02:36.349]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.6633587Z [00:02:36.349]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.6633895Z [00:02:36.349]➜  EOF
2025-08-20T20:25:57.6637133Z [00:02:36.350]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/descriptorpb=>google.golang.org/protobuf@v1.36.7/types/descriptorpb;$WORK/b507=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.22 -complete -installsuffix shared -buildid pcRpY2BemuoVOhgcm-MV/pcRpY2BemuoVOhgcm-MV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/descriptorpb/descriptor.pb.go
2025-08-20T20:25:57.6979977Z [00:02:36.384]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T20:25:57.6982491Z [00:02:36.384]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T20:25:57.6983187Z [00:02:36.384]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/a3/a32470b5b83a0a5f7f7d431c390388b63ec21c92931c54a3d04940852597a50b-d # internal
2025-08-20T20:25:57.6984129Z [00:02:36.384]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/fe/fe8ae3b7e5fcce196cabde11c8eb409dcf736337f905fb9106b1fecb40229b75-d # internal
2025-08-20T20:25:57.6984757Z [00:02:36.384]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T20:25:57.6985090Z [00:02:36.384]➜  mkdir -p $WORK/b509/
2025-08-20T20:25:57.6985427Z [00:02:36.384]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T20:25:57.6985960Z [00:02:36.384]➜  mkdir -p $WORK/b508/
2025-08-20T20:25:57.6995512Z [00:02:36.386]➜  cat >/tmp/go-build1823208636/b509/importcfg << 'EOF' # internal
2025-08-20T20:25:57.6997710Z [00:02:36.386]➜  # import config
2025-08-20T20:25:57.7000538Z [00:02:36.386]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.7002315Z [00:02:36.386]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.7004331Z [00:02:36.386]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.7006439Z [00:02:36.386]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.7008998Z [00:02:36.387]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.7009468Z [00:02:36.387]➜  EOF
2025-08-20T20:25:57.7011669Z [00:02:36.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/timestamppb=>google.golang.org/protobuf@v1.36.7/types/known/timestamppb;$WORK/b509=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.22 -complete -installsuffix shared -buildid RJxUXewO0XQkrbW2bIim/RJxUXewO0XQkrbW2bIim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/timestamppb/timestamp.pb.go
2025-08-20T20:25:57.7031392Z [00:02:36.389]➜  cat >/tmp/go-build1823208636/b508/importcfg << 'EOF' # internal
2025-08-20T20:25:57.7034293Z [00:02:36.389]➜  # import config
2025-08-20T20:25:57.7034853Z [00:02:36.389]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.7039486Z [00:02:36.389]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.7040056Z [00:02:36.389]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:57.7040479Z [00:02:36.389]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.7040896Z [00:02:36.389]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.7041776Z [00:02:36.389]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.7042083Z [00:02:36.389]➜  EOF
2025-08-20T20:25:57.7044245Z [00:02:36.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/durationpb=>google.golang.org/protobuf@v1.36.7/types/known/durationpb;$WORK/b508=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.22 -complete -installsuffix shared -buildid iIHE7WPD1eYRlWrXrhY0/iIHE7WPD1eYRlWrXrhY0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/durationpb/duration.pb.go
2025-08-20T20:25:57.7541275Z [00:02:36.440]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T20:25:57.7549899Z [00:02:36.440]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/ec/ec93881c157da5ab6bdc22c2b0235de72ec281e9465005bdb4a61166e19c6aa1-d # internal
2025-08-20T20:25:57.7550621Z [00:02:36.440]➜  github.com/sigstore/protobuf-specs/gen/pb-go/dsse
2025-08-20T20:25:57.7550962Z [00:02:36.441]➜  mkdir -p $WORK/b510/
2025-08-20T20:25:57.7554149Z [00:02:36.442]➜  cat >/tmp/go-build1823208636/b510/importcfg << 'EOF' # internal
2025-08-20T20:25:57.7554910Z [00:02:36.442]➜  # import config
2025-08-20T20:25:57.7557596Z [00:02:36.442]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.7558422Z [00:02:36.442]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.7559037Z [00:02:36.442]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.7560591Z [00:02:36.442]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.7561112Z [00:02:36.442]➜  EOF
2025-08-20T20:25:57.7563509Z [00:02:36.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/dsse=>github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/dsse;$WORK/b510=>" -p github.com/sigstore/protobuf-specs/gen/pb-go/dsse -lang=go1.22 -complete -installsuffix shared -buildid YusFDBotbbn2WjwZk40I/YusFDBotbbn2WjwZk40I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/dsse/envelope.pb.go
2025-08-20T20:25:57.7643222Z [00:02:36.450]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T20:25:57.7651252Z [00:02:36.451]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/cf/cf672029bc18a71524f5d6cd819350a7825b08019dc080f48e301046a81059e0-d # internal
2025-08-20T20:25:57.7652696Z [00:02:36.451]➜  github.com/letsencrypt/boulder/core/proto
2025-08-20T20:25:57.7653263Z [00:02:36.451]➜  mkdir -p $WORK/b531/
2025-08-20T20:25:57.7654627Z [00:02:36.452]➜  cat >/tmp/go-build1823208636/b531/importcfg << 'EOF' # internal
2025-08-20T20:25:57.7655656Z [00:02:36.452]➜  # import config
2025-08-20T20:25:57.7657317Z [00:02:36.452]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.7658051Z [00:02:36.452]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.7658771Z [00:02:36.452]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:25:57.7659390Z [00:02:36.452]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.7659830Z [00:02:36.452]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.7660137Z [00:02:36.452]➜  EOF
2025-08-20T20:25:57.7662212Z [00:02:36.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/core/proto=>github.com/letsencrypt/boulder@v0.20250630.0/core/proto;$WORK/b531=>" -p github.com/letsencrypt/boulder/core/proto -lang=go1.24 -complete -installsuffix shared -buildid SRsFYErBANzW03OdWrga/SRsFYErBANzW03OdWrga -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/core/proto/core.pb.go
2025-08-20T20:25:57.8185035Z [00:02:36.504]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T20:25:57.8280168Z [00:02:36.514]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T20:25:57.8287726Z [00:02:36.515]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/f7/f72998b35abd68b2b91914eb203b438911117a0adda9009076950e8b49875774-d # internal
2025-08-20T20:25:57.8316653Z [00:02:36.518]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/ee/ee1cf54fe2a6d0b5da12226661cd27bd2a362ae87f571aee65cd00289f4e4410-d # internal
2025-08-20T20:25:57.8323865Z [00:02:36.518]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T20:25:57.8324994Z [00:02:36.519]➜  mkdir -p $WORK/b543/
2025-08-20T20:25:57.8339157Z [00:02:36.520]➜  cat >/tmp/go-build1823208636/b543/importcfg << 'EOF' # internal
2025-08-20T20:25:57.8339728Z [00:02:36.520]➜  # import config
2025-08-20T20:25:57.8340172Z [00:02:36.520]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:57.8340844Z [00:02:36.520]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.8341568Z [00:02:36.520]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1823208636/b483/_pkg_.a
2025-08-20T20:25:57.8342293Z [00:02:36.520]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.8342843Z [00:02:36.520]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.8343269Z [00:02:36.520]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.8343682Z [00:02:36.520]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.8343983Z [00:02:36.520]➜  EOF
2025-08-20T20:25:57.8346156Z [00:02:36.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/anypb=>google.golang.org/protobuf@v1.36.7/types/known/anypb;$WORK/b543=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.22 -complete -installsuffix shared -buildid sBiu7LdXMw-cNmVo-6nZ/sBiu7LdXMw-cNmVo-6nZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/anypb/any.pb.go
2025-08-20T20:25:57.8368097Z [00:02:36.523]➜  google.golang.org/protobuf/protoadapt
2025-08-20T20:25:57.8370823Z [00:02:36.523]➜  mkdir -p $WORK/b545/
2025-08-20T20:25:57.8379518Z [00:02:36.524]➜  cat >/tmp/go-build1823208636/b545/importcfg << 'EOF' # internal
2025-08-20T20:25:57.8380998Z [00:02:36.524]➜  # import config
2025-08-20T20:25:57.8383855Z [00:02:36.524]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:57.8384768Z [00:02:36.524]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1823208636/b484/_pkg_.a
2025-08-20T20:25:57.8386874Z [00:02:36.524]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.8387626Z [00:02:36.524]➜  EOF
2025-08-20T20:25:57.8391912Z [00:02:36.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/protoadapt=>google.golang.org/protobuf@v1.36.7/protoadapt;$WORK/b545=>" -p google.golang.org/protobuf/protoadapt -lang=go1.22 -complete -installsuffix shared -buildid 4qW8hkxKJSATbmg4feJ5/4qW8hkxKJSATbmg4feJ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/protoadapt/convert.go
2025-08-20T20:25:57.8567841Z [00:02:36.543]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T20:25:57.8585372Z [00:02:36.545]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/d2/d294dcd26cd3c4f7dfbb603fade4f5c851bd9d8d591bc1683a697018e4b3fce2-d # internal
2025-08-20T20:25:57.8587439Z [00:02:36.545]➜  github.com/letsencrypt/boulder/identifier
2025-08-20T20:25:57.8589369Z [00:02:36.545]➜  mkdir -p $WORK/b530/
2025-08-20T20:25:57.8596958Z [00:02:36.545]➜  cat >/tmp/go-build1823208636/b530/importcfg << 'EOF' # internal
2025-08-20T20:25:57.8597332Z [00:02:36.545]➜  # import config
2025-08-20T20:25:57.8597691Z [00:02:36.545]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:57.8598157Z [00:02:36.545]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.8598715Z [00:02:36.545]➜  packagefile github.com/letsencrypt/boulder/core/proto=/tmp/go-build1823208636/b531/_pkg_.a
2025-08-20T20:25:57.8599242Z [00:02:36.545]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:57.8599664Z [00:02:36.545]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:25:57.8600090Z [00:02:36.545]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:57.8600530Z [00:02:36.545]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.8600842Z [00:02:36.545]➜  EOF
2025-08-20T20:25:57.8602933Z [00:02:36.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/identifier=>github.com/letsencrypt/boulder@v0.20250630.0/identifier;$WORK/b530=>" -p github.com/letsencrypt/boulder/identifier -lang=go1.24 -complete -installsuffix shared -buildid zQ5RRo8n6Oqp22K4C1HZ/zQ5RRo8n6Oqp22K4C1HZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/identifier/identifier.go
2025-08-20T20:25:57.8923681Z [00:02:36.578]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T20:25:57.8934821Z [00:02:36.579]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/b9/b9386445baa6296e8767e90fbfa730857b57125fe9f4181ec617be77f3053454-d # internal
2025-08-20T20:25:57.8936738Z [00:02:36.580]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T20:25:57.8938045Z [00:02:36.580]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T20:25:57.8940896Z [00:02:36.580]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/eb/eb4b756a328ecbec6202061d5ab72861762aa203fa0dd878b748699a19f5b3c6-d # internal
2025-08-20T20:25:57.8947709Z [00:02:36.581]➜  go.mongodb.org/mongo-driver/bson/bsoncodec
2025-08-20T20:25:57.8948686Z [00:02:36.581]➜  mkdir -p $WORK/b572/
2025-08-20T20:25:57.8952263Z [00:02:36.581]➜  cat >/tmp/go-build1823208636/b572/importcfg << 'EOF' # internal
2025-08-20T20:25:57.8954233Z [00:02:36.582]➜  # import config
2025-08-20T20:25:57.8957636Z [00:02:36.582]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:57.8961497Z [00:02:36.582]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:57.8962047Z [00:02:36.582]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.8962470Z [00:02:36.582]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.8963063Z [00:02:36.582]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build1823208636/b573/_pkg_.a
2025-08-20T20:25:57.8963726Z [00:02:36.582]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build1823208636/b574/_pkg_.a
2025-08-20T20:25:57.8964371Z [00:02:36.582]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1823208636/b575/_pkg_.a
2025-08-20T20:25:57.8965045Z [00:02:36.582]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1823208636/b576/_pkg_.a
2025-08-20T20:25:57.8965846Z [00:02:36.582]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build1823208636/b577/_pkg_.a
2025-08-20T20:25:57.8966444Z [00:02:36.582]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:57.8966866Z [00:02:36.582]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:57.8967294Z [00:02:36.582]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.8968065Z [00:02:36.582]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:57.8968481Z [00:02:36.582]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:57.8968906Z [00:02:36.582]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:57.8969321Z [00:02:36.582]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.8969749Z [00:02:36.582]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:57.8970190Z [00:02:36.582]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.8970494Z [00:02:36.582]➜  EOF
2025-08-20T20:25:57.8970721Z [00:02:36.582]➜  mkdir -p $WORK/b542/
2025-08-20T20:25:57.8971090Z [00:02:36.582]➜  cat >/tmp/go-build1823208636/b542/importcfg << 'EOF' # internal
2025-08-20T20:25:57.8996224Z [00:02:36.583]➜  # import config
2025-08-20T20:25:57.8997007Z [00:02:36.583]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.8997983Z [00:02:36.583]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.8999132Z [00:02:36.583]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:25:57.9000220Z [00:02:36.583]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.9000709Z [00:02:36.583]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.9001045Z [00:02:36.583]➜  EOF
2025-08-20T20:25:57.9003488Z [00:02:36.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250811230008-5f3141c8851a/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250811230008-5f3141c8851a/status;$WORK/b542=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.23 -complete -installsuffix shared -buildid PLNnTykAK8_zxMjhfKfE/PLNnTykAK8_zxMjhfKfE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250811230008-5f3141c8851a/status/status.pb.go
2025-08-20T20:25:57.9014170Z [00:02:36.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_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/b572=>" -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/b572/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-20T20:25:57.9185508Z [00:02:36.602]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T20:25:57.9186601Z [00:02:36.603]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/10/104978fe1f726792774433fe47c62e29fc72dd6123ddf89324f4396abe40810f-d # internal
2025-08-20T20:25:57.9187206Z [00:02:36.604]➜  github.com/letsencrypt/boulder/probs
2025-08-20T20:25:57.9187515Z [00:02:36.604]➜  mkdir -p $WORK/b532/
2025-08-20T20:25:57.9187891Z [00:02:36.604]➜  cat >/tmp/go-build1823208636/b532/importcfg << 'EOF' # internal
2025-08-20T20:25:57.9188236Z [00:02:36.604]➜  # import config
2025-08-20T20:25:57.9188585Z [00:02:36.604]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.9189078Z [00:02:36.604]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build1823208636/b525/_pkg_.a
2025-08-20T20:25:57.9189708Z [00:02:36.604]➜  packagefile github.com/letsencrypt/boulder/identifier=/tmp/go-build1823208636/b530/_pkg_.a
2025-08-20T20:25:57.9190260Z [00:02:36.604]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:57.9190585Z [00:02:36.604]➜  EOF
2025-08-20T20:25:57.9192545Z [00:02:36.604]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/probs=>github.com/letsencrypt/boulder@v0.20250630.0/probs;$WORK/b532=>" -p github.com/letsencrypt/boulder/probs -lang=go1.24 -complete -installsuffix shared -buildid KjAglkiGFn_K_HHg6_ui/KjAglkiGFn_K_HHg6_ui -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/probs/probs.go
2025-08-20T20:25:57.9313812Z [00:02:36.617]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T20:25:57.9322305Z [00:02:36.618]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/71/715ed82aeb75958ef77ecb9373fe9a986be671a3dca24d41ecb7209849cf993e-d # internal
2025-08-20T20:25:57.9338577Z [00:02:36.619]➜  google.golang.org/grpc/internal/status
2025-08-20T20:25:57.9338942Z [00:02:36.619]➜  mkdir -p $WORK/b544/
2025-08-20T20:25:57.9339322Z [00:02:36.619]➜  cat >/tmp/go-build1823208636/b544/importcfg << 'EOF' # internal
2025-08-20T20:25:57.9340050Z [00:02:36.619]➜  # import config
2025-08-20T20:25:57.9340462Z [00:02:36.619]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.9340885Z [00:02:36.619]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.9341464Z [00:02:36.619]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:25:57.9342108Z [00:02:36.619]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:25:57.9342713Z [00:02:36.619]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:57.9343334Z [00:02:36.619]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1823208636/b545/_pkg_.a
2025-08-20T20:25:57.9344002Z [00:02:36.619]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:25:57.9344442Z [00:02:36.619]➜  EOF
2025-08-20T20:25:57.9346566Z [00:02:36.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_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/b544=>" -p google.golang.org/grpc/internal/status -lang=go1.23 -complete -installsuffix shared -buildid LHsX2fqaWpXNi60JAYzi/LHsX2fqaWpXNi60JAYzi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/status/status.go
2025-08-20T20:25:57.9360004Z [00:02:36.622]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T20:25:57.9424777Z [00:02:36.628]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/4e/4e9c3cfaa6655c51649386fc13b650ebe183fd72682141d10baf298d225ddf9b-d # internal
2025-08-20T20:25:57.9428507Z [00:02:36.629]➜  google.golang.org/genproto/googleapis/api/annotations
2025-08-20T20:25:57.9432782Z [00:02:36.629]➜  mkdir -p $WORK/b505/
2025-08-20T20:25:57.9433221Z [00:02:36.629]➜  cat >/tmp/go-build1823208636/b505/importcfg << 'EOF' # internal
2025-08-20T20:25:57.9433583Z [00:02:36.629]➜  # import config
2025-08-20T20:25:57.9434062Z [00:02:36.629]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build1823208636/b506/_pkg_.a
2025-08-20T20:25:57.9434765Z [00:02:36.629]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.9435473Z [00:02:36.629]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.9436378Z [00:02:36.629]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1823208636/b507/_pkg_.a
2025-08-20T20:25:57.9437100Z [00:02:36.629]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:25:57.9437673Z [00:02:36.629]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.9439831Z [00:02:36.630]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.9440457Z [00:02:36.630]➜  EOF
2025-08-20T20:25:57.9453303Z [00:02:36.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations;$WORK/b505=>" -p google.golang.org/genproto/googleapis/api/annotations -lang=go1.23 -complete -installsuffix shared -buildid jbmhB1UurZ-DlCFwnz24/jbmhB1UurZ-DlCFwnz24 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/annotations.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/client.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/field_behavior.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/field_info.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/http.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/resource.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/routing.pb.go
2025-08-20T20:25:57.9542675Z [00:02:36.640]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T20:25:57.9577073Z [00:02:36.643]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/c4/c4557feedcfcefc6c41efcf4d2c9b95fa8597f1e04a2d05382fedd19b78c100b-d # internal
2025-08-20T20:25:57.9580086Z [00:02:36.644]➜  google.golang.org/genproto/googleapis/api/httpbody
2025-08-20T20:25:57.9580866Z [00:02:36.644]➜  mkdir -p $WORK/b588/
2025-08-20T20:25:57.9583332Z [00:02:36.644]➜  cat >/tmp/go-build1823208636/b588/importcfg << 'EOF' # internal
2025-08-20T20:25:57.9583970Z [00:02:36.644]➜  # import config
2025-08-20T20:25:57.9586928Z [00:02:36.644]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:57.9587663Z [00:02:36.644]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:57.9588360Z [00:02:36.644]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:25:57.9588914Z [00:02:36.644]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:57.9589768Z [00:02:36.644]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:57.9590082Z [00:02:36.644]➜  EOF
2025-08-20T20:25:57.9592556Z [00:02:36.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/httpbody=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/httpbody;$WORK/b588=>" -p google.golang.org/genproto/googleapis/api/httpbody -lang=go1.23 -complete -installsuffix shared -buildid J6LpPQ-c0iQJoARMg3FZ/J6LpPQ-c0iQJoARMg3FZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/httpbody/httpbody.pb.go
2025-08-20T20:25:57.9701165Z [00:02:36.656]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T20:25:57.9708670Z [00:02:36.657]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/b1/b11c636bb7419c8ecbb7d6f43897d09a70e770c98c1989049e63898d70076186-d # internal
2025-08-20T20:25:57.9718426Z [00:02:36.657]➜  google.golang.org/grpc/status
2025-08-20T20:25:57.9718843Z [00:02:36.657]➜  mkdir -p $WORK/b541/
2025-08-20T20:25:57.9719251Z [00:02:36.658]➜  cat >/tmp/go-build1823208636/b541/importcfg << 'EOF' # internal
2025-08-20T20:25:57.9719598Z [00:02:36.658]➜  # import config
2025-08-20T20:25:57.9719942Z [00:02:36.658]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:57.9720401Z [00:02:36.658]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:57.9720815Z [00:02:36.658]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:57.9721397Z [00:02:36.658]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:25:57.9722040Z [00:02:36.658]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:25:57.9722664Z [00:02:36.658]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1823208636/b544/_pkg_.a
2025-08-20T20:25:57.9723106Z [00:02:36.658]➜  EOF
2025-08-20T20:25:57.9725174Z [00:02:36.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/status=>google.golang.org/grpc@v1.74.2/status;$WORK/b541=>" -p google.golang.org/grpc/status -lang=go1.23 -complete -installsuffix shared -buildid 0C6Zu1fwH02t-AatEWSI/0C6Zu1fwH02t-AatEWSI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/status/status.go
2025-08-20T20:25:57.9905370Z [00:02:36.675]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T20:25:57.9908894Z [00:02:36.677]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/34/3414edde4a5f89c2d1ff1ec7b7a93abbc740003a419b6465d24628143fabb1ce-d # internal
2025-08-20T20:25:57.9920020Z [00:02:36.678]➜  google.golang.org/grpc/backoff
2025-08-20T20:25:57.9920741Z [00:02:36.678]➜  mkdir -p $WORK/b594/
2025-08-20T20:25:57.9931192Z [00:02:36.679]➜  cat >/tmp/go-build1823208636/b594/importcfg << 'EOF' # internal
2025-08-20T20:25:57.9933874Z [00:02:36.679]➜  # import config
2025-08-20T20:25:57.9940563Z [00:02:36.679]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:57.9940928Z [00:02:36.679]➜  EOF
2025-08-20T20:25:57.9942803Z [00:02:36.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff=>google.golang.org/grpc@v1.74.2/backoff;$WORK/b594=>" -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/b594/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff/backoff.go
2025-08-20T20:25:58.0017021Z [00:02:36.688]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T20:25:58.0027769Z [00:02:36.689]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/64/6423e1940b6054b377c2c3a3cb91a2801fdc6eb68714f90da47f18c940d9b83c-d # internal
2025-08-20T20:25:58.0031009Z [00:02:36.689]➜  github.com/letsencrypt/boulder/core
2025-08-20T20:25:58.0031389Z [00:02:36.689]➜  mkdir -p $WORK/b523/
2025-08-20T20:25:58.0031818Z [00:02:36.689]➜  cat >/tmp/go-build1823208636/b523/importcfg << 'EOF' # internal
2025-08-20T20:25:58.0032786Z [00:02:36.689]➜  # import config
2025-08-20T20:25:58.0033283Z [00:02:36.690]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.0033755Z [00:02:36.690]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:58.0034938Z [00:02:36.690]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:58.0038842Z [00:02:36.690]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:58.0040737Z [00:02:36.690]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:58.0041934Z [00:02:36.690]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:58.0044036Z [00:02:36.690]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:58.0044523Z [00:02:36.690]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:58.0045001Z [00:02:36.690]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:58.0045468Z [00:02:36.690]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.0046111Z [00:02:36.690]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:25:58.0046555Z [00:02:36.690]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.0046977Z [00:02:36.690]➜  packagefile expvar=/tmp/go-build1823208636/b524/_pkg_.a
2025-08-20T20:25:58.0047393Z [00:02:36.690]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.0047887Z [00:02:36.690]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build1823208636/b525/_pkg_.a
2025-08-20T20:25:58.0048521Z [00:02:36.690]➜  packagefile github.com/letsencrypt/boulder/identifier=/tmp/go-build1823208636/b530/_pkg_.a
2025-08-20T20:25:58.0049172Z [00:02:36.690]➜  packagefile github.com/letsencrypt/boulder/probs=/tmp/go-build1823208636/b532/_pkg_.a
2025-08-20T20:25:58.0049824Z [00:02:36.690]➜  packagefile github.com/letsencrypt/boulder/revocation=/tmp/go-build1823208636/b533/_pkg_.a
2025-08-20T20:25:58.0050434Z [00:02:36.690]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build1823208636/b534/_pkg_.a
2025-08-20T20:25:58.0051397Z [00:02:36.690]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:25:58.0052046Z [00:02:36.690]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:25:58.0052708Z [00:02:36.690]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:25:58.0053450Z [00:02:36.690]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:25:58.0054039Z [00:02:36.690]➜  packagefile hash/fnv=/tmp/go-build1823208636/b310/_pkg_.a
2025-08-20T20:25:58.0054464Z [00:02:36.690]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:58.0054883Z [00:02:36.690]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:58.0055330Z [00:02:36.690]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:25:58.0063145Z [00:02:36.690]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:25:58.0063578Z [00:02:36.690]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:58.0063985Z [00:02:36.690]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:25:58.0064411Z [00:02:36.690]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:58.0064834Z [00:02:36.690]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:58.0065245Z [00:02:36.690]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:58.0066166Z [00:02:36.690]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.0066583Z [00:02:36.690]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.0067002Z [00:02:36.690]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:58.0067314Z [00:02:36.690]➜  EOF
2025-08-20T20:25:58.0070201Z [00:02:36.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/core=>github.com/letsencrypt/boulder@v0.20250630.0/core;$WORK/b523=>" -p github.com/letsencrypt/boulder/core -lang=go1.24 -complete -installsuffix shared -buildid ceBZHkeJWKD0NJAgEerr/ceBZHkeJWKD0NJAgEerr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/core/challenges.go /root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/core/interfaces.go /root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/core/objects.go /root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/core/util.go
2025-08-20T20:25:58.0101954Z [00:02:36.696]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T20:25:58.0105183Z [00:02:36.696]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/f0/f0db77d227af0740f205df9db14524a5a07a14ab29826e1f235f7d8ba50f06a6-d # internal
2025-08-20T20:25:58.0121635Z [00:02:36.698]➜  google.golang.org/grpc/attributes
2025-08-20T20:25:58.0129012Z [00:02:36.698]➜  mkdir -p $WORK/b599/
2025-08-20T20:25:58.0129472Z [00:02:36.699]➜  cat >/tmp/go-build1823208636/b599/importcfg << 'EOF' # internal
2025-08-20T20:25:58.0129824Z [00:02:36.699]➜  # import config
2025-08-20T20:25:58.0130155Z [00:02:36.699]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.0130576Z [00:02:36.699]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.0130891Z [00:02:36.699]➜  EOF
2025-08-20T20:25:58.0132765Z [00:02:36.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/attributes=>google.golang.org/grpc@v1.74.2/attributes;$WORK/b599=>" -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/b599/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/attributes/attributes.go
2025-08-20T20:25:58.0351866Z [00:02:36.721]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T20:25:58.0357658Z [00:02:36.722]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/ab/abb8f582d36c11424292293943f939e6ce16602fd328a0aba21b8062b345a89c-d # internal
2025-08-20T20:25:58.0386109Z [00:02:36.725]➜  google.golang.org/grpc/internal/credentials
2025-08-20T20:25:58.0388053Z [00:02:36.725]➜  mkdir -p $WORK/b600/
2025-08-20T20:25:58.0391514Z [00:02:36.725]➜  cat >/tmp/go-build1823208636/b600/importcfg << 'EOF' # internal
2025-08-20T20:25:58.0392212Z [00:02:36.725]➜  # import config
2025-08-20T20:25:58.0393137Z [00:02:36.725]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.0395217Z [00:02:36.725]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:25:58.0396502Z [00:02:36.725]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:58.0397254Z [00:02:36.726]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.0414092Z [00:02:36.726]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:58.0414605Z [00:02:36.726]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:58.0415040Z [00:02:36.726]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:58.0415355Z [00:02:36.726]➜  EOF
2025-08-20T20:25:58.0418872Z [00:02:36.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_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/b600=>" -p google.golang.org/grpc/internal/credentials -lang=go1.23 -complete -installsuffix shared -buildid eCrC30h0DCGHE1x3_50L/eCrC30h0DCGHE1x3_50L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/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-20T20:25:58.0799043Z [00:02:36.766]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T20:25:58.0813611Z [00:02:36.767]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T20:25:58.0832447Z [00:02:36.769]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/42/42f535161b2e7228b7c1d5187dcbada4cae28a97410810e7c92afcd6991e80f3-d # internal
2025-08-20T20:25:58.0833394Z [00:02:36.769]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T20:25:58.0833887Z [00:02:36.769]➜  github.com/letsencrypt/boulder/goodkey
2025-08-20T20:25:58.0834276Z [00:02:36.769]➜  mkdir -p $WORK/b522/
2025-08-20T20:25:58.0834726Z [00:02:36.769]➜  cat >/tmp/go-build1823208636/b522/importcfg << 'EOF' # internal
2025-08-20T20:25:58.0835124Z [00:02:36.769]➜  # import config
2025-08-20T20:25:58.0835470Z [00:02:36.769]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.0836078Z [00:02:36.769]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:58.0836528Z [00:02:36.769]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:58.0838027Z [00:02:36.769]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:58.0838717Z [00:02:36.769]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:58.0839334Z [00:02:36.769]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.0839792Z [00:02:36.769]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.0840490Z [00:02:36.769]➜  packagefile github.com/letsencrypt/boulder/core=/tmp/go-build1823208636/b523/_pkg_.a
2025-08-20T20:25:58.0841310Z [00:02:36.769]➜  packagefile github.com/titanous/rocacheck=/tmp/go-build1823208636/b546/_pkg_.a
2025-08-20T20:25:58.0842025Z [00:02:36.769]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:58.0843111Z [00:02:36.769]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.0843531Z [00:02:36.769]➜  EOF
2025-08-20T20:25:58.0846289Z [00:02:36.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/goodkey=>github.com/letsencrypt/boulder@v0.20250630.0/goodkey;$WORK/b522=>" -p github.com/letsencrypt/boulder/goodkey -lang=go1.24 -complete -installsuffix shared -buildid oUKfE-MDOmthDIc7jZ8j/oUKfE-MDOmthDIc7jZ8j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/go/pkg/mod/github.com/letsencrypt/boulder@v0.20250630.0/goodkey/good_key.go
2025-08-20T20:25:58.0848897Z [00:02:36.770]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/2d/2d3bb07155c2752b5197b0ee16cf277aea72a421d229fdd7f7de73085f2dbc28-d # internal
2025-08-20T20:25:58.0850009Z [00:02:36.771]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/57/579faa4cf1e02037cbd5d92b8b833e0154be5bc9b15510bed5176010edd98272-d # internal
2025-08-20T20:25:58.0853908Z [00:02:36.771]➜  github.com/sigstore/protobuf-specs/gen/pb-go/common/v1
2025-08-20T20:25:58.0854302Z [00:02:36.771]➜  mkdir -p $WORK/b504/
2025-08-20T20:25:58.0854838Z [00:02:36.771]➜  cat >/tmp/go-build1823208636/b504/importcfg << 'EOF' # internal
2025-08-20T20:25:58.0855257Z [00:02:36.771]➜  # import config
2025-08-20T20:25:58.0856281Z [00:02:36.771]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:25:58.0857421Z [00:02:36.771]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:58.0858131Z [00:02:36.771]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:58.0859141Z [00:02:36.771]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:25:58.0859724Z [00:02:36.771]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:58.0860157Z [00:02:36.771]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.0860461Z [00:02:36.771]➜  EOF
2025-08-20T20:25:58.0862662Z [00:02:36.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/common/v1=>github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/common/v1;$WORK/b504=>" -p github.com/sigstore/protobuf-specs/gen/pb-go/common/v1 -lang=go1.22 -complete -installsuffix shared -buildid qQGyuTjMcSe5SPtihhk1/qQGyuTjMcSe5SPtihhk1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack /root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/common/v1/sigstore_common.pb.go
2025-08-20T20:25:58.0869532Z [00:02:36.773]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T20:25:58.0870307Z [00:02:36.773]➜  mkdir -p $WORK/b601/
2025-08-20T20:25:58.0896751Z [00:02:36.774]➜  cat >/tmp/go-build1823208636/b601/importcfg << 'EOF' # internal
2025-08-20T20:25:58.0898082Z [00:02:36.774]➜  # import config
2025-08-20T20:25:58.0898446Z [00:02:36.774]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:58.0898875Z [00:02:36.774]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:58.0899304Z [00:02:36.774]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.0899622Z [00:02:36.774]➜  EOF
2025-08-20T20:25:58.0902572Z [00:02:36.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_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/b601=>" -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/b601/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-20T20:25:58.1023936Z [00:02:36.788]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T20:25:58.1027890Z [00:02:36.788]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/e3/e34d7790e6db4e1521a2535f147698890b10ab7f42304db2115f7d219d103424-d # internal
2025-08-20T20:25:58.1028571Z [00:02:36.789]➜  google.golang.org/grpc/credentials
2025-08-20T20:25:58.1028881Z [00:02:36.789]➜  mkdir -p $WORK/b598/
2025-08-20T20:25:58.1032409Z [00:02:36.789]➜  cat >/tmp/go-build1823208636/b598/importcfg << 'EOF' # internal
2025-08-20T20:25:58.1032800Z [00:02:36.789]➜  # import config
2025-08-20T20:25:58.1033152Z [00:02:36.789]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.1033597Z [00:02:36.789]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:25:58.1034053Z [00:02:36.789]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:58.1034702Z [00:02:36.789]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.1035242Z [00:02:36.789]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.1035990Z [00:02:36.789]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1823208636/b599/_pkg_.a
2025-08-20T20:25:58.1036714Z [00:02:36.789]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.1037500Z [00:02:36.789]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build1823208636/b600/_pkg_.a
2025-08-20T20:25:58.1038719Z [00:02:36.789]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:25:58.1039493Z [00:02:36.789]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:58.1040066Z [00:02:36.789]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:58.1040501Z [00:02:36.789]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:58.1041018Z [00:02:36.789]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:58.1046559Z [00:02:36.789]➜  EOF
2025-08-20T20:25:58.1048884Z [00:02:36.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials=>google.golang.org/grpc@v1.74.2/credentials;$WORK/b598=>" -p google.golang.org/grpc/credentials -lang=go1.23 -complete -installsuffix shared -buildid xZKvW-k_j2h3Wk2Ygy4L/xZKvW-k_j2h3Wk2Ygy4L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/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-20T20:25:58.1173674Z [00:02:36.803]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T20:25:58.1184386Z [00:02:36.804]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/90/9061204bf6f912c84954383324f0b3c0e727b2e10865cf5a0982fcdb41792f23-d # internal
2025-08-20T20:25:58.1190981Z [00:02:36.805]➜  github.com/sigstore/sigstore/pkg/cryptoutils
2025-08-20T20:25:58.1191383Z [00:02:36.805]➜  mkdir -p $WORK/b521/
2025-08-20T20:25:58.1256910Z [00:02:36.809]➜  cat >/tmp/go-build1823208636/b521/importcfg << 'EOF' # internal
2025-08-20T20:25:58.1257464Z [00:02:36.809]➜  # import config
2025-08-20T20:25:58.1257914Z [00:02:36.809]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:58.1258454Z [00:02:36.809]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.1259023Z [00:02:36.809]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:58.1259552Z [00:02:36.809]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:58.1260106Z [00:02:36.809]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:58.1260663Z [00:02:36.809]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:58.1261647Z [00:02:36.809]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:58.1262288Z [00:02:36.809]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:58.1262855Z [00:02:36.809]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:25:58.1263416Z [00:02:36.809]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:58.1263991Z [00:02:36.809]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:25:58.1264574Z [00:02:36.809]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:58.1265174Z [00:02:36.809]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:58.1265882Z [00:02:36.809]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:25:58.1266455Z [00:02:36.809]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.1266963Z [00:02:36.809]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.1267604Z [00:02:36.809]➜  packagefile github.com/letsencrypt/boulder/goodkey=/tmp/go-build1823208636/b522/_pkg_.a
2025-08-20T20:25:58.1268478Z [00:02:36.809]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/encrypted=/tmp/go-build1823208636/b547/_pkg_.a
2025-08-20T20:25:58.1269208Z [00:02:36.809]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:25:58.1269739Z [00:02:36.809]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:58.1270560Z [00:02:36.809]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:58.1271041Z [00:02:36.809]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:58.1283314Z [00:02:36.809]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.1283697Z [00:02:36.809]➜  EOF
2025-08-20T20:25:58.1287799Z [00:02:36.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/cryptoutils=>github.com/sigstore/sigstore@v1.9.5/pkg/cryptoutils;$WORK/b521=>" -p github.com/sigstore/sigstore/pkg/cryptoutils -lang=go1.23 -complete -installsuffix shared -buildid roU93UcXUgvoFoLaLgma/roU93UcXUgvoFoLaLgma -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/cryptoutils/certificate.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/cryptoutils/doc.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/cryptoutils/generic.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/cryptoutils/password.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/cryptoutils/privatekey.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/cryptoutils/publickey.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/cryptoutils/sans.go
2025-08-20T20:25:58.1789555Z [00:02:36.865]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T20:25:58.1796861Z [00:02:36.866]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T20:25:58.1804515Z [00:02:36.866]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/2b/2b3bf337ba6e985df6963464e94604a7f34057df490dcc5b9bcb3a2a418d3400-d # internal
2025-08-20T20:25:58.1816992Z [00:02:36.868]➜  github.com/sigstore/protobuf-specs/gen/pb-go/rekor/v1
2025-08-20T20:25:58.1823639Z [00:02:36.868]➜  mkdir -p $WORK/b511/
2025-08-20T20:25:58.1829269Z [00:02:36.868]➜  cat >/tmp/go-build1823208636/b511/importcfg << 'EOF' # internal
2025-08-20T20:25:58.1829695Z [00:02:36.868]➜  # import config
2025-08-20T20:25:58.1830229Z [00:02:36.868]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:25:58.1830997Z [00:02:36.868]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:25:58.1831747Z [00:02:36.868]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:58.1832786Z [00:02:36.868]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:58.1833420Z [00:02:36.868]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:58.1833842Z [00:02:36.868]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.1834150Z [00:02:36.868]➜  EOF
2025-08-20T20:25:58.1836523Z [00:02:36.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/rekor/v1=>github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/rekor/v1;$WORK/b511=>" -p github.com/sigstore/protobuf-specs/gen/pb-go/rekor/v1 -lang=go1.22 -complete -installsuffix shared -buildid 1Wg8R_mifGOPMzjOAuig/1Wg8R_mifGOPMzjOAuig -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/rekor/v1/sigstore_rekor.pb.go
2025-08-20T20:25:58.1861811Z [00:02:36.872]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/1b/1b6f942910d746319e0e3004b90b49e5433cec08f3afcebd09de0af170b74279-d # internal
2025-08-20T20:25:58.1866979Z [00:02:36.873]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T20:25:58.1907853Z [00:02:36.874]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/ac/ac1310b2a72b27e7b74cef29346421deb7416d1ae96a22bb55d265818f927ee9-d # internal
2025-08-20T20:25:58.1911314Z [00:02:36.877]➜  github.com/sigstore/protobuf-specs/gen/pb-go/trustroot/v1
2025-08-20T20:25:58.1912514Z [00:02:36.877]➜  mkdir -p $WORK/b513/
2025-08-20T20:25:58.1913081Z [00:02:36.877]➜  github.com/sigstore/sigstore/pkg/signature
2025-08-20T20:25:58.1913652Z [00:02:36.877]➜  mkdir -p $WORK/b550/
2025-08-20T20:25:58.1914491Z [00:02:36.877]➜  cat >/tmp/go-build1823208636/b513/importcfg << 'EOF' # internal
2025-08-20T20:25:58.1914881Z [00:02:36.877]➜  # import config
2025-08-20T20:25:58.1915436Z [00:02:36.877]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:25:58.1916394Z [00:02:36.877]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:25:58.1917146Z [00:02:36.877]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:58.1917847Z [00:02:36.877]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:58.1918399Z [00:02:36.877]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:58.1918830Z [00:02:36.877]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.1919137Z [00:02:36.877]➜  EOF
2025-08-20T20:25:58.1921415Z [00:02:36.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/trustroot/v1=>github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/trustroot/v1;$WORK/b513=>" -p github.com/sigstore/protobuf-specs/gen/pb-go/trustroot/v1 -lang=go1.22 -complete -installsuffix shared -buildid xE29Ro9pk1-dMK4ZYeyy/xE29Ro9pk1-dMK4ZYeyy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/trustroot/v1/sigstore_trustroot.pb.go
2025-08-20T20:25:58.1923491Z [00:02:36.877]➜  cat >/tmp/go-build1823208636/b550/importcfg << 'EOF' # internal
2025-08-20T20:25:58.1923834Z [00:02:36.877]➜  # import config
2025-08-20T20:25:58.1924170Z [00:02:36.877]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:58.1924601Z [00:02:36.877]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.1925026Z [00:02:36.877]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:58.1925468Z [00:02:36.877]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:58.1926075Z [00:02:36.877]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:58.1926935Z [00:02:36.877]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:58.1927480Z [00:02:36.877]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:58.1927934Z [00:02:36.877]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:58.1928394Z [00:02:36.877]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:58.1928860Z [00:02:36.877]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:58.1929329Z [00:02:36.877]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:25:58.1929793Z [00:02:36.877]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.1930234Z [00:02:36.877]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.1930647Z [00:02:36.877]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.1931227Z [00:02:36.877]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1823208636/b551/_pkg_.a
2025-08-20T20:25:58.1931971Z [00:02:36.877]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:25:58.1932699Z [00:02:36.877]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:25:58.1933421Z [00:02:36.877]➜  packagefile github.com/sigstore/sigstore/pkg/signature/options=/tmp/go-build1823208636/b553/_pkg_.a
2025-08-20T20:25:58.1934479Z [00:02:36.877]➜  packagefile github.com/sigstore/sigstore/pkg/signature/payload=/tmp/go-build1823208636/b554/_pkg_.a
2025-08-20T20:25:58.1935129Z [00:02:36.877]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build1823208636/b555/_pkg_.a
2025-08-20T20:25:58.1935843Z [00:02:36.877]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:58.1936325Z [00:02:36.877]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:25:58.1936739Z [00:02:36.877]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:58.1937189Z [00:02:36.877]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:58.1937527Z [00:02:36.877]➜  EOF
2025-08-20T20:25:58.1943437Z [00:02:36.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature=>github.com/sigstore/sigstore@v1.9.5/pkg/signature;$WORK/b550=>" -p github.com/sigstore/sigstore/pkg/signature -lang=go1.23 -complete -installsuffix shared -buildid 1cBWQ2nht_0wTopcysjm/1cBWQ2nht_0wTopcysjm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/algorithm_registry.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/doc.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/ecdsa.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/ed25519.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/ed25519ph.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/message.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/options.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/publickey.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/rsapkcs1v15.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/rsapss.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/signer.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/signerverifier.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/util.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/verifier.go
2025-08-20T20:25:58.2314410Z [00:02:36.917]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T20:25:58.2325196Z [00:02:36.919]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/10/102998dc0fd4287b63bf17feab55b7220d26ecc8a92c0ce3ff695ab081bc3044-d # internal
2025-08-20T20:25:58.2345285Z [00:02:36.921]➜  github.com/sigstore/protobuf-specs/gen/pb-go/bundle/v1
2025-08-20T20:25:58.2346051Z [00:02:36.921]➜  mkdir -p $WORK/b503/
2025-08-20T20:25:58.2346584Z [00:02:36.921]➜  cat >/tmp/go-build1823208636/b503/importcfg << 'EOF' # internal
2025-08-20T20:25:58.2347097Z [00:02:36.921]➜  # import config
2025-08-20T20:25:58.2347752Z [00:02:36.921]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:25:58.2348683Z [00:02:36.921]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/dsse=/tmp/go-build1823208636/b510/_pkg_.a
2025-08-20T20:25:58.2349555Z [00:02:36.921]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/rekor/v1=/tmp/go-build1823208636/b511/_pkg_.a
2025-08-20T20:25:58.2350452Z [00:02:36.921]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:25:58.2351318Z [00:02:36.921]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:58.2352147Z [00:02:36.921]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:58.2352796Z [00:02:36.921]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:58.2353322Z [00:02:36.921]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.2353723Z [00:02:36.921]➜  EOF
2025-08-20T20:25:58.2356191Z [00:02:36.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/bundle/v1=>github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/bundle/v1;$WORK/b503=>" -p github.com/sigstore/protobuf-specs/gen/pb-go/bundle/v1 -lang=go1.22 -complete -installsuffix shared -buildid sNyLbz_0omj2TcM0sv0H/sNyLbz_0omj2TcM0sv0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack /root/go/pkg/mod/github.com/sigstore/protobuf-specs@v0.5.0/gen/pb-go/bundle/v1/sigstore_bundle.pb.go
2025-08-20T20:25:58.2576858Z [00:02:36.943]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T20:25:58.2590821Z [00:02:36.945]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/48/485471d5a6d089cd961b19859e881070ded19b9de58fb34cfb0fb3208c2f6252-d # internal
2025-08-20T20:25:58.2683891Z [00:02:36.954]➜  google.golang.org/grpc/internal/channelz
2025-08-20T20:25:58.2688879Z [00:02:36.954]➜  mkdir -p $WORK/b597/
2025-08-20T20:25:58.2717593Z [00:02:36.954]➜  cat >/tmp/go-build1823208636/b597/importcfg << 'EOF' # internal
2025-08-20T20:25:58.2718266Z [00:02:36.954]➜  # import config
2025-08-20T20:25:58.2718763Z [00:02:36.955]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.2719369Z [00:02:36.955]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:25:58.2720084Z [00:02:36.955]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:25:58.2721271Z [00:02:36.955]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:25:58.2722065Z [00:02:36.955]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.2722790Z [00:02:36.955]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:25:58.2723416Z [00:02:36.955]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:58.2723976Z [00:02:36.955]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:58.2724543Z [00:02:36.955]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.2725095Z [00:02:36.955]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:58.2725819Z [00:02:36.955]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:58.2726416Z [00:02:36.955]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.2726833Z [00:02:36.955]➜  EOF
2025-08-20T20:25:58.2731252Z [00:02:36.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_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/b597=>" -p google.golang.org/grpc/internal/channelz -lang=go1.23 -complete -installsuffix shared -buildid jol5lIZU_sbZbQd7w5gq/jol5lIZU_sbZbQd7w5gq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/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-20T20:25:58.2837943Z [00:02:36.968]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T20:25:58.2842900Z [00:02:36.970]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/05/05d79e83dabf3c21dc0d8374b53d14d781678601bca10bd8086184609e9a2275-d # internal
2025-08-20T20:25:58.2850656Z [00:02:36.971]➜  google.golang.org/grpc/metadata
2025-08-20T20:25:58.2851334Z [00:02:36.971]➜  mkdir -p $WORK/b604/
2025-08-20T20:25:58.2862277Z [00:02:36.972]➜  cat >/tmp/go-build1823208636/b604/importcfg << 'EOF' # internal
2025-08-20T20:25:58.2863022Z [00:02:36.972]➜  # import config
2025-08-20T20:25:58.2863919Z [00:02:36.972]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.2864443Z [00:02:36.972]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.2864957Z [00:02:36.972]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:25:58.2865496Z [00:02:36.972]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.2866011Z [00:02:36.972]➜  EOF
2025-08-20T20:25:58.2867860Z [00:02:36.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/metadata=>google.golang.org/grpc@v1.74.2/metadata;$WORK/b604=>" -p google.golang.org/grpc/metadata -lang=go1.23 -complete -installsuffix shared -buildid lHOqgrR0mzHyz89YRceU/lHOqgrR0mzHyz89YRceU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/metadata/metadata.go
2025-08-20T20:25:58.3326074Z [00:02:37.019]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T20:25:58.3338387Z [00:02:37.020]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/5f/5f2464064d9ab87cb58d36b81dbd59051102b645cf235c38d6c43674ce32e101-d # internal
2025-08-20T20:25:58.3395153Z [00:02:37.026]➜  google.golang.org/grpc/stats
2025-08-20T20:25:58.3397367Z [00:02:37.026]➜  mkdir -p $WORK/b603/
2025-08-20T20:25:58.3397977Z [00:02:37.026]➜  cat >/tmp/go-build1823208636/b603/importcfg << 'EOF' # internal
2025-08-20T20:25:58.3398335Z [00:02:37.026]➜  # import config
2025-08-20T20:25:58.3398682Z [00:02:37.026]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.3399207Z [00:02:37.026]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:25:58.3399705Z [00:02:37.026]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:58.3400136Z [00:02:37.026]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:58.3400542Z [00:02:37.026]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.3400847Z [00:02:37.026]➜  EOF
2025-08-20T20:25:58.3403088Z [00:02:37.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats=>google.golang.org/grpc@v1.74.2/stats;$WORK/b603=>" -p google.golang.org/grpc/stats -lang=go1.23 -complete -installsuffix shared -buildid iI6-pNO_ZqmHkgcWwRe9/iI6-pNO_ZqmHkgcWwRe9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/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-20T20:25:58.3728773Z [00:02:37.059]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T20:25:58.3765095Z [00:02:37.062]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/9f/9fe703a6046847affc1218aef887d6835353e24db1b1769b2d2b442d8f4b7b1b-d # internal
2025-08-20T20:25:58.3797311Z [00:02:37.066]➜  github.com/theupdateframework/go-tuf/v2/metadata
2025-08-20T20:25:58.3798391Z [00:02:37.066]➜  mkdir -p $WORK/b519/
2025-08-20T20:25:58.3800387Z [00:02:37.066]➜  cat >/tmp/go-build1823208636/b519/importcfg << 'EOF' # internal
2025-08-20T20:25:58.3802331Z [00:02:37.066]➜  # import config
2025-08-20T20:25:58.3802816Z [00:02:37.066]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:58.3803262Z [00:02:37.066]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:58.3803709Z [00:02:37.066]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:58.3804180Z [00:02:37.066]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:58.3804647Z [00:02:37.066]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:25:58.3805117Z [00:02:37.066]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:58.3805800Z [00:02:37.066]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:58.3806339Z [00:02:37.066]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:25:58.3806797Z [00:02:37.066]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:58.3807266Z [00:02:37.066]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:58.3807757Z [00:02:37.066]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:58.3808232Z [00:02:37.066]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:58.3808700Z [00:02:37.066]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.3809140Z [00:02:37.066]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.3809557Z [00:02:37.066]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.3832682Z [00:02:37.066]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/cjson=/tmp/go-build1823208636/b520/_pkg_.a
2025-08-20T20:25:58.3833633Z [00:02:37.066]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:25:58.3834335Z [00:02:37.066]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:25:58.3835310Z [00:02:37.066]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:25:58.3836005Z [00:02:37.066]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:58.3836471Z [00:02:37.066]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:58.3836874Z [00:02:37.066]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:58.3837314Z [00:02:37.066]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:58.3837756Z [00:02:37.066]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:58.3838194Z [00:02:37.066]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:58.3838620Z [00:02:37.066]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.3839038Z [00:02:37.066]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.3839338Z [00:02:37.066]➜  EOF
2025-08-20T20:25:58.3842982Z [00:02:37.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata=>github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata;$WORK/b519=>" -p github.com/theupdateframework/go-tuf/v2/metadata -lang=go1.23 -complete -installsuffix shared -buildid _1HEp7ttBUaM15l_6Jkd/_1HEp7ttBUaM15l_6Jkd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/errors.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/keys.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/logger.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/marshal.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/metadata.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/types.go
2025-08-20T20:25:58.3846648Z [00:02:37.068]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T20:25:58.3852129Z [00:02:37.071]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/1b/1b705aea89c2986fa31a072c828ef928609771538770da4ad0d06052bba4bbbb-d # internal
﻿2025-08-20T20:25:58.3870689Z [00:02:37.072]➜  google.golang.org/grpc/experimental/stats
2025-08-20T20:25:58.3871036Z [00:02:37.072]➜  mkdir -p $WORK/b602/
2025-08-20T20:25:58.3884060Z [00:02:37.074]➜  cat >/tmp/go-build1823208636/b602/importcfg << 'EOF' # internal
2025-08-20T20:25:58.3884960Z [00:02:37.074]➜  # import config
2025-08-20T20:25:58.3885926Z [00:02:37.074]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.3887610Z [00:02:37.074]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:25:58.3888353Z [00:02:37.074]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1823208636/b603/_pkg_.a
2025-08-20T20:25:58.3889160Z [00:02:37.074]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:25:58.3889819Z [00:02:37.074]➜  EOF
2025-08-20T20:25:58.3892356Z [00:02:37.074]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_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/b602=>" -p google.golang.org/grpc/experimental/stats -lang=go1.23 -complete -installsuffix shared -buildid _osBQTlsPdduig_jNrEu/_osBQTlsPdduig_jNrEu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/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-20T20:25:58.4573610Z [00:02:37.143]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T20:25:58.4581043Z [00:02:37.144]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/c4/c4aae55da01215e8517730e89415646f20d74b1dc78dfdc8de189ae98617255b-d # internal
2025-08-20T20:25:58.4647525Z [00:02:37.151]➜  google.golang.org/grpc/resolver
2025-08-20T20:25:58.4652899Z [00:02:37.151]➜  mkdir -p $WORK/b605/
2025-08-20T20:25:58.4653776Z [00:02:37.151]➜  cat >/tmp/go-build1823208636/b605/importcfg << 'EOF' # internal
2025-08-20T20:25:58.4654200Z [00:02:37.151]➜  # import config
2025-08-20T20:25:58.4654566Z [00:02:37.151]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.4655030Z [00:02:37.151]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:58.4655485Z [00:02:37.151]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.4656057Z [00:02:37.151]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.4656572Z [00:02:37.151]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1823208636/b599/_pkg_.a
2025-08-20T20:25:58.4657186Z [00:02:37.151]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:25:58.4657829Z [00:02:37.151]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:25:58.4658462Z [00:02:37.151]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:25:58.4659072Z [00:02:37.151]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:25:58.4659588Z [00:02:37.151]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:58.4660004Z [00:02:37.151]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:58.4660422Z [00:02:37.151]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:58.4661065Z [00:02:37.151]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.4661381Z [00:02:37.151]➜  EOF
2025-08-20T20:25:58.4664399Z [00:02:37.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver=>google.golang.org/grpc@v1.74.2/resolver;$WORK/b605=>" -p google.golang.org/grpc/resolver -lang=go1.23 -complete -installsuffix shared -buildid J3ZvaORSiCfaRK7lL2hl/J3ZvaORSiCfaRK7lL2hl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/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-20T20:25:58.5189161Z [00:02:37.205]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T20:25:58.5217406Z [00:02:37.208]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/70/70c6b565c3380cc0773e10c42504e742db8ed7f4ea276cfec5ceb3b8a8876716-d # internal
2025-08-20T20:25:58.5223637Z [00:02:37.208]➜  google.golang.org/grpc/channelz
2025-08-20T20:25:58.5224071Z [00:02:37.208]➜  mkdir -p $WORK/b596/
2025-08-20T20:25:58.5235072Z [00:02:37.210]➜  cat >/tmp/go-build1823208636/b596/importcfg << 'EOF' # internal
2025-08-20T20:25:58.5237518Z [00:02:37.210]➜  # import config
2025-08-20T20:25:58.5238891Z [00:02:37.210]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1823208636/b597/_pkg_.a
2025-08-20T20:25:58.5239346Z [00:02:37.210]➜  EOF
2025-08-20T20:25:58.5241222Z [00:02:37.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/channelz=>google.golang.org/grpc@v1.74.2/channelz;$WORK/b596=>" -p google.golang.org/grpc/channelz -lang=go1.23 -complete -installsuffix shared -buildid YwYtrn3YasvTNgT3NshG/YwYtrn3YasvTNgT3NshG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/channelz/channelz.go
2025-08-20T20:25:58.5254501Z [00:02:37.212]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T20:25:58.5265122Z [00:02:37.213]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/3c/3c7e56eab71bf8ce8396815ad802d4e7de64b0541256abeef895762e1de7f74d-d # internal
2025-08-20T20:25:58.5269743Z [00:02:37.213]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T20:25:58.5276697Z [00:02:37.213]➜  mkdir -p $WORK/b608/
2025-08-20T20:25:58.5277119Z [00:02:37.213]➜  cat >/tmp/go-build1823208636/b608/importcfg << 'EOF' # internal
2025-08-20T20:25:58.5277795Z [00:02:37.213]➜  # import config
2025-08-20T20:25:58.5278241Z [00:02:37.213]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:25:58.5278698Z [00:02:37.214]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.5279008Z [00:02:37.214]➜  EOF
2025-08-20T20:25:58.5281167Z [00:02:37.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_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/b608=>" -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/b608/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/internal/internal.go
2025-08-20T20:25:58.5384985Z [00:02:37.224]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T20:25:58.5389188Z [00:02:37.225]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/b6/b69c52334bda96627ec88a2c428fb63626b4752ff8d5a777c4576afc223e08a5-d # internal
2025-08-20T20:25:58.5412434Z [00:02:37.227]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T20:25:58.5414716Z [00:02:37.227]➜  mkdir -p $WORK/b610/
2025-08-20T20:25:58.5416089Z [00:02:37.228]➜  cat >/tmp/go-build1823208636/b610/importcfg << 'EOF' # internal
2025-08-20T20:25:58.5416461Z [00:02:37.228]➜  # import config
2025-08-20T20:25:58.5417109Z [00:02:37.228]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.5417629Z [00:02:37.228]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.5418022Z [00:02:37.228]➜  EOF
2025-08-20T20:25:58.5428528Z [00:02:37.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_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/b610=>" -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/b610/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpclog/prefix_logger.go
2025-08-20T20:25:58.5476292Z [00:02:37.234]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T20:25:58.5481604Z [00:02:37.234]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/cb/cb2551238203ee9e2ac5ef1aacf4b5acca4918ec92adb999fe1113a4c8e9c0eb-d # internal
2025-08-20T20:25:58.5493899Z [00:02:37.235]➜  google.golang.org/grpc/balancer
2025-08-20T20:25:58.5495923Z [00:02:37.236]➜  mkdir -p $WORK/b595/
2025-08-20T20:25:58.5502003Z [00:02:37.236]➜  cat >/tmp/go-build1823208636/b595/importcfg << 'EOF' # internal
2025-08-20T20:25:58.5503061Z [00:02:37.236]➜  # import config
2025-08-20T20:25:58.5503882Z [00:02:37.236]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.5504963Z [00:02:37.236]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.5505503Z [00:02:37.236]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.5506160Z [00:02:37.236]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build1823208636/b596/_pkg_.a
2025-08-20T20:25:58.5506778Z [00:02:37.236]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:25:58.5507400Z [00:02:37.236]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:25:58.5508058Z [00:02:37.236]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:25:58.5508683Z [00:02:37.236]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.5509272Z [00:02:37.236]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:25:58.5510202Z [00:02:37.236]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:25:58.5510866Z [00:02:37.236]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:58.5511486Z [00:02:37.236]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:25:58.5512100Z [00:02:37.236]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:58.5512520Z [00:02:37.236]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.5512841Z [00:02:37.236]➜  EOF
2025-08-20T20:25:58.5515215Z [00:02:37.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer=>google.golang.org/grpc@v1.74.2/balancer;$WORK/b595=>" -p google.golang.org/grpc/balancer -lang=go1.23 -complete -installsuffix shared -buildid 6AMM6Fiw2T-Yp16tKQNL/6AMM6Fiw2T-Yp16tKQNL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/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-20T20:25:58.5676980Z [00:02:37.254]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T20:25:58.5698226Z [00:02:37.256]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/4a/4a53e9d66affdc55d08a1f24e6ffb116ab8cf868519d4a597ddd69b43091d6be-d # internal
2025-08-20T20:25:58.5699017Z [00:02:37.256]➜  google.golang.org/grpc/internal/pretty
2025-08-20T20:25:58.5707522Z [00:02:37.257]➜  mkdir -p $WORK/b611/
2025-08-20T20:25:58.5713866Z [00:02:37.258]➜  cat >/tmp/go-build1823208636/b611/importcfg << 'EOF' # internal
2025-08-20T20:25:58.5714259Z [00:02:37.258]➜  # import config
2025-08-20T20:25:58.5714603Z [00:02:37.258]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:58.5715052Z [00:02:37.258]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.5715688Z [00:02:37.258]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.5716339Z [00:02:37.258]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:25:58.5717362Z [00:02:37.258]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1823208636/b545/_pkg_.a
2025-08-20T20:25:58.5717787Z [00:02:37.258]➜  EOF
2025-08-20T20:25:58.5719725Z [00:02:37.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_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/b611=>" -p google.golang.org/grpc/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid Or5jbIxIkEyLsBOsUltI/Or5jbIxIkEyLsBOsUltI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/pretty/pretty.go
2025-08-20T20:25:58.5869456Z [00:02:37.272]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T20:25:58.5885073Z [00:02:37.274]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T20:25:58.5893972Z [00:02:37.275]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T20:25:58.5899791Z [00:02:37.276]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/77/77f98241632e6b43f844db7ba59e7d0abae03bbab10a999e1779a28049f03906-d # internal
2025-08-20T20:25:58.5916788Z [00:02:37.278]➜  google.golang.org/grpc/balancer/base
2025-08-20T20:25:58.5917577Z [00:02:37.278]➜  mkdir -p $WORK/b606/
2025-08-20T20:25:58.5918363Z [00:02:37.278]➜  cat >/tmp/go-build1823208636/b606/importcfg << 'EOF' # internal
2025-08-20T20:25:58.5919266Z [00:02:37.278]➜  # import config
2025-08-20T20:25:58.5919677Z [00:02:37.278]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.5920116Z [00:02:37.278]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.5920627Z [00:02:37.278]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:25:58.5921602Z [00:02:37.278]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:25:58.5922311Z [00:02:37.278]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.5922912Z [00:02:37.278]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:58.5923302Z [00:02:37.278]➜  EOF
2025-08-20T20:25:58.5928995Z [00:02:37.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_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/b606=>" -p google.golang.org/grpc/balancer/base -lang=go1.23 -complete -installsuffix shared -buildid 9U7xXFm7glaefRnt_cq4/9U7xXFm7glaefRnt_cq4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/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-20T20:25:58.5931378Z [00:02:37.279]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/84/84a9b1c0a88a2798e4349cd9c0d38cdaf5ab5d24e3fdec023f428474a8aac1a1-d # internal
2025-08-20T20:25:58.5933384Z [00:02:37.279]➜  github.com/theupdateframework/go-tuf/v2/metadata/fetcher
2025-08-20T20:25:58.5933762Z [00:02:37.279]➜  mkdir -p $WORK/b518/
2025-08-20T20:25:58.5936278Z [00:02:37.280]➜  cat >/tmp/go-build1823208636/b518/importcfg << 'EOF' # internal
2025-08-20T20:25:58.5936633Z [00:02:37.280]➜  # import config
2025-08-20T20:25:58.5937320Z [00:02:37.280]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.5939770Z [00:02:37.280]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.5941150Z [00:02:37.280]➜  packagefile github.com/cenkalti/backoff/v5=/tmp/go-build1823208636/b517/_pkg_.a
2025-08-20T20:25:58.5941834Z [00:02:37.280]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata=/tmp/go-build1823208636/b519/_pkg_.a
2025-08-20T20:25:58.5942402Z [00:02:37.280]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:58.5942826Z [00:02:37.280]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:58.5946497Z [00:02:37.280]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:58.5947102Z [00:02:37.280]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.5947473Z [00:02:37.280]➜  EOF
2025-08-20T20:25:58.5949707Z [00:02:37.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/fetcher=>github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/fetcher;$WORK/b518=>" -p github.com/theupdateframework/go-tuf/v2/metadata/fetcher -lang=go1.23 -complete -installsuffix shared -buildid D3iuDHvWnRO8sPhfQpm2/D3iuDHvWnRO8sPhfQpm2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/fetcher/fetcher.go
2025-08-20T20:25:58.5955002Z [00:02:37.281]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T20:25:58.5956464Z [00:02:37.281]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/6b/6baefdbdc0ddbb18d13bbe4c2999e00f33d878693e8642f74e5eac21ff0dd2ae-d # internal
2025-08-20T20:25:58.5958149Z [00:02:37.282]➜  github.com/theupdateframework/go-tuf/v2/metadata/trustedmetadata
2025-08-20T20:25:58.5958641Z [00:02:37.282]➜  mkdir -p $WORK/b558/
2025-08-20T20:25:58.5962962Z [00:02:37.282]➜  cat >/tmp/go-build1823208636/b558/importcfg << 'EOF' # internal
2025-08-20T20:25:58.5963388Z [00:02:37.282]➜  # import config
2025-08-20T20:25:58.5963723Z [00:02:37.282]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.5964305Z [00:02:37.282]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata=/tmp/go-build1823208636/b519/_pkg_.a
2025-08-20T20:25:58.5964862Z [00:02:37.282]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.5965174Z [00:02:37.282]➜  EOF
2025-08-20T20:25:58.5968082Z [00:02:37.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/trustedmetadata=>github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/trustedmetadata;$WORK/b558=>" -p github.com/theupdateframework/go-tuf/v2/metadata/trustedmetadata -lang=go1.23 -complete -installsuffix shared -buildid V27jK1CUWTWCnpOneW8u/V27jK1CUWTWCnpOneW8u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/trustedmetadata/trustedmetadata.go
2025-08-20T20:25:58.6004424Z [00:02:37.286]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/c1/c15b440842117712e5f6dc248fe23065724c488d90b7bd5fc14fc82ba03edf60-d # internal
2025-08-20T20:25:58.6013083Z [00:02:37.287]➜  go.mongodb.org/mongo-driver/bson
2025-08-20T20:25:58.6013419Z [00:02:37.287]➜  mkdir -p $WORK/b571/
2025-08-20T20:25:58.6013832Z [00:02:37.287]➜  cat >/tmp/go-build1823208636/b571/importcfg << 'EOF' # internal
2025-08-20T20:25:58.6014180Z [00:02:37.287]➜  # import config
2025-08-20T20:25:58.6014519Z [00:02:37.287]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:58.6014981Z [00:02:37.287]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.6015426Z [00:02:37.287]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.6016285Z [00:02:37.287]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.6017185Z [00:02:37.287]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build1823208636/b572/_pkg_.a
2025-08-20T20:25:58.6017837Z [00:02:37.287]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build1823208636/b574/_pkg_.a
2025-08-20T20:25:58.6018485Z [00:02:37.287]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1823208636/b575/_pkg_.a
2025-08-20T20:25:58.6019185Z [00:02:37.287]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1823208636/b576/_pkg_.a
2025-08-20T20:25:58.6019861Z [00:02:37.287]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build1823208636/b577/_pkg_.a
2025-08-20T20:25:58.6020564Z [00:02:37.287]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:58.6020983Z [00:02:37.287]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:58.6021399Z [00:02:37.287]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.6021845Z [00:02:37.287]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.6022154Z [00:02:37.287]➜  EOF
2025-08-20T20:25:58.6027556Z [00:02:37.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_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/b571=>" -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/b571/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-20T20:25:58.6369278Z [00:02:37.323]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T20:25:58.6370426Z [00:02:37.323]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/74/7422106f93108d9ed6102c4dd5ee6f84bec50149242047f28a9a53662c982b77-d # internal
2025-08-20T20:25:58.6371151Z [00:02:37.323]➜  github.com/theupdateframework/go-tuf/v2/metadata/config
2025-08-20T20:25:58.6371511Z [00:02:37.323]➜  mkdir -p $WORK/b516/
2025-08-20T20:25:58.6371885Z [00:02:37.323]➜  cat >/tmp/go-build1823208636/b516/importcfg << 'EOF' # internal
2025-08-20T20:25:58.6372232Z [00:02:37.323]➜  # import config
2025-08-20T20:25:58.6372574Z [00:02:37.323]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.6373081Z [00:02:37.323]➜  packagefile github.com/cenkalti/backoff/v5=/tmp/go-build1823208636/b517/_pkg_.a
2025-08-20T20:25:58.6373775Z [00:02:37.323]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/fetcher=/tmp/go-build1823208636/b518/_pkg_.a
2025-08-20T20:25:58.6374369Z [00:02:37.323]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:58.6374813Z [00:02:37.323]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:58.6375224Z [00:02:37.323]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:58.6375814Z [00:02:37.323]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.6376174Z [00:02:37.323]➜  EOF
2025-08-20T20:25:58.6378372Z [00:02:37.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/config=>github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/config;$WORK/b516=>" -p github.com/theupdateframework/go-tuf/v2/metadata/config -lang=go1.23 -complete -installsuffix shared -buildid C9-fCeRSWLiCPJEfpMSt/C9-fCeRSWLiCPJEfpMSt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/config/config.go
2025-08-20T20:25:58.6835650Z [00:02:37.369]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T20:25:58.6846524Z [00:02:37.370]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/ca/cacb93a7811e3c398e1cbfb766870760ead3b3fcf7673be791badfcb71f931a5-d # internal
2025-08-20T20:25:58.6882377Z [00:02:37.374]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T20:25:58.6883025Z [00:02:37.374]➜  mkdir -p $WORK/b609/
2025-08-20T20:25:58.6883414Z [00:02:37.374]➜  cat >/tmp/go-build1823208636/b609/importcfg << 'EOF' # internal
2025-08-20T20:25:58.6883759Z [00:02:37.374]➜  # import config
2025-08-20T20:25:58.6884149Z [00:02:37.374]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.6886910Z [00:02:37.374]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.6887365Z [00:02:37.374]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.6887878Z [00:02:37.374]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:25:58.6888578Z [00:02:37.374]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build1823208636/b608/_pkg_.a
2025-08-20T20:25:58.6889418Z [00:02:37.374]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:25:58.6890145Z [00:02:37.374]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:25:58.6890769Z [00:02:37.374]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.6891398Z [00:02:37.374]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:25:58.6892275Z [00:02:37.374]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:25:58.6892926Z [00:02:37.374]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:25:58.6893544Z [00:02:37.374]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:58.6894537Z [00:02:37.374]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:25:58.6895132Z [00:02:37.374]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:58.6895685Z [00:02:37.374]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:25:58.6896173Z [00:02:37.374]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.6896581Z [00:02:37.374]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.6896889Z [00:02:37.374]➜  EOF
2025-08-20T20:25:58.6900010Z [00:02:37.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_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/b609=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.23 -complete -installsuffix shared -buildid UTtZSugg2ai9bT-LdBFK/UTtZSugg2ai9bT-LdBFK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go
2025-08-20T20:25:58.7085349Z [00:02:37.394]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T20:25:58.7105250Z [00:02:37.395]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T20:25:58.7106364Z [00:02:37.396]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/cc/ccdb91262419b5217d3da5759c7b52d987765b3ebc5e6a86a9a8fb3f2b30ceb4-d # internal
2025-08-20T20:25:58.7114590Z [00:02:37.398]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/bd/bdc5eb4bf2079dc304610481b9ead03ee42f1f69d96bb4a3044873bccfb087ee-d # internal
2025-08-20T20:25:58.7122427Z [00:02:37.398]➜  google.golang.org/grpc/balancer/endpointsharding
2025-08-20T20:25:58.7123134Z [00:02:37.398]➜  mkdir -p $WORK/b613/
2025-08-20T20:25:58.7143330Z [00:02:37.400]➜  cat >/tmp/go-build1823208636/b613/importcfg << 'EOF' # internal
2025-08-20T20:25:58.7144085Z [00:02:37.400]➜  # import config
2025-08-20T20:25:58.7144822Z [00:02:37.401]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.7146045Z [00:02:37.401]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:25:58.7147048Z [00:02:37.401]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:25:58.7147691Z [00:02:37.401]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:25:58.7148306Z [00:02:37.401]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:58.7148842Z [00:02:37.401]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:25:58.7149277Z [00:02:37.401]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.7149713Z [00:02:37.401]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:58.7150043Z [00:02:37.401]➜  EOF
2025-08-20T20:25:58.7152246Z [00:02:37.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_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/b613=>" -p google.golang.org/grpc/balancer/endpointsharding -lang=go1.23 -complete -installsuffix shared -buildid ILSE1bCiIlYTmCTiqfiq/ILSE1bCiIlYTmCTiqfiq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/endpointsharding/endpointsharding.go
2025-08-20T20:25:58.7155494Z [00:02:37.402]➜  github.com/theupdateframework/go-tuf/v2/metadata/updater
2025-08-20T20:25:58.7159404Z [00:02:37.402]➜  mkdir -p $WORK/b557/
2025-08-20T20:25:58.7169918Z [00:02:37.403]➜  cat >/tmp/go-build1823208636/b557/importcfg << 'EOF' # internal
2025-08-20T20:25:58.7170659Z [00:02:37.403]➜  # import config
2025-08-20T20:25:58.7171284Z [00:02:37.403]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:58.7172293Z [00:02:37.403]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.7173081Z [00:02:37.403]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.7176215Z [00:02:37.403]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata=/tmp/go-build1823208636/b519/_pkg_.a
2025-08-20T20:25:58.7177572Z [00:02:37.403]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/config=/tmp/go-build1823208636/b516/_pkg_.a
2025-08-20T20:25:58.7180286Z [00:02:37.403]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/trustedmetadata=/tmp/go-build1823208636/b558/_pkg_.a
2025-08-20T20:25:58.7181391Z [00:02:37.403]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:58.7182285Z [00:02:37.403]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:58.7182780Z [00:02:37.403]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:58.7183232Z [00:02:37.403]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:58.7183726Z [00:02:37.403]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:58.7184151Z [00:02:37.403]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:58.7184583Z [00:02:37.403]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:58.7185008Z [00:02:37.403]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.7185425Z [00:02:37.403]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.7186250Z [00:02:37.403]➜  EOF
2025-08-20T20:25:58.7188500Z [00:02:37.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/updater=>github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/updater;$WORK/b557=>" -p github.com/theupdateframework/go-tuf/v2/metadata/updater -lang=go1.23 -complete -installsuffix shared -buildid nHRYROPT8dRVbjTTr2K5/nHRYROPT8dRVbjTTr2K5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/github.com/theupdateframework/go-tuf/v2@v2.1.1/metadata/updater/updater.go
2025-08-20T20:25:58.8389603Z [00:02:37.525]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T20:25:58.8409544Z [00:02:37.527]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T20:25:58.8417369Z [00:02:37.528]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/37/3724914246719b7a5a3e52b3af50135298e691bf7ae8a8fe1cddc30645f37c1b-d # internal
2025-08-20T20:25:58.8430294Z [00:02:37.529]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T20:25:58.8433829Z [00:02:37.529]➜  mkdir -p $WORK/b614/
2025-08-20T20:25:58.8437181Z [00:02:37.530]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/fb/fbe8a125f77e957bcd684a33c51bf0707818e795e11aa65533063348000074a9-d # internal
2025-08-20T20:25:58.8441347Z [00:02:37.530]➜  cat >/tmp/go-build1823208636/b614/importcfg << 'EOF' # internal
2025-08-20T20:25:58.8441785Z [00:02:37.530]➜  # import config
2025-08-20T20:25:58.8442167Z [00:02:37.530]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.8442705Z [00:02:37.530]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:25:58.8443224Z [00:02:37.530]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:58.8443528Z [00:02:37.530]➜  EOF
2025-08-20T20:25:58.8476648Z [00:02:37.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_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/b614=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.23 -complete -installsuffix shared -buildid jC2YWHJcAY4ILWXuVz9z/jC2YWHJcAY4ILWXuVz9z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/insecure/insecure.go
2025-08-20T20:25:58.8478788Z [00:02:37.531]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T20:25:58.8479523Z [00:02:37.531]➜  mkdir -p $WORK/b607/
2025-08-20T20:25:58.8479981Z [00:02:37.532]➜  cat >/tmp/go-build1823208636/b607/importcfg << 'EOF' # internal
2025-08-20T20:25:58.8480338Z [00:02:37.532]➜  # import config
2025-08-20T20:25:58.8480703Z [00:02:37.532]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.8481155Z [00:02:37.532]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.8481568Z [00:02:37.532]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.8482082Z [00:02:37.532]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:25:58.8482755Z [00:02:37.532]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build1823208636/b608/_pkg_.a
2025-08-20T20:25:58.8483521Z [00:02:37.532]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1823208636/b609/_pkg_.a
2025-08-20T20:25:58.8484226Z [00:02:37.532]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:25:58.8484822Z [00:02:37.532]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.8485453Z [00:02:37.532]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:25:58.8491078Z [00:02:37.532]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:25:58.8492019Z [00:02:37.532]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:25:58.8492663Z [00:02:37.532]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:58.8493272Z [00:02:37.532]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:25:58.8493808Z [00:02:37.532]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:25:58.8494139Z [00:02:37.532]➜  EOF
2025-08-20T20:25:58.8496259Z [00:02:37.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_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/b607=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.23 -complete -installsuffix shared -buildid 3BpQ3jT9zR82y-P__MGZ/3BpQ3jT9zR82y-P__MGZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirst.go
2025-08-20T20:25:58.8648006Z [00:02:37.551]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T20:25:58.8655289Z [00:02:37.552]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/76/768c5c94b68813ccf38ef10a9bba904e32138411179419089730d26055bc3be9-d # internal
2025-08-20T20:25:58.8681232Z [00:02:37.554]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T20:25:58.8681625Z [00:02:37.554]➜  mkdir -p $WORK/b612/
2025-08-20T20:25:58.8690686Z [00:02:37.555]➜  cat >/tmp/go-build1823208636/b612/importcfg << 'EOF' # internal
2025-08-20T20:25:58.8691186Z [00:02:37.555]➜  # import config
2025-08-20T20:25:58.8691529Z [00:02:37.555]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.8692057Z [00:02:37.555]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:25:58.8692730Z [00:02:37.555]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build1823208636/b613/_pkg_.a
2025-08-20T20:25:58.8693506Z [00:02:37.555]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1823208636/b609/_pkg_.a
2025-08-20T20:25:58.8694188Z [00:02:37.555]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:58.8694811Z [00:02:37.555]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:25:58.8695226Z [00:02:37.555]➜  EOF
2025-08-20T20:25:58.8699429Z [00:02:37.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_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/b612=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.23 -complete -installsuffix shared -buildid tQtmmgixhlugI5nsY9tZ/tQtmmgixhlugI5nsY9tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/roundrobin/roundrobin.go
2025-08-20T20:25:58.8761007Z [00:02:37.562]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T20:25:58.8883508Z [00:02:37.574]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/b3/b385134c9f280b2ca7a2d32aefdc108577addce7800b81963e4b49ec02d79755-d # internal
2025-08-20T20:25:58.8892505Z [00:02:37.575]➜  github.com/go-openapi/strfmt
2025-08-20T20:25:58.8894165Z [00:02:37.576]➜  mkdir -p $WORK/b567/
2025-08-20T20:25:58.8905846Z [00:02:37.577]➜  cat >/tmp/go-build1823208636/b567/importcfg << 'EOF' # internal
2025-08-20T20:25:58.8906361Z [00:02:37.577]➜  # import config
2025-08-20T20:25:58.8906755Z [00:02:37.577]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:58.8907556Z [00:02:37.577]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:25:58.8911489Z [00:02:37.577]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:58.8912304Z [00:02:37.577]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:58.8913462Z [00:02:37.577]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:58.8914147Z [00:02:37.577]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.8914628Z [00:02:37.577]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.8915300Z [00:02:37.577]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.8916156Z [00:02:37.577]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build1823208636/b568/_pkg_.a
2025-08-20T20:25:58.8916974Z [00:02:37.577]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:25:58.8917746Z [00:02:37.577]➜  packagefile github.com/google/uuid=/tmp/go-build1823208636/b381/_pkg_.a
2025-08-20T20:25:58.8918326Z [00:02:37.577]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build1823208636/b569/_pkg_.a
2025-08-20T20:25:58.8918894Z [00:02:37.577]➜  packagefile github.com/oklog/ulid=/tmp/go-build1823208636/b570/_pkg_.a
2025-08-20T20:25:58.8919466Z [00:02:37.577]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build1823208636/b571/_pkg_.a
2025-08-20T20:25:58.8920096Z [00:02:37.577]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1823208636/b575/_pkg_.a
2025-08-20T20:25:58.8920755Z [00:02:37.577]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1823208636/b576/_pkg_.a
2025-08-20T20:25:58.8921283Z [00:02:37.577]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:58.8921712Z [00:02:37.577]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:25:58.8922145Z [00:02:37.577]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:58.8922575Z [00:02:37.577]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:58.8923000Z [00:02:37.577]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:58.8923427Z [00:02:37.577]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.8923849Z [00:02:37.577]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.8924258Z [00:02:37.577]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.8924564Z [00:02:37.577]➜  EOF
2025-08-20T20:25:58.8928440Z [00:02:37.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/strfmt@v0.23.0=>github.com/go-openapi/strfmt@v0.23.0;$WORK/b567=>" -p github.com/go-openapi/strfmt -lang=go1.20 -complete -installsuffix shared -buildid V1WtqI61oITEw5F3mA49/V1WtqI61oITEw5F3mA49 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.23.0/bson.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.23.0/date.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.23.0/default.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.23.0/doc.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.23.0/duration.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.23.0/format.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.23.0/time.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.23.0/ulid.go
2025-08-20T20:25:58.8933081Z [00:02:37.579]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T20:25:58.8938863Z [00:02:37.580]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/b4/b4cc972065b6f9cad4321273e8c5c8a1de4a5a3c9dcbab59c5ebf82e8700e16e-d # internal
2025-08-20T20:25:58.8993055Z [00:02:37.585]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T20:25:58.8993561Z [00:02:37.585]➜  mkdir -p $WORK/b616/
2025-08-20T20:25:58.8993956Z [00:02:37.585]➜  cat >/tmp/go-build1823208636/b616/importcfg << 'EOF' # internal
2025-08-20T20:25:58.8994316Z [00:02:37.585]➜  # import config
2025-08-20T20:25:58.8996319Z [00:02:37.585]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.8997103Z [00:02:37.586]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.8998005Z [00:02:37.586]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:25:58.8998927Z [00:02:37.586]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:58.8999708Z [00:02:37.586]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:58.9000529Z [00:02:37.586]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.9001263Z [00:02:37.586]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.9001829Z [00:02:37.586]➜  EOF
2025-08-20T20:25:58.9005941Z [00:02:37.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_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/b616=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.23 -complete -installsuffix shared -buildid CCqv5cIub1vRKrs2APLW/CCqv5cIub1vRKrs2APLW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/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-20T20:25:58.9021897Z [00:02:37.588]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T20:25:58.9029051Z [00:02:37.589]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/c3/c383123d8b1ed60c31bab47e64f02fba28bef177f11abeadb5e159c69383a966-d # internal
2025-08-20T20:25:58.9037376Z [00:02:37.590]➜  google.golang.org/grpc/mem
2025-08-20T20:25:58.9037696Z [00:02:37.590]➜  mkdir -p $WORK/b617/
2025-08-20T20:25:58.9044158Z [00:02:37.590]➜  cat >/tmp/go-build1823208636/b617/importcfg << 'EOF' # internal
2025-08-20T20:25:58.9045130Z [00:02:37.590]➜  # import config
2025-08-20T20:25:58.9046005Z [00:02:37.590]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.9047786Z [00:02:37.590]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:25:58.9048633Z [00:02:37.590]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:58.9049488Z [00:02:37.590]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:58.9050015Z [00:02:37.590]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.9051055Z [00:02:37.590]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:58.9051467Z [00:02:37.590]➜  EOF
2025-08-20T20:25:58.9053716Z [00:02:37.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem=>google.golang.org/grpc@v1.74.2/mem;$WORK/b617=>" -p google.golang.org/grpc/mem -lang=go1.23 -complete -installsuffix shared -buildid K8cDH8hdvrdbfIsMpD4D/K8cDH8hdvrdbfIsMpD4D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/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-20T20:25:58.9138407Z [00:02:37.600]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T20:25:58.9191048Z [00:02:37.605]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/39/3949d47d92bd8d1da52949c0a72655266c041f5801279458faf6b6fa85e59b7c-d # internal
2025-08-20T20:25:58.9230143Z [00:02:37.609]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T20:25:58.9245164Z [00:02:37.611]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/54/54d5598286c728332235a13390ca2f51e2778a80aefdbd6caf468a3393f2a07a-d # internal
2025-08-20T20:25:58.9251527Z [00:02:37.611]➜  github.com/sigstore/sigstore-go/pkg/tuf
2025-08-20T20:25:58.9257527Z [00:02:37.612]➜  mkdir -p $WORK/b514/
2025-08-20T20:25:58.9263248Z [00:02:37.612]➜  cat >/tmp/go-build1823208636/b514/importcfg << 'EOF' # internal
2025-08-20T20:25:58.9269073Z [00:02:37.613]➜  # import config
2025-08-20T20:25:58.9274565Z [00:02:37.614]➜  packagefile embed=/tmp/go-build1823208636/b324/_pkg_.a
2025-08-20T20:25:58.9284219Z [00:02:37.615]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.9291690Z [00:02:37.615]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.9302658Z [00:02:37.616]➜  packagefile github.com/sigstore/sigstore-go/pkg/util=/tmp/go-build1823208636/b515/_pkg_.a
2025-08-20T20:25:58.9303471Z [00:02:37.616]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/config=/tmp/go-build1823208636/b516/_pkg_.a
2025-08-20T20:25:58.9304557Z [00:02:37.616]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/fetcher=/tmp/go-build1823208636/b518/_pkg_.a
2025-08-20T20:25:58.9305336Z [00:02:37.616]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/updater=/tmp/go-build1823208636/b557/_pkg_.a
2025-08-20T20:25:58.9309574Z [00:02:37.616]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:58.9310055Z [00:02:37.616]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:58.9310707Z [00:02:37.616]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:25:58.9311394Z [00:02:37.616]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.9311970Z [00:02:37.616]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.9312286Z [00:02:37.616]➜  EOF
2025-08-20T20:25:58.9312674Z [00:02:37.616]➜  cat >/tmp/go-build1823208636/b514/embedcfg << 'EOF' # internal
2025-08-20T20:25:58.9313010Z [00:02:37.616]➜  {
2025-08-20T20:25:58.9313214Z [00:02:37.616]➜  	"Patterns": {
2025-08-20T20:25:58.9313451Z [00:02:37.616]➜  		"repository": [
2025-08-20T20:25:58.9313715Z [00:02:37.616]➜  			"repository/root.json",
2025-08-20T20:25:58.9314017Z [00:02:37.616]➜  			"repository/staging_root.json"
2025-08-20T20:25:58.9314282Z [00:02:37.616]➜  		]
2025-08-20T20:25:58.9314483Z [00:02:37.616]➜  	},
2025-08-20T20:25:58.9314689Z [00:02:37.616]➜  	"Files": {
2025-08-20T20:25:58.9315223Z [00:02:37.616]➜  		"repository/root.json": "/root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/tuf/repository/root.json",
2025-08-20T20:25:58.9316231Z [00:02:37.616]➜  		"repository/staging_root.json": "/root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/tuf/repository/staging_root.json"
2025-08-20T20:25:58.9316766Z [00:02:37.616]➜  	}
2025-08-20T20:25:58.9317263Z [00:02:37.616]➜  }EOF
2025-08-20T20:25:58.9317591Z [00:02:37.616]➜  google.golang.org/grpc/internal/backoff
2025-08-20T20:25:58.9317896Z [00:02:37.616]➜  mkdir -p $WORK/b619/
2025-08-20T20:25:58.9318268Z [00:02:37.616]➜  cat >/tmp/go-build1823208636/b619/importcfg << 'EOF' # internal
2025-08-20T20:25:58.9318609Z [00:02:37.616]➜  # import config
2025-08-20T20:25:58.9318945Z [00:02:37.616]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:58.9319393Z [00:02:37.616]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.9319911Z [00:02:37.616]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1823208636/b594/_pkg_.a
2025-08-20T20:25:58.9320428Z [00:02:37.616]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:25:58.9320863Z [00:02:37.616]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:58.9321165Z [00:02:37.616]➜  EOF
2025-08-20T20:25:58.9323102Z [00:02:37.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_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/b619=>" -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/b619/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/backoff/backoff.go
2025-08-20T20:25:58.9327575Z [00:02:37.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/tuf=>github.com/sigstore/sigstore-go@v1.1.0/pkg/tuf;$WORK/b514=>" -p github.com/sigstore/sigstore-go/pkg/tuf -lang=go1.24 -complete -installsuffix shared -buildid xKSfHyxPPm1xDRopjHtN/xKSfHyxPPm1xDRopjHtN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -embedcfg $WORK/b514/embedcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/tuf/client.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/tuf/config.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/tuf/options.go
2025-08-20T20:25:58.9514721Z [00:02:37.637]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T20:25:58.9530208Z [00:02:37.639]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T20:25:58.9534228Z [00:02:37.640]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/52/52c6e619f53b974f096348244dacfccdcf20714835957e23647eb465f2f30f1b-d # internal
2025-08-20T20:25:58.9543253Z [00:02:37.640]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/f6/f696869806a22648e56557e3cbbe39dd38cb807faa6015a04eb75066a94f9432-d # internal
2025-08-20T20:25:58.9546923Z [00:02:37.640]➜  google.golang.org/grpc/encoding
2025-08-20T20:25:58.9550268Z [00:02:37.640]➜  mkdir -p $WORK/b615/
2025-08-20T20:25:58.9550716Z [00:02:37.641]➜  cat >/tmp/go-build1823208636/b615/importcfg << 'EOF' # internal
2025-08-20T20:25:58.9551066Z [00:02:37.641]➜  # import config
2025-08-20T20:25:58.9551568Z [00:02:37.641]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1823208636/b616/_pkg_.a
2025-08-20T20:25:58.9552180Z [00:02:37.641]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1823208636/b617/_pkg_.a
2025-08-20T20:25:58.9552665Z [00:02:37.641]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:58.9553081Z [00:02:37.641]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:58.9553396Z [00:02:37.641]➜  EOF
2025-08-20T20:25:58.9555923Z [00:02:37.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding=>google.golang.org/grpc@v1.74.2/encoding;$WORK/b615=>" -p google.golang.org/grpc/encoding -lang=go1.23 -complete -installsuffix shared -buildid tHmtPQpXnP4TF4rLHxyk/tHmtPQpXnP4TF4rLHxyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/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-20T20:25:58.9557962Z [00:02:37.641]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T20:25:58.9558320Z [00:02:37.641]➜  mkdir -p $WORK/b620/
2025-08-20T20:25:58.9558685Z [00:02:37.641]➜  cat >/tmp/go-build1823208636/b620/importcfg << 'EOF' # internal
2025-08-20T20:25:58.9559026Z [00:02:37.641]➜  # import config
2025-08-20T20:25:58.9559382Z [00:02:37.641]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:58.9559828Z [00:02:37.641]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:58.9560236Z [00:02:37.641]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.9560737Z [00:02:37.641]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:25:58.9561342Z [00:02:37.641]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:25:58.9561975Z [00:02:37.641]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:25:58.9562575Z [00:02:37.641]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:58.9563194Z [00:02:37.641]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:25:58.9563699Z [00:02:37.641]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:58.9564006Z [00:02:37.641]➜  EOF
2025-08-20T20:25:58.9570954Z [00:02:37.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b620/_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/b620=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.23 -complete -installsuffix shared -buildid CE4FkvoRK-3f_D8SvhGp/CE4FkvoRK-3f_D8SvhGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/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-20T20:25:58.9708907Z [00:02:37.657]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T20:25:58.9719782Z [00:02:37.658]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/be/be12c569b477eab462c385475a140b3b9836edaab0146c293c52335607eee39a-d # internal
2025-08-20T20:25:58.9731542Z [00:02:37.659]➜  google.golang.org/grpc/encoding/proto
2025-08-20T20:25:58.9732002Z [00:02:37.659]➜  mkdir -p $WORK/b618/
2025-08-20T20:25:58.9739018Z [00:02:37.660]➜  cat >/tmp/go-build1823208636/b618/importcfg << 'EOF' # internal
2025-08-20T20:25:58.9739736Z [00:02:37.660]➜  # import config
2025-08-20T20:25:58.9740092Z [00:02:37.660]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:58.9740610Z [00:02:37.660]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1823208636/b615/_pkg_.a
2025-08-20T20:25:58.9741216Z [00:02:37.660]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1823208636/b617/_pkg_.a
2025-08-20T20:25:58.9741799Z [00:02:37.660]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:58.9742428Z [00:02:37.660]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1823208636/b545/_pkg_.a
2025-08-20T20:25:58.9742842Z [00:02:37.660]➜  EOF
2025-08-20T20:25:58.9747051Z [00:02:37.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_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/b618=>" -p google.golang.org/grpc/encoding/proto -lang=go1.23 -complete -installsuffix shared -buildid -9znb6Gv4M9ingICw10y/-9znb6Gv4M9ingICw10y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/proto/proto.go
2025-08-20T20:25:59.0002733Z [00:02:37.686]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T20:25:59.0013667Z [00:02:37.687]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/23/235e34e1fee2924ad2b7023c90ddc2358f1d18b94b4223088ee78202b5be0be6-d # internal
2025-08-20T20:25:59.0042258Z [00:02:37.690]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T20:25:59.0042995Z [00:02:37.690]➜  mkdir -p $WORK/b621/
2025-08-20T20:25:59.0043922Z [00:02:37.691]➜  cat >/tmp/go-build1823208636/b621/importcfg << 'EOF' # internal
2025-08-20T20:25:59.0044288Z [00:02:37.691]➜  # import config
2025-08-20T20:25:59.0045230Z [00:02:37.691]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:25:59.0045919Z [00:02:37.691]➜  EOF
2025-08-20T20:25:59.0048055Z [00:02:37.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b621/_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/b621=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.23 -complete -installsuffix shared -buildid GxP-lh3_asg0qzng0jqu/GxP-lh3_asg0qzng0jqu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancerload/load.go
2025-08-20T20:25:59.0145980Z [00:02:37.700]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T20:25:59.0149587Z [00:02:37.701]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/5c/5c9a75412d7f63e2f020ca258020a61862a36ee756a9789779b27450ea8e524c-d # internal
2025-08-20T20:25:59.0180168Z [00:02:37.704]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T20:25:59.0189772Z [00:02:37.705]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T20:25:59.0195424Z [00:02:37.705]➜  mkdir -p $WORK/b623/
2025-08-20T20:25:59.0196378Z [00:02:37.705]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/a5/a55742543496aa19b9492d38aa868d3f0ce1bc563339efb99ad6b02c9710a053-d # internal
2025-08-20T20:25:59.0197068Z [00:02:37.705]➜  cat >/tmp/go-build1823208636/b623/importcfg << 'EOF' # internal
2025-08-20T20:25:59.0197434Z [00:02:37.706]➜  # import config
2025-08-20T20:25:59.0197938Z [00:02:37.706]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:59.0199289Z [00:02:37.706]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:59.0200797Z [00:02:37.706]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:25:59.0201567Z [00:02:37.706]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:25:59.0202147Z [00:02:37.706]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:59.0202569Z [00:02:37.706]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.0202877Z [00:02:37.706]➜  EOF
2025-08-20T20:25:59.0205173Z [00:02:37.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b623/_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/b623=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.23 -complete -installsuffix shared -buildid KWM45gw-76e8w2oeJTqc/KWM45gw-76e8w2oeJTqc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T20:25:59.0246689Z [00:02:37.710]➜  google.golang.org/grpc/internal/buffer
2025-08-20T20:25:59.0247049Z [00:02:37.710]➜  mkdir -p $WORK/b625/
2025-08-20T20:25:59.0257356Z [00:02:37.710]➜  cat >/tmp/go-build1823208636/b625/importcfg << 'EOF' # internal
2025-08-20T20:25:59.0258206Z [00:02:37.710]➜  # import config
2025-08-20T20:25:59.0259025Z [00:02:37.710]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.0259813Z [00:02:37.710]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.0260189Z [00:02:37.710]➜  EOF
2025-08-20T20:25:59.0262170Z [00:02:37.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b625/_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/b625=>" -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/b625/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/buffer/unbounded.go
2025-08-20T20:25:59.0489232Z [00:02:37.735]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T20:25:59.0499588Z [00:02:37.736]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T20:25:59.0526198Z [00:02:37.739]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/21/21bf6b680729693b2910f551cfa65b79664c9bb83e91458240c830bc0c724aec-d # internal
2025-08-20T20:25:59.0526936Z [00:02:37.739]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T20:25:59.0527269Z [00:02:37.739]➜  mkdir -p $WORK/b624/
2025-08-20T20:25:59.0532343Z [00:02:37.739]➜  cat >/tmp/go-build1823208636/b624/importcfg << 'EOF' # internal
2025-08-20T20:25:59.0532979Z [00:02:37.739]➜  # import config
2025-08-20T20:25:59.0533860Z [00:02:37.739]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.0534858Z [00:02:37.739]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1823208636/b625/_pkg_.a
2025-08-20T20:25:59.0535443Z [00:02:37.739]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.0536013Z [00:02:37.739]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:59.0536351Z [00:02:37.739]➜  EOF
2025-08-20T20:25:59.0538954Z [00:02:37.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b624/_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/b624=>" -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/b624/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-20T20:25:59.0570319Z [00:02:37.742]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/15/15718d7df917f45ee0ec0cb80160ec4f9cb23b1741159c9fbb83699215092d63-d # internal
2025-08-20T20:25:59.0638153Z [00:02:37.750]➜  github.com/sigstore/sigstore-go/pkg/root
2025-08-20T20:25:59.0652485Z [00:02:37.751]➜  mkdir -p $WORK/b512/
2025-08-20T20:25:59.0654478Z [00:02:37.752]➜  cat >/tmp/go-build1823208636/b512/importcfg << 'EOF' # internal
2025-08-20T20:25:59.0656638Z [00:02:37.752]➜  # import config
2025-08-20T20:25:59.0658781Z [00:02:37.752]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.0661079Z [00:02:37.752]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:59.0666681Z [00:02:37.752]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:59.0669391Z [00:02:37.753]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:59.0669935Z [00:02:37.753]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:25:59.0670415Z [00:02:37.753]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:59.0670895Z [00:02:37.753]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:59.0671356Z [00:02:37.753]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:59.0671797Z [00:02:37.753]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.0672498Z [00:02:37.753]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.0673176Z [00:02:37.753]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:25:59.0673950Z [00:02:37.753]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/trustroot/v1=/tmp/go-build1823208636/b513/_pkg_.a
2025-08-20T20:25:59.0674676Z [00:02:37.753]➜  packagefile github.com/sigstore/sigstore-go/pkg/tuf=/tmp/go-build1823208636/b514/_pkg_.a
2025-08-20T20:25:59.0675343Z [00:02:37.753]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:25:59.0676418Z [00:02:37.753]➜  packagefile github.com/sigstore/timestamp-authority/pkg/verification=/tmp/go-build1823208636/b559/_pkg_.a
2025-08-20T20:25:59.0677161Z [00:02:37.753]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:25:59.0677882Z [00:02:37.753]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:25:59.0678453Z [00:02:37.753]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:59.0678884Z [00:02:37.753]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:59.0679303Z [00:02:37.753]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:59.0679712Z [00:02:37.753]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:59.0680127Z [00:02:37.753]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:59.0680538Z [00:02:37.753]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.0680950Z [00:02:37.753]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.0681257Z [00:02:37.753]➜  EOF
2025-08-20T20:25:59.0684867Z [00:02:37.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/root=>github.com/sigstore/sigstore-go@v1.1.0/pkg/root;$WORK/b512=>" -p github.com/sigstore/sigstore-go/pkg/root -lang=go1.24 -complete -installsuffix shared -buildid 16eqOigb4-ZlI0qsAFzT/16eqOigb4-ZlI0qsAFzT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/root/certificate_authority.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/root/signing_config.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/root/timestamping_authority.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/root/trusted_material.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/root/trusted_root.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/root/trusted_root_create.go
2025-08-20T20:25:59.1195093Z [00:02:37.806]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T20:25:59.1201824Z [00:02:37.806]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/12/12d2dff51d4bded370e4919e2758de070a925f34c24f9a7fd9f0979ae528abb3-d # internal
2025-08-20T20:25:59.1229972Z [00:02:37.809]➜  google.golang.org/grpc/internal/idle
2025-08-20T20:25:59.1230590Z [00:02:37.809]➜  mkdir -p $WORK/b626/
2025-08-20T20:25:59.1233319Z [00:02:37.809]➜  cat >/tmp/go-build1823208636/b626/importcfg << 'EOF' # internal
2025-08-20T20:25:59.1233758Z [00:02:37.809]➜  # import config
2025-08-20T20:25:59.1234095Z [00:02:37.809]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.1234514Z [00:02:37.809]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:59.1234930Z [00:02:37.809]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.1235380Z [00:02:37.809]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:59.1235998Z [00:02:37.809]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.1236307Z [00:02:37.809]➜  EOF
2025-08-20T20:25:59.1244553Z [00:02:37.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b626/_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/b626=>" -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/b626/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/idle/idle.go
2025-08-20T20:25:59.1317031Z [00:02:37.818]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T20:25:59.1396805Z [00:02:37.826]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/03/03a22574915d0f73037acd6f3bb262e376905a5203cea4b282f0c83efe474e1a-d # internal
2025-08-20T20:25:59.1436840Z [00:02:37.830]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T20:25:59.1449535Z [00:02:37.831]➜  mkdir -p $WORK/b622/
2025-08-20T20:25:59.1452295Z [00:02:37.831]➜  cat >/tmp/go-build1823208636/b622/importcfg << 'EOF' # internal
2025-08-20T20:25:59.1452723Z [00:02:37.831]➜  # import config
2025-08-20T20:25:59.1453102Z [00:02:37.831]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:59.1453564Z [00:02:37.831]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.1454028Z [00:02:37.831]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:59.1454815Z [00:02:37.831]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.1455229Z [00:02:37.831]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.1455989Z [00:02:37.831]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build1823208636/b623/_pkg_.a
2025-08-20T20:25:59.1456710Z [00:02:37.831]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:59.1457338Z [00:02:37.831]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1823208636/b616/_pkg_.a
2025-08-20T20:25:59.1457963Z [00:02:37.831]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:25:59.1458561Z [00:02:37.831]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:25:59.1459160Z [00:02:37.831]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:59.1459835Z [00:02:37.831]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:25:59.1460576Z [00:02:37.831]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:25:59.1461135Z [00:02:37.831]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:59.1461550Z [00:02:37.831]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:59.1461954Z [00:02:37.831]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:59.1462364Z [00:02:37.831]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:25:59.1462789Z [00:02:37.831]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.1463226Z [00:02:37.831]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.1463848Z [00:02:37.831]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.1464397Z [00:02:37.831]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:59.1464837Z [00:02:37.831]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.1465144Z [00:02:37.831]➜  EOF
2025-08-20T20:25:59.1468700Z [00:02:37.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b622/_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/b622=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.23 -complete -installsuffix shared -buildid zCSr4gWQKOnFNi6O7HMt/zCSr4gWQKOnFNi6O7HMt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/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-20T20:25:59.1491982Z [00:02:37.835]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T20:25:59.1498831Z [00:02:37.836]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/66/661486dddbbbcfb21a035ac1f8a77b9e4c0eb29a2a29ae3531c267ea3256d7c1-d # internal
2025-08-20T20:25:59.1502010Z [00:02:37.836]➜  google.golang.org/grpc/internal/metadata
2025-08-20T20:25:59.1502357Z [00:02:37.836]➜  mkdir -p $WORK/b627/
2025-08-20T20:25:59.1521460Z [00:02:37.838]➜  cat >/tmp/go-build1823208636/b627/importcfg << 'EOF' # internal
2025-08-20T20:25:59.1522007Z [00:02:37.838]➜  # import config
2025-08-20T20:25:59.1522479Z [00:02:37.838]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.1523169Z [00:02:37.838]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:25:59.1523910Z [00:02:37.838]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:59.1526850Z [00:02:37.838]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.1529507Z [00:02:37.838]➜  EOF
2025-08-20T20:25:59.1533545Z [00:02:37.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b627/_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/b627=>" -p google.golang.org/grpc/internal/metadata -lang=go1.23 -complete -installsuffix shared -buildid vJu-jKHr02YRXEf2PHBn/vJu-jKHr02YRXEf2PHBn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/metadata/metadata.go
2025-08-20T20:25:59.1703837Z [00:02:37.856]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T20:25:59.1714751Z [00:02:37.858]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/86/8644200dd215c651aeb9a6a4c40caefbf0e3748a3fcfad70ba66114dc620f669-d # internal
2025-08-20T20:25:59.1730107Z [00:02:37.859]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T20:25:59.1736809Z [00:02:37.859]➜  mkdir -p $WORK/b629/
2025-08-20T20:25:59.1737886Z [00:02:37.859]➜  cat >/tmp/go-build1823208636/b629/importcfg << 'EOF' # internal
2025-08-20T20:25:59.1739198Z [00:02:37.859]➜  # import config
2025-08-20T20:25:59.1739854Z [00:02:37.859]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:59.1740640Z [00:02:37.859]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.1741474Z [00:02:37.859]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:25:59.1742437Z [00:02:37.859]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:25:59.1743290Z [00:02:37.859]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:59.1744461Z [00:02:37.859]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:25:59.1745405Z [00:02:37.859]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:59.1746287Z [00:02:37.859]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.1747023Z [00:02:37.859]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.1777368Z [00:02:37.859]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.1778469Z [00:02:37.859]➜  EOF
2025-08-20T20:25:59.1781200Z [00:02:37.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_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/b629=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid gsUR353-VsSpQtlqFhQM/gsUR353-VsSpQtlqFhQM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/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-20T20:25:59.2103996Z [00:02:37.896]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T20:25:59.2182991Z [00:02:37.904]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T20:25:59.2187496Z [00:02:37.905]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/c3/c366334dba610990bf14201d6301a3dee5783192f96f9d52cb3848b2180f7395-d # internal
2025-08-20T20:25:59.2191564Z [00:02:37.905]➜  google.golang.org/grpc/internal/resolver
2025-08-20T20:25:59.2192059Z [00:02:37.905]➜  mkdir -p $WORK/b628/
2025-08-20T20:25:59.2200204Z [00:02:37.905]➜  cat >/tmp/go-build1823208636/b628/importcfg << 'EOF' # internal
2025-08-20T20:25:59.2200560Z [00:02:37.905]➜  # import config
2025-08-20T20:25:59.2200923Z [00:02:37.905]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.2201523Z [00:02:37.905]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:25:59.2202164Z [00:02:37.905]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:25:59.2203048Z [00:02:37.905]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:59.2203547Z [00:02:37.905]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.2203853Z [00:02:37.905]➜  EOF
2025-08-20T20:25:59.2206051Z [00:02:37.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_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/b628=>" -p google.golang.org/grpc/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid wDgTx1AbUJFRUNYWm-vi/wDgTx1AbUJFRUNYWm-vi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/config_selector.go
2025-08-20T20:25:59.2253033Z [00:02:37.911]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/07/0760ad3829d45021f94c2569a4f785a36c7f281745104e98eebef4601c627d6d-d # internal
2025-08-20T20:25:59.2256068Z [00:02:37.911]➜  github.com/go-openapi/runtime
2025-08-20T20:25:59.2257624Z [00:02:37.911]➜  mkdir -p $WORK/b565/
2025-08-20T20:25:59.2259627Z [00:02:37.912]➜  cat >/tmp/go-build1823208636/b565/importcfg << 'EOF' # internal
2025-08-20T20:25:59.2267263Z [00:02:37.912]➜  # import config
2025-08-20T20:25:59.2269825Z [00:02:37.912]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:59.2270911Z [00:02:37.912]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.2271388Z [00:02:37.912]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.2271826Z [00:02:37.912]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:59.2272301Z [00:02:37.912]➜  packagefile encoding/csv=/tmp/go-build1823208636/b395/_pkg_.a
2025-08-20T20:25:59.2273049Z [00:02:37.912]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:59.2273625Z [00:02:37.912]➜  packagefile encoding/xml=/tmp/go-build1823208636/b333/_pkg_.a
2025-08-20T20:25:59.2274084Z [00:02:37.912]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.2274507Z [00:02:37.912]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.2274999Z [00:02:37.912]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:25:59.2275725Z [00:02:37.912]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:25:59.2276352Z [00:02:37.912]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:25:59.2276912Z [00:02:37.912]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:25:59.2277539Z [00:02:37.912]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:59.2278058Z [00:02:37.912]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:25:59.2278482Z [00:02:37.912]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:59.2278921Z [00:02:37.912]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:59.2279349Z [00:02:37.912]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:59.2279775Z [00:02:37.912]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.2280473Z [00:02:37.912]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.2280781Z [00:02:37.912]➜  EOF
2025-08-20T20:25:59.2286875Z [00:02:37.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0=>github.com/go-openapi/runtime@v0.28.0;$WORK/b565=>" -p github.com/go-openapi/runtime -lang=go1.20 -complete -installsuffix shared -buildid LaHdU2TAqjEeaTpKJeNz/LaHdU2TAqjEeaTpKJeNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/bytestream.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client_auth_info.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client_operation.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client_request.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client_response.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/constants.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/csv.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/csv_options.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/discard.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/file.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/headers.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/interfaces.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/json.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/request.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/statuses.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/text.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/values.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/xml.go
2025-08-20T20:25:59.2388416Z [00:02:37.925]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T20:25:59.2409601Z [00:02:37.927]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/e9/e9962efb198a1bb9ed44186fda55d67d16d86e8b024a5431af963dfb9c6f4ecc-d # internal
2025-08-20T20:25:59.2412269Z [00:02:37.927]➜  google.golang.org/grpc/internal/proxyattributes
2025-08-20T20:25:59.2413241Z [00:02:37.927]➜  mkdir -p $WORK/b631/
2025-08-20T20:25:59.2425006Z [00:02:37.929]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T20:25:59.2432510Z [00:02:37.929]➜  cat >/tmp/go-build1823208636/b631/importcfg << 'EOF' # internal
2025-08-20T20:25:59.2433054Z [00:02:37.929]➜  # import config
2025-08-20T20:25:59.2433751Z [00:02:37.929]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:59.2434338Z [00:02:37.929]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:59.2434667Z [00:02:37.929]➜  EOF
2025-08-20T20:25:59.2435242Z [00:02:37.929]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/ae/ae824cab526b6db2af0e6437a55fcc50b2e31a5300b14ce75c8ae971e797970d-d # internal
2025-08-20T20:25:59.2438039Z [00:02:37.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b631/_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/b631=>" -p google.golang.org/grpc/internal/proxyattributes -lang=go1.23 -complete -installsuffix shared -buildid H20HUN_zXFu4rxfMloHP/H20HUN_zXFu4rxfMloHP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/proxyattributes/proxyattributes.go
2025-08-20T20:25:59.2471548Z [00:02:37.933]➜  golang.org/x/text/unicode/bidi
2025-08-20T20:25:59.2471896Z [00:02:37.933]➜  mkdir -p $WORK/b637/
2025-08-20T20:25:59.2496894Z [00:02:37.933]➜  cat >/tmp/go-build1823208636/b637/importcfg << 'EOF' # internal
2025-08-20T20:25:59.2497527Z [00:02:37.933]➜  # import config
2025-08-20T20:25:59.2497876Z [00:02:37.933]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.2498333Z [00:02:37.933]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:25:59.2499133Z [00:02:37.933]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.2499539Z [00:02:37.933]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:59.2499942Z [00:02:37.933]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:59.2500379Z [00:02:37.933]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:59.2500711Z [00:02:37.933]➜  EOF
2025-08-20T20:25:59.2503723Z [00:02:37.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi=>golang.org/x/text@v0.28.0/unicode/bidi;$WORK/b637=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid 60CUjx48QAl-Yhc7sgOl/60CUjx48QAl-Yhc7sgOl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/bidi/trieval.go
2025-08-20T20:25:59.2689300Z [00:02:37.955]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T20:25:59.2695804Z [00:02:37.955]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/1d/1d973cd0a323312e49618bb29bd2f38d8333b7d6424dc566e045f93659d0345e-d # internal
2025-08-20T20:25:59.2700440Z [00:02:37.956]➜  golang.org/x/net/http2/hpack
2025-08-20T20:25:59.2812563Z [00:02:37.967]➜  mkdir -p $WORK/b638/
2025-08-20T20:25:59.2823913Z [00:02:37.968]➜  cat >/tmp/go-build1823208636/b638/importcfg << 'EOF' # internal
2025-08-20T20:25:59.2824541Z [00:02:37.968]➜  # import config
2025-08-20T20:25:59.2825028Z [00:02:37.968]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.2825684Z [00:02:37.968]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.2826282Z [00:02:37.968]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.2826780Z [00:02:37.968]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:59.2827278Z [00:02:37.969]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.2827681Z [00:02:37.969]➜  EOF
2025-08-20T20:25:59.2830747Z [00:02:37.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack=>golang.org/x/net@v0.43.0/http2/hpack;$WORK/b638=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid 5ZkRTEaJygLfsE6O_mWs/5ZkRTEaJygLfsE6O_mWs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/hpack/tables.go
2025-08-20T20:25:59.3779754Z [00:02:38.064]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T20:25:59.3812483Z [00:02:38.067]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/c4/c4d9ab9fd297733fe1f1265708f4771312b2100d7663e23f3d18571d25c7c90a-d # internal
2025-08-20T20:25:59.3823073Z [00:02:38.068]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T20:25:59.3849305Z [00:02:38.071]➜  google.golang.org/grpc/internal/syscall
2025-08-20T20:25:59.3850016Z [00:02:38.071]➜  mkdir -p $WORK/b640/
2025-08-20T20:25:59.3864713Z [00:02:38.073]➜  cat >/tmp/go-build1823208636/b640/importcfg << 'EOF' # internal
2025-08-20T20:25:59.3865311Z [00:02:38.073]➜  # import config
2025-08-20T20:25:59.3866721Z [00:02:38.073]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.3870335Z [00:02:38.073]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:25:59.3871471Z [00:02:38.073]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:59.3872186Z [00:02:38.073]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:59.3872774Z [00:02:38.073]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:25:59.3873384Z [00:02:38.073]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.3873847Z [00:02:38.073]➜  EOF
2025-08-20T20:25:59.3876078Z [00:02:38.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_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/b640=>" -p google.golang.org/grpc/internal/syscall -lang=go1.23 -complete -installsuffix shared -buildid nuNh2TyLpiJnAxa6s1Oh/nuNh2TyLpiJnAxa6s1Oh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/syscall/syscall_linux.go
2025-08-20T20:25:59.3900507Z [00:02:38.076]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/e3/e3863eaeb408bf24d4920f03148099009ddc7d2f61edca210413bdb6cbebf48f-d # internal
2025-08-20T20:25:59.3930766Z [00:02:38.079]➜  golang.org/x/text/secure/bidirule
2025-08-20T20:25:59.3931151Z [00:02:38.079]➜  mkdir -p $WORK/b636/
2025-08-20T20:25:59.3931593Z [00:02:38.079]➜  cat >/tmp/go-build1823208636/b636/importcfg << 'EOF' # internal
2025-08-20T20:25:59.3931975Z [00:02:38.079]➜  # import config
2025-08-20T20:25:59.3933225Z [00:02:38.079]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.3933795Z [00:02:38.079]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:25:59.3934399Z [00:02:38.079]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1823208636/b637/_pkg_.a
2025-08-20T20:25:59.3934925Z [00:02:38.079]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:59.3935259Z [00:02:38.079]➜  EOF
2025-08-20T20:25:59.3937847Z [00:02:38.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/secure/bidirule=>golang.org/x/text@v0.28.0/secure/bidirule;$WORK/b636=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid _JkGeuO_gcc0tf0qKBYX/_JkGeuO_gcc0tf0qKBYX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T20:25:59.4015975Z [00:02:38.087]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T20:25:59.4017170Z [00:02:38.088]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/72/72512c6b007724f6fd5c03d65a3ec27e241a04917be29759b9a08aadeb9be650-d # internal
2025-08-20T20:25:59.4027084Z [00:02:38.089]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T20:25:59.4027463Z [00:02:38.089]➜  mkdir -p $WORK/b641/
2025-08-20T20:25:59.4027865Z [00:02:38.089]➜  cat >/tmp/go-build1823208636/b641/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4028206Z [00:02:38.089]➜  # import config
2025-08-20T20:25:59.4028636Z [00:02:38.089]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:59.4029028Z [00:02:38.089]➜  EOF
2025-08-20T20:25:59.4041456Z [00:02:38.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_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/b641=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.23 -complete -installsuffix shared -buildid PFdUQoQ4QvwPp1djbMue/PFdUQoQ4QvwPp1djbMue -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/networktype/networktype.go
2025-08-20T20:25:59.4043604Z [00:02:38.090]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T20:25:59.4086192Z [00:02:38.095]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/c1/c1d5204c880596487d712e5ca619bdd020802b0a4ef0767c06821234c2fd2b2a-d # internal
2025-08-20T20:25:59.4093006Z [00:02:38.095]➜  google.golang.org/grpc/keepalive
2025-08-20T20:25:59.4094745Z [00:02:38.096]➜  mkdir -p $WORK/b642/
2025-08-20T20:25:59.4117344Z [00:02:38.098]➜  cat >/tmp/go-build1823208636/b642/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4118646Z [00:02:38.098]➜  # import config
2025-08-20T20:25:59.4119085Z [00:02:38.098]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.4119533Z [00:02:38.098]➜  EOF
2025-08-20T20:25:59.4121382Z [00:02:38.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/keepalive=>google.golang.org/grpc@v1.74.2/keepalive;$WORK/b642=>" -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/b642/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/keepalive/keepalive.go
2025-08-20T20:25:59.4146260Z [00:02:38.101]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T20:25:59.4149881Z [00:02:38.101]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/0f/0f06bfc0fa250b87566bb96fea083070c9563997df05e9c1ff2a9823eba39f2f-d # internal
2025-08-20T20:25:59.4169814Z [00:02:38.103]➜  google.golang.org/grpc/peer
2025-08-20T20:25:59.4170457Z [00:02:38.103]➜  mkdir -p $WORK/b643/
2025-08-20T20:25:59.4170996Z [00:02:38.103]➜  cat >/tmp/go-build1823208636/b643/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4171429Z [00:02:38.103]➜  # import config
2025-08-20T20:25:59.4171781Z [00:02:38.103]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.4172200Z [00:02:38.103]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.4172717Z [00:02:38.103]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:25:59.4173231Z [00:02:38.103]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:59.4173648Z [00:02:38.103]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.4173967Z [00:02:38.103]➜  EOF
2025-08-20T20:25:59.4176209Z [00:02:38.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/peer=>google.golang.org/grpc@v1.74.2/peer;$WORK/b643=>" -p google.golang.org/grpc/peer -lang=go1.23 -complete -installsuffix shared -buildid 3ZK3o_SMyJazGVhq0cWX/3ZK3o_SMyJazGVhq0cWX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/peer/peer.go
2025-08-20T20:25:59.4202213Z [00:02:38.106]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T20:25:59.4212091Z [00:02:38.107]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/62/627657c605310fabfa70a8aa309d68c71eee698ab91074a9c628d251a607717f-d # internal
2025-08-20T20:25:59.4219873Z [00:02:38.108]➜  golang.org/x/net/idna
2025-08-20T20:25:59.4220222Z [00:02:38.108]➜  mkdir -p $WORK/b635/
2025-08-20T20:25:59.4225940Z [00:02:38.109]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T20:25:59.4230851Z [00:02:38.109]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/a1/a11d31897094d1184029a7d3b7701321e75b1e94c0b2d963d01772ffa58aa227-d # internal
2025-08-20T20:25:59.4234512Z [00:02:38.109]➜  cat >/tmp/go-build1823208636/b635/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4246580Z [00:02:38.109]➜  # import config
2025-08-20T20:25:59.4247532Z [00:02:38.109]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.4248747Z [00:02:38.109]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build1823208636/b636/_pkg_.a
2025-08-20T20:25:59.4249409Z [00:02:38.109]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1823208636/b637/_pkg_.a
2025-08-20T20:25:59.4249999Z [00:02:38.109]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1823208636/b274/_pkg_.a
2025-08-20T20:25:59.4250805Z [00:02:38.109]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:59.4251225Z [00:02:38.109]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.4251675Z [00:02:38.109]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:59.4252006Z [00:02:38.109]➜  EOF
2025-08-20T20:25:59.4256838Z [00:02:38.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/idna=>golang.org/x/net@v0.43.0/idna;$WORK/b635=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid UW90TFtCD_OzRRBgs7ht/UW90TFtCD_OzRRBgs7ht -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/idna/trieval.go
2025-08-20T20:25:59.4259662Z [00:02:38.111]➜  google.golang.org/grpc/tap
2025-08-20T20:25:59.4259978Z [00:02:38.111]➜  mkdir -p $WORK/b644/
2025-08-20T20:25:59.4260355Z [00:02:38.111]➜  cat >/tmp/go-build1823208636/b644/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4260701Z [00:02:38.111]➜  # import config
2025-08-20T20:25:59.4261048Z [00:02:38.111]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.4261565Z [00:02:38.111]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:25:59.4261961Z [00:02:38.111]➜  EOF
2025-08-20T20:25:59.4263799Z [00:02:38.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/tap=>google.golang.org/grpc@v1.74.2/tap;$WORK/b644=>" -p google.golang.org/grpc/tap -lang=go1.23 -complete -installsuffix shared -buildid HhaZ-4i7u_rQg3g6dqMp/HhaZ-4i7u_rQg3g6dqMp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/tap/tap.go
2025-08-20T20:25:59.4314581Z [00:02:38.117]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T20:25:59.4334726Z [00:02:38.119]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/59/59c6f93262ec1eb2ca69df8910518cefe3e0683733f68c9b79a25f763807fcb1-d # internal
2025-08-20T20:25:59.4335678Z [00:02:38.119]➜  net/http/httputil
2025-08-20T20:25:59.4336032Z [00:02:38.119]➜  mkdir -p $WORK/b645/
2025-08-20T20:25:59.4336431Z [00:02:38.119]➜  cat >/tmp/go-build1823208636/b645/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4336777Z [00:02:38.119]➜  # import config
2025-08-20T20:25:59.4337202Z [00:02:38.119]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:25:59.4337710Z [00:02:38.119]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:59.4338139Z [00:02:38.119]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.4338562Z [00:02:38.119]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.4338986Z [00:02:38.119]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.4339552Z [00:02:38.119]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.4340154Z [00:02:38.119]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1823208636/b208/_pkg_.a
2025-08-20T20:25:59.4340667Z [00:02:38.119]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:59.4341075Z [00:02:38.119]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:59.4341481Z [00:02:38.119]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:25:59.4341887Z [00:02:38.119]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:59.4342306Z [00:02:38.120]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:59.4342939Z [00:02:38.120]➜  packagefile net/http/httptrace=/tmp/go-build1823208636/b222/_pkg_.a
2025-08-20T20:25:59.4343446Z [00:02:38.120]➜  packagefile net/http/internal=/tmp/go-build1823208636/b223/_pkg_.a
2025-08-20T20:25:59.4343970Z [00:02:38.120]➜  packagefile net/http/internal/ascii=/tmp/go-build1823208636/b224/_pkg_.a
2025-08-20T20:25:59.4344481Z [00:02:38.120]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:59.4344934Z [00:02:38.120]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:59.4345360Z [00:02:38.120]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.4346150Z [00:02:38.120]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.4346564Z [00:02:38.120]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.4346868Z [00:02:38.120]➜  EOF
2025-08-20T20:25:59.4348936Z [00:02:38.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b645=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid TZbXtTQd3H8Nnd4lUOut/TZbXtTQd3H8Nnd4lUOut -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/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-20T20:25:59.4367181Z [00:02:38.123]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T20:25:59.4382288Z [00:02:38.124]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T20:25:59.4387195Z [00:02:38.125]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/d6/d6a24df18f8203523956b92b4d667ad9049e668af47dd491f2d3d1afee084b5a-d # internal
2025-08-20T20:25:59.4397294Z [00:02:38.126]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/4a/4acd6e49aabc6d7e747f4569c6b25302c4185c6fe537319dbf34a7ffbd2ac96e-d # internal
2025-08-20T20:25:59.4397977Z [00:02:38.126]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T20:25:59.4398322Z [00:02:38.126]➜  mkdir -p $WORK/b646/
2025-08-20T20:25:59.4405478Z [00:02:38.126]➜  cat >/tmp/go-build1823208636/b646/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4407235Z [00:02:38.126]➜  # import config
2025-08-20T20:25:59.4408075Z [00:02:38.126]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.4408847Z [00:02:38.126]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:59.4409369Z [00:02:38.126]➜  EOF
2025-08-20T20:25:59.4411595Z [00:02:38.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_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/b646=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.23 -complete -installsuffix shared -buildid 7tyXyvZ59QGU7HOdlZtY/7tyXyvZ59QGU7HOdlZtY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/passthrough/passthrough.go
2025-08-20T20:25:59.4413613Z [00:02:38.127]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T20:25:59.4413928Z [00:02:38.127]➜  mkdir -p $WORK/b647/
2025-08-20T20:25:59.4414406Z [00:02:38.127]➜  cat >/tmp/go-build1823208636/b647/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4414827Z [00:02:38.127]➜  # import config
2025-08-20T20:25:59.4415162Z [00:02:38.127]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.4416108Z [00:02:38.127]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1823208636/b641/_pkg_.a
2025-08-20T20:25:59.4416870Z [00:02:38.127]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:59.4417263Z [00:02:38.127]➜  EOF
2025-08-20T20:25:59.4419264Z [00:02:38.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_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/b647=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.23 -complete -installsuffix shared -buildid pDXgfkAQXQ_X0LSQ6Kbs/pDXgfkAQXQ_X0LSQ6Kbs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/unix/unix.go
2025-08-20T20:25:59.4559214Z [00:02:38.142]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T20:25:59.4564088Z [00:02:38.143]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/89/899e88ac26820d8a73809aa7e8faffbed1da212f7f42e824e068b60d43bb60e5-d # internal
2025-08-20T20:25:59.4572993Z [00:02:38.143]➜  google.golang.org/grpc/internal/stats
2025-08-20T20:25:59.4573338Z [00:02:38.143]➜  mkdir -p $WORK/b648/
2025-08-20T20:25:59.4577874Z [00:02:38.144]➜  cat >/tmp/go-build1823208636/b648/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4578334Z [00:02:38.144]➜  # import config
2025-08-20T20:25:59.4578681Z [00:02:38.144]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.4579101Z [00:02:38.144]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.4579648Z [00:02:38.144]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:25:59.4580285Z [00:02:38.144]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1823208636/b603/_pkg_.a
2025-08-20T20:25:59.4580667Z [00:02:38.144]➜  EOF
2025-08-20T20:25:59.4582921Z [00:02:38.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b648/_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/b648=>" -p google.golang.org/grpc/internal/stats -lang=go1.23 -complete -installsuffix shared -buildid zYw1XEvtWWpPMTiHwPfR/zYw1XEvtWWpPMTiHwPfR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/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-20T20:25:59.4601513Z [00:02:38.146]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T20:25:59.4607679Z [00:02:38.147]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/16/16b4271b9796614061a28bbc18e6090f64aaf0d1abe150690ea5124b0f222072-d # internal
2025-08-20T20:25:59.4629547Z [00:02:38.149]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T20:25:59.4631458Z [00:02:38.149]➜  mkdir -p $WORK/b651/
2025-08-20T20:25:59.4631918Z [00:02:38.149]➜  cat >/tmp/go-build1823208636/b651/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4632280Z [00:02:38.149]➜  # import config
2025-08-20T20:25:59.4632714Z [00:02:38.149]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:59.4633107Z [00:02:38.149]➜  EOF
2025-08-20T20:25:59.4635327Z [00:02:38.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b651/_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/b651=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.23 -complete -installsuffix shared -buildid GgQkr80N2eRnudL465JJ/GgQkr80N2eRnudL465JJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/state/state.go
2025-08-20T20:25:59.4743169Z [00:02:38.160]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T20:25:59.4743909Z [00:02:38.160]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/3d/3d35e1ecf371038b30ed5cf81bb9afc90406294ad8f0789d30c0a67f204c9df8-d # internal
2025-08-20T20:25:59.4753001Z [00:02:38.161]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T20:25:59.4753804Z [00:02:38.161]➜  mkdir -p $WORK/b652/
2025-08-20T20:25:59.4754269Z [00:02:38.162]➜  cat >/tmp/go-build1823208636/b652/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4755150Z [00:02:38.162]➜  # import config
2025-08-20T20:25:59.4756395Z [00:02:38.162]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.4756894Z [00:02:38.162]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.4757324Z [00:02:38.162]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:59.4757764Z [00:02:38.162]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.4768070Z [00:02:38.163]➜  EOF
2025-08-20T20:25:59.4770751Z [00:02:38.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b652/_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/b652=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.23 -complete -installsuffix shared -buildid -oVy44ps5-apRfwpNyf8/-oVy44ps5-apRfwpNyf8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/internal/internal.go
2025-08-20T20:25:59.4827362Z [00:02:38.169]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T20:25:59.4829421Z [00:02:38.169]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/c4/c466b8ebb3d0a7ead0ae5ace82cf3a20a4203e10d6fa5012e5daa6621c292457-d # internal
2025-08-20T20:25:59.4834932Z [00:02:38.170]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T20:25:59.4838787Z [00:02:38.170]➜  mkdir -p $WORK/b653/
2025-08-20T20:25:59.4846086Z [00:02:38.171]➜  cat >/tmp/go-build1823208636/b653/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4846524Z [00:02:38.171]➜  # import config
2025-08-20T20:25:59.4846967Z [00:02:38.171]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:25:59.4847642Z [00:02:38.171]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:59.4848363Z [00:02:38.171]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:59.4848913Z [00:02:38.171]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:59.4849334Z [00:02:38.171]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:59.4849749Z [00:02:38.171]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.4850171Z [00:02:38.171]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.4850790Z [00:02:38.171]➜  EOF
2025-08-20T20:25:59.4873252Z [00:02:38.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b653/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/fieldmaskpb=>google.golang.org/protobuf@v1.36.7/types/known/fieldmaskpb;$WORK/b653=>" -p google.golang.org/protobuf/types/known/fieldmaskpb -lang=go1.22 -complete -installsuffix shared -buildid P55LXFZe_VktaGZs2-V5/P55LXFZe_VktaGZs2-V5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T20:25:59.4951014Z [00:02:38.181]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T20:25:59.4964060Z [00:02:38.182]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/70/7006c5cb41878eec0bf8b51693d148f203f4c7c8861aaba630700ab566f90049-d # internal
2025-08-20T20:25:59.4965828Z [00:02:38.182]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T20:25:59.4966293Z [00:02:38.182]➜  mkdir -p $WORK/b650/
2025-08-20T20:25:59.4966675Z [00:02:38.182]➜  cat >/tmp/go-build1823208636/b650/importcfg << 'EOF' # internal
2025-08-20T20:25:59.4967039Z [00:02:38.182]➜  # import config
2025-08-20T20:25:59.4967380Z [00:02:38.182]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.4967961Z [00:02:38.182]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:59.4968405Z [00:02:38.182]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.4969188Z [00:02:38.182]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build1823208636/b651/_pkg_.a
2025-08-20T20:25:59.4969824Z [00:02:38.182]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:25:59.4970450Z [00:02:38.182]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:25:59.4971121Z [00:02:38.182]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:25:59.4971844Z [00:02:38.182]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build1823208636/b652/_pkg_.a
2025-08-20T20:25:59.4972731Z [00:02:38.182]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:59.4973350Z [00:02:38.182]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:25:59.4973885Z [00:02:38.182]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:25:59.4974325Z [00:02:38.182]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:59.4974748Z [00:02:38.182]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:25:59.4975203Z [00:02:38.182]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:59.4975783Z [00:02:38.182]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.4976295Z [00:02:38.182]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.4976721Z [00:02:38.182]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.4977135Z [00:02:38.182]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.4977441Z [00:02:38.182]➜  EOF
2025-08-20T20:25:59.4979475Z [00:02:38.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b650/_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/b650=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid rbIqDX0_kxW2x8lLNw0P/rbIqDX0_kxW2x8lLNw0P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/dns_resolver.go
2025-08-20T20:25:59.5613310Z [00:02:38.247]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T20:25:59.5619265Z [00:02:38.248]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T20:25:59.5631500Z [00:02:38.249]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/ba/ba1ad3af5f97dd7629fbaa9359f9d1554c8f472ddcf70f3dc9a1baba3ceb7b4a-d # internal
2025-08-20T20:25:59.5639083Z [00:02:38.250]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T20:25:59.5639980Z [00:02:38.250]➜  mkdir -p $WORK/b654/
2025-08-20T20:25:59.5645777Z [00:02:38.250]➜  cat >/tmp/go-build1823208636/b654/importcfg << 'EOF' # internal
2025-08-20T20:25:59.5646246Z [00:02:38.250]➜  # import config
2025-08-20T20:25:59.5646751Z [00:02:38.250]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:59.5647465Z [00:02:38.250]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:59.5648021Z [00:02:38.250]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:59.5648679Z [00:02:38.250]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.5649063Z [00:02:38.250]➜  EOF
2025-08-20T20:25:59.5651237Z [00:02:38.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b654/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/wrapperspb=>google.golang.org/protobuf@v1.36.7/types/known/wrapperspb;$WORK/b654=>" -p google.golang.org/protobuf/types/known/wrapperspb -lang=go1.22 -complete -installsuffix shared -buildid AaoZxyNx7DYBis72wCsm/AaoZxyNx7DYBis72wCsm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/wrapperspb/wrappers.pb.go
2025-08-20T20:25:59.5681171Z [00:02:38.254]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/a5/a54d1405795820e85786f2417feaa67a9a53034283b30b3ce2f66e94deb79569-d # internal
2025-08-20T20:25:59.5689218Z [00:02:38.254]➜  golang.org/x/net/http/httpguts
2025-08-20T20:25:59.5689558Z [00:02:38.254]➜  mkdir -p $WORK/b634/
2025-08-20T20:25:59.5689945Z [00:02:38.254]➜  cat >/tmp/go-build1823208636/b634/importcfg << 'EOF' # internal
2025-08-20T20:25:59.5690288Z [00:02:38.254]➜  # import config
2025-08-20T20:25:59.5690677Z [00:02:38.254]➜  packagefile golang.org/x/net/idna=/tmp/go-build1823208636/b635/_pkg_.a
2025-08-20T20:25:59.5691414Z [00:02:38.254]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:59.5697399Z [00:02:38.254]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:59.5698903Z [00:02:38.254]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.5702459Z [00:02:38.254]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:59.5702885Z [00:02:38.254]➜  EOF
2025-08-20T20:25:59.5704935Z [00:02:38.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/http/httpguts=>golang.org/x/net@v0.43.0/http/httpguts;$WORK/b634=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid KJjVHFtf-eYFFwF-047h/KJjVHFtf-eYFFwF-047h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http/httpguts/httplex.go
2025-08-20T20:25:59.5706911Z [00:02:38.255]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T20:25:59.5717160Z [00:02:38.256]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/3f/3f2bc8095e98810489837ec68b23c59280b68e2f9348f4477cf6c551063617fc-d # internal
2025-08-20T20:25:59.5717757Z [00:02:38.256]➜  google.golang.org/grpc/resolver/dns
2025-08-20T20:25:59.5718062Z [00:02:38.256]➜  mkdir -p $WORK/b649/
2025-08-20T20:25:59.5718388Z [00:02:38.256]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T20:25:59.5718818Z [00:02:38.257]➜  cat >/tmp/go-build1823208636/b649/importcfg << 'EOF' # internal
2025-08-20T20:25:59.5719162Z [00:02:38.257]➜  # import config
2025-08-20T20:25:59.5719903Z [00:02:38.257]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build1823208636/b650/_pkg_.a
2025-08-20T20:25:59.5720609Z [00:02:38.257]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:25:59.5721118Z [00:02:38.257]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.5721426Z [00:02:38.257]➜  EOF
2025-08-20T20:25:59.5724774Z [00:02:38.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b649/_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/b649=>" -p google.golang.org/grpc/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid Fylk30VGn-YGZpSC0b2o/Fylk30VGn-YGZpSC0b2o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/dns/dns_resolver.go
2025-08-20T20:25:59.5735135Z [00:02:38.259]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/cc/cc872ae7e85cc41f6105fa60c3991cd7758137318a611a64db4edb9d0617660d-d # internal
2025-08-20T20:25:59.5737233Z [00:02:38.260]➜  google.golang.org/protobuf/types/known/emptypb
2025-08-20T20:25:59.5738191Z [00:02:38.260]➜  mkdir -p $WORK/b655/
2025-08-20T20:25:59.5739050Z [00:02:38.260]➜  cat >/tmp/go-build1823208636/b655/importcfg << 'EOF' # internal
2025-08-20T20:25:59.5739732Z [00:02:38.260]➜  # import config
2025-08-20T20:25:59.5740259Z [00:02:38.260]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:25:59.5741291Z [00:02:38.260]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:25:59.5741851Z [00:02:38.260]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:59.5742274Z [00:02:38.260]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.5742581Z [00:02:38.260]➜  EOF
2025-08-20T20:25:59.5744657Z [00:02:38.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/emptypb=>google.golang.org/protobuf@v1.36.7/types/known/emptypb;$WORK/b655=>" -p google.golang.org/protobuf/types/known/emptypb -lang=go1.22 -complete -installsuffix shared -buildid 29r3IYL1gI8XA3liNllS/29r3IYL1gI8XA3liNllS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/emptypb/empty.pb.go
2025-08-20T20:25:59.5884734Z [00:02:38.275]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T20:25:59.5888109Z [00:02:38.275]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/45/454ff5dba7e8abeedf7ef4a77eccf50e8145f327e0cd6f3ea10e6df893b3b5bd-d # internal
2025-08-20T20:25:59.5888775Z [00:02:38.275]➜  golang.org/x/mod/sumdb/note
2025-08-20T20:25:59.5890091Z [00:02:38.275]➜  mkdir -p $WORK/b657/
2025-08-20T20:25:59.5892716Z [00:02:38.275]➜  cat >/tmp/go-build1823208636/b657/importcfg << 'EOF' # internal
2025-08-20T20:25:59.5893090Z [00:02:38.275]➜  # import config
2025-08-20T20:25:59.5893444Z [00:02:38.275]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.5893893Z [00:02:38.275]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:59.5894369Z [00:02:38.275]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:59.5894841Z [00:02:38.275]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:59.5895323Z [00:02:38.275]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:59.5895930Z [00:02:38.275]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.5896347Z [00:02:38.275]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.5896743Z [00:02:38.275]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:59.5897156Z [00:02:38.275]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.5897588Z [00:02:38.275]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.5898315Z [00:02:38.275]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:59.5898830Z [00:02:38.275]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:59.5899170Z [00:02:38.275]➜  EOF
2025-08-20T20:25:59.5906031Z [00:02:38.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.26.0/sumdb/note=>golang.org/x/mod@v0.26.0/sumdb/note;$WORK/b657=>" -p golang.org/x/mod/sumdb/note -lang=go1.23 -complete -installsuffix shared -buildid bNvHWWdMJDS4dOyi116q/bNvHWWdMJDS4dOyi116q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.26.0/sumdb/note/note.go
2025-08-20T20:25:59.5937974Z [00:02:38.280]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T20:25:59.5942383Z [00:02:38.280]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/01/0193c8f2e6f40f9df791a6011771227921ce91f197cc9bfaaae269a0f491d919-d # internal
2025-08-20T20:25:59.5948026Z [00:02:38.280]➜  golang.org/x/net/internal/httpcommon
2025-08-20T20:25:59.5950024Z [00:02:38.280]➜  mkdir -p $WORK/b639/
2025-08-20T20:25:59.5950458Z [00:02:38.281]➜  cat >/tmp/go-build1823208636/b639/importcfg << 'EOF' # internal
2025-08-20T20:25:59.5950804Z [00:02:38.281]➜  # import config
2025-08-20T20:25:59.5951147Z [00:02:38.281]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.5951574Z [00:02:38.281]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.5952324Z [00:02:38.281]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.5952836Z [00:02:38.281]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1823208636/b634/_pkg_.a
2025-08-20T20:25:59.5953420Z [00:02:38.281]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1823208636/b638/_pkg_.a
2025-08-20T20:25:59.5953965Z [00:02:38.281]➜  packagefile net/http/httptrace=/tmp/go-build1823208636/b222/_pkg_.a
2025-08-20T20:25:59.5954461Z [00:02:38.281]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:59.5954910Z [00:02:38.281]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:59.5959032Z [00:02:38.281]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:59.5959633Z [00:02:38.281]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.5960075Z [00:02:38.281]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.5960513Z [00:02:38.281]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.5960821Z [00:02:38.281]➜  EOF
2025-08-20T20:25:59.5963523Z [00:02:38.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/httpcommon=>golang.org/x/net@v0.43.0/internal/httpcommon;$WORK/b639=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid 7_MKEe-rmjtvOp9V2YlF/7_MKEe-rmjtvOp9V2YlF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/httpcommon/request.go
2025-08-20T20:25:59.6071434Z [00:02:38.293]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T20:25:59.6078259Z [00:02:38.293]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/5d/5dd937015c4fd1d2cecfc924bdcd3288782d5b56bd8ea4b367deccc48d371590-d # internal
2025-08-20T20:25:59.6079987Z [00:02:38.293]➜  github.com/transparency-dev/merkle/compact
2025-08-20T20:25:59.6080332Z [00:02:38.293]➜  mkdir -p $WORK/b664/
2025-08-20T20:25:59.6081760Z [00:02:38.293]➜  cat >/tmp/go-build1823208636/b664/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6082997Z [00:02:38.293]➜  # import config
2025-08-20T20:25:59.6083644Z [00:02:38.293]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.6084147Z [00:02:38.293]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.6084564Z [00:02:38.293]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.6084998Z [00:02:38.293]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:59.6085322Z [00:02:38.293]➜  EOF
2025-08-20T20:25:59.6090216Z [00:02:38.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2/compact=>github.com/transparency-dev/merkle@v0.0.2/compact;$WORK/b664=>" -p github.com/transparency-dev/merkle/compact -lang=go1.19 -complete -installsuffix shared -buildid Lrer9i6kwk3c62xJD1CL/Lrer9i6kwk3c62xJD1CL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2/compact/nodes.go /root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2/compact/range.go
2025-08-20T20:25:59.6254681Z [00:02:38.311]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T20:25:59.6261251Z [00:02:38.312]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/77/77a4b25200c74d7b6fb4d70aa250eb5174e9382f64f2b502255a46bfd8541dbd-d # internal
2025-08-20T20:25:59.6261927Z [00:02:38.312]➜  github.com/transparency-dev/merkle/rfc6962
2025-08-20T20:25:59.6262253Z [00:02:38.312]➜  mkdir -p $WORK/b665/
2025-08-20T20:25:59.6262627Z [00:02:38.312]➜  cat >/tmp/go-build1823208636/b665/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6262990Z [00:02:38.312]➜  # import config
2025-08-20T20:25:59.6263329Z [00:02:38.312]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:59.6263779Z [00:02:38.312]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:59.6264114Z [00:02:38.312]➜  EOF
2025-08-20T20:25:59.6266396Z [00:02:38.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2/rfc6962=>github.com/transparency-dev/merkle@v0.0.2/rfc6962;$WORK/b665=>" -p github.com/transparency-dev/merkle/rfc6962 -lang=go1.19 -complete -installsuffix shared -buildid QBEvyInk5v2MGS25bzSz/QBEvyInk5v2MGS25bzSz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2/rfc6962/rfc6962.go
2025-08-20T20:25:59.6408272Z [00:02:38.327]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T20:25:59.6415690Z [00:02:38.327]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/bd/bdd71b53c11b079521326563583efe7b8b8bd8a0556943791f83a604a3891d0e-d # internal
2025-08-20T20:25:59.6420640Z [00:02:38.328]➜  github.com/transparency-dev/merkle/proof
2025-08-20T20:25:59.6421005Z [00:02:38.328]➜  mkdir -p $WORK/b662/
2025-08-20T20:25:59.6421384Z [00:02:38.328]➜  cat >/tmp/go-build1823208636/b662/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6421732Z [00:02:38.328]➜  # import config
2025-08-20T20:25:59.6422092Z [00:02:38.328]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.6422802Z [00:02:38.328]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.6423286Z [00:02:38.328]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.6423819Z [00:02:38.328]➜  packagefile github.com/transparency-dev/merkle=/tmp/go-build1823208636/b663/_pkg_.a
2025-08-20T20:25:59.6424470Z [00:02:38.328]➜  packagefile github.com/transparency-dev/merkle/compact=/tmp/go-build1823208636/b664/_pkg_.a
2025-08-20T20:25:59.6425021Z [00:02:38.328]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:59.6425352Z [00:02:38.328]➜  EOF
2025-08-20T20:25:59.6427935Z [00:02:38.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2/proof=>github.com/transparency-dev/merkle@v0.0.2/proof;$WORK/b662=>" -p github.com/transparency-dev/merkle/proof -lang=go1.19 -complete -installsuffix shared -buildid Benfz6t6rbkL3JCW2x7u/Benfz6t6rbkL3JCW2x7u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2/proof/proof.go /root/go/pkg/mod/github.com/transparency-dev/merkle@v0.0.2/proof/verify.go
2025-08-20T20:25:59.6434002Z [00:02:38.329]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T20:25:59.6434724Z [00:02:38.329]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/47/476e25da2edf1b017944e31a92bf04be35255e8551b95a1b815616f24822eb85-d # internal
2025-08-20T20:25:59.6435950Z [00:02:38.329]➜  github.com/sigstore/rekor-tiles/pkg/note
2025-08-20T20:25:59.6436295Z [00:02:38.329]➜  mkdir -p $WORK/b656/
2025-08-20T20:25:59.6436670Z [00:02:38.329]➜  cat >/tmp/go-build1823208636/b656/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6437016Z [00:02:38.330]➜  # import config
2025-08-20T20:25:59.6437354Z [00:02:38.330]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.6437790Z [00:02:38.330]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.6438230Z [00:02:38.330]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:25:59.6438677Z [00:02:38.330]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:25:59.6439158Z [00:02:38.330]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:25:59.6439617Z [00:02:38.330]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:25:59.6440076Z [00:02:38.330]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:59.6440539Z [00:02:38.330]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:25:59.6441016Z [00:02:38.330]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:59.6441464Z [00:02:38.330]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.6442027Z [00:02:38.330]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:25:59.6442759Z [00:02:38.330]➜  packagefile github.com/sigstore/sigstore/pkg/signature/options=/tmp/go-build1823208636/b553/_pkg_.a
2025-08-20T20:25:59.6443412Z [00:02:38.330]➜  packagefile golang.org/x/mod/sumdb/note=/tmp/go-build1823208636/b657/_pkg_.a
2025-08-20T20:25:59.6444175Z [00:02:38.330]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.6444609Z [00:02:38.330]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:59.6445059Z [00:02:38.330]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:59.6445395Z [00:02:38.330]➜  EOF
2025-08-20T20:25:59.6447974Z [00:02:38.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/note=>github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/note;$WORK/b656=>" -p github.com/sigstore/rekor-tiles/pkg/note -lang=go1.24 -complete -installsuffix shared -buildid o4QfQrhN0U77EeidtAaO/o4QfQrhN0U77EeidtAaO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/note/note.go
2025-08-20T20:25:59.6458224Z [00:02:38.332]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T20:25:59.6463995Z [00:02:38.332]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/5c/5ce41f832cebfde873919ed9248c9a7a4114f997fccd719e58b81e9ba93fc0f8-d # internal
2025-08-20T20:25:59.6464870Z [00:02:38.332]➜  github.com/transparency-dev/formats/log
2025-08-20T20:25:59.6466230Z [00:02:38.332]➜  mkdir -p $WORK/b661/
2025-08-20T20:25:59.6471133Z [00:02:38.333]➜  cat >/tmp/go-build1823208636/b661/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6474997Z [00:02:38.333]➜  # import config
2025-08-20T20:25:59.6475373Z [00:02:38.333]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.6476274Z [00:02:38.333]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:59.6476832Z [00:02:38.333]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:59.6477282Z [00:02:38.333]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.6477706Z [00:02:38.333]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.6478199Z [00:02:38.333]➜  packagefile golang.org/x/mod/sumdb/note=/tmp/go-build1823208636/b657/_pkg_.a
2025-08-20T20:25:59.6478721Z [00:02:38.333]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.6479263Z [00:02:38.333]➜  EOF
2025-08-20T20:25:59.6482343Z [00:02:38.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/formats@v0.0.0-20250421220931-bb8ad4d07c26/log=>github.com/transparency-dev/formats@v0.0.0-20250421220931-bb8ad4d07c26/log;$WORK/b661=>" -p github.com/transparency-dev/formats/log -lang=go1.23 -complete -installsuffix shared -buildid _OvP7TZycjKZAoONdH8O/_OvP7TZycjKZAoONdH8O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/formats@v0.0.0-20250421220931-bb8ad4d07c26/log/checkpoint.go /root/go/pkg/mod/github.com/transparency-dev/formats@v0.0.0-20250421220931-bb8ad4d07c26/log/identifier.go /root/go/pkg/mod/github.com/transparency-dev/formats@v0.0.0-20250421220931-bb8ad4d07c26/log/note.go
2025-08-20T20:25:59.6551386Z [00:02:38.341]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T20:25:59.6554718Z [00:02:38.341]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/15/15e0d8188033a9e447fb002167d69d1a163707b197a299be416d48836cac7dfe-d # internal
2025-08-20T20:25:59.6560354Z [00:02:38.342]➜  golang.org/x/net/http2
2025-08-20T20:25:59.6560661Z [00:02:38.342]➜  mkdir -p $WORK/b633/
2025-08-20T20:25:59.6564951Z [00:02:38.342]➜  cat >/tmp/go-build1823208636/b633/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6566520Z [00:02:38.342]➜  # import config
2025-08-20T20:25:59.6568311Z [00:02:38.342]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:25:59.6570762Z [00:02:38.342]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.6572508Z [00:02:38.343]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:25:59.6573132Z [00:02:38.343]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.6573586Z [00:02:38.343]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:25:59.6574040Z [00:02:38.343]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:25:59.6574521Z [00:02:38.343]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:59.6574972Z [00:02:38.343]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.6575385Z [00:02:38.343]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.6579334Z [00:02:38.343]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1823208636/b634/_pkg_.a
2025-08-20T20:25:59.6580347Z [00:02:38.343]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1823208636/b638/_pkg_.a
2025-08-20T20:25:59.6580968Z [00:02:38.343]➜  packagefile golang.org/x/net/idna=/tmp/go-build1823208636/b635/_pkg_.a
2025-08-20T20:25:59.6581568Z [00:02:38.343]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build1823208636/b639/_pkg_.a
2025-08-20T20:25:59.6582080Z [00:02:38.343]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:59.6582490Z [00:02:38.343]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:25:59.6582907Z [00:02:38.343]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:59.6583314Z [00:02:38.343]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:59.6583769Z [00:02:38.343]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:25:59.6584340Z [00:02:38.343]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:59.6584843Z [00:02:38.343]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:25:59.6585271Z [00:02:38.343]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:25:59.6585966Z [00:02:38.343]➜  packagefile net/http/httptrace=/tmp/go-build1823208636/b222/_pkg_.a
2025-08-20T20:25:59.6586480Z [00:02:38.343]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:25:59.6586926Z [00:02:38.343]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:25:59.6587333Z [00:02:38.343]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:25:59.6587938Z [00:02:38.343]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:59.6588364Z [00:02:38.343]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:59.6588784Z [00:02:38.343]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:59.6589210Z [00:02:38.343]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.6589636Z [00:02:38.343]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.6590056Z [00:02:38.343]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.6590658Z [00:02:38.343]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:59.6591096Z [00:02:38.343]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.6591403Z [00:02:38.343]➜  EOF
2025-08-20T20:25:59.6604212Z [00:02:38.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/http2=>golang.org/x/net@v0.43.0/http2;$WORK/b633=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid rVWOFRkzXuSrqC_Yv9AB/rVWOFRkzXuSrqC_Yv9AB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/http2/writesched_roundrobin.go
2025-08-20T20:25:59.6655972Z [00:02:38.352]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T20:25:59.6660141Z [00:02:38.352]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/ca/cabed97f33c631c89f4f24e32d187125b1db99f0d722326115282c52785fc63a-d # internal
2025-08-20T20:25:59.6662156Z [00:02:38.352]➜  github.com/avast/retry-go/v4
2025-08-20T20:25:59.6662493Z [00:02:38.352]➜  mkdir -p $WORK/b667/
2025-08-20T20:25:59.6664237Z [00:02:38.352]➜  cat >/tmp/go-build1823208636/b667/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6664621Z [00:02:38.353]➜  # import config
2025-08-20T20:25:59.6664967Z [00:02:38.353]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.6665395Z [00:02:38.353]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.6676770Z [00:02:38.353]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.6677510Z [00:02:38.353]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:59.6678057Z [00:02:38.353]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:25:59.6678500Z [00:02:38.353]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.6678931Z [00:02:38.353]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.6679233Z [00:02:38.353]➜  EOF
2025-08-20T20:25:59.6681344Z [00:02:38.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/avast/retry-go/v4@v4.6.1=>github.com/avast/retry-go/v4@v4.6.1;$WORK/b667=>" -p github.com/avast/retry-go/v4 -lang=go1.18 -complete -installsuffix shared -buildid NFz0XC_4wMUuS-1u1eEu/NFz0XC_4wMUuS-1u1eEu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/github.com/avast/retry-go/v4@v4.6.1/options.go /root/go/pkg/mod/github.com/avast/retry-go/v4@v4.6.1/retry.go
2025-08-20T20:25:59.6832790Z [00:02:38.369]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T20:25:59.6837845Z [00:02:38.369]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/4f/4f06cb12015a7fc077e82bd9d8bcdac79692e1877f66f5858ef570a82a2ca760-d # internal
2025-08-20T20:25:59.6838788Z [00:02:38.369]➜  github.com/hashicorp/golang-lru/v2/internal
2025-08-20T20:25:59.6839117Z [00:02:38.369]➜  mkdir -p $WORK/b670/
2025-08-20T20:25:59.6839439Z [00:02:38.369]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T20:25:59.6840116Z [00:02:38.369]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/c6/c646196c9df54ea1225bd4239889d1f193186ae4f3cb7b6b2d19dd2084a933f8-d # internal
2025-08-20T20:25:59.6840732Z [00:02:38.369]➜  github.com/transparency-dev/tessera/api/layout
2025-08-20T20:25:59.6841051Z [00:02:38.369]➜  mkdir -p $WORK/b672/
2025-08-20T20:25:59.6841414Z [00:02:38.369]➜  cat >/tmp/go-build1823208636/b670/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6841752Z [00:02:38.369]➜  # import config
2025-08-20T20:25:59.6842089Z [00:02:38.369]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.6842400Z [00:02:38.369]➜  EOF
2025-08-20T20:25:59.6842724Z [00:02:38.369]➜  cat >/tmp/go-build1823208636/b672/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6843069Z [00:02:38.369]➜  # import config
2025-08-20T20:25:59.6843390Z [00:02:38.369]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.6843804Z [00:02:38.369]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:25:59.6844209Z [00:02:38.369]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:59.6844679Z [00:02:38.369]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.6845103Z [00:02:38.369]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.6845417Z [00:02:38.369]➜  EOF
2025-08-20T20:25:59.6848074Z [00:02:38.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_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/b670=>" -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/b670/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/list.go
2025-08-20T20:25:59.6852543Z [00:02:38.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/api/layout=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/api/layout;$WORK/b672=>" -p github.com/transparency-dev/tessera/api/layout -lang=go1.24 -complete -installsuffix shared -buildid tKpLYq8J-TCyIgz_Z695/tKpLYq8J-TCyIgz_Z695 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/api/layout/paths.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/api/layout/tile.go
2025-08-20T20:25:59.6948973Z [00:02:38.379]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T20:25:59.6962819Z [00:02:38.379]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/e6/e6e1a591540c6a54efa2e8ea360ce485c787d3bb3044d40b3e9763acf03b6f87-d # internal
2025-08-20T20:25:59.6963471Z [00:02:38.379]➜  github.com/hashicorp/golang-lru/v2/simplelru
2025-08-20T20:25:59.6963799Z [00:02:38.379]➜  mkdir -p $WORK/b669/
2025-08-20T20:25:59.6964565Z [00:02:38.380]➜  cat >/tmp/go-build1823208636/b669/importcfg << 'EOF' # internal
2025-08-20T20:25:59.6964918Z [00:02:38.380]➜  # import config
2025-08-20T20:25:59.6965256Z [00:02:38.380]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.6965996Z [00:02:38.380]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build1823208636/b670/_pkg_.a
2025-08-20T20:25:59.6966455Z [00:02:38.380]➜  EOF
2025-08-20T20:25:59.6968792Z [00:02:38.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_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/b669=>" -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/b669/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-20T20:25:59.7064649Z [00:02:38.392]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T20:25:59.7071233Z [00:02:38.393]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/1a/1a79b3742a97bdcba30d2e0157161355fb8b0ccd24b8286469a73f55170be964-d # internal
2025-08-20T20:25:59.7071893Z [00:02:38.393]➜  github.com/hashicorp/golang-lru/v2
2025-08-20T20:25:59.7073050Z [00:02:38.393]➜  mkdir -p $WORK/b668/
2025-08-20T20:25:59.7074892Z [00:02:38.393]➜  cat >/tmp/go-build1823208636/b668/importcfg << 'EOF' # internal
2025-08-20T20:25:59.7075862Z [00:02:38.393]➜  # import config
2025-08-20T20:25:59.7076286Z [00:02:38.393]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.7077017Z [00:02:38.393]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build1823208636/b669/_pkg_.a
2025-08-20T20:25:59.7077714Z [00:02:38.393]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.7078232Z [00:02:38.393]➜  EOF
2025-08-20T20:25:59.7081291Z [00:02:38.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_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/b668=>" -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/b668/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-20T20:25:59.7092150Z [00:02:38.395]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T20:25:59.7096815Z [00:02:38.396]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/1a/1a7edd94a4c718ee730d73735cfd9b055d3588342d5c6a049a714d9b1ac96b96-d # internal
2025-08-20T20:25:59.7101006Z [00:02:38.396]➜  github.com/transparency-dev/tessera/api
2025-08-20T20:25:59.7101401Z [00:02:38.396]➜  mkdir -p $WORK/b671/
2025-08-20T20:25:59.7109861Z [00:02:38.397]➜  cat >/tmp/go-build1823208636/b671/importcfg << 'EOF' # internal
2025-08-20T20:25:59.7110368Z [00:02:38.397]➜  # import config
2025-08-20T20:25:59.7110725Z [00:02:38.397]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.7111356Z [00:02:38.397]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:25:59.7111909Z [00:02:38.397]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:25:59.7112361Z [00:02:38.397]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.7112942Z [00:02:38.397]➜  packagefile github.com/transparency-dev/tessera/api/layout=/tmp/go-build1823208636/b672/_pkg_.a
2025-08-20T20:25:59.7113389Z [00:02:38.397]➜  EOF
2025-08-20T20:25:59.7115840Z [00:02:38.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/api=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/api;$WORK/b671=>" -p github.com/transparency-dev/tessera/api -lang=go1.24 -complete -installsuffix shared -buildid QznekWAy-qKGSqVns0hm/QznekWAy-qKGSqVns0hm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/api/state.go
2025-08-20T20:25:59.7131809Z [00:02:38.399]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T20:25:59.7144764Z [00:02:38.400]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/db/dbed72aaf0c62c0dd2d50f1b95d26dd01eaf725ac96ca21adff6de67450255b0-d # internal
2025-08-20T20:25:59.7146294Z [00:02:38.401]➜  log/slog/internal/buffer
2025-08-20T20:25:59.7146612Z [00:02:38.401]➜  mkdir -p $WORK/b679/
2025-08-20T20:25:59.7153837Z [00:02:38.401]➜  cat >/tmp/go-build1823208636/b679/importcfg << 'EOF' # internal
2025-08-20T20:25:59.7154299Z [00:02:38.401]➜  # import config
2025-08-20T20:25:59.7154661Z [00:02:38.401]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.7154972Z [00:02:38.401]➜  EOF
2025-08-20T20:25:59.7156780Z [00:02:38.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b679=>" -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/b679/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T20:25:59.7234708Z [00:02:38.410]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T20:25:59.7240645Z [00:02:38.410]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/bd/bd424b740dbf61c292a5046d3f6468baf4dab508caf8a0ae54c404b6130c272e-d # internal
2025-08-20T20:25:59.7243250Z [00:02:38.410]➜  go.opentelemetry.io/auto/sdk/internal/telemetry
2025-08-20T20:25:59.7249068Z [00:02:38.411]➜  mkdir -p $WORK/b684/
2025-08-20T20:25:59.7250310Z [00:02:38.411]➜  cat >/tmp/go-build1823208636/b684/importcfg << 'EOF' # internal
2025-08-20T20:25:59.7250953Z [00:02:38.411]➜  # import config
2025-08-20T20:25:59.7251308Z [00:02:38.411]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.7251724Z [00:02:38.411]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:59.7252197Z [00:02:38.411]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:25:59.7252947Z [00:02:38.411]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:25:59.7253481Z [00:02:38.411]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:59.7253933Z [00:02:38.411]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.7254345Z [00:02:38.411]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.7254745Z [00:02:38.411]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:59.7255153Z [00:02:38.411]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:59.7255767Z [00:02:38.411]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:59.7256284Z [00:02:38.411]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.7256704Z [00:02:38.411]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.7257140Z [00:02:38.411]➜  EOF
2025-08-20T20:25:59.7261979Z [00:02:38.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_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/b684=>" -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/b684/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-20T20:25:59.7306648Z [00:02:38.417]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T20:25:59.7314737Z [00:02:38.417]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/e0/e0cb8a026eaad02377ca05c08b342fb9272bf4fb7036af1969c5d6fc89466f31-d # internal
2025-08-20T20:25:59.7316225Z [00:02:38.418]➜  go.opentelemetry.io/otel/attribute/internal
2025-08-20T20:25:59.7316564Z [00:02:38.418]➜  mkdir -p $WORK/b686/
2025-08-20T20:25:59.7326390Z [00:02:38.419]➜  cat >/tmp/go-build1823208636/b686/importcfg << 'EOF' # internal
2025-08-20T20:25:59.7326794Z [00:02:38.419]➜  # import config
2025-08-20T20:25:59.7327145Z [00:02:38.419]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:59.7327491Z [00:02:38.419]➜  EOF
2025-08-20T20:25:59.7329583Z [00:02:38.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/internal=>go.opentelemetry.io/otel@v1.37.0/attribute/internal;$WORK/b686=>" -p go.opentelemetry.io/otel/attribute/internal -lang=go1.23 -complete -installsuffix shared -buildid y9I8l4VJZDzXgYSXBkcS/y9I8l4VJZDzXgYSXBkcS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/internal/attribute.go
2025-08-20T20:25:59.7358411Z [00:02:38.422]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T20:25:59.7369788Z [00:02:38.423]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T20:25:59.7375752Z [00:02:38.424]➜  log/slog
2025-08-20T20:25:59.7376214Z [00:02:38.424]➜  mkdir -p $WORK/b677/
2025-08-20T20:25:59.7388281Z [00:02:38.425]➜  cat >/tmp/go-build1823208636/b677/importcfg << 'EOF' # internal
2025-08-20T20:25:59.7389134Z [00:02:38.425]➜  # import config
2025-08-20T20:25:59.7389684Z [00:02:38.425]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.7390272Z [00:02:38.425]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.7390852Z [00:02:38.425]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:25:59.7391420Z [00:02:38.425]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:59.7392002Z [00:02:38.425]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.7392536Z [00:02:38.425]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.7393044Z [00:02:38.425]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:25:59.7393594Z [00:02:38.425]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:25:59.7394324Z [00:02:38.425]➜  packagefile log/internal=/tmp/go-build1823208636/b214/_pkg_.a
2025-08-20T20:25:59.7394965Z [00:02:38.425]➜  packagefile log/slog/internal=/tmp/go-build1823208636/b678/_pkg_.a
2025-08-20T20:25:59.7395841Z [00:02:38.425]➜  packagefile log/slog/internal/buffer=/tmp/go-build1823208636/b679/_pkg_.a
2025-08-20T20:25:59.7396482Z [00:02:38.425]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:59.7397043Z [00:02:38.425]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:59.7397604Z [00:02:38.425]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:59.7398346Z [00:02:38.425]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:59.7398861Z [00:02:38.425]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.7399372Z [00:02:38.425]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:25:59.7399882Z [00:02:38.425]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.7400427Z [00:02:38.425]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:59.7401016Z [00:02:38.425]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.7401575Z [00:02:38.425]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:25:59.7402334Z [00:02:38.425]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:25:59.7402797Z [00:02:38.425]➜  EOF
2025-08-20T20:25:59.7405239Z [00:02:38.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b677=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/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-20T20:25:59.7644614Z [00:02:38.450]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T20:25:59.7658128Z [00:02:38.452]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/cd/cda5dd4366497f73b2396e9822f676dfb67c19ae9c869768d0863097d8cd7f8e-d # internal
2025-08-20T20:25:59.7669726Z [00:02:38.452]➜  go.opentelemetry.io/otel/attribute
2025-08-20T20:25:59.7670077Z [00:02:38.452]➜  mkdir -p $WORK/b685/
2025-08-20T20:25:59.7670462Z [00:02:38.452]➜  cat >/tmp/go-build1823208636/b685/importcfg << 'EOF' # internal
2025-08-20T20:25:59.7670838Z [00:02:38.452]➜  # import config
2025-08-20T20:25:59.7671183Z [00:02:38.452]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:25:59.7671598Z [00:02:38.452]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:25:59.7672036Z [00:02:38.452]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:59.7672483Z [00:02:38.452]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.7673305Z [00:02:38.452]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build1823208636/b686/_pkg_.a
2025-08-20T20:25:59.7673908Z [00:02:38.452]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:25:59.7674334Z [00:02:38.452]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:25:59.7674755Z [00:02:38.452]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:25:59.7675165Z [00:02:38.452]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:25:59.7675733Z [00:02:38.452]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.7676210Z [00:02:38.452]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:25:59.7676642Z [00:02:38.452]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:25:59.7676973Z [00:02:38.452]➜  EOF
2025-08-20T20:25:59.7681261Z [00:02:38.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute=>go.opentelemetry.io/otel@v1.37.0/attribute;$WORK/b685=>" -p go.opentelemetry.io/otel/attribute -lang=go1.23 -complete -installsuffix shared -buildid LDVdUcwiqf5ynvO4ICK-/LDVdUcwiqf5ynvO4ICK- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/encoder.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/iterator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/key.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/kv.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/rawhelpers.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/set.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/type_string.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/value.go
2025-08-20T20:25:59.8837066Z [00:02:38.570]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T20:25:59.8861236Z [00:02:38.572]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/0a/0a6cdc7033f35b422a754b1021d7aa281e0dcbfc95602221c14aca3dd93ae5ec-d # internal
2025-08-20T20:25:59.8863428Z [00:02:38.572]➜  go.opentelemetry.io/otel/codes
2025-08-20T20:25:59.8864292Z [00:02:38.572]➜  mkdir -p $WORK/b687/
2025-08-20T20:25:59.8869650Z [00:02:38.573]➜  cat >/tmp/go-build1823208636/b687/importcfg << 'EOF' # internal
2025-08-20T20:25:59.8870067Z [00:02:38.573]➜  # import config
2025-08-20T20:25:59.8870436Z [00:02:38.573]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:25:59.8870887Z [00:02:38.573]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:25:59.8871300Z [00:02:38.573]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.8871732Z [00:02:38.573]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:25:59.8872048Z [00:02:38.573]➜  EOF
2025-08-20T20:25:59.8889187Z [00:02:38.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/codes=>go.opentelemetry.io/otel@v1.37.0/codes;$WORK/b687=>" -p go.opentelemetry.io/otel/codes -lang=go1.23 -complete -installsuffix shared -buildid 4-FR9SyTkD322tIdjvWt/4-FR9SyTkD322tIdjvWt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/codes/codes.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/codes/doc.go
2025-08-20T20:25:59.8892034Z [00:02:38.575]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T20:25:59.8933806Z [00:02:38.579]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/bf/bf857de7bbf24a2b8e72dfc121aeb85b676a49fa9c35a7d3f7e4ff41f2a0ee75-d # internal
2025-08-20T20:25:59.8938502Z [00:02:38.580]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T20:25:59.8938879Z [00:02:38.580]➜  mkdir -p $WORK/b688/
2025-08-20T20:25:59.8940588Z [00:02:38.580]➜  cat >/tmp/go-build1823208636/b688/importcfg << 'EOF' # internal
2025-08-20T20:25:59.8941628Z [00:02:38.580]➜  # import config
2025-08-20T20:25:59.8942348Z [00:02:38.580]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:25:59.8942964Z [00:02:38.580]➜  EOF
2025-08-20T20:25:59.8947094Z [00:02:38.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0;$WORK/b688=>" -p go.opentelemetry.io/otel/semconv/v1.26.0 -lang=go1.23 -complete -installsuffix shared -buildid 854xeqL6xc8wuiekLLUP/854xeqL6xc8wuiekLLUP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/schema.go
2025-08-20T20:25:59.9154407Z [00:02:38.601]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T20:25:59.9155156Z [00:02:38.601]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/06/0691ca211d1a09202dd45f7f395feffc74712c3b7d76564d577aa711c2381389-d # internal
2025-08-20T20:25:59.9155986Z [00:02:38.601]➜  go.opentelemetry.io/otel/semconv/v1.34.0
2025-08-20T20:25:59.9156602Z [00:02:38.601]➜  mkdir -p $WORK/b690/
2025-08-20T20:25:59.9156982Z [00:02:38.601]➜  cat >/tmp/go-build1823208636/b690/importcfg << 'EOF' # internal
2025-08-20T20:25:59.9157329Z [00:02:38.601]➜  # import config
2025-08-20T20:25:59.9157776Z [00:02:38.601]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:25:59.9158180Z [00:02:38.601]➜  EOF
2025-08-20T20:25:59.9160932Z [00:02:38.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0;$WORK/b690=>" -p go.opentelemetry.io/otel/semconv/v1.34.0 -lang=go1.23 -complete -installsuffix shared -buildid mQ4TxDdPAkxTSpGFKRqD/mQ4TxDdPAkxTSpGFKRqD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/schema.go
2025-08-20T20:25:59.9355437Z [00:02:38.621]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T20:25:59.9440509Z [00:02:38.630]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T20:25:59.9457968Z [00:02:38.631]➜  github.com/go-logr/logr
2025-08-20T20:25:59.9458374Z [00:02:38.631]➜  mkdir -p $WORK/b676/
2025-08-20T20:25:59.9458759Z [00:02:38.631]➜  cat >/tmp/go-build1823208636/b676/importcfg << 'EOF' # internal
2025-08-20T20:25:59.9459126Z [00:02:38.631]➜  # import config
2025-08-20T20:25:59.9459471Z [00:02:38.631]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:25:59.9459893Z [00:02:38.631]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:25:59.9460315Z [00:02:38.631]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:25:59.9460761Z [00:02:38.631]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:25:59.9461182Z [00:02:38.631]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:25:59.9461489Z [00:02:38.631]➜  EOF
2025-08-20T20:25:59.9464762Z [00:02:38.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3=>github.com/go-logr/logr@v1.4.3;$WORK/b676=>" -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/b676/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-20T20:26:00.0139105Z [00:02:38.700]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T20:26:00.0142779Z [00:02:38.700]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/54/54bfb73f984509d29188a80ad2a5fea185e7b110421ce85a88e8281636a13b3f-d # internal
2025-08-20T20:26:00.0152036Z [00:02:38.701]➜  github.com/go-logr/logr/funcr
2025-08-20T20:26:00.0153087Z [00:02:38.701]➜  mkdir -p $WORK/b682/
2025-08-20T20:26:00.0162170Z [00:02:38.702]➜  cat >/tmp/go-build1823208636/b682/importcfg << 'EOF' # internal
2025-08-20T20:26:00.0163386Z [00:02:38.702]➜  # import config
2025-08-20T20:26:00.0163987Z [00:02:38.702]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.0164609Z [00:02:38.702]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.0165429Z [00:02:38.702]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:26:00.0178843Z [00:02:38.702]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:00.0179330Z [00:02:38.702]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.0179815Z [00:02:38.702]➜  packagefile github.com/go-logr/logr=/tmp/go-build1823208636/b676/_pkg_.a
2025-08-20T20:26:00.0180312Z [00:02:38.702]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:00.0180796Z [00:02:38.702]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:00.0181258Z [00:02:38.702]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.0181689Z [00:02:38.702]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:00.0182490Z [00:02:38.702]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.0182919Z [00:02:38.702]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.0183343Z [00:02:38.702]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.0183660Z [00:02:38.702]➜  EOF
2025-08-20T20:26:00.0185902Z [00:02:38.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_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/b682=>" -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/b682/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-20T20:26:00.1802734Z [00:02:38.863]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T20:26:00.1818162Z [00:02:38.866]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/62/621665e55ce22cd736242d170b77d0f4cb4ea19edc55102dfc827dcdc5bcd895-d # internal
2025-08-20T20:26:00.1818838Z [00:02:38.866]➜  go.opentelemetry.io/otel/trace/internal/telemetry
2025-08-20T20:26:00.1819183Z [00:02:38.866]➜  mkdir -p $WORK/b692/
2025-08-20T20:26:00.1819589Z [00:02:38.867]➜  cat >/tmp/go-build1823208636/b692/importcfg << 'EOF' # internal
2025-08-20T20:26:00.1819935Z [00:02:38.867]➜  # import config
2025-08-20T20:26:00.1820277Z [00:02:38.867]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.1820692Z [00:02:38.867]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:26:00.1821154Z [00:02:38.867]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:00.1821966Z [00:02:38.867]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:00.1822514Z [00:02:38.867]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:00.1822976Z [00:02:38.867]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.1823385Z [00:02:38.867]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.1823784Z [00:02:38.867]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:00.1824191Z [00:02:38.867]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:00.1824606Z [00:02:38.867]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:00.1825031Z [00:02:38.867]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.1825451Z [00:02:38.867]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.1826290Z [00:02:38.867]➜  EOF
2025-08-20T20:26:00.1831283Z [00:02:38.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry=>go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry;$WORK/b692=>" -p go.opentelemetry.io/otel/trace/internal/telemetry -lang=go1.23 -complete -installsuffix shared -buildid DJgHt5hfXGhEI4n0ORgg/DJgHt5hfXGhEI4n0ORgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/value.go
2025-08-20T20:26:00.2246752Z [00:02:38.910]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T20:26:00.2265035Z [00:02:38.912]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/dd/ddfaac4882ebc7031eb46aa3bd64c34798cc0394380b5530b18b052ed0cc40f2-d # internal
2025-08-20T20:26:00.2265854Z [00:02:38.912]➜  github.com/go-logr/stdr
2025-08-20T20:26:00.2269880Z [00:02:38.913]➜  mkdir -p $WORK/b681/
2025-08-20T20:26:00.2281597Z [00:02:38.914]➜  cat >/tmp/go-build1823208636/b681/importcfg << 'EOF' # internal
2025-08-20T20:26:00.2287757Z [00:02:38.914]➜  # import config
2025-08-20T20:26:00.2292212Z [00:02:38.914]➜  packagefile github.com/go-logr/logr=/tmp/go-build1823208636/b676/_pkg_.a
2025-08-20T20:26:00.2294159Z [00:02:38.914]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build1823208636/b682/_pkg_.a
2025-08-20T20:26:00.2294656Z [00:02:38.914]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:00.2295068Z [00:02:38.914]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:00.2295373Z [00:02:38.914]➜  EOF
2025-08-20T20:26:00.2305358Z [00:02:38.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b681=>" -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/b681/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T20:26:00.2742888Z [00:02:38.960]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T20:26:00.2855270Z [00:02:38.971]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/18/18233fc700f2be1090a4f0f5b6478f3a8ada22c91edc44bcfd2a6063cd089d98-d # internal
2025-08-20T20:26:00.2876411Z [00:02:38.974]➜  go.opentelemetry.io/otel/metric
2025-08-20T20:26:00.2883122Z [00:02:38.974]➜  mkdir -p $WORK/b694/
2025-08-20T20:26:00.2893867Z [00:02:38.976]➜  cat >/tmp/go-build1823208636/b694/importcfg << 'EOF' # internal
2025-08-20T20:26:00.2895500Z [00:02:38.976]➜  # import config
2025-08-20T20:26:00.2896547Z [00:02:38.976]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.2897185Z [00:02:38.976]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:00.2897859Z [00:02:38.976]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1823208636/b695/_pkg_.a
2025-08-20T20:26:00.2898283Z [00:02:38.976]➜  EOF
2025-08-20T20:26:00.2910936Z [00:02:38.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0=>go.opentelemetry.io/otel/metric@v1.37.0;$WORK/b694=>" -p go.opentelemetry.io/otel/metric -lang=go1.23 -complete -installsuffix shared -buildid tFQPWmx5L945vvxzLgqE/tFQPWmx5L945vvxzLgqE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/asyncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/asyncint64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/syncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/syncint64.go
2025-08-20T20:26:00.3124304Z [00:02:38.996]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T20:26:00.3132373Z [00:02:38.999]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/45/45e209d50e533b4c19f3399dae22ac05fe52d816302a31dfd55d0c5c3210a60e-d # internal
2025-08-20T20:26:00.3138732Z [00:02:39.000]➜  go.opentelemetry.io/otel/trace
2025-08-20T20:26:00.3139671Z [00:02:39.000]➜  mkdir -p $WORK/b689/
2025-08-20T20:26:00.3148771Z [00:02:39.001]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T20:26:00.3151987Z [00:02:39.001]➜  cat >/tmp/go-build1823208636/b689/importcfg << 'EOF' # internal
2025-08-20T20:26:00.3154749Z [00:02:39.001]➜  # import config
2025-08-20T20:26:00.3155103Z [00:02:39.001]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.3155717Z [00:02:39.001]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.3156229Z [00:02:39.001]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:00.3156697Z [00:02:39.001]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:00.3157133Z [00:02:39.001]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.3157665Z [00:02:39.001]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:00.3158271Z [00:02:39.001]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:00.3158900Z [00:02:39.001]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build1823208636/b690/_pkg_.a
2025-08-20T20:26:00.3159553Z [00:02:39.001]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1823208636/b691/_pkg_.a
2025-08-20T20:26:00.3160240Z [00:02:39.001]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build1823208636/b692/_pkg_.a
2025-08-20T20:26:00.3160807Z [00:02:39.001]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:00.3161210Z [00:02:39.001]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:00.3161624Z [00:02:39.001]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.3162058Z [00:02:39.001]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:00.3174151Z [00:02:39.001]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.3174984Z [00:02:39.001]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.3175476Z [00:02:39.001]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.3176105Z [00:02:39.001]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:00.3176540Z [00:02:39.001]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.3176978Z [00:02:39.001]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:00.3177317Z [00:02:39.001]➜  EOF
2025-08-20T20:26:00.3181617Z [00:02:39.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0=>go.opentelemetry.io/otel/trace@v1.37.0;$WORK/b689=>" -p go.opentelemetry.io/otel/trace -lang=go1.23 -complete -installsuffix shared -buildid DJCZZkBE72d1Y3Xb6749/DJCZZkBE72d1Y3Xb6749 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/context.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/nonrecording.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/noop.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/tracestate.go
2025-08-20T20:26:00.3185952Z [00:02:39.003]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/f5/f5c4aa3e2a6acafdd6767bba8bfb7ccc0c9f5fcd817c62e95f679b787871a3ec-d # internal
2025-08-20T20:26:00.3186623Z [00:02:39.003]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T20:26:00.3186941Z [00:02:39.003]➜  mkdir -p $WORK/b698/
2025-08-20T20:26:00.3187307Z [00:02:39.003]➜  cat >/tmp/go-build1823208636/b698/importcfg << 'EOF' # internal
2025-08-20T20:26:00.3187824Z [00:02:39.003]➜  # import config
2025-08-20T20:26:00.3188164Z [00:02:39.003]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.3188480Z [00:02:39.003]➜  EOF
2025-08-20T20:26:00.3190720Z [00:02:39.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/baggage=>go.opentelemetry.io/otel@v1.37.0/internal/baggage;$WORK/b698=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.23 -complete -installsuffix shared -buildid jsI2I3gILzl21Zx_N_sQ/jsI2I3gILzl21Zx_N_sQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/baggage/context.go
2025-08-20T20:26:00.3407973Z [00:02:39.027]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T20:26:00.3413570Z [00:02:39.027]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/eb/eb64095cf8cc96b3ac5e996501f42363a2261d6c99b56d3c86b0cc880a30f760-d # internal
2025-08-20T20:26:00.3415065Z [00:02:39.028]➜  go.opentelemetry.io/otel/baggage
2025-08-20T20:26:00.3417860Z [00:02:39.028]➜  mkdir -p $WORK/b697/
2025-08-20T20:26:00.3434816Z [00:02:39.028]➜  cat >/tmp/go-build1823208636/b697/importcfg << 'EOF' # internal
2025-08-20T20:26:00.3435989Z [00:02:39.028]➜  # import config
2025-08-20T20:26:00.3436575Z [00:02:39.028]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.3437295Z [00:02:39.028]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.3438190Z [00:02:39.028]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.3439361Z [00:02:39.028]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build1823208636/b698/_pkg_.a
2025-08-20T20:26:00.3440243Z [00:02:39.028]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:00.3440759Z [00:02:39.028]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.3441229Z [00:02:39.028]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:00.3441565Z [00:02:39.028]➜  EOF
2025-08-20T20:26:00.3444035Z [00:02:39.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage=>go.opentelemetry.io/otel@v1.37.0/baggage;$WORK/b697=>" -p go.opentelemetry.io/otel/baggage -lang=go1.23 -complete -installsuffix shared -buildid WrlUUOu0YD2V88Yjg2lu/WrlUUOu0YD2V88Yjg2lu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage/context.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage/doc.go
2025-08-20T20:26:00.4313990Z [00:02:39.117]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T20:26:00.4331918Z [00:02:39.119]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/d3/d3982ded08df7985b089987d6b1faa84fce298d9f44877db3a1ec570cf3cdb90-d # internal
2025-08-20T20:26:00.4350109Z [00:02:39.121]➜  k8s.io/klog/v2/internal/severity
2025-08-20T20:26:00.4350640Z [00:02:39.121]➜  mkdir -p $WORK/b701/
2025-08-20T20:26:00.4360171Z [00:02:39.122]➜  cat >/tmp/go-build1823208636/b701/importcfg << 'EOF' # internal
2025-08-20T20:26:00.4361065Z [00:02:39.122]➜  # import config
2025-08-20T20:26:00.4361568Z [00:02:39.122]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.4362061Z [00:02:39.122]➜  EOF
2025-08-20T20:26:00.4365230Z [00:02:39.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/severity=>k8s.io/klog/v2@v2.130.1/internal/severity;$WORK/b701=>" -p k8s.io/klog/v2/internal/severity -lang=go1.18 -complete -installsuffix shared -buildid eZnt7tBKR7Y8Le58OUw0/eZnt7tBKR7Y8Le58OUw0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/severity/severity.go
2025-08-20T20:26:00.4375872Z [00:02:39.124]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T20:26:00.4414124Z [00:02:39.127]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/1f/1f3dacc14444fcd97fd517864d2cb74faa443333418f296f29f3fd8e45de2ba3-d # internal
2025-08-20T20:26:00.4417683Z [00:02:39.128]➜  k8s.io/klog/v2/internal/clock
2025-08-20T20:26:00.4418008Z [00:02:39.128]➜  mkdir -p $WORK/b702/
2025-08-20T20:26:00.4426139Z [00:02:39.129]➜  cat >/tmp/go-build1823208636/b702/importcfg << 'EOF' # internal
2025-08-20T20:26:00.4426529Z [00:02:39.129]➜  # import config
2025-08-20T20:26:00.4426874Z [00:02:39.129]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.4427204Z [00:02:39.129]➜  EOF
2025-08-20T20:26:00.4428981Z [00:02:39.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/clock=>k8s.io/klog/v2@v2.130.1/internal/clock;$WORK/b702=>" -p k8s.io/klog/v2/internal/clock -lang=go1.18 -complete -installsuffix shared -buildid qNKBZw2f-8tDevZOB4kq/qNKBZw2f-8tDevZOB4kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/clock/clock.go
2025-08-20T20:26:00.4596531Z [00:02:39.145]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T20:26:00.4599158Z [00:02:39.146]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/df/dfe9c7bf91b9b74017340a262584793912dfe8d8c50fc963f9eb3ca196a68329-d # internal
2025-08-20T20:26:00.4599752Z [00:02:39.146]➜  k8s.io/klog/v2/internal/buffer
2025-08-20T20:26:00.4600049Z [00:02:39.146]➜  mkdir -p $WORK/b700/
2025-08-20T20:26:00.4600446Z [00:02:39.146]➜  cat >/tmp/go-build1823208636/b700/importcfg << 'EOF' # internal
2025-08-20T20:26:00.4600791Z [00:02:39.146]➜  # import config
2025-08-20T20:26:00.4601432Z [00:02:39.146]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.4602022Z [00:02:39.146]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build1823208636/b701/_pkg_.a
2025-08-20T20:26:00.4602535Z [00:02:39.146]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:00.4602942Z [00:02:39.146]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.4603349Z [00:02:39.146]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.4603663Z [00:02:39.146]➜  EOF
2025-08-20T20:26:00.4605710Z [00:02:39.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b700/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/buffer=>k8s.io/klog/v2@v2.130.1/internal/buffer;$WORK/b700=>" -p k8s.io/klog/v2/internal/buffer -lang=go1.18 -complete -installsuffix shared -buildid nacKwbQbcq11VJnEsYkl/nacKwbQbcq11VJnEsYkl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/buffer/buffer.go
2025-08-20T20:26:00.4661298Z [00:02:39.152]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T20:26:00.4673598Z [00:02:39.153]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/71/713b5c443c0851d3ad1331c7be0bb0bcdb58a131fc626b27aca175f825c67431-d # internal
2025-08-20T20:26:00.4675272Z [00:02:39.153]➜  k8s.io/klog/v2/internal/serialize
2025-08-20T20:26:00.4676976Z [00:02:39.153]➜  mkdir -p $WORK/b704/
2025-08-20T20:26:00.4677738Z [00:02:39.153]➜  cat >/tmp/go-build1823208636/b704/importcfg << 'EOF' # internal
2025-08-20T20:26:00.4678095Z [00:02:39.153]➜  # import config
2025-08-20T20:26:00.4678433Z [00:02:39.153]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.4678879Z [00:02:39.153]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:00.4679348Z [00:02:39.153]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.4679838Z [00:02:39.153]➜  packagefile github.com/go-logr/logr=/tmp/go-build1823208636/b676/_pkg_.a
2025-08-20T20:26:00.4680321Z [00:02:39.153]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:00.4680954Z [00:02:39.153]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.4681272Z [00:02:39.153]➜  EOF
2025-08-20T20:26:00.4683431Z [00:02:39.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b704/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/serialize=>k8s.io/klog/v2@v2.130.1/internal/serialize;$WORK/b704=>" -p k8s.io/klog/v2/internal/serialize -lang=go1.18 -complete -installsuffix shared -buildid u0SWkwQGZhi5VvdoGI7v/u0SWkwQGZhi5VvdoGI7v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/serialize/keyvalues.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/serialize/keyvalues_slog.go
2025-08-20T20:26:00.5022504Z [00:02:39.188]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T20:26:00.5035749Z [00:02:39.189]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/26/26301a0551ee371253c5a258eb08f898999fa0c79e67a49984a8428c9dbbd271-d # internal
2025-08-20T20:26:00.5036465Z [00:02:39.190]➜  k8s.io/klog/v2/internal/sloghandler
2025-08-20T20:26:00.5040937Z [00:02:39.190]➜  mkdir -p $WORK/b705/
2025-08-20T20:26:00.5048964Z [00:02:39.191]➜  cat >/tmp/go-build1823208636/b705/importcfg << 'EOF' # internal
2025-08-20T20:26:00.5049335Z [00:02:39.191]➜  # import config
2025-08-20T20:26:00.5049706Z [00:02:39.191]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.5050239Z [00:02:39.191]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build1823208636/b701/_pkg_.a
2025-08-20T20:26:00.5050750Z [00:02:39.191]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:00.5051181Z [00:02:39.191]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:00.5051622Z [00:02:39.191]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.5052310Z [00:02:39.191]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.5052697Z [00:02:39.191]➜  EOF
2025-08-20T20:26:00.5054892Z [00:02:39.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/sloghandler=>k8s.io/klog/v2@v2.130.1/internal/sloghandler;$WORK/b705=>" -p k8s.io/klog/v2/internal/sloghandler -lang=go1.18 -complete -installsuffix shared -buildid zvGWoP_GZItQRs_mSEID/zvGWoP_GZItQRs_mSEID -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/sloghandler/sloghandler_slog.go
2025-08-20T20:26:00.5181861Z [00:02:39.204]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T20:26:00.5295816Z [00:02:39.216]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T20:26:00.5303497Z [00:02:39.216]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/16/16da14516b57549f4560261f0568f106e5e6861c440051fafd02b1815af0b583-d # internal
2025-08-20T20:26:00.5316093Z [00:02:39.218]➜  golang.org/x/crypto/cryptobyte
2025-08-20T20:26:00.5318305Z [00:02:39.218]➜  mkdir -p $WORK/b707/
2025-08-20T20:26:00.5322576Z [00:02:39.218]➜  cat >/tmp/go-build1823208636/b707/importcfg << 'EOF' # internal
2025-08-20T20:26:00.5323006Z [00:02:39.218]➜  # import config
2025-08-20T20:26:00.5323382Z [00:02:39.218]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:26:00.5323833Z [00:02:39.218]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.5324614Z [00:02:39.218]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.5325148Z [00:02:39.218]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1823208636/b708/_pkg_.a
2025-08-20T20:26:00.5325879Z [00:02:39.218]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:00.5326345Z [00:02:39.218]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.5326778Z [00:02:39.218]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.5327083Z [00:02:39.218]➜  EOF
2025-08-20T20:26:00.5329396Z [00:02:39.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte=>golang.org/x/crypto@v0.41.0/cryptobyte;$WORK/b707=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid GrJkVNEd7HA68NF7oaA5/GrJkVNEd7HA68NF7oaA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/string.go
2025-08-20T20:26:00.5346935Z [00:02:39.221]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T20:26:00.5356901Z [00:02:39.222]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/27/272ec9535732facc0a6fcd1238da63c30c1b4b2d3930acca20f10bd8b149588d-d # internal
2025-08-20T20:26:00.5362385Z [00:02:39.222]➜  k8s.io/klog/v2
2025-08-20T20:26:00.5362748Z [00:02:39.222]➜  mkdir -p $WORK/b699/
2025-08-20T20:26:00.5366309Z [00:02:39.223]➜  cat >/tmp/go-build1823208636/b699/importcfg << 'EOF' # internal
2025-08-20T20:26:00.5366676Z [00:02:39.223]➜  # import config
2025-08-20T20:26:00.5367014Z [00:02:39.223]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:00.5367433Z [00:02:39.223]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.5368100Z [00:02:39.223]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.5368711Z [00:02:39.223]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:00.5369292Z [00:02:39.223]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.5369842Z [00:02:39.223]➜  packagefile flag=/tmp/go-build1823208636/b246/_pkg_.a
2025-08-20T20:26:00.5370590Z [00:02:39.223]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.5371169Z [00:02:39.223]➜  packagefile github.com/go-logr/logr=/tmp/go-build1823208636/b676/_pkg_.a
2025-08-20T20:26:00.5371803Z [00:02:39.223]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:00.5372473Z [00:02:39.223]➜  packagefile k8s.io/klog/v2/internal/buffer=/tmp/go-build1823208636/b700/_pkg_.a
2025-08-20T20:26:00.5373199Z [00:02:39.223]➜  packagefile k8s.io/klog/v2/internal/clock=/tmp/go-build1823208636/b702/_pkg_.a
2025-08-20T20:26:00.5373897Z [00:02:39.223]➜  packagefile k8s.io/klog/v2/internal/dbg=/tmp/go-build1823208636/b703/_pkg_.a
2025-08-20T20:26:00.5374842Z [00:02:39.223]➜  packagefile k8s.io/klog/v2/internal/serialize=/tmp/go-build1823208636/b704/_pkg_.a
2025-08-20T20:26:00.5375648Z [00:02:39.223]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build1823208636/b701/_pkg_.a
2025-08-20T20:26:00.5376416Z [00:02:39.223]➜  packagefile k8s.io/klog/v2/internal/sloghandler=/tmp/go-build1823208636/b705/_pkg_.a
2025-08-20T20:26:00.5377044Z [00:02:39.223]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:00.5379449Z [00:02:39.223]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:00.5390215Z [00:02:39.223]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:00.5390640Z [00:02:39.223]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:00.5391055Z [00:02:39.223]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:00.5391503Z [00:02:39.223]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:00.5391966Z [00:02:39.223]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.5392390Z [00:02:39.223]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:00.5392814Z [00:02:39.223]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.5393243Z [00:02:39.223]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.5393668Z [00:02:39.223]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.5394103Z [00:02:39.223]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:00.5394865Z [00:02:39.223]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.5395173Z [00:02:39.223]➜  EOF
2025-08-20T20:26:00.5399202Z [00:02:39.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1=>k8s.io/klog/v2@v2.130.1;$WORK/b699=>" -p k8s.io/klog/v2 -lang=go1.18 -complete -installsuffix shared -buildid SN1sfRujG2R1P-YflhwT/SN1sfRujG2R1P-YflhwT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/contextual.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/contextual_slog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/exit.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/format.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/imports.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/k8s_references.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/k8s_references_slog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klog_file.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klog_file_others.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klogr.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klogr_slog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/safeptr.go
2025-08-20T20:26:00.5402640Z [00:02:39.224]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T20:26:00.5419638Z [00:02:39.227]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/73/7338b99f0381381b794fd2b01756cfad110508882dca68c6b7e47ff2bc79bd46-d # internal
2025-08-20T20:26:00.5421326Z [00:02:39.228]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T20:26:00.5421661Z [00:02:39.228]➜  mkdir -p $WORK/b693/
2025-08-20T20:26:00.5422043Z [00:02:39.228]➜  cat >/tmp/go-build1823208636/b693/importcfg << 'EOF' # internal
2025-08-20T20:26:00.5422682Z [00:02:39.228]➜  # import config
2025-08-20T20:26:00.5423146Z [00:02:39.228]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.5425030Z [00:02:39.228]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:00.5425899Z [00:02:39.228]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:00.5426508Z [00:02:39.228]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:00.5427138Z [00:02:39.228]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1823208636/b691/_pkg_.a
2025-08-20T20:26:00.5427889Z [00:02:39.228]➜  EOF
2025-08-20T20:26:00.5429766Z [00:02:39.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/noop=>go.opentelemetry.io/otel/trace@v1.37.0/noop;$WORK/b693=>" -p go.opentelemetry.io/otel/trace/noop -lang=go1.23 -complete -installsuffix shared -buildid qu3Hnljqjbz0SoSWqkU2/qu3Hnljqjbz0SoSWqkU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/noop/noop.go
2025-08-20T20:26:00.5432063Z [00:02:39.228]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/e6/e66a7c4773e488ad2e2112fc69dcc578d414a5a02cfadfc6bf4160e30a59be3e-d # internal
2025-08-20T20:26:00.5474559Z [00:02:39.233]➜  google.golang.org/grpc/internal/transport
2025-08-20T20:26:00.5483202Z [00:02:39.233]➜  mkdir -p $WORK/b632/
2025-08-20T20:26:00.5483629Z [00:02:39.234]➜  cat >/tmp/go-build1823208636/b632/importcfg << 'EOF' # internal
2025-08-20T20:26:00.5484020Z [00:02:39.234]➜  # import config
2025-08-20T20:26:00.5484366Z [00:02:39.234]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:00.5484782Z [00:02:39.234]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.5485204Z [00:02:39.234]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.5485816Z [00:02:39.234]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:00.5486339Z [00:02:39.234]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.5486760Z [00:02:39.234]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.5487633Z [00:02:39.234]➜  packagefile golang.org/x/net/http2=/tmp/go-build1823208636/b633/_pkg_.a
2025-08-20T20:26:00.5488193Z [00:02:39.234]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1823208636/b638/_pkg_.a
2025-08-20T20:26:00.5488767Z [00:02:39.234]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:00.5489362Z [00:02:39.234]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:00.5489955Z [00:02:39.234]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:00.5490544Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:00.5491309Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1823208636/b597/_pkg_.a
2025-08-20T20:26:00.5492043Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build1823208636/b600/_pkg_.a
2025-08-20T20:26:00.5492713Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:00.5493364Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:00.5494020Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1823208636/b616/_pkg_.a
2025-08-20T20:26:00.5494668Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1823208636/b627/_pkg_.a
2025-08-20T20:26:00.5495312Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:00.5496353Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build1823208636/b631/_pkg_.a
2025-08-20T20:26:00.5497098Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1823208636/b544/_pkg_.a
2025-08-20T20:26:00.5497758Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build1823208636/b640/_pkg_.a
2025-08-20T20:26:00.5498468Z [00:02:39.234]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1823208636/b641/_pkg_.a
2025-08-20T20:26:00.5499142Z [00:02:39.234]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1823208636/b642/_pkg_.a
2025-08-20T20:26:00.5499906Z [00:02:39.234]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1823208636/b617/_pkg_.a
2025-08-20T20:26:00.5500480Z [00:02:39.234]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:00.5501051Z [00:02:39.234]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1823208636/b643/_pkg_.a
2025-08-20T20:26:00.5501628Z [00:02:39.234]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:00.5502206Z [00:02:39.234]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1823208636/b603/_pkg_.a
2025-08-20T20:26:00.5502941Z [00:02:39.234]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:00.5503502Z [00:02:39.234]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build1823208636/b644/_pkg_.a
2025-08-20T20:26:00.5504076Z [00:02:39.234]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:00.5504568Z [00:02:39.234]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:00.5504976Z [00:02:39.234]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:00.5505411Z [00:02:39.234]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:00.5513154Z [00:02:39.234]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:00.5513880Z [00:02:39.234]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:00.5514574Z [00:02:39.234]➜  packagefile net/http/httputil=/tmp/go-build1823208636/b645/_pkg_.a
2025-08-20T20:26:00.5515358Z [00:02:39.234]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:00.5516082Z [00:02:39.234]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:00.5516705Z [00:02:39.234]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:00.5517408Z [00:02:39.234]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.5517996Z [00:02:39.234]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.5518480Z [00:02:39.234]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.5519076Z [00:02:39.234]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:00.5519772Z [00:02:39.234]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.5520717Z [00:02:39.234]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:00.5521336Z [00:02:39.234]➜  EOF
2025-08-20T20:26:00.5528204Z [00:02:39.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b632/_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/b632=>" -p google.golang.org/grpc/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid kGJQgIqnYDQp7a4nsSR9/kGJQgIqnYDQp7a4nsSR9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/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-20T20:26:00.5654764Z [00:02:39.251]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T20:26:00.5683854Z [00:02:39.251]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/c1/c16d3d52c50d0320189d384fc90a54a07af077a5909ec96660ee8780d7cddf35-d # internal
2025-08-20T20:26:00.5684465Z [00:02:39.251]➜  go.opentelemetry.io/auto/sdk
2025-08-20T20:26:00.5684804Z [00:02:39.251]➜  mkdir -p $WORK/b683/
2025-08-20T20:26:00.5685191Z [00:02:39.251]➜  cat >/tmp/go-build1823208636/b683/importcfg << 'EOF' # internal
2025-08-20T20:26:00.5685616Z [00:02:39.251]➜  # import config
2025-08-20T20:26:00.5686319Z [00:02:39.251]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.5686781Z [00:02:39.251]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:00.5687215Z [00:02:39.251]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.5687798Z [00:02:39.251]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build1823208636/b684/_pkg_.a
2025-08-20T20:26:00.5688459Z [00:02:39.251]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:00.5689052Z [00:02:39.251]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:00.5689683Z [00:02:39.251]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build1823208636/b688/_pkg_.a
2025-08-20T20:26:00.5690305Z [00:02:39.251]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:00.5690902Z [00:02:39.251]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build1823208636/b693/_pkg_.a
2025-08-20T20:26:00.5691420Z [00:02:39.251]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:00.5691889Z [00:02:39.251]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:00.5692307Z [00:02:39.251]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.5692742Z [00:02:39.251]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:00.5693166Z [00:02:39.251]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.5693591Z [00:02:39.251]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.5694012Z [00:02:39.251]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.5694663Z [00:02:39.251]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:00.5695149Z [00:02:39.251]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.5695814Z [00:02:39.251]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:00.5696225Z [00:02:39.251]➜  EOF
2025-08-20T20:26:00.5699037Z [00:02:39.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0=>go.opentelemetry.io/auto/sdk@v1.1.0;$WORK/b683=>" -p go.opentelemetry.io/auto/sdk -lang=go1.22 -complete -installsuffix shared -buildid Z0ke1xN3BuzkRwmJ4lzr/Z0ke1xN3BuzkRwmJ4lzr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/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-20T20:26:00.6247409Z [00:02:39.311]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T20:26:00.6286494Z [00:02:39.314]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/71/716f2dd0eb3f20bef3899d49a274f39b3a0ab46a84263156d3da843495624675-d # internal
2025-08-20T20:26:00.6305445Z [00:02:39.314]➜  go.opentelemetry.io/otel/propagation
2025-08-20T20:26:00.6305916Z [00:02:39.314]➜  mkdir -p $WORK/b696/
2025-08-20T20:26:00.6306304Z [00:02:39.314]➜  cat >/tmp/go-build1823208636/b696/importcfg << 'EOF' # internal
2025-08-20T20:26:00.6307043Z [00:02:39.314]➜  # import config
2025-08-20T20:26:00.6307398Z [00:02:39.314]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.6307854Z [00:02:39.314]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:00.6308291Z [00:02:39.314]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.6308817Z [00:02:39.314]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build1823208636/b697/_pkg_.a
2025-08-20T20:26:00.6309418Z [00:02:39.314]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:00.6310104Z [00:02:39.314]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:00.6310537Z [00:02:39.314]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.6310853Z [00:02:39.314]➜  EOF
2025-08-20T20:26:00.6313591Z [00:02:39.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation=>go.opentelemetry.io/otel@v1.37.0/propagation;$WORK/b696=>" -p go.opentelemetry.io/otel/propagation -lang=go1.23 -complete -installsuffix shared -buildid TVvDJRkkEYUKBSX0gQ_k/TVvDJRkkEYUKBSX0gQ_k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/trace_context.go
2025-08-20T20:26:00.6767001Z [00:02:39.363]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T20:26:00.6823191Z [00:02:39.368]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/45/455741a2c63762f2f326425595503f59cf18ee15882fd861931846f167fdd15f-d # internal
2025-08-20T20:26:00.6827888Z [00:02:39.369]➜  github.com/transparency-dev/tessera/ctonly
2025-08-20T20:26:00.6828293Z [00:02:39.369]➜  mkdir -p $WORK/b706/
2025-08-20T20:26:00.6828682Z [00:02:39.369]➜  cat >/tmp/go-build1823208636/b706/importcfg << 'EOF' # internal
2025-08-20T20:26:00.6829031Z [00:02:39.369]➜  # import config
2025-08-20T20:26:00.6829394Z [00:02:39.369]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:00.6829853Z [00:02:39.369]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.6830712Z [00:02:39.369]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:00.6831406Z [00:02:39.369]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1823208636/b707/_pkg_.a
2025-08-20T20:26:00.6831815Z [00:02:39.369]➜  EOF
2025-08-20T20:26:00.6834122Z [00:02:39.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b706/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/ctonly=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/ctonly;$WORK/b706=>" -p github.com/transparency-dev/tessera/ctonly -lang=go1.24 -complete -installsuffix shared -buildid Uton1uWrZ-HdH-XLTgFh/Uton1uWrZ-HdH-XLTgFh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/ctonly/ct.go
2025-08-20T20:26:00.7021198Z [00:02:39.388]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T20:26:00.7032300Z [00:02:39.389]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/70/701d9f5805e79b98151f1009c5c2e94879058f791fcc525175b0844167b76b58-d # internal
2025-08-20T20:26:00.7039270Z [00:02:39.390]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T20:26:00.7040797Z [00:02:39.390]➜  mkdir -p $WORK/b680/
2025-08-20T20:26:00.7044763Z [00:02:39.390]➜  cat >/tmp/go-build1823208636/b680/importcfg << 'EOF' # internal
2025-08-20T20:26:00.7045451Z [00:02:39.390]➜  # import config
2025-08-20T20:26:00.7047854Z [00:02:39.390]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:26:00.7048619Z [00:02:39.390]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.7049047Z [00:02:39.390]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.7049531Z [00:02:39.390]➜  packagefile github.com/go-logr/logr=/tmp/go-build1823208636/b676/_pkg_.a
2025-08-20T20:26:00.7050079Z [00:02:39.390]➜  packagefile github.com/go-logr/stdr=/tmp/go-build1823208636/b681/_pkg_.a
2025-08-20T20:26:00.7050642Z [00:02:39.390]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build1823208636/b683/_pkg_.a
2025-08-20T20:26:00.7051238Z [00:02:39.390]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:00.7052076Z [00:02:39.390]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:00.7052665Z [00:02:39.390]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:00.7053300Z [00:02:39.390]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1823208636/b695/_pkg_.a
2025-08-20T20:26:00.7053943Z [00:02:39.390]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1823208636/b696/_pkg_.a
2025-08-20T20:26:00.7054550Z [00:02:39.390]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:00.7055176Z [00:02:39.390]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1823208636/b691/_pkg_.a
2025-08-20T20:26:00.7055914Z [00:02:39.390]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:00.7056327Z [00:02:39.390]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:00.7056748Z [00:02:39.390]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.7057169Z [00:02:39.390]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.7057603Z [00:02:39.390]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:00.7057937Z [00:02:39.390]➜  EOF
2025-08-20T20:26:00.7061809Z [00:02:39.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global=>go.opentelemetry.io/otel@v1.37.0/internal/global;$WORK/b680=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.23 -complete -installsuffix shared -buildid Vhaa_NUyZmBPTNcJ2gdZ/Vhaa_NUyZmBPTNcJ2gdZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/instruments.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/propagator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/state.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/trace.go
2025-08-20T20:26:00.7220013Z [00:02:39.408]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T20:26:00.7311464Z [00:02:39.416]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T20:26:00.7312243Z [00:02:39.417]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/2c/2c3548b44c58009e7bd6a00dd996650a03824ba5e1169f80bb27a22571ec9542-d # internal
2025-08-20T20:26:00.7314960Z [00:02:39.417]➜  github.com/transparency-dev/tessera/internal/migrate
2025-08-20T20:26:00.7315423Z [00:02:39.417]➜  mkdir -p $WORK/b709/
2025-08-20T20:26:00.7316508Z [00:02:39.417]➜  cat >/tmp/go-build1823208636/b709/importcfg << 'EOF' # internal
2025-08-20T20:26:00.7316885Z [00:02:39.417]➜  # import config
2025-08-20T20:26:00.7317230Z [00:02:39.417]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:00.7317550Z [00:02:39.417]➜  EOF
2025-08-20T20:26:00.7320065Z [00:02:39.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/migrate=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/migrate;$WORK/b709=>" -p github.com/transparency-dev/tessera/internal/migrate -lang=go1.24 -complete -installsuffix shared -buildid lGE2eSd2uX3eFoEVvvXT/lGE2eSd2uX3eFoEVvvXT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/migrate/migrate.go
2025-08-20T20:26:00.7331861Z [00:02:39.419]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/e0/e042913756ae8b2ddb306dac98dc1ebf83bd34f5b5a0ceb9bd29d5308ac2de3a-d # internal
2025-08-20T20:26:00.7338761Z [00:02:39.420]➜  github.com/transparency-dev/tessera/internal/parse
2025-08-20T20:26:00.7358403Z [00:02:39.420]➜  mkdir -p $WORK/b710/
2025-08-20T20:26:00.7359480Z [00:02:39.420]➜  cat >/tmp/go-build1823208636/b710/importcfg << 'EOF' # internal
2025-08-20T20:26:00.7359883Z [00:02:39.420]➜  # import config
2025-08-20T20:26:00.7360230Z [00:02:39.420]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.7360689Z [00:02:39.420]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:00.7361131Z [00:02:39.420]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.7361553Z [00:02:39.420]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.7361867Z [00:02:39.420]➜  EOF
2025-08-20T20:26:00.7364322Z [00:02:39.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/parse=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/parse;$WORK/b710=>" -p github.com/transparency-dev/tessera/internal/parse -lang=go1.24 -complete -installsuffix shared -buildid hNVVB6XLG0z92m12uQQ3/hNVVB6XLG0z92m12uQQ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/parse/parse.go
2025-08-20T20:26:00.7491238Z [00:02:39.435]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T20:26:00.7501229Z [00:02:39.436]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/53/53daceb3b1662d364a79d78c9f927d93523a4c09c3fb84eee917971821d0a124-d # internal
2025-08-20T20:26:00.7503157Z [00:02:39.436]➜  cloud.google.com/go/civil
2025-08-20T20:26:00.7503728Z [00:02:39.436]➜  mkdir -p $WORK/b715/
2025-08-20T20:26:00.7513745Z [00:02:39.437]➜  cat >/tmp/go-build1823208636/b715/importcfg << 'EOF' # internal
2025-08-20T20:26:00.7514620Z [00:02:39.437]➜  # import config
2025-08-20T20:26:00.7515685Z [00:02:39.437]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:26:00.7516264Z [00:02:39.437]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.7516695Z [00:02:39.437]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.7517025Z [00:02:39.437]➜  EOF
2025-08-20T20:26:00.7518967Z [00:02:39.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.1/civil=>cloud.google.com/go@v0.121.1/civil;$WORK/b715=>" -p cloud.google.com/go/civil -lang=go1.23 -complete -installsuffix shared -buildid _bTullajRQ3VoexvmR14/_bTullajRQ3VoexvmR14 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.1/civil/civil.go
2025-08-20T20:26:00.7527145Z [00:02:39.439]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T20:26:00.7532609Z [00:02:39.439]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/1d/1d2ffe55458724274ca2a1bf3d8e911d01a8172b9c62da92414930d11a3eda0f-d # internal
2025-08-20T20:26:00.7534066Z [00:02:39.440]➜  cloud.google.com/go/internal/fields
2025-08-20T20:26:00.7535170Z [00:02:39.440]➜  mkdir -p $WORK/b716/
2025-08-20T20:26:00.7540042Z [00:02:39.440]➜  cat >/tmp/go-build1823208636/b716/importcfg << 'EOF' # internal
2025-08-20T20:26:00.7541891Z [00:02:39.440]➜  # import config
2025-08-20T20:26:00.7542778Z [00:02:39.440]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.7543262Z [00:02:39.440]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.7544825Z [00:02:39.440]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.7546868Z [00:02:39.440]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:00.7548311Z [00:02:39.440]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.7548833Z [00:02:39.440]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.7549589Z [00:02:39.440]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:00.7549925Z [00:02:39.440]➜  EOF
2025-08-20T20:26:00.7554765Z [00:02:39.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/fields=>cloud.google.com/go@v0.121.1/internal/fields;$WORK/b716=>" -p cloud.google.com/go/internal/fields -lang=go1.23 -complete -installsuffix shared -buildid KLIjauipXlQ_k9FSn2GF/KLIjauipXlQ_k9FSn2GF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/fields/fields.go /root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/fields/fold.go
2025-08-20T20:26:00.8119424Z [00:02:39.495]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T20:26:00.8122134Z [00:02:39.495]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/b9/b998cd71cb17ea309189fbb5859693480aa7cbe6771937ad97c81d22da092391-d # internal
2025-08-20T20:26:00.8122794Z [00:02:39.495]➜  cloud.google.com/go/internal/protostruct
2025-08-20T20:26:00.8123118Z [00:02:39.495]➜  mkdir -p $WORK/b717/
2025-08-20T20:26:00.8123498Z [00:02:39.495]➜  cat >/tmp/go-build1823208636/b717/importcfg << 'EOF' # internal
2025-08-20T20:26:00.8123861Z [00:02:39.495]➜  # import config
2025-08-20T20:26:00.8124360Z [00:02:39.495]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:00.8124813Z [00:02:39.495]➜  EOF
2025-08-20T20:26:00.8130430Z [00:02:39.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/protostruct=>cloud.google.com/go@v0.121.1/internal/protostruct;$WORK/b717=>" -p cloud.google.com/go/internal/protostruct -lang=go1.23 -complete -installsuffix shared -buildid 8M0Vv05xr6s74Pgb6tB8/8M0Vv05xr6s74Pgb6tB8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/protostruct/protostruct.go
2025-08-20T20:26:00.8370714Z [00:02:39.523]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T20:26:00.8372104Z [00:02:39.523]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/cd/cd221cc80339946fcbd507910c784b48b446724ae6fe9eebaf787a92f1c1a8f8-d # internal
2025-08-20T20:26:00.8372840Z [00:02:39.523]➜  google.golang.org/api/internal/third_party/uritemplates
2025-08-20T20:26:00.8373206Z [00:02:39.523]➜  mkdir -p $WORK/b720/
2025-08-20T20:26:00.8373589Z [00:02:39.523]➜  cat >/tmp/go-build1823208636/b720/importcfg << 'EOF' # internal
2025-08-20T20:26:00.8373935Z [00:02:39.523]➜  # import config
2025-08-20T20:26:00.8374487Z [00:02:39.523]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.8374994Z [00:02:39.523]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.8375422Z [00:02:39.523]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:00.8376124Z [00:02:39.523]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.8376563Z [00:02:39.523]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.8376887Z [00:02:39.523]➜  EOF
2025-08-20T20:26:00.8379455Z [00:02:39.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/third_party/uritemplates=>google.golang.org/api@v0.238.0/internal/third_party/uritemplates;$WORK/b720=>" -p google.golang.org/api/internal/third_party/uritemplates -lang=go1.23 -complete -installsuffix shared -buildid xNzNPKlMP_nffKJyRBpg/xNzNPKlMP_nffKJyRBpg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/third_party/uritemplates/uritemplates.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/third_party/uritemplates/utils.go
2025-08-20T20:26:00.8629918Z [00:02:39.549]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T20:26:00.8641449Z [00:02:39.550]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/bb/bb3eee8e4f4135f8c49a30eed24da0e7cd141cc9b8f197f1b7e639c715e47f88-d # internal
2025-08-20T20:26:00.8646690Z [00:02:39.551]➜  google.golang.org/api/googleapi
2025-08-20T20:26:00.8647566Z [00:02:39.551]➜  mkdir -p $WORK/b719/
2025-08-20T20:26:00.8654588Z [00:02:39.552]➜  cat >/tmp/go-build1823208636/b719/importcfg << 'EOF' # internal
2025-08-20T20:26:00.8655002Z [00:02:39.552]➜  # import config
2025-08-20T20:26:00.8655349Z [00:02:39.552]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:00.8656064Z [00:02:39.552]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:00.8656537Z [00:02:39.552]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:00.8656961Z [00:02:39.552]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:00.8657565Z [00:02:39.552]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build1823208636/b720/_pkg_.a
2025-08-20T20:26:00.8658141Z [00:02:39.552]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:00.8658555Z [00:02:39.552]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:00.8658985Z [00:02:39.552]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:00.8659420Z [00:02:39.552]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:00.8659846Z [00:02:39.552]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:00.8660261Z [00:02:39.552]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:00.8660572Z [00:02:39.552]➜  EOF
2025-08-20T20:26:00.8663086Z [00:02:39.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/googleapi=>google.golang.org/api@v0.238.0/googleapi;$WORK/b719=>" -p google.golang.org/api/googleapi -lang=go1.23 -complete -installsuffix shared -buildid KKDw9CsdHAEg3SzxYcCq/KKDw9CsdHAEg3SzxYcCq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/googleapi/googleapi.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/googleapi/types.go
2025-08-20T20:26:00.8759184Z [00:02:39.562]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T20:26:00.8790477Z [00:02:39.564]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/da/da50ccee5a7b223233c205a1248ab6985067f78bc02d72c825481fc7f4fe0694-d # internal
2025-08-20T20:26:00.8791232Z [00:02:39.565]➜  google.golang.org/genproto/googleapis/api/distribution
2025-08-20T20:26:00.8791602Z [00:02:39.565]➜  mkdir -p $WORK/b723/
2025-08-20T20:26:00.8795189Z [00:02:39.565]➜  cat >/tmp/go-build1823208636/b723/importcfg << 'EOF' # internal
2025-08-20T20:26:00.8795911Z [00:02:39.565]➜  # import config
2025-08-20T20:26:00.8796583Z [00:02:39.565]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:00.8797462Z [00:02:39.565]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:00.8798280Z [00:02:39.565]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:00.8799105Z [00:02:39.565]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:00.8800015Z [00:02:39.565]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.8800549Z [00:02:39.565]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.8800985Z [00:02:39.565]➜  EOF
2025-08-20T20:26:00.8803692Z [00:02:39.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/distribution=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/distribution;$WORK/b723=>" -p google.golang.org/genproto/googleapis/api/distribution -lang=go1.23 -complete -installsuffix shared -buildid NQfN4trQdGNaNAk2S-gD/NQfN4trQdGNaNAk2S-gD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/distribution/distribution.pb.go
2025-08-20T20:26:00.9321535Z [00:02:39.618]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T20:26:00.9329788Z [00:02:39.619]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T20:26:00.9335923Z [00:02:39.620]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/cc/cc3f67b4baf113b893bcd9ffa47e52799da8c5e2e4b5f7aabbec9d8ed9927c32-d # internal
2025-08-20T20:26:00.9337845Z [00:02:39.620]➜  google.golang.org/genproto/googleapis/api/label
2025-08-20T20:26:00.9339168Z [00:02:39.620]➜  mkdir -p $WORK/b724/
2025-08-20T20:26:00.9343086Z [00:02:39.620]➜  cat >/tmp/go-build1823208636/b724/importcfg << 'EOF' # internal
2025-08-20T20:26:00.9343819Z [00:02:39.620]➜  # import config
2025-08-20T20:26:00.9344385Z [00:02:39.620]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:00.9345094Z [00:02:39.620]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:00.9345819Z [00:02:39.620]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.9346257Z [00:02:39.620]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.9346568Z [00:02:39.620]➜  EOF
2025-08-20T20:26:00.9359558Z [00:02:39.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/label=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/label;$WORK/b724=>" -p google.golang.org/genproto/googleapis/api/label -lang=go1.23 -complete -installsuffix shared -buildid hip24fIC8RmzjqwtZ4cx/hip24fIC8RmzjqwtZ4cx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/label/label.pb.go
2025-08-20T20:26:00.9365262Z [00:02:39.623]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T20:26:00.9388030Z [00:02:39.625]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/26/267f8a10efd667836d02618b7d1b3988cf0f6ff5b55b3bb8b2356110e55251ca-d # internal
2025-08-20T20:26:00.9395160Z [00:02:39.626]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/17/173dd81c1b921f6bf8ab89c8c806529b8e961a7a9367a2f27aae9084ae7ab1d9-d # internal
2025-08-20T20:26:00.9402886Z [00:02:39.626]➜  go.opentelemetry.io/otel
2025-08-20T20:26:00.9406111Z [00:02:39.627]➜  mkdir -p $WORK/b675/
2025-08-20T20:26:00.9413840Z [00:02:39.628]➜  google.golang.org/genproto/googleapis/type/calendarperiod
2025-08-20T20:26:00.9414999Z [00:02:39.628]➜  mkdir -p $WORK/b727/
2025-08-20T20:26:00.9416184Z [00:02:39.628]➜  cat >/tmp/go-build1823208636/b727/importcfg << 'EOF' # internal
2025-08-20T20:26:00.9418347Z [00:02:39.628]➜  # import config
2025-08-20T20:26:00.9419236Z [00:02:39.628]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:00.9420353Z [00:02:39.628]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:00.9421359Z [00:02:39.628]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.9421926Z [00:02:39.628]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.9422578Z [00:02:39.628]➜  EOF
2025-08-20T20:26:00.9425358Z [00:02:39.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b727/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/calendarperiod=>google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/calendarperiod;$WORK/b727=>" -p google.golang.org/genproto/googleapis/type/calendarperiod -lang=go1.23 -complete -installsuffix shared -buildid IWAOAkKhdWBj-_K159Ie/IWAOAkKhdWBj-_K159Ie -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/calendarperiod/calendar_period.pb.go
2025-08-20T20:26:00.9428494Z [00:02:39.628]➜  cat >/tmp/go-build1823208636/b675/importcfg << 'EOF' # internal
2025-08-20T20:26:00.9429040Z [00:02:39.628]➜  # import config
2025-08-20T20:26:00.9429615Z [00:02:39.628]➜  packagefile github.com/go-logr/logr=/tmp/go-build1823208636/b676/_pkg_.a
2025-08-20T20:26:00.9430804Z [00:02:39.628]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1823208636/b680/_pkg_.a
2025-08-20T20:26:00.9431703Z [00:02:39.628]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:00.9432552Z [00:02:39.628]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1823208636/b696/_pkg_.a
2025-08-20T20:26:00.9433357Z [00:02:39.628]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:00.9433886Z [00:02:39.628]➜  EOF
2025-08-20T20:26:00.9437740Z [00:02:39.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0=>go.opentelemetry.io/otel@v1.37.0;$WORK/b675=>" -p go.opentelemetry.io/otel -lang=go1.23 -complete -installsuffix shared -buildid trGUaiOaXu7YdYcRzgrZ/trGUaiOaXu7YdYcRzgrZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/error_handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/version.go
2025-08-20T20:26:00.9794390Z [00:02:39.665]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T20:26:00.9804793Z [00:02:39.666]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/11/11970cf05be4c49863b315efaceff6b9c0c38c55155e491b5daae2770cfb1151-d # internal
2025-08-20T20:26:00.9811479Z [00:02:39.667]➜  google.golang.org/genproto/googleapis/api/metric
2025-08-20T20:26:00.9817073Z [00:02:39.668]➜  mkdir -p $WORK/b725/
2025-08-20T20:26:00.9818554Z [00:02:39.668]➜  cat >/tmp/go-build1823208636/b725/importcfg << 'EOF' # internal
2025-08-20T20:26:00.9818926Z [00:02:39.668]➜  # import config
2025-08-20T20:26:00.9819673Z [00:02:39.668]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build1823208636/b506/_pkg_.a
2025-08-20T20:26:00.9820449Z [00:02:39.668]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build1823208636/b724/_pkg_.a
2025-08-20T20:26:00.9821165Z [00:02:39.668]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:00.9821876Z [00:02:39.668]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:00.9822586Z [00:02:39.668]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:00.9823358Z [00:02:39.668]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:00.9823782Z [00:02:39.668]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:00.9824086Z [00:02:39.668]➜  EOF
2025-08-20T20:26:00.9834278Z [00:02:39.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/metric=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/metric;$WORK/b725=>" -p google.golang.org/genproto/googleapis/api/metric -lang=go1.23 -complete -installsuffix shared -buildid uY_ZDMPBlY3TrXrPX92f/uY_ZDMPBlY3TrXrPX92f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/metric/metric.pb.go
2025-08-20T20:26:01.0042604Z [00:02:39.690]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T20:26:01.0056418Z [00:02:39.692]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/f9/f9aeca2fb4c844c09a69893e5f7850b7ee7feff9370222ef45c6c4f7def7e098-d # internal
2025-08-20T20:26:01.0057575Z [00:02:39.692]➜  google.golang.org/genproto/googleapis/api/monitoredres
2025-08-20T20:26:01.0058285Z [00:02:39.692]➜  mkdir -p $WORK/b726/
2025-08-20T20:26:01.0058995Z [00:02:39.692]➜  cat >/tmp/go-build1823208636/b726/importcfg << 'EOF' # internal
2025-08-20T20:26:01.0059446Z [00:02:39.692]➜  # import config
2025-08-20T20:26:01.0060119Z [00:02:39.692]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build1823208636/b506/_pkg_.a
2025-08-20T20:26:01.0061094Z [00:02:39.692]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build1823208636/b724/_pkg_.a
2025-08-20T20:26:01.0061965Z [00:02:39.692]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:01.0062797Z [00:02:39.692]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:01.0063676Z [00:02:39.692]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:01.0064906Z [00:02:39.692]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.0065345Z [00:02:39.692]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.0065884Z [00:02:39.692]➜  EOF
2025-08-20T20:26:01.0071347Z [00:02:39.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/monitoredres=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/monitoredres;$WORK/b726=>" -p google.golang.org/genproto/googleapis/api/monitoredres -lang=go1.23 -complete -installsuffix shared -buildid V8aNpvNXXNSqwlCUA8Hg/V8aNpvNXXNSqwlCUA8Hg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/monitoredres/monitored_resource.pb.go
2025-08-20T20:26:01.0170088Z [00:02:39.703]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T20:26:01.0182308Z [00:02:39.704]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/13/136abd020175722fbe7f3a0489afbd85381628850c4b97d1258425f132e43b82-d # internal
2025-08-20T20:26:01.0183258Z [00:02:39.704]➜  github.com/transparency-dev/tessera/client
2025-08-20T20:26:01.0183674Z [00:02:39.704]➜  mkdir -p $WORK/b673/
2025-08-20T20:26:01.0189843Z [00:02:39.705]➜  cat >/tmp/go-build1823208636/b673/importcfg << 'EOF' # internal
2025-08-20T20:26:01.0190379Z [00:02:39.705]➜  # import config
2025-08-20T20:26:01.0190861Z [00:02:39.705]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.0191433Z [00:02:39.705]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.0191971Z [00:02:39.705]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.0192884Z [00:02:39.705]➜  packagefile github.com/transparency-dev/formats/log=/tmp/go-build1823208636/b661/_pkg_.a
2025-08-20T20:26:01.0193674Z [00:02:39.705]➜  packagefile github.com/transparency-dev/merkle/compact=/tmp/go-build1823208636/b664/_pkg_.a
2025-08-20T20:26:01.0194491Z [00:02:39.705]➜  packagefile github.com/transparency-dev/merkle/proof=/tmp/go-build1823208636/b662/_pkg_.a
2025-08-20T20:26:01.0195299Z [00:02:39.705]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:01.0196238Z [00:02:39.705]➜  packagefile github.com/transparency-dev/tessera/api=/tmp/go-build1823208636/b671/_pkg_.a
2025-08-20T20:26:01.0197218Z [00:02:39.705]➜  packagefile github.com/transparency-dev/tessera/api/layout=/tmp/go-build1823208636/b672/_pkg_.a
2025-08-20T20:26:01.0198056Z [00:02:39.705]➜  packagefile github.com/transparency-dev/tessera/internal/otel=/tmp/go-build1823208636/b674/_pkg_.a
2025-08-20T20:26:01.0198789Z [00:02:39.705]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:01.0199483Z [00:02:39.705]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:01.0200185Z [00:02:39.705]➜  packagefile golang.org/x/mod/sumdb/note=/tmp/go-build1823208636/b657/_pkg_.a
2025-08-20T20:26:01.0200760Z [00:02:39.705]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.0201321Z [00:02:39.705]➜  packagefile k8s.io/klog/v2=/tmp/go-build1823208636/b699/_pkg_.a
2025-08-20T20:26:01.0201892Z [00:02:39.705]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.0202430Z [00:02:39.705]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.0202974Z [00:02:39.705]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.0203469Z [00:02:39.705]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:01.0203980Z [00:02:39.705]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.0204517Z [00:02:39.705]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.0204928Z [00:02:39.705]➜  EOF
2025-08-20T20:26:01.0210271Z [00:02:39.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/client=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/client;$WORK/b673=>" -p github.com/transparency-dev/tessera/client -lang=go1.24 -complete -installsuffix shared -buildid M9LNVU9RsZM1EkQsNdxB/M9LNVU9RsZM1EkQsNdxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/client/client.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/client/fetcher.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/client/otel.go
2025-08-20T20:26:01.0657178Z [00:02:39.752]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T20:26:01.0671928Z [00:02:39.753]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/91/91c59b5d323652f85b33482eff058722b77e1d1f8a6010a4088beeff49d4ac9c-d # internal
2025-08-20T20:26:01.0672616Z [00:02:39.753]➜  github.com/transparency-dev/tessera/internal/stream
2025-08-20T20:26:01.0676227Z [00:02:39.753]➜  mkdir -p $WORK/b711/
2025-08-20T20:26:01.0678975Z [00:02:39.753]➜  cat >/tmp/go-build1823208636/b711/importcfg << 'EOF' # internal
2025-08-20T20:26:01.0679726Z [00:02:39.753]➜  # import config
2025-08-20T20:26:01.0680107Z [00:02:39.753]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.0680545Z [00:02:39.753]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.0681120Z [00:02:39.753]➜  packagefile github.com/transparency-dev/tessera/api/layout=/tmp/go-build1823208636/b672/_pkg_.a
2025-08-20T20:26:01.0681740Z [00:02:39.753]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:01.0682552Z [00:02:39.753]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:01.0683000Z [00:02:39.753]➜  packagefile k8s.io/klog/v2=/tmp/go-build1823208636/b699/_pkg_.a
2025-08-20T20:26:01.0683333Z [00:02:39.753]➜  EOF
2025-08-20T20:26:01.0686923Z [00:02:39.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/stream=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/stream;$WORK/b711=>" -p github.com/transparency-dev/tessera/internal/stream -lang=go1.24 -complete -installsuffix shared -buildid YJbujLhNQV7t5Xm7NCBX/YJbujLhNQV7t5Xm7NCBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/stream/follower.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/stream/otel.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/stream/stream.go
2025-08-20T20:26:01.0871327Z [00:02:39.773]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T20:26:01.0886404Z [00:02:39.775]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/39/39792afc935a7b8a88118dcf8d7771bda7cc885bc79514582e6fd8d5b0a0be8d-d # internal
2025-08-20T20:26:01.0904567Z [00:02:39.777]➜  cloud.google.com/go/internal/trace
2025-08-20T20:26:01.0907372Z [00:02:39.777]➜  mkdir -p $WORK/b718/
2025-08-20T20:26:01.0913653Z [00:02:39.777]➜  cat >/tmp/go-build1823208636/b718/importcfg << 'EOF' # internal
2025-08-20T20:26:01.0916158Z [00:02:39.777]➜  # import config
2025-08-20T20:26:01.0918387Z [00:02:39.777]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.0918830Z [00:02:39.777]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.0919248Z [00:02:39.777]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.0919753Z [00:02:39.777]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:01.0920345Z [00:02:39.777]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:01.0920941Z [00:02:39.777]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:01.0921815Z [00:02:39.777]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:01.0922509Z [00:02:39.777]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:01.0923101Z [00:02:39.777]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:01.0923485Z [00:02:39.777]➜  EOF
2025-08-20T20:26:01.0925325Z [00:02:39.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/trace=>cloud.google.com/go@v0.121.1/internal/trace;$WORK/b718=>" -p cloud.google.com/go/internal/trace -lang=go1.23 -complete -installsuffix shared -buildid Dft3TGYSOiE_clu-phPL/Dft3TGYSOiE_clu-phPL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/trace/trace.go
2025-08-20T20:26:01.1115965Z [00:02:39.797]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T20:26:01.1133767Z [00:02:39.799]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/18/184c4a56ea2d8c60ac61ece184b1f9af07ec7d7cb6845c18fdf953b083e70e01-d # internal
2025-08-20T20:26:01.1137082Z [00:02:39.799]➜  google.golang.org/genproto/googleapis/type/timeofday
2025-08-20T20:26:01.1142350Z [00:02:39.800]➜  mkdir -p $WORK/b728/
2025-08-20T20:26:01.1154689Z [00:02:39.801]➜  cat >/tmp/go-build1823208636/b728/importcfg << 'EOF' # internal
2025-08-20T20:26:01.1157053Z [00:02:39.801]➜  # import config
2025-08-20T20:26:01.1157868Z [00:02:39.801]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:01.1159926Z [00:02:39.801]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:01.1160513Z [00:02:39.801]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.1160939Z [00:02:39.801]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.1161261Z [00:02:39.801]➜  EOF
2025-08-20T20:26:01.1163796Z [00:02:39.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b728/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/timeofday=>google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/timeofday;$WORK/b728=>" -p google.golang.org/genproto/googleapis/type/timeofday -lang=go1.23 -complete -installsuffix shared -buildid Ku3rFYKE5YYOpja5VqCZ/Ku3rFYKE5YYOpja5VqCZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/timeofday/timeofday.pb.go
2025-08-20T20:26:01.1194954Z [00:02:39.805]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T20:26:01.1202986Z [00:02:39.806]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/3d/3d7650e663b2cbbc936f8877bc80b31d452518a87fa5d52524fd6c54ac0631da-d # internal
2025-08-20T20:26:01.1205741Z [00:02:39.806]➜  github.com/transparency-dev/tessera/internal/witness
2025-08-20T20:26:01.1206173Z [00:02:39.806]➜  mkdir -p $WORK/b712/
2025-08-20T20:26:01.1206542Z [00:02:39.806]➜  cat >/tmp/go-build1823208636/b712/importcfg << 'EOF' # internal
2025-08-20T20:26:01.1206893Z [00:02:39.806]➜  # import config
2025-08-20T20:26:01.1207229Z [00:02:39.806]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.1207654Z [00:02:39.806]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.1208111Z [00:02:39.806]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:01.1208569Z [00:02:39.806]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.1208979Z [00:02:39.806]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.1209516Z [00:02:39.806]➜  packagefile github.com/transparency-dev/formats/log=/tmp/go-build1823208636/b661/_pkg_.a
2025-08-20T20:26:01.1210181Z [00:02:39.806]➜  packagefile github.com/transparency-dev/tessera/client=/tmp/go-build1823208636/b673/_pkg_.a
2025-08-20T20:26:01.1211174Z [00:02:39.806]➜  packagefile github.com/transparency-dev/tessera/internal/parse=/tmp/go-build1823208636/b710/_pkg_.a
2025-08-20T20:26:01.1211932Z [00:02:39.806]➜  packagefile golang.org/x/mod/sumdb/note=/tmp/go-build1823208636/b657/_pkg_.a
2025-08-20T20:26:01.1212414Z [00:02:39.806]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.1212831Z [00:02:39.806]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.1213265Z [00:02:39.806]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:01.1213688Z [00:02:39.806]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.1214102Z [00:02:39.806]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.1214409Z [00:02:39.806]➜  EOF
2025-08-20T20:26:01.1217286Z [00:02:39.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/witness=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/witness;$WORK/b712=>" -p github.com/transparency-dev/tessera/internal/witness -lang=go1.24 -complete -installsuffix shared -buildid V4f4vzvhEbGkZx4rPyY-/V4f4vzvhEbGkZx4rPyY- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/internal/witness/witness.go
2025-08-20T20:26:01.1237241Z [00:02:39.810]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T20:26:01.1250146Z [00:02:39.811]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/17/177861e867e82b01c5056f425e351377bce9102bc126015c7b67d987145a895d-d # internal
2025-08-20T20:26:01.1268040Z [00:02:39.813]➜  google.golang.org/genproto/googleapis/rpc/code
2025-08-20T20:26:01.1268788Z [00:02:39.813]➜  mkdir -p $WORK/b733/
2025-08-20T20:26:01.1269752Z [00:02:39.813]➜  cat >/tmp/go-build1823208636/b733/importcfg << 'EOF' # internal
2025-08-20T20:26:01.1270174Z [00:02:39.813]➜  # import config
2025-08-20T20:26:01.1270687Z [00:02:39.813]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:01.1271768Z [00:02:39.813]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:01.1272328Z [00:02:39.813]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.1272754Z [00:02:39.813]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.1273081Z [00:02:39.813]➜  EOF
2025-08-20T20:26:01.1275479Z [00:02:39.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250811230008-5f3141c8851a/code=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250811230008-5f3141c8851a/code;$WORK/b733=>" -p google.golang.org/genproto/googleapis/rpc/code -lang=go1.23 -complete -installsuffix shared -buildid gCvTN7x4OuApBf6jUvMm/gCvTN7x4OuApBf6jUvMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250811230008-5f3141c8851a/code/code.pb.go
2025-08-20T20:26:01.1354115Z [00:02:39.821]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T20:26:01.1431935Z [00:02:39.829]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/e9/e97a63a50ea00669e65431b8a10dc7046af24ecbb2a7587418d79c4657c4e78f-d # internal
2025-08-20T20:26:01.1442071Z [00:02:39.830]➜  google.golang.org/grpc/internal/resolver/delegatingresolver
2025-08-20T20:26:01.1442973Z [00:02:39.830]➜  mkdir -p $WORK/b630/
2025-08-20T20:26:01.1448389Z [00:02:39.831]➜  cat >/tmp/go-build1823208636/b630/importcfg << 'EOF' # internal
2025-08-20T20:26:01.1448762Z [00:02:39.831]➜  # import config
2025-08-20T20:26:01.1449096Z [00:02:39.831]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.1449923Z [00:02:39.831]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:01.1450662Z [00:02:39.831]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build1823208636/b631/_pkg_.a
2025-08-20T20:26:01.1451367Z [00:02:39.831]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1823208636/b632/_pkg_.a
2025-08-20T20:26:01.1452085Z [00:02:39.831]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1823208636/b641/_pkg_.a
2025-08-20T20:26:01.1452765Z [00:02:39.831]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:01.1453371Z [00:02:39.831]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:01.1453899Z [00:02:39.831]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.1454333Z [00:02:39.831]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.1454885Z [00:02:39.831]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.1455272Z [00:02:39.831]➜  EOF
2025-08-20T20:26:01.1457859Z [00:02:39.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_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/b630=>" -p google.golang.org/grpc/internal/resolver/delegatingresolver -lang=go1.23 -complete -installsuffix shared -buildid oBy_pxkf4lCLjcFwukdf/oBy_pxkf4lCLjcFwukdf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/delegatingresolver/delegatingresolver.go
2025-08-20T20:26:01.1581771Z [00:02:39.844]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T20:26:01.1610615Z [00:02:39.845]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/53/53fb8cc2a3151b866e802642dfd583d5ba08528d95bfb7da9c7e66501c4ab6ab-d # internal
2025-08-20T20:26:01.1611349Z [00:02:39.845]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T20:26:01.1611711Z [00:02:39.845]➜  mkdir -p $WORK/b734/
2025-08-20T20:26:01.1612084Z [00:02:39.846]➜  cat >/tmp/go-build1823208636/b734/importcfg << 'EOF' # internal
2025-08-20T20:26:01.1612797Z [00:02:39.846]➜  # import config
2025-08-20T20:26:01.1613301Z [00:02:39.846]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:01.1614011Z [00:02:39.846]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:01.1614737Z [00:02:39.846]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:01.1616815Z [00:02:39.846]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.1617243Z [00:02:39.846]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.1617562Z [00:02:39.846]➜  EOF
2025-08-20T20:26:01.1620089Z [00:02:39.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250811230008-5f3141c8851a/errdetails=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250811230008-5f3141c8851a/errdetails;$WORK/b734=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.23 -complete -installsuffix shared -buildid S0crc9J9tTUTeDbHwdN4/S0crc9J9tTUTeDbHwdN4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250811230008-5f3141c8851a/errdetails/error_details.pb.go
2025-08-20T20:26:01.1641249Z [00:02:39.850]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T20:26:01.1648931Z [00:02:39.851]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/dd/dd7a3265c2cbe70701b68828bf3fe99ef47f9a00ec8241ed4dfa04887e663136-d # internal
2025-08-20T20:26:01.1650156Z [00:02:39.851]➜  github.com/googleapis/gax-go/v2/apierror/internal/proto
2025-08-20T20:26:01.1651154Z [00:02:39.851]➜  mkdir -p $WORK/b732/
2025-08-20T20:26:01.1651938Z [00:02:39.851]➜  cat >/tmp/go-build1823208636/b732/importcfg << 'EOF' # internal
2025-08-20T20:26:01.1652561Z [00:02:39.851]➜  # import config
2025-08-20T20:26:01.1653340Z [00:02:39.851]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build1823208636/b733/_pkg_.a
2025-08-20T20:26:01.1654402Z [00:02:39.851]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:01.1655344Z [00:02:39.851]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:01.1656555Z [00:02:39.851]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:01.1657686Z [00:02:39.851]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.1658483Z [00:02:39.851]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.1658858Z [00:02:39.851]➜  EOF
2025-08-20T20:26:01.1661475Z [00:02:39.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror/internal/proto=>github.com/googleapis/gax-go/v2@v2.14.2/apierror/internal/proto;$WORK/b732=>" -p github.com/googleapis/gax-go/v2/apierror/internal/proto -lang=go1.23 -complete -installsuffix shared -buildid 6zXZwCJ56ij_9SlF2yzH/6zXZwCJ56ij_9SlF2yzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror/internal/proto/custom_error.pb.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror/internal/proto/error.pb.go
2025-08-20T20:26:01.1773321Z [00:02:39.863]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T20:26:01.1838080Z [00:02:39.870]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/f5/f5415e2647e0445725f1b248cb0121596b50ff8ef428700f71ea7e705a1706e1-d # internal
2025-08-20T20:26:01.1838744Z [00:02:39.870]➜  github.com/transparency-dev/tessera
2025-08-20T20:26:01.1839062Z [00:02:39.870]➜  mkdir -p $WORK/b666/
2025-08-20T20:26:01.1839437Z [00:02:39.870]➜  cat >/tmp/go-build1823208636/b666/importcfg << 'EOF' # internal
2025-08-20T20:26:01.1840116Z [00:02:39.870]➜  # import config
2025-08-20T20:26:01.1840454Z [00:02:39.870]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.1840904Z [00:02:39.870]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:26:01.1841366Z [00:02:39.870]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.1841814Z [00:02:39.870]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:01.1842286Z [00:02:39.870]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:01.1842793Z [00:02:39.870]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:01.1843256Z [00:02:39.870]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.1843828Z [00:02:39.870]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.1844396Z [00:02:39.870]➜  packagefile github.com/avast/retry-go/v4=/tmp/go-build1823208636/b667/_pkg_.a
2025-08-20T20:26:01.1844996Z [00:02:39.870]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build1823208636/b668/_pkg_.a
2025-08-20T20:26:01.1846161Z [00:02:39.870]➜  packagefile github.com/transparency-dev/formats/log=/tmp/go-build1823208636/b661/_pkg_.a
2025-08-20T20:26:01.1846844Z [00:02:39.870]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:01.1847677Z [00:02:39.870]➜  packagefile github.com/transparency-dev/tessera/api=/tmp/go-build1823208636/b671/_pkg_.a
2025-08-20T20:26:01.1848498Z [00:02:39.870]➜  packagefile github.com/transparency-dev/tessera/api/layout=/tmp/go-build1823208636/b672/_pkg_.a
2025-08-20T20:26:01.1849501Z [00:02:39.870]➜  packagefile github.com/transparency-dev/tessera/client=/tmp/go-build1823208636/b673/_pkg_.a
2025-08-20T20:26:01.1850427Z [00:02:39.870]➜  packagefile github.com/transparency-dev/tessera/ctonly=/tmp/go-build1823208636/b706/_pkg_.a
2025-08-20T20:26:01.1851303Z [00:02:39.870]➜  packagefile github.com/transparency-dev/tessera/internal/migrate=/tmp/go-build1823208636/b709/_pkg_.a
2025-08-20T20:26:01.1852145Z [00:02:39.870]➜  packagefile github.com/transparency-dev/tessera/internal/otel=/tmp/go-build1823208636/b674/_pkg_.a
2025-08-20T20:26:01.1853012Z [00:02:39.870]➜  packagefile github.com/transparency-dev/tessera/internal/parse=/tmp/go-build1823208636/b710/_pkg_.a
2025-08-20T20:26:01.1854054Z [00:02:39.870]➜  packagefile github.com/transparency-dev/tessera/internal/stream=/tmp/go-build1823208636/b711/_pkg_.a
2025-08-20T20:26:01.1854940Z [00:02:39.870]➜  packagefile github.com/transparency-dev/tessera/internal/witness=/tmp/go-build1823208636/b712/_pkg_.a
2025-08-20T20:26:01.1855879Z [00:02:39.870]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:01.1856608Z [00:02:39.870]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:01.1857341Z [00:02:39.870]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:01.1858073Z [00:02:39.870]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1823208636/b707/_pkg_.a
2025-08-20T20:26:01.1858781Z [00:02:39.870]➜  packagefile golang.org/x/mod/sumdb/note=/tmp/go-build1823208636/b657/_pkg_.a
2025-08-20T20:26:01.1859483Z [00:02:39.870]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:01.1860127Z [00:02:39.870]➜  packagefile k8s.io/klog/v2=/tmp/go-build1823208636/b699/_pkg_.a
2025-08-20T20:26:01.1860711Z [00:02:39.870]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:26:01.1861153Z [00:02:39.870]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.1868010Z [00:02:39.870]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.1881402Z [00:02:39.870]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.1881837Z [00:02:39.870]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.1882551Z [00:02:39.870]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.1882986Z [00:02:39.870]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:01.1883418Z [00:02:39.870]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.1883729Z [00:02:39.870]➜  EOF
2025-08-20T20:26:01.1890003Z [00:02:39.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823;$WORK/b666=>" -p github.com/transparency-dev/tessera -lang=go1.24 -complete -installsuffix shared -buildid HrrNVktBxOSoJQuVheZl/HrrNVktBxOSoJQuVheZl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/append_lifecycle.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/await.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/ct_only.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/dedupe.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/entry.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/lifecycle.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/log.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/migrate.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/migrate_lifecycle.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/otel.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/witness.go
2025-08-20T20:26:01.2077641Z [00:02:39.894]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T20:26:01.2085465Z [00:02:39.895]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/60/601bdf4ca9012febf967c77f7ff0c4319d91fed53041691ac5d143b6f2013893-d # internal
2025-08-20T20:26:01.2128290Z [00:02:39.899]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T20:26:01.2141502Z [00:02:39.900]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/a3/a3764585c50f7687f3955aa083c2ce9a86220308bd80be2c1dc4fa12d7e40e4c-d # internal
2025-08-20T20:26:01.2143747Z [00:02:39.900]➜  github.com/googleapis/gax-go/v2/callctx
2025-08-20T20:26:01.2144585Z [00:02:39.901]➜  mkdir -p $WORK/b735/
2025-08-20T20:26:01.2151706Z [00:02:39.901]➜  cat >/tmp/go-build1823208636/b735/importcfg << 'EOF' # internal
2025-08-20T20:26:01.2152689Z [00:02:39.901]➜  # import config
2025-08-20T20:26:01.2153841Z [00:02:39.901]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.2154314Z [00:02:39.901]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.2154647Z [00:02:39.902]➜  EOF
2025-08-20T20:26:01.2156851Z [00:02:39.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/callctx=>github.com/googleapis/gax-go/v2@v2.14.2/callctx;$WORK/b735=>" -p github.com/googleapis/gax-go/v2/callctx -lang=go1.23 -complete -installsuffix shared -buildid 7FUrZEQA-sxc2LdfUiI7/7FUrZEQA-sxc2LdfUiI7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/callctx/callctx.go
2025-08-20T20:26:01.2164133Z [00:02:39.902]➜  google.golang.org/grpc
2025-08-20T20:26:01.2166522Z [00:02:39.902]➜  mkdir -p $WORK/b590/
2025-08-20T20:26:01.2170526Z [00:02:39.903]➜  cat >/tmp/go-build1823208636/b590/importcfg << 'EOF' # internal
2025-08-20T20:26:01.2171521Z [00:02:39.903]➜  # import config
2025-08-20T20:26:01.2171910Z [00:02:39.903]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.2172724Z [00:02:39.903]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:01.2173181Z [00:02:39.903]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.2173635Z [00:02:39.903]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:01.2174121Z [00:02:39.903]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.2174565Z [00:02:39.903]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.2174975Z [00:02:39.903]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.2175449Z [00:02:39.903]➜  packagefile golang.org/x/net/trace=/tmp/go-build1823208636/b591/_pkg_.a
2025-08-20T20:26:01.2176245Z [00:02:39.903]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1823208636/b594/_pkg_.a
2025-08-20T20:26:01.2177010Z [00:02:39.903]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:01.2177687Z [00:02:39.903]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:01.2178334Z [00:02:39.903]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build1823208636/b607/_pkg_.a
2025-08-20T20:26:01.2179004Z [00:02:39.903]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1823208636/b612/_pkg_.a
2025-08-20T20:26:01.2179633Z [00:02:39.903]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build1823208636/b596/_pkg_.a
2025-08-20T20:26:01.2180209Z [00:02:39.903]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:01.2180799Z [00:02:39.903]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:01.2188820Z [00:02:39.903]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:01.2189888Z [00:02:39.903]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:01.2190593Z [00:02:39.903]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1823208636/b615/_pkg_.a
2025-08-20T20:26:01.2191210Z [00:02:39.903]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build1823208636/b618/_pkg_.a
2025-08-20T20:26:01.2191856Z [00:02:39.903]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:01.2192709Z [00:02:39.903]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:01.2193294Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:01.2193916Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:26:01.2194646Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build1823208636/b620/_pkg_.a
2025-08-20T20:26:01.2195392Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build1823208636/b621/_pkg_.a
2025-08-20T20:26:01.2196389Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build1823208636/b622/_pkg_.a
2025-08-20T20:26:01.2197054Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1823208636/b597/_pkg_.a
2025-08-20T20:26:01.2197718Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:01.2198370Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1823208636/b616/_pkg_.a
2025-08-20T20:26:01.2199007Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build1823208636/b626/_pkg_.a
2025-08-20T20:26:01.2199650Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1823208636/b627/_pkg_.a
2025-08-20T20:26:01.2200299Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:01.2200947Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1823208636/b628/_pkg_.a
2025-08-20T20:26:01.2201682Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build1823208636/b630/_pkg_.a
2025-08-20T20:26:01.2202463Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build1823208636/b646/_pkg_.a
2025-08-20T20:26:01.2203188Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build1823208636/b647/_pkg_.a
2025-08-20T20:26:01.2203879Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:01.2204581Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1823208636/b648/_pkg_.a
2025-08-20T20:26:01.2205383Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1823208636/b544/_pkg_.a
2025-08-20T20:26:01.2206230Z [00:02:39.903]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1823208636/b632/_pkg_.a
2025-08-20T20:26:01.2206870Z [00:02:39.903]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1823208636/b642/_pkg_.a
2025-08-20T20:26:01.2207450Z [00:02:39.903]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1823208636/b617/_pkg_.a
2025-08-20T20:26:01.2208028Z [00:02:39.903]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:01.2208603Z [00:02:39.903]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1823208636/b643/_pkg_.a
2025-08-20T20:26:01.2209177Z [00:02:39.903]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:01.2209888Z [00:02:39.903]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build1823208636/b649/_pkg_.a
2025-08-20T20:26:01.2210582Z [00:02:39.903]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:01.2211177Z [00:02:39.903]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1823208636/b603/_pkg_.a
2025-08-20T20:26:01.2211753Z [00:02:39.903]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:01.2212312Z [00:02:39.903]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build1823208636/b644/_pkg_.a
2025-08-20T20:26:01.2212930Z [00:02:39.903]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.2213340Z [00:02:39.903]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:01.2213777Z [00:02:39.903]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:01.2214206Z [00:02:39.903]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:01.2214635Z [00:02:39.903]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.2215066Z [00:02:39.903]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.2215490Z [00:02:39.903]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.2216571Z [00:02:39.903]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:01.2217116Z [00:02:39.903]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:01.2217731Z [00:02:39.903]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:01.2218333Z [00:02:39.903]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.2218763Z [00:02:39.903]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.2219394Z [00:02:39.903]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:01.2220039Z [00:02:39.903]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.2220512Z [00:02:39.903]➜  EOF
2025-08-20T20:26:01.2227262Z [00:02:39.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2=>google.golang.org/grpc@v1.74.2;$WORK/b590=>" -p google.golang.org/grpc -lang=go1.23 -complete -installsuffix shared -buildid RT-E5nPZn3UI-woBjjxP/RT-E5nPZn3UI-woBjjxP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/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-20T20:26:01.2262429Z [00:02:39.912]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T20:26:01.2300386Z [00:02:39.916]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/6e/6e07c05c226346a1273626c4ac0adbd441db9be7191124f07ddf0a0f8d520324-d # internal
2025-08-20T20:26:01.2301142Z [00:02:39.916]➜  github.com/googleapis/gax-go/v2/apierror
2025-08-20T20:26:01.2301475Z [00:02:39.916]➜  mkdir -p $WORK/b731/
2025-08-20T20:26:01.2306318Z [00:02:39.916]➜  cat >/tmp/go-build1823208636/b731/importcfg << 'EOF' # internal
2025-08-20T20:26:01.2307931Z [00:02:39.916]➜  # import config
2025-08-20T20:26:01.2308346Z [00:02:39.917]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.2309203Z [00:02:39.917]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.2310118Z [00:02:39.917]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build1823208636/b732/_pkg_.a
2025-08-20T20:26:01.2311059Z [00:02:39.917]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:01.2312378Z [00:02:39.917]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build1823208636/b734/_pkg_.a
2025-08-20T20:26:01.2320256Z [00:02:39.917]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:01.2321413Z [00:02:39.917]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:01.2322164Z [00:02:39.917]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:01.2322828Z [00:02:39.917]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:01.2323661Z [00:02:39.917]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.2323980Z [00:02:39.917]➜  EOF
2025-08-20T20:26:01.2326080Z [00:02:39.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror=>github.com/googleapis/gax-go/v2@v2.14.2/apierror;$WORK/b731=>" -p github.com/googleapis/gax-go/v2/apierror -lang=go1.23 -complete -installsuffix shared -buildid TAIQSKP_rtwXsVG3TSYO/TAIQSKP_rtwXsVG3TSYO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror/apierror.go
2025-08-20T20:26:01.2336498Z [00:02:39.920]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T20:26:01.2347708Z [00:02:39.921]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/9e/9ea28b31091bc6f7cc53bcc6e05b6d40369d5698dcecd46c94be6a7fe1e096f3-d # internal
2025-08-20T20:26:01.2349488Z [00:02:39.921]➜  github.com/googleapis/gax-go/v2/internallog/grpclog
2025-08-20T20:26:01.2350137Z [00:02:39.921]➜  mkdir -p $WORK/b737/
2025-08-20T20:26:01.2368078Z [00:02:39.923]➜  cat >/tmp/go-build1823208636/b737/importcfg << 'EOF' # internal
2025-08-20T20:26:01.2368590Z [00:02:39.923]➜  # import config
2025-08-20T20:26:01.2368972Z [00:02:39.923]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.2369429Z [00:02:39.923]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.2369965Z [00:02:39.923]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:01.2370622Z [00:02:39.923]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:01.2371523Z [00:02:39.923]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:01.2372114Z [00:02:39.923]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:01.2372552Z [00:02:39.923]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.2372869Z [00:02:39.923]➜  EOF
2025-08-20T20:26:01.2375023Z [00:02:39.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/grpclog=>github.com/googleapis/gax-go/v2@v2.14.2/internallog/grpclog;$WORK/b737=>" -p github.com/googleapis/gax-go/v2/internallog/grpclog -lang=go1.23 -complete -installsuffix shared -buildid HmpvWj0id7lMdb4b9riC/HmpvWj0id7lMdb4b9riC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/grpclog/grpclog.go
2025-08-20T20:26:01.2580062Z [00:02:39.943]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T20:26:01.2590126Z [00:02:39.944]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/ac/acecc9b3339e6896960e7d3df0614201283b511b13559a1a8577d39bdc4ace63-d # internal
2025-08-20T20:26:01.2590750Z [00:02:39.944]➜  google.golang.org/api/iterator
2025-08-20T20:26:01.2591053Z [00:02:39.944]➜  mkdir -p $WORK/b739/
2025-08-20T20:26:01.2600979Z [00:02:39.946]➜  cat >/tmp/go-build1823208636/b739/importcfg << 'EOF' # internal
2025-08-20T20:26:01.2602491Z [00:02:39.946]➜  # import config
2025-08-20T20:26:01.2603556Z [00:02:39.946]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.2604213Z [00:02:39.946]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.2604901Z [00:02:39.946]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.2605632Z [00:02:39.946]➜  EOF
2025-08-20T20:26:01.2608029Z [00:02:39.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b739/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/iterator=>google.golang.org/api@v0.238.0/iterator;$WORK/b739=>" -p google.golang.org/api/iterator -lang=go1.23 -complete -installsuffix shared -buildid pNm39AVZN3UcKDk9gVor/pNm39AVZN3UcKDk9gVor -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/iterator/iterator.go
2025-08-20T20:26:01.2848443Z [00:02:39.971]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T20:26:01.2871904Z [00:02:39.973]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/65/655a546e4eb63eb2dda6b10e02d4c4aa30fdab6817ac873b139ffd05e76b1e23-d # internal
2025-08-20T20:26:01.2876963Z [00:02:39.974]➜  cloud.google.com/go/compute/metadata
2025-08-20T20:26:01.2880594Z [00:02:39.974]➜  mkdir -p $WORK/b743/
2025-08-20T20:26:01.2906722Z [00:02:39.975]➜  cat >/tmp/go-build1823208636/b743/importcfg << 'EOF' # internal
2025-08-20T20:26:01.2907256Z [00:02:39.975]➜  # import config
2025-08-20T20:26:01.2907748Z [00:02:39.975]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.2908318Z [00:02:39.975]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.2908878Z [00:02:39.975]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.2909422Z [00:02:39.975]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.2909934Z [00:02:39.975]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.2910422Z [00:02:39.975]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.2910938Z [00:02:39.975]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:01.2911459Z [00:02:39.975]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:01.2911972Z [00:02:39.975]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:01.2912483Z [00:02:39.975]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.2913009Z [00:02:39.975]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.2913888Z [00:02:39.975]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.2914509Z [00:02:39.975]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.2915089Z [00:02:39.975]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.2915659Z [00:02:39.975]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:01.2916277Z [00:02:39.975]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.2916770Z [00:02:39.975]➜  EOF
2025-08-20T20:26:01.2920129Z [00:02:39.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b743/_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/b743=>" -p cloud.google.com/go/compute/metadata -lang=go1.23 -complete -installsuffix shared -buildid yyd7DMxVq2bctCNDNXF9/yyd7DMxVq2bctCNDNXF9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/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-20T20:26:01.3062680Z [00:02:39.992]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T20:26:01.3079030Z [00:02:39.993]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/2f/2fb6a39e2afdd9516baba1abb9e3f131ed47b3d85d67cc6d7331e50325ead2d0-d # internal
2025-08-20T20:26:01.3080108Z [00:02:39.993]➜  github.com/googleapis/gax-go/v2/iterator
2025-08-20T20:26:01.3080439Z [00:02:39.993]➜  mkdir -p $WORK/b738/
2025-08-20T20:26:01.3080818Z [00:02:39.993]➜  cat >/tmp/go-build1823208636/b738/importcfg << 'EOF' # internal
2025-08-20T20:26:01.3081162Z [00:02:39.993]➜  # import config
2025-08-20T20:26:01.3081606Z [00:02:39.993]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:01.3082099Z [00:02:39.993]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:01.3082581Z [00:02:39.993]➜  EOF
2025-08-20T20:26:01.3084551Z [00:02:39.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/iterator=>github.com/googleapis/gax-go/v2@v2.14.2/iterator;$WORK/b738=>" -p github.com/googleapis/gax-go/v2/iterator -lang=go1.23 -complete -installsuffix shared -buildid p4uWl1EdEJTtUEFXEAXi/p4uWl1EdEJTtUEFXEAXi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/iterator/iterator.go
2025-08-20T20:26:01.3303689Z [00:02:40.016]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T20:26:01.3311410Z [00:02:40.017]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/96/968b10b8651aa1916a1aa26a1bdead6036d29a199d5b40b9d3da99a66ad90d9c-d # internal
2025-08-20T20:26:01.3312042Z [00:02:40.017]➜  cloud.google.com/go/auth/internal/jwt
2025-08-20T20:26:01.3312354Z [00:02:40.017]➜  mkdir -p $WORK/b744/
2025-08-20T20:26:01.3312741Z [00:02:40.017]➜  cat >/tmp/go-build1823208636/b744/importcfg << 'EOF' # internal
2025-08-20T20:26:01.3313086Z [00:02:40.017]➜  # import config
2025-08-20T20:26:01.3313417Z [00:02:40.017]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.3313836Z [00:02:40.017]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:01.3314285Z [00:02:40.017]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:01.3314739Z [00:02:40.017]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:01.3315200Z [00:02:40.017]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:01.3315879Z [00:02:40.017]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:01.3316429Z [00:02:40.017]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.3317192Z [00:02:40.017]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.3317688Z [00:02:40.017]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.3318116Z [00:02:40.017]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.3318534Z [00:02:40.017]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.3318841Z [00:02:40.017]➜  EOF
2025-08-20T20:26:01.3320869Z [00:02:40.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b744/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/jwt=>cloud.google.com/go/auth@v0.16.2/internal/jwt;$WORK/b744=>" -p cloud.google.com/go/auth/internal/jwt -lang=go1.23 -complete -installsuffix shared -buildid Kw4T6Xd5wWDPVkgBmCQB/Kw4T6Xd5wWDPVkgBmCQB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/jwt/jwt.go
2025-08-20T20:26:01.3666696Z [00:02:40.052]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T20:26:01.3673571Z [00:02:40.053]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/ed/ed25da303847e0fd2902094b955bf2bf2a151b4bb959576c05e96c107035e7ed-d # internal
2025-08-20T20:26:01.3674546Z [00:02:40.053]➜  github.com/googleapis/gax-go/v2/internallog/internal
2025-08-20T20:26:01.3677562Z [00:02:40.053]➜  mkdir -p $WORK/b746/
2025-08-20T20:26:01.3681964Z [00:02:40.053]➜  cat >/tmp/go-build1823208636/b746/importcfg << 'EOF' # internal
2025-08-20T20:26:01.3682707Z [00:02:40.054]➜  # import config
2025-08-20T20:26:01.3683060Z [00:02:40.054]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.3683479Z [00:02:40.054]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.3683898Z [00:02:40.054]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:01.3684321Z [00:02:40.054]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.3684743Z [00:02:40.054]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.3685161Z [00:02:40.054]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.3685802Z [00:02:40.054]➜  EOF
2025-08-20T20:26:01.3688024Z [00:02:40.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/internal=>github.com/googleapis/gax-go/v2@v2.14.2/internallog/internal;$WORK/b746=>" -p github.com/googleapis/gax-go/v2/internallog/internal -lang=go1.23 -complete -installsuffix shared -buildid Wch86YRLpgoTSDTJccio/Wch86YRLpgoTSDTJccio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/internal/internal.go
2025-08-20T20:26:01.3983299Z [00:02:40.084]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T20:26:01.3994212Z [00:02:40.085]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/e5/e524fdd2a22c8c568081dd59e2653856d25ba15430d9f2271af70d55d5e97f4d-d # internal
2025-08-20T20:26:01.3994912Z [00:02:40.085]➜  github.com/googleapis/gax-go/v2/internallog
2025-08-20T20:26:01.3995250Z [00:02:40.085]➜  mkdir -p $WORK/b745/
2025-08-20T20:26:01.3995704Z [00:02:40.085]➜  cat >/tmp/go-build1823208636/b745/importcfg << 'EOF' # internal
2025-08-20T20:26:01.3996110Z [00:02:40.085]➜  # import config
2025-08-20T20:26:01.3996452Z [00:02:40.085]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.3996914Z [00:02:40.085]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.3997351Z [00:02:40.085]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.3997945Z [00:02:40.085]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build1823208636/b746/_pkg_.a
2025-08-20T20:26:01.3998531Z [00:02:40.085]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:01.3999278Z [00:02:40.085]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.3999778Z [00:02:40.085]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.4000201Z [00:02:40.085]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.4000511Z [00:02:40.085]➜  EOF
2025-08-20T20:26:01.4002518Z [00:02:40.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog=>github.com/googleapis/gax-go/v2@v2.14.2/internallog;$WORK/b745=>" -p github.com/googleapis/gax-go/v2/internallog -lang=go1.23 -complete -installsuffix shared -buildid e6K9aL72ebM8_DstT59I/e6K9aL72ebM8_DstT59I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/internallog.go
2025-08-20T20:26:01.4049088Z [00:02:40.091]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T20:26:01.4091217Z [00:02:40.095]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/6a/6affa1b01819c8e494f1637799674584f3a30cfec43242e5e5d8376b3d1ff565-d # internal
2025-08-20T20:26:01.4104314Z [00:02:40.096]➜  golang.org/x/oauth2/internal
2025-08-20T20:26:01.4106983Z [00:02:40.097]➜  mkdir -p $WORK/b748/
2025-08-20T20:26:01.4107854Z [00:02:40.097]➜  cat >/tmp/go-build1823208636/b748/importcfg << 'EOF' # internal
2025-08-20T20:26:01.4108248Z [00:02:40.097]➜  # import config
2025-08-20T20:26:01.4108598Z [00:02:40.097]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.4109491Z [00:02:40.097]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:01.4109951Z [00:02:40.097]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:01.4110414Z [00:02:40.097]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.4110896Z [00:02:40.097]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:01.4111337Z [00:02:40.097]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.4111758Z [00:02:40.097]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.4112160Z [00:02:40.097]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.4112772Z [00:02:40.097]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:01.4113184Z [00:02:40.097]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:01.4113604Z [00:02:40.097]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.4114039Z [00:02:40.097]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.4114461Z [00:02:40.097]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:01.4114888Z [00:02:40.097]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.4115306Z [00:02:40.097]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.4115990Z [00:02:40.097]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:01.4116443Z [00:02:40.097]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.4116754Z [00:02:40.097]➜  EOF
2025-08-20T20:26:01.4119241Z [00:02:40.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b748/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b748=>" -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/b748/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-20T20:26:01.4122039Z [00:02:40.098]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T20:26:01.4176614Z [00:02:40.101]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/c6/c67999bb8cb1543a13c639ae27de632278e87688796afb6e0fa31bf4316d9fd3-d # internal
2025-08-20T20:26:01.4177670Z [00:02:40.101]➜  cloud.google.com/go/auth/internal
2025-08-20T20:26:01.4178000Z [00:02:40.101]➜  mkdir -p $WORK/b742/
2025-08-20T20:26:01.4178378Z [00:02:40.101]➜  cat >/tmp/go-build1823208636/b742/importcfg << 'EOF' # internal
2025-08-20T20:26:01.4178725Z [00:02:40.101]➜  # import config
2025-08-20T20:26:01.4179181Z [00:02:40.101]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:01.4179717Z [00:02:40.101]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.4180139Z [00:02:40.101]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:01.4180578Z [00:02:40.101]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:01.4181209Z [00:02:40.101]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.4181769Z [00:02:40.101]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:01.4182218Z [00:02:40.101]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.4182639Z [00:02:40.101]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.4183041Z [00:02:40.101]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.4183456Z [00:02:40.101]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.4184091Z [00:02:40.101]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.4184499Z [00:02:40.101]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.4184909Z [00:02:40.101]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.4185218Z [00:02:40.101]➜  EOF
2025-08-20T20:26:01.4187322Z [00:02:40.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b742/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal=>cloud.google.com/go/auth@v0.16.2/internal;$WORK/b742=>" -p cloud.google.com/go/auth/internal -lang=go1.23 -complete -installsuffix shared -buildid 9IfcV3LX9tIAVGs09GHp/9IfcV3LX9tIAVGs09GHp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/internal.go
2025-08-20T20:26:01.4359592Z [00:02:40.122]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T20:26:01.4372419Z [00:02:40.123]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/0e/0e128d3a5cd093b2f2602126af1cdf7caa4536d3f0c7bb0bff8bccb7d19a7bc5-d # internal
2025-08-20T20:26:01.4403045Z [00:02:40.126]➜  golang.org/x/oauth2/jws
2025-08-20T20:26:01.4404660Z [00:02:40.126]➜  mkdir -p $WORK/b755/
2025-08-20T20:26:01.4405090Z [00:02:40.127]➜  cat >/tmp/go-build1823208636/b755/importcfg << 'EOF' # internal
2025-08-20T20:26:01.4405443Z [00:02:40.127]➜  # import config
2025-08-20T20:26:01.4406024Z [00:02:40.127]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.4406466Z [00:02:40.127]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:01.4406907Z [00:02:40.127]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:01.4407373Z [00:02:40.127]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:01.4407833Z [00:02:40.127]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:01.4408309Z [00:02:40.127]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:01.4408793Z [00:02:40.127]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.4409234Z [00:02:40.127]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.4409645Z [00:02:40.127]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.4410061Z [00:02:40.127]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.4410483Z [00:02:40.127]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.4411098Z [00:02:40.127]➜  EOF
2025-08-20T20:26:01.4412835Z [00:02:40.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b755/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws=>golang.org/x/oauth2@v0.30.0/jws;$WORK/b755=>" -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/b755/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws/jws.go
2025-08-20T20:26:01.4552124Z [00:02:40.141]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T20:26:01.4552907Z [00:02:40.141]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/3c/3cf1319259c4a434f8465d66b08cee01f57bb68d76cb51ff1b12b335d9b5a9bf-d # internal
2025-08-20T20:26:01.4553480Z [00:02:40.141]➜  cloud.google.com/go/auth
2025-08-20T20:26:01.4553762Z [00:02:40.141]➜  mkdir -p $WORK/b741/
2025-08-20T20:26:01.4554510Z [00:02:40.141]➜  cat >/tmp/go-build1823208636/b741/importcfg << 'EOF' # internal
2025-08-20T20:26:01.4554932Z [00:02:40.141]➜  # import config
2025-08-20T20:26:01.4555275Z [00:02:40.141]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.4555968Z [00:02:40.141]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:01.4556596Z [00:02:40.141]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1823208636/b744/_pkg_.a
2025-08-20T20:26:01.4557119Z [00:02:40.141]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.4557835Z [00:02:40.141]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.4558278Z [00:02:40.141]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.4558689Z [00:02:40.141]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.4559246Z [00:02:40.141]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:01.4559798Z [00:02:40.141]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:01.4560214Z [00:02:40.141]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:01.4560823Z [00:02:40.141]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.4561256Z [00:02:40.141]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.4561681Z [00:02:40.141]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:01.4562114Z [00:02:40.141]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.4562530Z [00:02:40.141]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.4562995Z [00:02:40.141]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.4563298Z [00:02:40.141]➜  EOF
2025-08-20T20:26:01.4565207Z [00:02:40.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2=>cloud.google.com/go/auth@v0.16.2;$WORK/b741=>" -p cloud.google.com/go/auth -lang=go1.23 -complete -installsuffix shared -buildid Xk1rMQL_A8LziWnjgkSA/Xk1rMQL_A8LziWnjgkSA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/auth.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/threelegged.go
2025-08-20T20:26:01.4567200Z [00:02:40.142]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T20:26:01.4573287Z [00:02:40.143]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/7a/7acbadc662ce038d384c268e5a2cd098d089c44db3eb5f0ea379a2fea58338c8-d # internal
2025-08-20T20:26:01.4617129Z [00:02:40.148]➜  golang.org/x/oauth2
2025-08-20T20:26:01.4617491Z [00:02:40.148]➜  mkdir -p $WORK/b747/
2025-08-20T20:26:01.4617876Z [00:02:40.148]➜  cat >/tmp/go-build1823208636/b747/importcfg << 'EOF' # internal
2025-08-20T20:26:01.4618223Z [00:02:40.148]➜  # import config
2025-08-20T20:26:01.4618578Z [00:02:40.148]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.4619309Z [00:02:40.148]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.4619819Z [00:02:40.148]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:01.4620287Z [00:02:40.148]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:01.4620759Z [00:02:40.148]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:01.4621233Z [00:02:40.148]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.4621681Z [00:02:40.148]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.4622098Z [00:02:40.148]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.4622590Z [00:02:40.148]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1823208636/b748/_pkg_.a
2025-08-20T20:26:01.4623205Z [00:02:40.148]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.4623690Z [00:02:40.148]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:01.4624114Z [00:02:40.148]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.4624543Z [00:02:40.148]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.4624967Z [00:02:40.148]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:01.4625397Z [00:02:40.148]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.4626052Z [00:02:40.148]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.4626664Z [00:02:40.148]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.4626972Z [00:02:40.148]➜  EOF
2025-08-20T20:26:01.4629411Z [00:02:40.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b747/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b747=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid pAorfFFfkmOwHvtloUNt/pAorfFFfkmOwHvtloUNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/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-20T20:26:01.4742901Z [00:02:40.160]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T20:26:01.4743713Z [00:02:40.160]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/f6/f6fa3cc4283b383d179d67cab7d28e5e665479e7418f261f533aeeca2f20eb9d-d # internal
2025-08-20T20:26:01.4744323Z [00:02:40.160]➜  cloud.google.com/go/auth/internal/credsfile
2025-08-20T20:26:01.4744641Z [00:02:40.160]➜  mkdir -p $WORK/b762/
2025-08-20T20:26:01.4745018Z [00:02:40.160]➜  cat >/tmp/go-build1823208636/b762/importcfg << 'EOF' # internal
2025-08-20T20:26:01.4745370Z [00:02:40.160]➜  # import config
2025-08-20T20:26:01.4745884Z [00:02:40.160]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.4746326Z [00:02:40.160]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.4746745Z [00:02:40.160]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:01.4747201Z [00:02:40.160]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:01.4747668Z [00:02:40.160]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:01.4747992Z [00:02:40.160]➜  EOF
2025-08-20T20:26:01.4750896Z [00:02:40.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b762/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/credsfile=>cloud.google.com/go/auth@v0.16.2/internal/credsfile;$WORK/b762=>" -p cloud.google.com/go/auth/internal/credsfile -lang=go1.23 -complete -installsuffix shared -buildid qY8h1Snm41vKfCk-3MDW/qY8h1Snm41vKfCk-3MDW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/credsfile/credsfile.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/credsfile/filetype.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/credsfile/parse.go
2025-08-20T20:26:01.5043519Z [00:02:40.190]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T20:26:01.5056674Z [00:02:40.192]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/67/678b3ee2b0b5d66db26bc34f078b6e87d9be5013d7c05d2c4185e800e73ada4d-d # internal
2025-08-20T20:26:01.5058145Z [00:02:40.192]➜  internal/saferio
2025-08-20T20:26:01.5058460Z [00:02:40.192]➜  mkdir -p $WORK/b766/
2025-08-20T20:26:01.5066648Z [00:02:40.193]➜  cat >/tmp/go-build1823208636/b766/importcfg << 'EOF' # internal
2025-08-20T20:26:01.5067040Z [00:02:40.193]➜  # import config
2025-08-20T20:26:01.5067380Z [00:02:40.193]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.5067686Z [00:02:40.193]➜  EOF
2025-08-20T20:26:01.5069481Z [00:02:40.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b766=>" -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/b766/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T20:26:01.5249971Z [00:02:40.211]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T20:26:01.5254992Z [00:02:40.211]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T20:26:01.5256980Z [00:02:40.212]➜  encoding/gob
2025-08-20T20:26:01.5257304Z [00:02:40.212]➜  mkdir -p $WORK/b765/
2025-08-20T20:26:01.5268937Z [00:02:40.212]➜  cat >/tmp/go-build1823208636/b765/importcfg << 'EOF' # internal
2025-08-20T20:26:01.5269371Z [00:02:40.213]➜  # import config
2025-08-20T20:26:01.5269753Z [00:02:40.213]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:01.5270203Z [00:02:40.213]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:26:01.5270669Z [00:02:40.213]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:01.5271474Z [00:02:40.213]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.5271892Z [00:02:40.213]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.5272343Z [00:02:40.213]➜  packagefile internal/saferio=/tmp/go-build1823208636/b766/_pkg_.a
2025-08-20T20:26:01.5272792Z [00:02:40.213]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.5273199Z [00:02:40.213]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:26:01.5273602Z [00:02:40.213]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:01.5274027Z [00:02:40.213]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:01.5274447Z [00:02:40.213]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.5274863Z [00:02:40.213]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.5275283Z [00:02:40.213]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.5275905Z [00:02:40.213]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:01.5276404Z [00:02:40.213]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:01.5276853Z [00:02:40.213]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:01.5277193Z [00:02:40.213]➜  EOF
2025-08-20T20:26:01.5279973Z [00:02:40.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b765=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/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-20T20:26:01.5447574Z [00:02:40.231]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T20:26:01.5480463Z [00:02:40.234]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/38/38a13d252156073b9f3df70a69f0f3021c664a0d047c4882f33d788b7433178b-d # internal
2025-08-20T20:26:01.5487724Z [00:02:40.234]➜  cloud.google.com/go/auth/credentials/internal/impersonate
2025-08-20T20:26:01.5488130Z [00:02:40.234]➜  mkdir -p $WORK/b760/
2025-08-20T20:26:01.5490406Z [00:02:40.235]➜  cat >/tmp/go-build1823208636/b760/importcfg << 'EOF' # internal
2025-08-20T20:26:01.5492626Z [00:02:40.235]➜  # import config
2025-08-20T20:26:01.5493585Z [00:02:40.235]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.5494312Z [00:02:40.235]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:01.5495385Z [00:02:40.235]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:01.5496743Z [00:02:40.235]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.5497257Z [00:02:40.235]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.5497712Z [00:02:40.235]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.5498508Z [00:02:40.235]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.5499077Z [00:02:40.235]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:01.5499626Z [00:02:40.235]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:01.5500059Z [00:02:40.235]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.5500495Z [00:02:40.235]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.5500928Z [00:02:40.235]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.5501238Z [00:02:40.235]➜  EOF
2025-08-20T20:26:01.5504062Z [00:02:40.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b760/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/impersonate=>cloud.google.com/go/auth@v0.16.2/credentials/internal/impersonate;$WORK/b760=>" -p cloud.google.com/go/auth/credentials/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid bHd497DnUPjspubJ4Vqi/bHd497DnUPjspubJ4Vqi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/impersonate/idtoken.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/impersonate/impersonate.go
2025-08-20T20:26:01.5670609Z [00:02:40.253]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T20:26:01.5693025Z [00:02:40.255]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/13/130802d43ee10f62570e4a897071d8a2fe4493ed38e76a49752d67ade8293669-d # internal
2025-08-20T20:26:01.5722455Z [00:02:40.258]➜  golang.org/x/oauth2/authhandler
2025-08-20T20:26:01.5723581Z [00:02:40.258]➜  mkdir -p $WORK/b750/
2025-08-20T20:26:01.5724522Z [00:02:40.258]➜  cat >/tmp/go-build1823208636/b750/importcfg << 'EOF' # internal
2025-08-20T20:26:01.5724910Z [00:02:40.258]➜  # import config
2025-08-20T20:26:01.5725261Z [00:02:40.258]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.5725897Z [00:02:40.258]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.5726380Z [00:02:40.258]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:01.5726739Z [00:02:40.258]➜  EOF
2025-08-20T20:26:01.5728876Z [00:02:40.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler=>golang.org/x/oauth2@v0.30.0/authhandler;$WORK/b750=>" -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/b750/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler/authhandler.go
2025-08-20T20:26:01.6060209Z [00:02:40.291]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T20:26:01.6067050Z [00:02:40.292]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/cb/cbacd0e4a0791daf9440ca4ce21f3c245fba43e0da2b27e7b6355a723d564460-d # internal
2025-08-20T20:26:01.6067837Z [00:02:40.292]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T20:26:01.6068522Z [00:02:40.293]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/87/87c9c7962d693cfc4a6507f87cb422f8a818402879e2f51b3c439d533440e26c-d # internal
2025-08-20T20:26:01.6072369Z [00:02:40.293]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T20:26:01.6073186Z [00:02:40.293]➜  mkdir -p $WORK/b752/
2025-08-20T20:26:01.6074286Z [00:02:40.294]➜  cat >/tmp/go-build1823208636/b752/importcfg << 'EOF' # internal
2025-08-20T20:26:01.6074820Z [00:02:40.294]➜  # import config
2025-08-20T20:26:01.6075293Z [00:02:40.294]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.6075973Z [00:02:40.294]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.6076567Z [00:02:40.294]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.6077142Z [00:02:40.294]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.6078022Z [00:02:40.294]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:01.6078569Z [00:02:40.294]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.6086787Z [00:02:40.294]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.6087819Z [00:02:40.294]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.6088191Z [00:02:40.294]➜  EOF
2025-08-20T20:26:01.6090353Z [00:02:40.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b752/_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/b752=>" -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/b752/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/impersonate/impersonate.go
2025-08-20T20:26:01.6092611Z [00:02:40.295]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T20:26:01.6092940Z [00:02:40.295]➜  mkdir -p $WORK/b753/
2025-08-20T20:26:01.6093315Z [00:02:40.295]➜  cat >/tmp/go-build1823208636/b753/importcfg << 'EOF' # internal
2025-08-20T20:26:01.6093655Z [00:02:40.295]➜  # import config
2025-08-20T20:26:01.6093999Z [00:02:40.295]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.6094465Z [00:02:40.295]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:01.6094938Z [00:02:40.295]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.6095375Z [00:02:40.295]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.6096165Z [00:02:40.295]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:01.6096620Z [00:02:40.295]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.6097041Z [00:02:40.295]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.6097468Z [00:02:40.295]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.6097899Z [00:02:40.295]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:01.6098334Z [00:02:40.295]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.6098646Z [00:02:40.295]➜  EOF
2025-08-20T20:26:01.6101346Z [00:02:40.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b753/_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/b753=>" -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/b753/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-20T20:26:01.6446099Z [00:02:40.330]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T20:26:01.6457773Z [00:02:40.332]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T20:26:01.6465319Z [00:02:40.332]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/59/59ee2a8338bbbc29f046bbd3e9a2d0d61b97dfa417097dc3064e44a1fc728f09-d # internal
2025-08-20T20:26:01.6474402Z [00:02:40.333]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/8c/8c92b21cda3ddaa0ae43923e6b1b9e2ab19b726f5d4e1530246ae0969f80386d-d # internal
2025-08-20T20:26:01.6486778Z [00:02:40.333]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T20:26:01.6487223Z [00:02:40.333]➜  mkdir -p $WORK/b754/
2025-08-20T20:26:01.6487605Z [00:02:40.333]➜  cat >/tmp/go-build1823208636/b754/importcfg << 'EOF' # internal
2025-08-20T20:26:01.6487952Z [00:02:40.333]➜  # import config
2025-08-20T20:26:01.6488634Z [00:02:40.333]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.6489064Z [00:02:40.333]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.6489532Z [00:02:40.333]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:01.6490174Z [00:02:40.333]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build1823208636/b753/_pkg_.a
2025-08-20T20:26:01.6490742Z [00:02:40.333]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.6491050Z [00:02:40.333]➜  EOF
2025-08-20T20:26:01.6493584Z [00:02:40.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b754/_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/b754=>" -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/b754/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T20:26:01.6497123Z [00:02:40.336]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T20:26:01.6528134Z [00:02:40.336]➜  mkdir -p $WORK/b751/
2025-08-20T20:26:01.6528995Z [00:02:40.339]➜  cat >/tmp/go-build1823208636/b751/importcfg << 'EOF' # internal
2025-08-20T20:26:01.6530717Z [00:02:40.339]➜  # import config
2025-08-20T20:26:01.6531269Z [00:02:40.339]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.6531850Z [00:02:40.339]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.6532619Z [00:02:40.339]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:26:01.6533659Z [00:02:40.339]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:01.6534257Z [00:02:40.339]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:01.6534732Z [00:02:40.339]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.6535179Z [00:02:40.339]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.6535742Z [00:02:40.339]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.6536272Z [00:02:40.339]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:01.6537198Z [00:02:40.339]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build1823208636/b752/_pkg_.a
2025-08-20T20:26:01.6538000Z [00:02:40.339]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build1823208636/b753/_pkg_.a
2025-08-20T20:26:01.6538556Z [00:02:40.339]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.6538981Z [00:02:40.339]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.6539415Z [00:02:40.339]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.6539821Z [00:02:40.339]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.6540231Z [00:02:40.339]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:01.6540645Z [00:02:40.339]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:01.6541194Z [00:02:40.339]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:01.6541697Z [00:02:40.339]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:01.6542115Z [00:02:40.339]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:01.6542537Z [00:02:40.339]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:01.6542962Z [00:02:40.339]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.6543379Z [00:02:40.339]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.6544006Z [00:02:40.339]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:01.6544321Z [00:02:40.339]➜  EOF
2025-08-20T20:26:01.6548636Z [00:02:40.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b751/_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/b751=>" -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/b751/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-20T20:26:01.6920604Z [00:02:40.378]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T20:26:01.6926161Z [00:02:40.379]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/08/08366820d156e43d0595f4c4724d8ce5ffb7aa2c4f111f6177ed692119454fee-d # internal
2025-08-20T20:26:01.6942131Z [00:02:40.380]➜  golang.org/x/oauth2/jwt
2025-08-20T20:26:01.6943069Z [00:02:40.380]➜  mkdir -p $WORK/b756/
2025-08-20T20:26:01.6944644Z [00:02:40.380]➜  cat >/tmp/go-build1823208636/b756/importcfg << 'EOF' # internal
2025-08-20T20:26:01.6945015Z [00:02:40.380]➜  # import config
2025-08-20T20:26:01.6945362Z [00:02:40.380]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.6945990Z [00:02:40.380]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.6946434Z [00:02:40.380]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.6946930Z [00:02:40.380]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:01.6947484Z [00:02:40.380]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1823208636/b748/_pkg_.a
2025-08-20T20:26:01.6948037Z [00:02:40.380]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build1823208636/b755/_pkg_.a
2025-08-20T20:26:01.6948678Z [00:02:40.380]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.6949180Z [00:02:40.380]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.6949616Z [00:02:40.380]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.6950049Z [00:02:40.380]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.6950470Z [00:02:40.380]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.6950775Z [00:02:40.380]➜  EOF
2025-08-20T20:26:01.6952444Z [00:02:40.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b756/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt=>golang.org/x/oauth2@v0.30.0/jwt;$WORK/b756=>" -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/b756/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt/jwt.go
2025-08-20T20:26:01.7625989Z [00:02:40.448]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T20:26:01.7641000Z [00:02:40.449]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/ba/ba7da42a14ec550cecd02729660ffe6b61b9642536359ec95a4bd7fdce0e3562-d # internal
2025-08-20T20:26:01.7641868Z [00:02:40.449]➜  cloud.google.com/go/auth/credentials/internal/stsexchange
2025-08-20T20:26:01.7642241Z [00:02:40.449]➜  mkdir -p $WORK/b761/
2025-08-20T20:26:01.7660528Z [00:02:40.452]➜  cat >/tmp/go-build1823208636/b761/importcfg << 'EOF' # internal
2025-08-20T20:26:01.7661886Z [00:02:40.452]➜  # import config
2025-08-20T20:26:01.7663387Z [00:02:40.452]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:01.7664368Z [00:02:40.452]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:01.7665102Z [00:02:40.452]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.7666085Z [00:02:40.452]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:01.7666821Z [00:02:40.452]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.7669317Z [00:02:40.452]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.7670526Z [00:02:40.452]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:01.7671221Z [00:02:40.452]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:01.7672052Z [00:02:40.452]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.7672695Z [00:02:40.452]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.7673376Z [00:02:40.452]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:01.7674294Z [00:02:40.452]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.7674662Z [00:02:40.452]➜  EOF
2025-08-20T20:26:01.7677380Z [00:02:40.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/stsexchange=>cloud.google.com/go/auth@v0.16.2/credentials/internal/stsexchange;$WORK/b761=>" -p cloud.google.com/go/auth/credentials/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid 8WLtDxryiMW6QbgKKM8H/8WLtDxryiMW6QbgKKM8H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/stsexchange/sts_exchange.go
2025-08-20T20:26:01.7700202Z [00:02:40.456]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T20:26:01.7732606Z [00:02:40.459]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/dd/ddf308a4a8720a5cbe955b140bb5489475f9ccd768bf17e5a4cb55e2b984b591-d # internal
2025-08-20T20:26:01.7862583Z [00:02:40.472]➜  golang.org/x/oauth2/google
2025-08-20T20:26:01.7863822Z [00:02:40.473]➜  mkdir -p $WORK/b749/
2025-08-20T20:26:01.7869344Z [00:02:40.473]➜  cat >/tmp/go-build1823208636/b749/importcfg << 'EOF' # internal
2025-08-20T20:26:01.7870148Z [00:02:40.473]➜  # import config
2025-08-20T20:26:01.7871095Z [00:02:40.473]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:01.7871654Z [00:02:40.473]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:01.7872195Z [00:02:40.473]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.7872643Z [00:02:40.473]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:01.7873102Z [00:02:40.473]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.7873803Z [00:02:40.473]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.7874217Z [00:02:40.473]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.7874680Z [00:02:40.473]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:01.7875246Z [00:02:40.473]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build1823208636/b750/_pkg_.a
2025-08-20T20:26:01.7876071Z [00:02:40.473]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build1823208636/b751/_pkg_.a
2025-08-20T20:26:01.7876876Z [00:02:40.473]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build1823208636/b754/_pkg_.a
2025-08-20T20:26:01.7877687Z [00:02:40.473]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build1823208636/b752/_pkg_.a
2025-08-20T20:26:01.7878332Z [00:02:40.473]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1823208636/b748/_pkg_.a
2025-08-20T20:26:01.7878893Z [00:02:40.473]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build1823208636/b755/_pkg_.a
2025-08-20T20:26:01.7879425Z [00:02:40.473]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build1823208636/b756/_pkg_.a
2025-08-20T20:26:01.7879884Z [00:02:40.473]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.7880285Z [00:02:40.473]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:01.7880708Z [00:02:40.473]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.7881133Z [00:02:40.473]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.7881774Z [00:02:40.473]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.7882185Z [00:02:40.473]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:01.7882632Z [00:02:40.473]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:01.7883082Z [00:02:40.473]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:01.7883504Z [00:02:40.473]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.7883919Z [00:02:40.473]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.7884323Z [00:02:40.473]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.7884627Z [00:02:40.473]➜  EOF
2025-08-20T20:26:01.7889766Z [00:02:40.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b749/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google=>golang.org/x/oauth2@v0.30.0/google;$WORK/b749=>" -p golang.org/x/oauth2/google -lang=go1.23 -complete -installsuffix shared -buildid an_dnYaHxjipAx6WdbkH/an_dnYaHxjipAx6WdbkH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/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-20T20:26:01.8123583Z [00:02:40.498]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T20:26:01.8166880Z [00:02:40.502]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/dd/dd4c76076c5d781fcf846d6713c2eb7060f58d81c9bb2f8302bfe007958ec6ec-d # internal
2025-08-20T20:26:01.8168571Z [00:02:40.502]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T20:26:01.8171148Z [00:02:40.502]➜  mkdir -p $WORK/b767/
2025-08-20T20:26:01.8171851Z [00:02:40.503]➜  cat >/tmp/go-build1823208636/b767/importcfg << 'EOF' # internal
2025-08-20T20:26:01.8174118Z [00:02:40.503]➜  # import config
2025-08-20T20:26:01.8174800Z [00:02:40.503]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.8176788Z [00:02:40.503]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.8177214Z [00:02:40.503]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.8177613Z [00:02:40.503]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.8178029Z [00:02:40.503]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:01.8178497Z [00:02:40.503]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:01.8178958Z [00:02:40.503]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:01.8179381Z [00:02:40.503]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.8179966Z [00:02:40.503]➜  EOF
2025-08-20T20:26:01.8185256Z [00:02:40.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b767/_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/b767=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.23 -complete -installsuffix shared -buildid Uxha_FFOnQI7gOqFDMwM/Uxha_FFOnQI7gOqFDMwM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util/util.go
2025-08-20T20:26:01.8481891Z [00:02:40.534]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T20:26:01.8486799Z [00:02:40.535]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/be/be427a96e2103c271a4e5ae7ee4bf8058e301d23fd91cf1e112612f606013fe0-d # internal
2025-08-20T20:26:01.8500693Z [00:02:40.535]➜  cloud.google.com/go/auth/credentials/internal/externalaccountuser
2025-08-20T20:26:01.8501129Z [00:02:40.536]➜  mkdir -p $WORK/b769/
2025-08-20T20:26:01.8501503Z [00:02:40.536]➜  cat >/tmp/go-build1823208636/b769/importcfg << 'EOF' # internal
2025-08-20T20:26:01.8501850Z [00:02:40.536]➜  # import config
2025-08-20T20:26:01.8502249Z [00:02:40.536]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:01.8502943Z [00:02:40.536]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build1823208636/b761/_pkg_.a
2025-08-20T20:26:01.8503643Z [00:02:40.536]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:01.8504161Z [00:02:40.536]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.8504586Z [00:02:40.536]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.8505393Z [00:02:40.536]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:01.8506407Z [00:02:40.536]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:01.8506850Z [00:02:40.536]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.8507265Z [00:02:40.536]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.8507581Z [00:02:40.536]➜  EOF
2025-08-20T20:26:01.8510171Z [00:02:40.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccountuser=>cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccountuser;$WORK/b769=>" -p cloud.google.com/go/auth/credentials/internal/externalaccountuser -lang=go1.23 -complete -installsuffix shared -buildid bcXEnsLx3NrNzCvrr3j-/bcXEnsLx3NrNzCvrr3j- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccountuser/externalaccountuser.go
2025-08-20T20:26:01.8825444Z [00:02:40.568]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T20:26:01.8833276Z [00:02:40.569]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/a4/a415457af138a8479366036f8c76e0601695f52fbf39930e4afe1a3d841f1759-d # internal
2025-08-20T20:26:01.8848080Z [00:02:40.570]➜  cloud.google.com/go/auth/credentials/internal/gdch
2025-08-20T20:26:01.8848795Z [00:02:40.570]➜  mkdir -p $WORK/b770/
2025-08-20T20:26:01.8849179Z [00:02:40.570]➜  cat >/tmp/go-build1823208636/b770/importcfg << 'EOF' # internal
2025-08-20T20:26:01.8849526Z [00:02:40.570]➜  # import config
2025-08-20T20:26:01.8849929Z [00:02:40.570]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:01.8850527Z [00:02:40.570]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:01.8851188Z [00:02:40.570]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1823208636/b762/_pkg_.a
2025-08-20T20:26:01.8851841Z [00:02:40.570]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1823208636/b744/_pkg_.a
2025-08-20T20:26:01.8852559Z [00:02:40.570]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.8852986Z [00:02:40.570]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:01.8853431Z [00:02:40.570]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:01.8853885Z [00:02:40.570]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:01.8854353Z [00:02:40.570]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.8854798Z [00:02:40.570]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.8855212Z [00:02:40.570]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.8855934Z [00:02:40.570]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:01.8856541Z [00:02:40.570]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:01.8856979Z [00:02:40.570]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.8857405Z [00:02:40.570]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:01.8857815Z [00:02:40.570]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:01.8858233Z [00:02:40.570]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.8858650Z [00:02:40.570]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.8858957Z [00:02:40.570]➜  EOF
2025-08-20T20:26:01.8861272Z [00:02:40.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b770/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/gdch=>cloud.google.com/go/auth@v0.16.2/credentials/internal/gdch;$WORK/b770=>" -p cloud.google.com/go/auth/credentials/internal/gdch -lang=go1.23 -complete -installsuffix shared -buildid KiEKmC9GI0qGDk8ItqLb/KiEKmC9GI0qGDk8ItqLb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/gdch/gdch.go
2025-08-20T20:26:01.9277586Z [00:02:40.614]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T20:26:01.9293687Z [00:02:40.615]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T20:26:01.9321553Z [00:02:40.618]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/53/53f3c8db75d52a0f558d735c90e2ca7e28115bd3baffcc840c47af2c9a8e3714-d # internal
2025-08-20T20:26:01.9329080Z [00:02:40.618]➜  cloud.google.com/go/auth/oauth2adapt
2025-08-20T20:26:01.9329456Z [00:02:40.619]➜  mkdir -p $WORK/b771/
2025-08-20T20:26:01.9334390Z [00:02:40.619]➜  cat >/tmp/go-build1823208636/b771/importcfg << 'EOF' # internal
2025-08-20T20:26:01.9335380Z [00:02:40.619]➜  # import config
2025-08-20T20:26:01.9338025Z [00:02:40.619]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:01.9339086Z [00:02:40.619]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.9339580Z [00:02:40.619]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.9340025Z [00:02:40.619]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.9340493Z [00:02:40.619]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:01.9341284Z [00:02:40.619]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1823208636/b749/_pkg_.a
2025-08-20T20:26:01.9341665Z [00:02:40.619]➜  EOF
2025-08-20T20:26:01.9343583Z [00:02:40.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b771/_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/b771=>" -p cloud.google.com/go/auth/oauth2adapt -lang=go1.23 -complete -installsuffix shared -buildid YK1xgQt2P2oz8wU1C4UL/YK1xgQt2P2oz8wU1C4UL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.8/oauth2adapt.go
2025-08-20T20:26:01.9458990Z [00:02:40.630]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/b6/b6d73915c9c36eb2c019b140b763f295cc82efb44d3b383644d1e55f8d7532eb-d # internal
2025-08-20T20:26:01.9486560Z [00:02:40.635]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T20:26:01.9487453Z [00:02:40.635]➜  google.golang.org/grpc/health/grpc_health_v1
2025-08-20T20:26:01.9489401Z [00:02:40.635]➜  mkdir -p $WORK/b589/
2025-08-20T20:26:01.9490592Z [00:02:40.635]➜  cat >/tmp/go-build1823208636/b589/importcfg << 'EOF' # internal
2025-08-20T20:26:01.9491342Z [00:02:40.635]➜  # import config
2025-08-20T20:26:01.9491942Z [00:02:40.635]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.9492743Z [00:02:40.635]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:01.9493607Z [00:02:40.635]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:01.9494756Z [00:02:40.635]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:01.9495476Z [00:02:40.635]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:01.9496379Z [00:02:40.635]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:01.9497006Z [00:02:40.635]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.9497436Z [00:02:40.635]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.9497745Z [00:02:40.635]➜  EOF
2025-08-20T20:26:01.9500398Z [00:02:40.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/health/grpc_health_v1=>google.golang.org/grpc@v1.74.2/health/grpc_health_v1;$WORK/b589=>" -p google.golang.org/grpc/health/grpc_health_v1 -lang=go1.23 -complete -installsuffix shared -buildid fsf5eGHxEo3SHTHGwJAb/fsf5eGHxEo3SHTHGwJAb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/health/grpc_health_v1/health.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/health/grpc_health_v1/health_grpc.pb.go
2025-08-20T20:26:01.9502810Z [00:02:40.635]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/cb/cb3c9c7754a8080e048e9fba0ace13875e78f34a076bd9ebd83705eaf56b5613-d # internal
2025-08-20T20:26:01.9517609Z [00:02:40.638]➜  cloud.google.com/go/monitoring/apiv3/v2/monitoringpb
2025-08-20T20:26:01.9526529Z [00:02:40.638]➜  mkdir -p $WORK/b722/
2025-08-20T20:26:01.9527109Z [00:02:40.638]➜  cat >/tmp/go-build1823208636/b722/importcfg << 'EOF' # internal
2025-08-20T20:26:01.9527941Z [00:02:40.638]➜  # import config
2025-08-20T20:26:01.9528461Z [00:02:40.638]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.9529157Z [00:02:40.638]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build1823208636/b506/_pkg_.a
2025-08-20T20:26:01.9530003Z [00:02:40.638]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:26:01.9530929Z [00:02:40.638]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build1823208636/b723/_pkg_.a
2025-08-20T20:26:01.9531768Z [00:02:40.638]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build1823208636/b724/_pkg_.a
2025-08-20T20:26:01.9532801Z [00:02:40.638]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build1823208636/b725/_pkg_.a
2025-08-20T20:26:01.9533697Z [00:02:40.638]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build1823208636/b726/_pkg_.a
2025-08-20T20:26:01.9534611Z [00:02:40.638]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:26:01.9535686Z [00:02:40.638]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build1823208636/b727/_pkg_.a
2025-08-20T20:26:01.9536844Z [00:02:40.638]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build1823208636/b728/_pkg_.a
2025-08-20T20:26:01.9537581Z [00:02:40.638]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:01.9538236Z [00:02:40.638]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:01.9538912Z [00:02:40.638]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:01.9539693Z [00:02:40.638]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:01.9540499Z [00:02:40.638]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:01.9541314Z [00:02:40.638]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:01.9542120Z [00:02:40.638]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:01.9542936Z [00:02:40.638]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build1823208636/b653/_pkg_.a
2025-08-20T20:26:01.9543768Z [00:02:40.638]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:01.9544627Z [00:02:40.638]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:01.9545294Z [00:02:40.638]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:01.9548296Z [00:02:40.638]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:01.9548625Z [00:02:40.638]➜  EOF
2025-08-20T20:26:01.9557771Z [00:02:40.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b722/_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/b722=>" -p cloud.google.com/go/monitoring/apiv3/v2/monitoringpb -lang=go1.23 -complete -installsuffix shared -buildid pshaVf0u6Zff-YG7hsOY/pshaVf0u6Zff-YG7hsOY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/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-20T20:26:01.9847265Z [00:02:40.669]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T20:26:01.9848741Z [00:02:40.670]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/27/27cdfa6028e5b92c0b0f4a781e22355b6a8a212f05b5bcb2d319637a9831fc74-d # internal
2025-08-20T20:26:01.9849373Z [00:02:40.671]➜  github.com/googleapis/gax-go/v2
2025-08-20T20:26:01.9849718Z [00:02:40.671]➜  mkdir -p $WORK/b730/
2025-08-20T20:26:01.9854112Z [00:02:40.671]➜  cat >/tmp/go-build1823208636/b730/importcfg << 'EOF' # internal
2025-08-20T20:26:01.9854664Z [00:02:40.671]➜  # import config
2025-08-20T20:26:01.9855140Z [00:02:40.671]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:01.9855893Z [00:02:40.671]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:01.9856568Z [00:02:40.671]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:01.9857152Z [00:02:40.671]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:01.9857715Z [00:02:40.671]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:01.9858375Z [00:02:40.671]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1823208636/b731/_pkg_.a
2025-08-20T20:26:01.9859143Z [00:02:40.671]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build1823208636/b735/_pkg_.a
2025-08-20T20:26:01.9859924Z [00:02:40.671]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build1823208636/b736/_pkg_.a
2025-08-20T20:26:01.9860693Z [00:02:40.671]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:01.9861402Z [00:02:40.671]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:01.9862082Z [00:02:40.671]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:01.9863070Z [00:02:40.671]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:01.9863918Z [00:02:40.671]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:01.9864711Z [00:02:40.671]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:01.9865492Z [00:02:40.671]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:01.9866446Z [00:02:40.671]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:01.9867132Z [00:02:40.671]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:01.9867702Z [00:02:40.671]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:26:01.9868421Z [00:02:40.671]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:01.9869042Z [00:02:40.671]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:01.9869591Z [00:02:40.671]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:01.9870166Z [00:02:40.671]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:01.9870685Z [00:02:40.671]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:01.9871222Z [00:02:40.671]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:01.9871813Z [00:02:40.671]➜  EOF
2025-08-20T20:26:01.9874997Z [00:02:40.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2=>github.com/googleapis/gax-go/v2@v2.14.2;$WORK/b730=>" -p github.com/googleapis/gax-go/v2 -lang=go1.23 -complete -installsuffix shared -buildid GzYK14aF2l9d2F8f9OMj/GzYK14aF2l9d2F8f9OMj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/call_option.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/content_type.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/gax.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/header.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/invoke.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/proto_json_stream.go
2025-08-20T20:26:02.0621111Z [00:02:40.748]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T20:26:02.0625060Z [00:02:40.748]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T20:26:02.0706060Z [00:02:40.755]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/8c/8c8dba03f141447b7c02a255030bc2f3fe1563f1d7b0c428f45e98434af51e2d-d # internal
2025-08-20T20:26:02.0706823Z [00:02:40.755]➜  github.com/grpc-ecosystem/grpc-gateway/v2/runtime
2025-08-20T20:26:02.0707171Z [00:02:40.756]➜  mkdir -p $WORK/b585/
2025-08-20T20:26:02.0707586Z [00:02:40.756]➜  cat >/tmp/go-build1823208636/b585/importcfg << 'EOF' # internal
2025-08-20T20:26:02.0707946Z [00:02:40.756]➜  # import config
2025-08-20T20:26:02.0708288Z [00:02:40.756]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:02.0708726Z [00:02:40.756]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.0709187Z [00:02:40.756]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:02.0709663Z [00:02:40.756]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:02.0710119Z [00:02:40.756]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.0710528Z [00:02:40.756]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.0711149Z [00:02:40.756]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule=/tmp/go-build1823208636/b586/_pkg_.a
2025-08-20T20:26:02.0711925Z [00:02:40.756]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build1823208636/b587/_pkg_.a
2025-08-20T20:26:02.0712947Z [00:02:40.756]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/tmp/go-build1823208636/b588/_pkg_.a
2025-08-20T20:26:02.0713664Z [00:02:40.756]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:02.0714252Z [00:02:40.756]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:02.0714884Z [00:02:40.756]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/tmp/go-build1823208636/b589/_pkg_.a
2025-08-20T20:26:02.0715661Z [00:02:40.756]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:02.0738774Z [00:02:40.756]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:02.0739454Z [00:02:40.756]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:02.0740424Z [00:02:40.756]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:02.0741162Z [00:02:40.756]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:02.0741893Z [00:02:40.756]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1823208636/b483/_pkg_.a
2025-08-20T20:26:02.0742632Z [00:02:40.756]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:02.0743367Z [00:02:40.756]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build1823208636/b653/_pkg_.a
2025-08-20T20:26:02.0744326Z [00:02:40.756]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:02.0745061Z [00:02:40.756]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:02.0745985Z [00:02:40.756]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:02.0746577Z [00:02:40.756]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:02.0746996Z [00:02:40.756]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:02.0747654Z [00:02:40.756]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:02.0748083Z [00:02:40.756]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:02.0748542Z [00:02:40.756]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:26:02.0748995Z [00:02:40.756]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:02.0749421Z [00:02:40.756]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:02.0749883Z [00:02:40.756]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:02.0750302Z [00:02:40.756]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:02.0750726Z [00:02:40.756]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:02.0751163Z [00:02:40.756]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:02.0751581Z [00:02:40.756]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.0751991Z [00:02:40.756]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:02.0752300Z [00:02:40.756]➜  EOF
2025-08-20T20:26:02.0761953Z [00:02:40.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime;$WORK/b585=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/runtime -lang=go1.23 -complete -installsuffix shared -buildid WgE68wrMCKTrsxCFNiBc/WgE68wrMCKTrsxCFNiBc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/context.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/errors.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/fieldmask.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/handler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/marshal_httpbodyproto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/marshal_json.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/marshal_jsonpb.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/marshal_proto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/marshaler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/marshaler_registry.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/mux.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/proto2_convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.0/runtime/query.go
2025-08-20T20:26:02.0770722Z [00:02:40.762]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T20:26:02.0771264Z [00:02:40.762]➜  net/rpc
2025-08-20T20:26:02.0771509Z [00:02:40.762]➜  mkdir -p $WORK/b768/
2025-08-20T20:26:02.0772090Z [00:02:40.762]➜  cat >/tmp/go-build1823208636/b768/importcfg << 'EOF' # internal
2025-08-20T20:26:02.0772437Z [00:02:40.762]➜  # import config
2025-08-20T20:26:02.0772773Z [00:02:40.762]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:02.0773218Z [00:02:40.762]➜  packagefile encoding/gob=/tmp/go-build1823208636/b765/_pkg_.a
2025-08-20T20:26:02.0773663Z [00:02:40.762]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.0774080Z [00:02:40.762]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.0774502Z [00:02:40.762]➜  packagefile go/token=/tmp/go-build1823208636/b478/_pkg_.a
2025-08-20T20:26:02.0775125Z [00:02:40.762]➜  packagefile html/template=/tmp/go-build1823208636/b388/_pkg_.a
2025-08-20T20:26:02.0775725Z [00:02:40.762]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:02.0776195Z [00:02:40.762]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:02.0776602Z [00:02:40.762]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:02.0777026Z [00:02:40.762]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:02.0777454Z [00:02:40.762]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:02.0777877Z [00:02:40.762]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:02.0778309Z [00:02:40.762]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:02.0778731Z [00:02:40.762]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.0779039Z [00:02:40.762]➜  EOF
2025-08-20T20:26:02.0780609Z [00:02:40.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b768=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid 8JOvSbmCIyapt995VIYw/8JOvSbmCIyapt995VIYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/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-20T20:26:02.0949169Z [00:02:40.781]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T20:26:02.1000782Z [00:02:40.786]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/c2/c208b265b5cac51b8b42eab95f14d43c00fafe0bf133b495eb4eb831dc3d1104-d # internal
2025-08-20T20:26:02.1002437Z [00:02:40.786]➜  github.com/google/s2a-go/fallback
2025-08-20T20:26:02.1002810Z [00:02:40.786]➜  mkdir -p $WORK/b773/
2025-08-20T20:26:02.1003545Z [00:02:40.786]➜  cat >/tmp/go-build1823208636/b773/importcfg << 'EOF' # internal
2025-08-20T20:26:02.1003975Z [00:02:40.786]➜  # import config
2025-08-20T20:26:02.1007025Z [00:02:40.786]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.1007976Z [00:02:40.786]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:02.1008426Z [00:02:40.786]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.1008954Z [00:02:40.787]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:02.1027788Z [00:02:40.787]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:02.1028523Z [00:02:40.787]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:02.1028835Z [00:02:40.787]➜  EOF
2025-08-20T20:26:02.1031000Z [00:02:40.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b773/_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/b773=>" -p github.com/google/s2a-go/fallback -lang=go1.20 -complete -installsuffix shared -buildid R-Ecn7NJDGjtqcNmGDsv/R-Ecn7NJDGjtqcNmGDsv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/fallback/s2a_fallback.go
2025-08-20T20:26:02.1277217Z [00:02:40.814]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T20:26:02.1283942Z [00:02:40.815]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/01/0185b4184c7f483e1fd6a425525f4e1c601a44af22c964cc6c6d16c5a4b49798-d # internal
2025-08-20T20:26:02.1285381Z [00:02:40.815]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T20:26:02.1286360Z [00:02:40.815]➜  mkdir -p $WORK/b776/
2025-08-20T20:26:02.1292305Z [00:02:40.815]➜  cat >/tmp/go-build1823208636/b776/importcfg << 'EOF' # internal
2025-08-20T20:26:02.1292969Z [00:02:40.815]➜  # import config
2025-08-20T20:26:02.1293938Z [00:02:40.815]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:02.1294691Z [00:02:40.815]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:02.1295650Z [00:02:40.815]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:02.1296136Z [00:02:40.815]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.1296447Z [00:02:40.815]➜  EOF
2025-08-20T20:26:02.1298631Z [00:02:40.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b776/_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/b776=>" -p github.com/google/s2a-go/internal/proto/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid ooic6ACUeO5lFQailBJR/ooic6ACUeO5lFQailBJR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/common_go_proto/common.pb.go
2025-08-20T20:26:02.1639048Z [00:02:40.850]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T20:26:02.1687882Z [00:02:40.854]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/37/37ebb0292fa7e2ba0a497bd7f25ac0a3bc960f08183f09c5ac22f6ae00abc2ed-d # internal
2025-08-20T20:26:02.1688671Z [00:02:40.854]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T20:26:02.1689047Z [00:02:40.854]➜  mkdir -p $WORK/b777/
2025-08-20T20:26:02.1696980Z [00:02:40.856]➜  cat >/tmp/go-build1823208636/b777/importcfg << 'EOF' # internal
2025-08-20T20:26:02.1699191Z [00:02:40.856]➜  # import config
2025-08-20T20:26:02.1699808Z [00:02:40.856]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1823208636/b776/_pkg_.a
2025-08-20T20:26:02.1700566Z [00:02:40.856]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:02.1701498Z [00:02:40.856]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:02.1702131Z [00:02:40.856]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:02.1702560Z [00:02:40.856]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.1702867Z [00:02:40.856]➜  EOF
2025-08-20T20:26:02.1705115Z [00:02:40.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b777/_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/b777=>" -p github.com/google/s2a-go/internal/proto/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid WyaHCso4Dd1mpdqfECOK/WyaHCso4Dd1mpdqfECOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/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-20T20:26:02.2190869Z [00:02:40.904]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T20:26:02.2191693Z [00:02:40.905]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/67/678ab5a38a69ad027079c12a6aaa0b92e81a256c8ba227e70caab6b402621663-d # internal
2025-08-20T20:26:02.2192579Z [00:02:40.905]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T20:26:02.2201357Z [00:02:40.906]➜  mkdir -p $WORK/b778/
2025-08-20T20:26:02.2222284Z [00:02:40.908]➜  cat >/tmp/go-build1823208636/b778/importcfg << 'EOF' # internal
2025-08-20T20:26:02.2222843Z [00:02:40.908]➜  # import config
2025-08-20T20:26:02.2223614Z [00:02:40.908]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.2224383Z [00:02:40.908]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1823208636/b776/_pkg_.a
2025-08-20T20:26:02.2225190Z [00:02:40.908]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:02.2226209Z [00:02:40.908]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:02.2226934Z [00:02:40.908]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:02.2227741Z [00:02:40.908]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:02.2228813Z [00:02:40.908]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:02.2229507Z [00:02:40.908]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:02.2230047Z [00:02:40.908]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.2230484Z [00:02:40.908]➜  EOF
2025-08-20T20:26:02.2233061Z [00:02:40.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b778/_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/b778=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid agGYGsOgVt2vdm4JpLYX/agGYGsOgVt2vdm4JpLYX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/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-20T20:26:02.3119112Z [00:02:40.998]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T20:26:02.3251503Z [00:02:41.011]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/23/23e1215970e4bea91e4c0c17c72d6e75caa4da873db47e1b3286e650ee121d95-d # internal
2025-08-20T20:26:02.3252332Z [00:02:41.011]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T20:26:02.3252933Z [00:02:41.011]➜  mkdir -p $WORK/b764/
2025-08-20T20:26:02.3263624Z [00:02:41.012]➜  cat >/tmp/go-build1823208636/b764/importcfg << 'EOF' # internal
2025-08-20T20:26:02.3264103Z [00:02:41.012]➜  # import config
2025-08-20T20:26:02.3264473Z [00:02:41.012]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:02.3265231Z [00:02:41.012]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:02.3265919Z [00:02:41.012]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:02.3266407Z [00:02:41.012]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:02.3266867Z [00:02:41.012]➜  packagefile encoding/gob=/tmp/go-build1823208636/b765/_pkg_.a
2025-08-20T20:26:02.3267308Z [00:02:41.012]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.3267728Z [00:02:41.012]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.3268368Z [00:02:41.012]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build1823208636/b767/_pkg_.a
2025-08-20T20:26:02.3268971Z [00:02:41.012]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:02.3269525Z [00:02:41.012]➜  packagefile net/rpc=/tmp/go-build1823208636/b768/_pkg_.a
2025-08-20T20:26:02.3270019Z [00:02:41.012]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:02.3270431Z [00:02:41.012]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:02.3270747Z [00:02:41.012]➜  EOF
2025-08-20T20:26:02.3273007Z [00:02:41.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b764/_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/b764=>" -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/b764/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/client.go
2025-08-20T20:26:02.3640993Z [00:02:41.050]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T20:26:02.3661784Z [00:02:41.052]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T20:26:02.3674045Z [00:02:41.053]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/bd/bd3ac9f41b9a355d18296e5fc56b49ce09db59e1058fab4323798a2d8207f02c-d # internal
2025-08-20T20:26:02.3675806Z [00:02:41.053]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/38/380104eed210f3c8be0c2ebaad69a9a6c6ec2fc3bfe904e0df1271df2aaa1971-d # internal
2025-08-20T20:26:02.3698145Z [00:02:41.054]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T20:26:02.3698697Z [00:02:41.054]➜  mkdir -p $WORK/b775/
2025-08-20T20:26:02.3699205Z [00:02:41.054]➜  cloud.google.com/go/auth/internal/transport/cert
2025-08-20T20:26:02.3699682Z [00:02:41.054]➜  mkdir -p $WORK/b763/
2025-08-20T20:26:02.3700215Z [00:02:41.055]➜  cat >/tmp/go-build1823208636/b775/importcfg << 'EOF' # internal
2025-08-20T20:26:02.3700691Z [00:02:41.055]➜  # import config
2025-08-20T20:26:02.3701133Z [00:02:41.055]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.3701914Z [00:02:41.055]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1823208636/b776/_pkg_.a
2025-08-20T20:26:02.3702829Z [00:02:41.055]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build1823208636/b777/_pkg_.a
2025-08-20T20:26:02.3703749Z [00:02:41.055]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1823208636/b778/_pkg_.a
2025-08-20T20:26:02.3704553Z [00:02:41.055]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:02.3705094Z [00:02:41.055]➜  EOF
2025-08-20T20:26:02.3707599Z [00:02:41.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b775/_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/b775=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.20 -complete -installsuffix shared -buildid 9uF4PPaAw6Ba5qUyv_3b/9uF4PPaAw6Ba5qUyv_3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/authinfo/authinfo.go
2025-08-20T20:26:02.3709662Z [00:02:41.055]➜  cat >/tmp/go-build1823208636/b763/importcfg << 'EOF' # internal
2025-08-20T20:26:02.3710150Z [00:02:41.055]➜  # import config
2025-08-20T20:26:02.3710605Z [00:02:41.055]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:02.3711198Z [00:02:41.055]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:02.3711774Z [00:02:41.055]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:02.3712386Z [00:02:41.055]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.3712889Z [00:02:41.055]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.3713616Z [00:02:41.055]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build1823208636/b764/_pkg_.a
2025-08-20T20:26:02.3714749Z [00:02:41.055]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build1823208636/b767/_pkg_.a
2025-08-20T20:26:02.3715507Z [00:02:41.055]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:02.3716164Z [00:02:41.055]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:02.3716683Z [00:02:41.055]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:02.3717238Z [00:02:41.055]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:02.3717773Z [00:02:41.055]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:02.3718510Z [00:02:41.055]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.3719033Z [00:02:41.055]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:02.3719452Z [00:02:41.055]➜  EOF
2025-08-20T20:26:02.3722651Z [00:02:41.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b763/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/transport/cert=>cloud.google.com/go/auth@v0.16.2/internal/transport/cert;$WORK/b763=>" -p cloud.google.com/go/auth/internal/transport/cert -lang=go1.23 -complete -installsuffix shared -buildid FoH8NYq3zZ7zeJieuY05/FoH8NYq3zZ7zeJieuY05 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/transport/cert/default_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/transport/cert/enterprise_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/transport/cert/secureconnect_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/transport/cert/workload_cert.go
2025-08-20T20:26:02.4038425Z [00:02:41.090]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T20:26:02.4053092Z [00:02:41.091]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/79/79c5f2f2d1f95792ef76cb44c700a5e350740c52e89c3cdee76139555a8832b4-d # internal
2025-08-20T20:26:02.4059032Z [00:02:41.091]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T20:26:02.4059433Z [00:02:41.091]➜  mkdir -p $WORK/b780/
2025-08-20T20:26:02.4068808Z [00:02:41.093]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T20:26:02.4082052Z [00:02:41.093]➜  cat >/tmp/go-build1823208636/b780/importcfg << 'EOF' # internal
2025-08-20T20:26:02.4082444Z [00:02:41.093]➜  # import config
2025-08-20T20:26:02.4082791Z [00:02:41.093]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.4083277Z [00:02:41.093]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:02.4083904Z [00:02:41.093]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:02.4084560Z [00:02:41.093]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:02.4085096Z [00:02:41.093]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.4085415Z [00:02:41.093]➜  EOF
2025-08-20T20:26:02.4088046Z [00:02:41.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b780/_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/b780=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.20 -complete -installsuffix shared -buildid EYLlfUhNis1B5CTGABHr/EYLlfUhNis1B5CTGABHr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/service/service.go
2025-08-20T20:26:02.4099449Z [00:02:41.096]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/62/62e5da0214648498e3c7411b5c05e944f4a8ececaf4ced04b4d2dfada9f24f39-d # internal
2025-08-20T20:26:02.4113299Z [00:02:41.097]➜  cloud.google.com/go/auth/credentials/internal/externalaccount
2025-08-20T20:26:02.4116616Z [00:02:41.097]➜  mkdir -p $WORK/b759/
2025-08-20T20:26:02.4117220Z [00:02:41.097]➜  cat >/tmp/go-build1823208636/b759/importcfg << 'EOF' # internal
2025-08-20T20:26:02.4117640Z [00:02:41.097]➜  # import config
2025-08-20T20:26:02.4117980Z [00:02:41.097]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:02.4118470Z [00:02:41.097]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:02.4119150Z [00:02:41.097]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1823208636/b760/_pkg_.a
2025-08-20T20:26:02.4119943Z [00:02:41.097]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build1823208636/b761/_pkg_.a
2025-08-20T20:26:02.4120836Z [00:02:41.097]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:02.4121481Z [00:02:41.097]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1823208636/b762/_pkg_.a
2025-08-20T20:26:02.4122251Z [00:02:41.097]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1823208636/b763/_pkg_.a
2025-08-20T20:26:02.4122822Z [00:02:41.097]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.4123262Z [00:02:41.097]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:26:02.4123920Z [00:02:41.097]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:02.4124375Z [00:02:41.097]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:02.4124827Z [00:02:41.097]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:02.4125301Z [00:02:41.097]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:02.4125947Z [00:02:41.097]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:02.4126419Z [00:02:41.097]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:02.4126882Z [00:02:41.097]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:02.4127325Z [00:02:41.097]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.4127739Z [00:02:41.097]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.4128287Z [00:02:41.097]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:02.4128822Z [00:02:41.097]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:02.4129245Z [00:02:41.097]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:02.4129675Z [00:02:41.097]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:02.4130105Z [00:02:41.097]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:02.4130515Z [00:02:41.097]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:02.4130926Z [00:02:41.097]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:02.4131348Z [00:02:41.097]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:02.4131967Z [00:02:41.097]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:02.4132460Z [00:02:41.097]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:02.4132883Z [00:02:41.097]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:02.4133300Z [00:02:41.097]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:02.4133723Z [00:02:41.097]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:02.4134139Z [00:02:41.097]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:02.4134562Z [00:02:41.097]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:02.4134879Z [00:02:41.097]➜  EOF
2025-08-20T20:26:02.4142202Z [00:02:41.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b759/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount=>cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount;$WORK/b759=>" -p cloud.google.com/go/auth/credentials/internal/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid GuPX9_TO-XeFCv4IPMEy/GuPX9_TO-XeFCv4IPMEy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount/aws_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount/executable_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount/externalaccount.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount/file_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount/info.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount/programmatic_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount/url_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/internal/externalaccount/x509_provider.go
2025-08-20T20:26:02.4271649Z [00:02:41.113]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T20:26:02.4374770Z [00:02:41.123]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/51/512b52b20dfe4eda12a02fc462e442797c45a58b4cf9e2c62460d01159c61b7d-d # internal
2025-08-20T20:26:02.4492298Z [00:02:41.135]➜  github.com/sigstore/rekor-tiles/pkg/generated/protobuf
2025-08-20T20:26:02.4498027Z [00:02:41.136]➜  mkdir -p $WORK/b584/
2025-08-20T20:26:02.4498493Z [00:02:41.136]➜  cat >/tmp/go-build1823208636/b584/importcfg << 'EOF' # internal
2025-08-20T20:26:02.4498881Z [00:02:41.136]➜  # import config
2025-08-20T20:26:02.4499233Z [00:02:41.136]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.4499667Z [00:02:41.136]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.4500272Z [00:02:41.136]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/runtime=/tmp/go-build1823208636/b585/_pkg_.a
2025-08-20T20:26:02.4501021Z [00:02:41.136]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build1823208636/b587/_pkg_.a
2025-08-20T20:26:02.4501778Z [00:02:41.136]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:26:02.4502526Z [00:02:41.136]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/dsse=/tmp/go-build1823208636/b510/_pkg_.a
2025-08-20T20:26:02.4503263Z [00:02:41.136]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/rekor/v1=/tmp/go-build1823208636/b511/_pkg_.a
2025-08-20T20:26:02.4504033Z [00:02:41.136]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:26:02.4504783Z [00:02:41.136]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/tmp/go-build1823208636/b588/_pkg_.a
2025-08-20T20:26:02.4505418Z [00:02:41.136]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:02.4506407Z [00:02:41.136]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:02.4507054Z [00:02:41.136]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:02.4507650Z [00:02:41.136]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:02.4508231Z [00:02:41.136]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:02.4508817Z [00:02:41.136]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:02.4509485Z [00:02:41.136]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:02.4510189Z [00:02:41.136]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:02.4511025Z [00:02:41.136]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:02.4511641Z [00:02:41.136]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:02.4512060Z [00:02:41.136]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:02.4512500Z [00:02:41.136]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:02.4512916Z [00:02:41.136]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.4513223Z [00:02:41.136]➜  EOF
2025-08-20T20:26:02.4518788Z [00:02:41.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/generated/protobuf=>github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/generated/protobuf;$WORK/b584=>" -p github.com/sigstore/rekor-tiles/pkg/generated/protobuf -lang=go1.24 -complete -installsuffix shared -buildid 16iiP8IyqtQG-tvM2L6Q/16iiP8IyqtQG-tvM2L6Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/generated/protobuf/dsse.pb.go /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/generated/protobuf/entry.pb.go /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/generated/protobuf/hashedrekord.pb.go /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/generated/protobuf/rekor_service.pb.go /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/generated/protobuf/rekor_service.pb.gw.go /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/generated/protobuf/rekor_service_grpc.pb.go /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/generated/protobuf/verifier.pb.go
2025-08-20T20:26:02.4662785Z [00:02:41.152]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T20:26:02.4691350Z [00:02:41.155]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/72/72a8c06e7c4cddc7df189cda725876372637f97e494928300c5b1bfc0eefcfc2-d # internal
2025-08-20T20:26:02.4706084Z [00:02:41.156]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T20:26:02.4714909Z [00:02:41.157]➜  mkdir -p $WORK/b783/
2025-08-20T20:26:02.4715328Z [00:02:41.157]➜  cat >/tmp/go-build1823208636/b783/importcfg << 'EOF' # internal
2025-08-20T20:26:02.4715843Z [00:02:41.157]➜  # import config
2025-08-20T20:26:02.4716223Z [00:02:41.157]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:26:02.4716726Z [00:02:41.157]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:02.4717186Z [00:02:41.157]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.4717697Z [00:02:41.157]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1823208636/b498/_pkg_.a
2025-08-20T20:26:02.4718310Z [00:02:41.157]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1823208636/b499/_pkg_.a
2025-08-20T20:26:02.4719163Z [00:02:41.157]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1823208636/b501/_pkg_.a
2025-08-20T20:26:02.4719641Z [00:02:41.157]➜  EOF
2025-08-20T20:26:02.4722702Z [00:02:41.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305=>golang.org/x/crypto@v0.41.0/chacha20poly1305;$WORK/b783=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid FBTTpUKViQ4HaiDmcgXq/FBTTpUKViQ4HaiDmcgXq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305/chacha20poly1305_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T20:26:02.5198461Z [00:02:41.205]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T20:26:02.5199286Z [00:02:41.206]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/d6/d62e4151767e77035729972e9f6c7378933830333ccdeafd9078653c36b3294d-d # internal
2025-08-20T20:26:02.5199964Z [00:02:41.206]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T20:26:02.5200337Z [00:02:41.206]➜  mkdir -p $WORK/b782/
2025-08-20T20:26:02.5240252Z [00:02:41.209]➜  cat >/tmp/go-build1823208636/b782/importcfg << 'EOF' # internal
2025-08-20T20:26:02.5241610Z [00:02:41.209]➜  # import config
2025-08-20T20:26:02.5242034Z [00:02:41.209]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:26:02.5242521Z [00:02:41.209]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:26:02.5242965Z [00:02:41.209]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.5243525Z [00:02:41.209]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build1823208636/b783/_pkg_.a
2025-08-20T20:26:02.5243943Z [00:02:41.209]➜  EOF
2025-08-20T20:26:02.5247622Z [00:02:41.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b782/_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/b782=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.20 -complete -installsuffix shared -buildid sukb8rM0q29alLaVDkAS/sukb8rM0q29alLaVDkAS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/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-20T20:26:02.5347782Z [00:02:41.221]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T20:26:02.5374223Z [00:02:41.223]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/9b/9b8e3323ece9e069163e51e763b3de9441e7e6e1f805da960b3b8d60e621f00d-d # internal
2025-08-20T20:26:02.5381778Z [00:02:41.224]➜  cloud.google.com/go/auth/credentials
2025-08-20T20:26:02.5382448Z [00:02:41.224]➜  mkdir -p $WORK/b758/
2025-08-20T20:26:02.5397115Z [00:02:41.226]➜  cat >/tmp/go-build1823208636/b758/importcfg << 'EOF' # internal
2025-08-20T20:26:02.5407960Z [00:02:41.226]➜  # import config
2025-08-20T20:26:02.5408795Z [00:02:41.226]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:02.5410700Z [00:02:41.226]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build1823208636/b759/_pkg_.a
2025-08-20T20:26:02.5411755Z [00:02:41.226]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build1823208636/b769/_pkg_.a
2025-08-20T20:26:02.5412660Z [00:02:41.226]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build1823208636/b770/_pkg_.a
2025-08-20T20:26:02.5413436Z [00:02:41.226]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1823208636/b760/_pkg_.a
2025-08-20T20:26:02.5414137Z [00:02:41.226]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:02.5414781Z [00:02:41.226]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1823208636/b762/_pkg_.a
2025-08-20T20:26:02.5415770Z [00:02:41.226]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1823208636/b744/_pkg_.a
2025-08-20T20:26:02.5416461Z [00:02:41.226]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:02.5416989Z [00:02:41.226]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.5417424Z [00:02:41.226]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:02.5417881Z [00:02:41.226]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:02.5418324Z [00:02:41.226]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.5418739Z [00:02:41.226]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.5419289Z [00:02:41.226]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:02.5419830Z [00:02:41.226]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:02.5420266Z [00:02:41.226]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:02.5420697Z [00:02:41.226]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:02.5421109Z [00:02:41.226]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:02.5421519Z [00:02:41.226]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:02.5421944Z [00:02:41.226]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:02.5422254Z [00:02:41.226]➜  EOF
2025-08-20T20:26:02.5425216Z [00:02:41.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b758/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials=>cloud.google.com/go/auth@v0.16.2/credentials;$WORK/b758=>" -p cloud.google.com/go/auth/credentials -lang=go1.23 -complete -installsuffix shared -buildid qOiVVyB-LUGzKUIhzlal/qOiVVyB-LUGzKUIhzlal -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/detect.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/doc.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/filetypes.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/credentials/selfsignedjwt.go
2025-08-20T20:26:02.5496710Z [00:02:41.236]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T20:26:02.5501179Z [00:02:41.236]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/0e/0eb5d8ab4227ff5c277023dde113fee779ccc6a0f9035dbcbae07cd5cee14208-d # internal
2025-08-20T20:26:02.5510547Z [00:02:41.237]➜  golang.org/x/crypto/hkdf
2025-08-20T20:26:02.5510908Z [00:02:41.237]➜  mkdir -p $WORK/b784/
2025-08-20T20:26:02.5512379Z [00:02:41.237]➜  cat >/tmp/go-build1823208636/b784/importcfg << 'EOF' # internal
2025-08-20T20:26:02.5513007Z [00:02:41.237]➜  # import config
2025-08-20T20:26:02.5518384Z [00:02:41.237]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:26:02.5518907Z [00:02:41.237]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.5519327Z [00:02:41.237]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:02.5519734Z [00:02:41.237]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:02.5520038Z [00:02:41.237]➜  EOF
2025-08-20T20:26:02.5521954Z [00:02:41.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/hkdf=>golang.org/x/crypto@v0.41.0/hkdf;$WORK/b784=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid Sp5_DoUej896q709NjpY/Sp5_DoUej896q709NjpY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/hkdf/hkdf.go
2025-08-20T20:26:02.5646056Z [00:02:41.250]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T20:26:02.5649043Z [00:02:41.250]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/4a/4add1399298053a189fa35fb3f8e4a6fcf6c6dbacb1a07ae6ca50ed206a1e48d-d # internal
2025-08-20T20:26:02.5650011Z [00:02:41.250]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T20:26:02.5650387Z [00:02:41.250]➜  mkdir -p $WORK/b781/
2025-08-20T20:26:02.5650770Z [00:02:41.250]➜  cat >/tmp/go-build1823208636/b781/importcfg << 'EOF' # internal
2025-08-20T20:26:02.5651152Z [00:02:41.250]➜  # import config
2025-08-20T20:26:02.5651525Z [00:02:41.250]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:02.5651994Z [00:02:41.250]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:26:02.5652445Z [00:02:41.250]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.5652858Z [00:02:41.250]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.5653463Z [00:02:41.250]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1823208636/b776/_pkg_.a
2025-08-20T20:26:02.5654259Z [00:02:41.250]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build1823208636/b782/_pkg_.a
2025-08-20T20:26:02.5654957Z [00:02:41.250]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1823208636/b707/_pkg_.a
2025-08-20T20:26:02.5655685Z [00:02:41.250]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1823208636/b784/_pkg_.a
2025-08-20T20:26:02.5656232Z [00:02:41.250]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:02.5656649Z [00:02:41.250]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.5656955Z [00:02:41.250]➜  EOF
2025-08-20T20:26:02.5660308Z [00:02:41.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b781/_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/b781=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.20 -complete -installsuffix shared -buildid fq6h4y4lr9uIYlz4y12A/fq6h4y4lr9uIYlz4y12A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/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-20T20:26:02.6201017Z [00:02:41.306]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T20:26:02.6226791Z [00:02:41.307]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/0c/0c30ac5a7b7fe7912abc8c565e038995e35e8a4205a56d4cd6c2d676bf6fc66a-d # internal
2025-08-20T20:26:02.6227750Z [00:02:41.307]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T20:26:02.6228122Z [00:02:41.307]➜  mkdir -p $WORK/b786/
2025-08-20T20:26:02.6234047Z [00:02:41.307]➜  cat >/tmp/go-build1823208636/b786/importcfg << 'EOF' # internal
2025-08-20T20:26:02.6234709Z [00:02:41.307]➜  # import config
2025-08-20T20:26:02.6235287Z [00:02:41.307]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:02.6236101Z [00:02:41.307]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:02.6236944Z [00:02:41.307]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:02.6237458Z [00:02:41.307]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.6237768Z [00:02:41.307]➜  EOF
2025-08-20T20:26:02.6239993Z [00:02:41.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b786/_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/b786=>" -p github.com/google/s2a-go/internal/proto/v2/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid ruGhhcKJoVilIUabxjs6/ruGhhcKJoVilIUabxjs6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/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-20T20:26:02.6793324Z [00:02:41.365]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T20:26:02.6802902Z [00:02:41.366]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/34/3421d627d288312c137c34fec502360da3bf648aec0b26d4134b970955a49514-d # internal
2025-08-20T20:26:02.6815498Z [00:02:41.368]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T20:26:02.6818945Z [00:02:41.368]➜  mkdir -p $WORK/b785/
2025-08-20T20:26:02.6822420Z [00:02:41.368]➜  cat >/tmp/go-build1823208636/b785/importcfg << 'EOF' # internal
2025-08-20T20:26:02.6823192Z [00:02:41.368]➜  # import config
2025-08-20T20:26:02.6823753Z [00:02:41.368]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.6824641Z [00:02:41.368]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1823208636/b776/_pkg_.a
2025-08-20T20:26:02.6828714Z [00:02:41.368]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1823208636/b786/_pkg_.a
2025-08-20T20:26:02.6829408Z [00:02:41.368]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:02.6829718Z [00:02:41.368]➜  EOF
2025-08-20T20:26:02.6831799Z [00:02:41.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b785/_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/b785=>" -p github.com/google/s2a-go/internal/tokenmanager -lang=go1.20 -complete -installsuffix shared -buildid h7xDpZ_maQc0vz7BZsir/h7xDpZ_maQc0vz7BZsir -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/tokenmanager/tokenmanager.go
2025-08-20T20:26:02.6833704Z [00:02:41.368]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T20:26:02.6834382Z [00:02:41.368]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/d9/d984c620f6e96eefdfd4dfa33db1e7273da45ccfe06509faa02c67f846ec105f-d # internal
2025-08-20T20:26:02.6835056Z [00:02:41.368]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T20:26:02.6835425Z [00:02:41.368]➜  mkdir -p $WORK/b788/
2025-08-20T20:26:02.6841385Z [00:02:41.368]➜  cat >/tmp/go-build1823208636/b788/importcfg << 'EOF' # internal
2025-08-20T20:26:02.6841736Z [00:02:41.368]➜  # import config
2025-08-20T20:26:02.6842581Z [00:02:41.368]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1823208636/b786/_pkg_.a
2025-08-20T20:26:02.6843399Z [00:02:41.368]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:02.6844106Z [00:02:41.368]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:02.6844658Z [00:02:41.368]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:02.6845084Z [00:02:41.368]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.6845389Z [00:02:41.368]➜  EOF
2025-08-20T20:26:02.6868517Z [00:02:41.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b788/_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/b788=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid thIo09-SnODSHp2tySed/thIo09-SnODSHp2tySed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/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-20T20:26:02.6950873Z [00:02:41.381]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T20:26:02.7017489Z [00:02:41.387]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/b6/b642c0c88b001be96a4fe01d1f681bf34e4ff03ac1c35025770391a6fd1e765c-d # internal
2025-08-20T20:26:02.7019054Z [00:02:41.388]➜  github.com/sigstore/rekor-tiles/pkg/types/verifier
2025-08-20T20:26:02.7019766Z [00:02:41.388]➜  mkdir -p $WORK/b658/
2025-08-20T20:26:02.7020414Z [00:02:41.388]➜  cat >/tmp/go-build1823208636/b658/importcfg << 'EOF' # internal
2025-08-20T20:26:02.7020962Z [00:02:41.388]➜  # import config
2025-08-20T20:26:02.7021567Z [00:02:41.388]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.7022391Z [00:02:41.388]➜  packagefile github.com/sigstore/rekor-tiles/pkg/generated/protobuf=/tmp/go-build1823208636/b584/_pkg_.a
2025-08-20T20:26:02.7023378Z [00:02:41.388]➜  EOF
2025-08-20T20:26:02.7026212Z [00:02:41.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/types/verifier=>github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/types/verifier;$WORK/b658=>" -p github.com/sigstore/rekor-tiles/pkg/types/verifier -lang=go1.24 -complete -installsuffix shared -buildid uipH11jX25kXdF5Q8mRm/uipH11jX25kXdF5Q8mRm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/types/verifier/verifier.go
2025-08-20T20:26:02.7122453Z [00:02:41.398]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T20:26:02.7126891Z [00:02:41.399]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/86/865009f62373fc9ae1df154fdcc89acd0349c0c52f6dccc2ac76ddc7898338c6-d # internal
2025-08-20T20:26:02.7127529Z [00:02:41.399]➜  github.com/google/s2a-go/internal/record
2025-08-20T20:26:02.7127847Z [00:02:41.399]➜  mkdir -p $WORK/b779/
2025-08-20T20:26:02.7129635Z [00:02:41.399]➜  cat >/tmp/go-build1823208636/b779/importcfg << 'EOF' # internal
2025-08-20T20:26:02.7130307Z [00:02:41.399]➜  # import config
2025-08-20T20:26:02.7132017Z [00:02:41.399]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.7132514Z [00:02:41.399]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:02.7132967Z [00:02:41.399]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.7133382Z [00:02:41.399]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.7133980Z [00:02:41.399]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1823208636/b780/_pkg_.a
2025-08-20T20:26:02.7134936Z [00:02:41.399]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1823208636/b776/_pkg_.a
2025-08-20T20:26:02.7135894Z [00:02:41.399]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1823208636/b778/_pkg_.a
2025-08-20T20:26:02.7136721Z [00:02:41.399]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build1823208636/b781/_pkg_.a
2025-08-20T20:26:02.7137466Z [00:02:41.399]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1823208636/b785/_pkg_.a
2025-08-20T20:26:02.7138114Z [00:02:41.399]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:02.7138688Z [00:02:41.399]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:02.7139304Z [00:02:41.399]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:02.7139816Z [00:02:41.399]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:02.7140234Z [00:02:41.399]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.7140641Z [00:02:41.399]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:02.7140954Z [00:02:41.399]➜  EOF
2025-08-20T20:26:02.7143180Z [00:02:41.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b779/_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/b779=>" -p github.com/google/s2a-go/internal/record -lang=go1.20 -complete -installsuffix shared -buildid WoIMahceET2WIPY1Jt1_/WoIMahceET2WIPY1Jt1_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/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-20T20:26:02.7282082Z [00:02:41.414]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T20:26:02.7293326Z [00:02:41.415]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/c7/c7769d833db053b0334c832ee2d27679c90647925e3d8fe83e52860ade314da4-d # internal
2025-08-20T20:26:02.7326513Z [00:02:41.416]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T20:26:02.7326954Z [00:02:41.416]➜  mkdir -p $WORK/b787/
2025-08-20T20:26:02.7327339Z [00:02:41.416]➜  cat >/tmp/go-build1823208636/b787/importcfg << 'EOF' # internal
2025-08-20T20:26:02.7327689Z [00:02:41.416]➜  # import config
2025-08-20T20:26:02.7328056Z [00:02:41.416]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.7328686Z [00:02:41.416]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1823208636/b786/_pkg_.a
2025-08-20T20:26:02.7329486Z [00:02:41.416]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build1823208636/b788/_pkg_.a
2025-08-20T20:26:02.7330150Z [00:02:41.418]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:02.7330712Z [00:02:41.419]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:02.7331278Z [00:02:41.419]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:02.7331938Z [00:02:41.419]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:02.7332644Z [00:02:41.419]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:02.7333198Z [00:02:41.419]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:02.7333616Z [00:02:41.419]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.7333927Z [00:02:41.419]➜  EOF
2025-08-20T20:26:02.7336909Z [00:02:41.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b787/_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/b787=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid hgEvxfP7Ulp-cC6zOx0R/hgEvxfP7Ulp-cC6zOx0R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/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-20T20:26:02.7437289Z [00:02:41.430]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T20:26:02.7452656Z [00:02:41.431]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/49/493ae75865aa0e00e106dfa3a770b60eb90a228daf68102aba2478e06d80efa8-d # internal
2025-08-20T20:26:02.7456560Z [00:02:41.432]➜  github.com/google/s2a-go/retry
2025-08-20T20:26:02.7458488Z [00:02:41.432]➜  mkdir -p $WORK/b794/
2025-08-20T20:26:02.7467406Z [00:02:41.433]➜  cat >/tmp/go-build1823208636/b794/importcfg << 'EOF' # internal
2025-08-20T20:26:02.7468042Z [00:02:41.433]➜  # import config
2025-08-20T20:26:02.7468562Z [00:02:41.433]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.7469211Z [00:02:41.433]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:02.7469838Z [00:02:41.433]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:02.7470656Z [00:02:41.433]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:02.7473982Z [00:02:41.433]➜  EOF
2025-08-20T20:26:02.7484893Z [00:02:41.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b794/_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/b794=>" -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/b794/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/retry/retry.go
2025-08-20T20:26:02.7826047Z [00:02:41.468]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T20:26:02.7834916Z [00:02:41.469]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/e2/e2021c5ac52b705678927e58d93591660bb9edebad5d9be6fa0cb55943baef8a-d # internal
2025-08-20T20:26:02.7836461Z [00:02:41.469]➜  google.golang.org/api/internal/cert
2025-08-20T20:26:02.7837009Z [00:02:41.469]➜  mkdir -p $WORK/b795/
2025-08-20T20:26:02.7837710Z [00:02:41.469]➜  cat >/tmp/go-build1823208636/b795/importcfg << 'EOF' # internal
2025-08-20T20:26:02.7838250Z [00:02:41.469]➜  # import config
2025-08-20T20:26:02.7840012Z [00:02:41.469]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:02.7840494Z [00:02:41.469]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:02.7840961Z [00:02:41.469]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:02.7841411Z [00:02:41.469]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.7841832Z [00:02:41.469]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.7842452Z [00:02:41.469]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build1823208636/b764/_pkg_.a
2025-08-20T20:26:02.7843041Z [00:02:41.469]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:02.7843454Z [00:02:41.469]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:02.7843877Z [00:02:41.469]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:02.7844329Z [00:02:41.469]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:02.7844768Z [00:02:41.469]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.7845174Z [00:02:41.469]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:02.7845482Z [00:02:41.469]➜  EOF
2025-08-20T20:26:02.7848490Z [00:02:41.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/cert=>google.golang.org/api@v0.238.0/internal/cert;$WORK/b795=>" -p google.golang.org/api/internal/cert -lang=go1.23 -complete -installsuffix shared -buildid muDTo9k21zwaj0YGMCP_/muDTo9k21zwaj0YGMCP_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/cert/default_cert.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/cert/enterprise_cert.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/cert/secureconnect_cert.go
2025-08-20T20:26:02.8141619Z [00:02:41.500]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T20:26:02.8161789Z [00:02:41.502]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/7a/7a5c4cfe9de0b3ad37fa39da4616ec4f0ea1eb0841321eadc33d3bbbd974301f-d # internal
2025-08-20T20:26:02.8202837Z [00:02:41.502]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T20:26:02.8203544Z [00:02:41.502]➜  mkdir -p $WORK/b774/
2025-08-20T20:26:02.8204001Z [00:02:41.503]➜  cat >/tmp/go-build1823208636/b774/importcfg << 'EOF' # internal
2025-08-20T20:26:02.8204349Z [00:02:41.503]➜  # import config
2025-08-20T20:26:02.8204706Z [00:02:41.503]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.8205191Z [00:02:41.503]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:02.8205748Z [00:02:41.503]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.8206362Z [00:02:41.503]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build1823208636/b775/_pkg_.a
2025-08-20T20:26:02.8207291Z [00:02:41.503]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1823208636/b776/_pkg_.a
2025-08-20T20:26:02.8208035Z [00:02:41.503]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1823208636/b778/_pkg_.a
2025-08-20T20:26:02.8208729Z [00:02:41.503]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build1823208636/b779/_pkg_.a
2025-08-20T20:26:02.8209409Z [00:02:41.503]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1823208636/b785/_pkg_.a
2025-08-20T20:26:02.8210018Z [00:02:41.503]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:02.8210729Z [00:02:41.503]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:02.8211318Z [00:02:41.503]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:02.8211920Z [00:02:41.503]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:02.8212399Z [00:02:41.503]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:02.8212799Z [00:02:41.503]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:02.8213203Z [00:02:41.503]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.8213512Z [00:02:41.503]➜  EOF
2025-08-20T20:26:02.8216288Z [00:02:41.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b774/_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/b774=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.20 -complete -installsuffix shared -buildid mavgMUkSkwvI1_1h46H2/mavgMUkSkwvI1_1h46H2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/handshaker.go
2025-08-20T20:26:02.8295407Z [00:02:41.515]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T20:26:02.8310871Z [00:02:41.516]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/66/66ad0537b1d0942acb617e30f01dfe52c8a009a0995a7cb6ae90f5a530a585c0-d # internal
2025-08-20T20:26:02.8311639Z [00:02:41.516]➜  google.golang.org/api/internal/impersonate
2025-08-20T20:26:02.8311964Z [00:02:41.516]➜  mkdir -p $WORK/b796/
2025-08-20T20:26:02.8312367Z [00:02:41.516]➜  cat >/tmp/go-build1823208636/b796/importcfg << 'EOF' # internal
2025-08-20T20:26:02.8313012Z [00:02:41.516]➜  # import config
2025-08-20T20:26:02.8313455Z [00:02:41.516]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:02.8313896Z [00:02:41.516]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.8314347Z [00:02:41.516]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:02.8314780Z [00:02:41.516]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.8315250Z [00:02:41.516]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:02.8315884Z [00:02:41.516]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:02.8316315Z [00:02:41.516]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:02.8316737Z [00:02:41.516]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:02.8317172Z [00:02:41.516]➜  EOF
2025-08-20T20:26:02.8319257Z [00:02:41.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/impersonate=>google.golang.org/api@v0.238.0/internal/impersonate;$WORK/b796=>" -p google.golang.org/api/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid OtGHAvo_W8RyyYXjDts7/OtGHAvo_W8RyyYXjDts7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/impersonate/impersonate.go
2025-08-20T20:26:02.8725843Z [00:02:41.558]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T20:26:02.8737988Z [00:02:41.560]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/83/8310bff7ae8334f69a675561c83fc26cfc3e3fe996ef8e72fe1f5dad3cdfe5ba-d # internal
2025-08-20T20:26:02.8747154Z [00:02:41.560]➜  cloud.google.com/go/auth/internal/compute
2025-08-20T20:26:02.8747488Z [00:02:41.560]➜  mkdir -p $WORK/b800/
2025-08-20T20:26:02.8747901Z [00:02:41.560]➜  cat >/tmp/go-build1823208636/b800/importcfg << 'EOF' # internal
2025-08-20T20:26:02.8748260Z [00:02:41.560]➜  # import config
2025-08-20T20:26:02.8748591Z [00:02:41.560]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:02.8749356Z [00:02:41.560]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:02.8749770Z [00:02:41.560]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:02.8750199Z [00:02:41.560]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:02.8750627Z [00:02:41.560]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.8750957Z [00:02:41.560]➜  EOF
2025-08-20T20:26:02.8753281Z [00:02:41.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/compute=>cloud.google.com/go/auth@v0.16.2/internal/compute;$WORK/b800=>" -p cloud.google.com/go/auth/internal/compute -lang=go1.23 -complete -installsuffix shared -buildid lwTze-EQYXP2UoJlMCja/lwTze-EQYXP2UoJlMCja -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/compute/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/compute/manufacturer_linux.go
2025-08-20T20:26:02.8887819Z [00:02:41.575]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T20:26:02.8893924Z [00:02:41.575]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/3a/3af2f444501a561900d10f7376cc6130cd3cf6e9a0c505b5c77f44f8f1ad7b99-d # internal
2025-08-20T20:26:02.8901122Z [00:02:41.576]➜  go.opentelemetry.io/otel/semconv/v1.30.0
2025-08-20T20:26:02.8901957Z [00:02:41.576]➜  mkdir -p $WORK/b804/
2025-08-20T20:26:02.8904548Z [00:02:41.577]➜  cat >/tmp/go-build1823208636/b804/importcfg << 'EOF' # internal
2025-08-20T20:26:02.8905930Z [00:02:41.577]➜  # import config
2025-08-20T20:26:02.8909226Z [00:02:41.577]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:02.8909718Z [00:02:41.577]➜  EOF
2025-08-20T20:26:02.8913375Z [00:02:41.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.30.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.30.0;$WORK/b804=>" -p go.opentelemetry.io/otel/semconv/v1.30.0 -lang=go1.23 -complete -installsuffix shared -buildid fEqm8qc1C567utKVyB16/fEqm8qc1C567utKVyB16 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.30.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.30.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.30.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.30.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.30.0/schema.go
2025-08-20T20:26:02.9184140Z [00:02:41.604]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T20:26:02.9222830Z [00:02:41.608]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/a1/a147ad20aea2e39b7156e0c0779aced3f3c616826b2ffefbc7526e7e2c0dfc5e-d # internal
2025-08-20T20:26:02.9232165Z [00:02:41.609]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T20:26:02.9252292Z [00:02:41.611]➜  mkdir -p $WORK/b805/
2025-08-20T20:26:02.9252745Z [00:02:41.611]➜  cat >/tmp/go-build1823208636/b805/importcfg << 'EOF' # internal
2025-08-20T20:26:02.9253095Z [00:02:41.611]➜  # import config
2025-08-20T20:26:02.9253440Z [00:02:41.611]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.9254268Z [00:02:41.611]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:02.9254896Z [00:02:41.611]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1823208636/b695/_pkg_.a
2025-08-20T20:26:02.9255318Z [00:02:41.611]➜  EOF
2025-08-20T20:26:02.9260931Z [00:02:41.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b805/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/noop=>go.opentelemetry.io/otel/metric@v1.37.0/noop;$WORK/b805=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.23 -complete -installsuffix shared -buildid yqfJ7GETiaBdkoG3DOXl/yqfJ7GETiaBdkoG3DOXl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/noop/noop.go
2025-08-20T20:26:02.9768275Z [00:02:41.663]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T20:26:02.9788942Z [00:02:41.665]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/d6/d63f304657a724894c3e4d8f4167767f2e33c1aaa20b5119275cb2e3020bac16-d # internal
2025-08-20T20:26:02.9789884Z [00:02:41.665]➜  golang.org/x/time/rate
2025-08-20T20:26:02.9790517Z [00:02:41.665]➜  mkdir -p $WORK/b806/
2025-08-20T20:26:02.9793796Z [00:02:41.665]➜  cat >/tmp/go-build1823208636/b806/importcfg << 'EOF' # internal
2025-08-20T20:26:02.9794268Z [00:02:41.665]➜  # import config
2025-08-20T20:26:02.9794638Z [00:02:41.665]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:02.9795069Z [00:02:41.665]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:02.9795475Z [00:02:41.665]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:02.9796065Z [00:02:41.665]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:02.9796474Z [00:02:41.665]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:02.9796814Z [00:02:41.665]➜  EOF
2025-08-20T20:26:02.9799710Z [00:02:41.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.12.0/rate=>golang.org/x/time@v0.12.0/rate;$WORK/b806=>" -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/b806/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-20T20:26:02.9991805Z [00:02:41.685]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T20:26:03.0106610Z [00:02:41.697]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/cd/cdc9b10698457460052d88087433e03109113eb8d7a24b94c89f27251c166f1c-d # internal
2025-08-20T20:26:03.0107684Z [00:02:41.697]➜  github.com/google/s2a-go/stream
2025-08-20T20:26:03.0108339Z [00:02:41.697]➜  mkdir -p $WORK/b792/
2025-08-20T20:26:03.0109110Z [00:02:41.697]➜  cat >/tmp/go-build1823208636/b792/importcfg << 'EOF' # internal
2025-08-20T20:26:03.0110032Z [00:02:41.697]➜  # import config
2025-08-20T20:26:03.0110472Z [00:02:41.697]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.0111111Z [00:02:41.697]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1823208636/b787/_pkg_.a
2025-08-20T20:26:03.0111585Z [00:02:41.697]➜  EOF
2025-08-20T20:26:03.0113689Z [00:02:41.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b792/_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/b792=>" -p github.com/google/s2a-go/stream -lang=go1.20 -complete -installsuffix shared -buildid fogeVznGtGPGP0_3wwOw/fogeVznGtGPGP0_3wwOw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/stream/s2a_stream.go
2025-08-20T20:26:03.0203999Z [00:02:41.706]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T20:26:03.0213716Z [00:02:41.707]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/fa/faf1e19d12a1e1a9768573f7253b093ab8bb1143ba15f1150ab7588f4b02da1c-d # internal
2025-08-20T20:26:03.0222169Z [00:02:41.708]➜  google.golang.org/grpc/credentials/alts/internal
2025-08-20T20:26:03.0222991Z [00:02:41.708]➜  mkdir -p $WORK/b809/
2025-08-20T20:26:03.0223740Z [00:02:41.708]➜  cat >/tmp/go-build1823208636/b809/importcfg << 'EOF' # internal
2025-08-20T20:26:03.0224635Z [00:02:41.708]➜  # import config
2025-08-20T20:26:03.0225064Z [00:02:41.708]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.0225757Z [00:02:41.708]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.0226550Z [00:02:41.708]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.0226863Z [00:02:41.708]➜  EOF
2025-08-20T20:26:03.0229028Z [00:02:41.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b809/_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/b809=>" -p google.golang.org/grpc/credentials/alts/internal -lang=go1.23 -complete -installsuffix shared -buildid d39DJujcILXJnzw9jeYS/d39DJujcILXJnzw9jeYS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/common.go
2025-08-20T20:26:03.0326165Z [00:02:41.719]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T20:26:03.0346633Z [00:02:41.721]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T20:26:03.0352961Z [00:02:41.721]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/20/2029e99328cd9c5bbd7997626ecdce1215ea7f1bd95d3aafc12bd700180867e9-d # internal
2025-08-20T20:26:03.0401160Z [00:02:41.726]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T20:26:03.0402034Z [00:02:41.726]➜  golang.org/x/sync/semaphore
2025-08-20T20:26:03.0402375Z [00:02:41.726]➜  mkdir -p $WORK/b811/
2025-08-20T20:26:03.0402788Z [00:02:41.726]➜  cat >/tmp/go-build1823208636/b811/importcfg << 'EOF' # internal
2025-08-20T20:26:03.0403135Z [00:02:41.726]➜  # import config
2025-08-20T20:26:03.0403499Z [00:02:41.726]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:26:03.0403957Z [00:02:41.726]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.0404389Z [00:02:41.726]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.0404695Z [00:02:41.726]➜  EOF
2025-08-20T20:26:03.0406883Z [00:02:41.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b811/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore=>golang.org/x/sync@v0.16.0/semaphore;$WORK/b811=>" -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/b811/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore/semaphore.go
2025-08-20T20:26:03.0408863Z [00:02:41.726]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/e1/e1af85f7c8b3c25f9feae76af3c11eec20e5f0ac2a192deefde35ae5657219a4-d # internal
2025-08-20T20:26:03.0409631Z [00:02:41.726]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T20:26:03.0409961Z [00:02:41.726]➜  mkdir -p $WORK/b791/
2025-08-20T20:26:03.0410329Z [00:02:41.726]➜  cat >/tmp/go-build1823208636/b791/importcfg << 'EOF' # internal
2025-08-20T20:26:03.0410813Z [00:02:41.726]➜  # import config
2025-08-20T20:26:03.0411228Z [00:02:41.726]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:03.0411658Z [00:02:41.726]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.0412261Z [00:02:41.726]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1823208636/b787/_pkg_.a
2025-08-20T20:26:03.0412925Z [00:02:41.726]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1823208636/b792/_pkg_.a
2025-08-20T20:26:03.0413495Z [00:02:41.726]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.0414246Z [00:02:41.726]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:03.0414632Z [00:02:41.726]➜  EOF
2025-08-20T20:26:03.0419126Z [00:02:41.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b791/_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/b791=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.20 -complete -installsuffix shared -buildid 78A0RBlBf3HVaeW1-0uz/78A0RBlBf3HVaeW1-0uz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/certverifier/certverifier.go
2025-08-20T20:26:03.0560232Z [00:02:41.742]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/9e/9ef387dd9ef425b5ca1d0f6c127ab0e03d7950dc5098cc58951a4b414f11e1eb-d # internal
2025-08-20T20:26:03.0564807Z [00:02:41.743]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T20:26:03.0565360Z [00:02:41.743]➜  mkdir -p $WORK/b793/
2025-08-20T20:26:03.0570495Z [00:02:41.743]➜  cat >/tmp/go-build1823208636/b793/importcfg << 'EOF' # internal
2025-08-20T20:26:03.0571543Z [00:02:41.743]➜  # import config
2025-08-20T20:26:03.0572083Z [00:02:41.743]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:03.0572722Z [00:02:41.743]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:03.0573327Z [00:02:41.743]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:03.0573902Z [00:02:41.743]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.0574652Z [00:02:41.743]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1823208636/b787/_pkg_.a
2025-08-20T20:26:03.0585215Z [00:02:41.743]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1823208636/b792/_pkg_.a
2025-08-20T20:26:03.0586176Z [00:02:41.743]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.0586771Z [00:02:41.743]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:03.0587258Z [00:02:41.743]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:03.0587584Z [00:02:41.743]➜  EOF
2025-08-20T20:26:03.0589978Z [00:02:41.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b793/_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/b793=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.20 -complete -installsuffix shared -buildid QVW_FrRitb4Lg1c5fozK/QVW_FrRitb4Lg1c5fozK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner/remotesigner.go
2025-08-20T20:26:03.0641480Z [00:02:41.750]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T20:26:03.0655124Z [00:02:41.752]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/c2/c2a3ad709db33210e93facd9cb9814e4b8218ef798b808368e301dd43ba7543c-d # internal
2025-08-20T20:26:03.0683841Z [00:02:41.754]➜  google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
2025-08-20T20:26:03.0685164Z [00:02:41.755]➜  mkdir -p $WORK/b813/
2025-08-20T20:26:03.0688574Z [00:02:41.755]➜  cat >/tmp/go-build1823208636/b813/importcfg << 'EOF' # internal
2025-08-20T20:26:03.0689128Z [00:02:41.755]➜  # import config
2025-08-20T20:26:03.0689491Z [00:02:41.755]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.0689995Z [00:02:41.755]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.0690551Z [00:02:41.755]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.0691123Z [00:02:41.755]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:03.0691996Z [00:02:41.755]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:03.0692704Z [00:02:41.755]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:03.0693259Z [00:02:41.755]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:03.0693682Z [00:02:41.755]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.0693996Z [00:02:41.755]➜  EOF
2025-08-20T20:26:03.0699437Z [00:02:41.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b813/_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/b813=>" -p google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp -lang=go1.23 -complete -installsuffix shared -buildid Xc6ZyYJO-3y_Pn0XPXou/Xc6ZyYJO-3y_Pn0XPXou -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/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-20T20:26:03.1003503Z [00:02:41.786]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T20:26:03.1014719Z [00:02:41.787]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T20:26:03.1019867Z [00:02:41.788]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/af/af707fadb61648107213296a23d1d026401b0e668e5a8675f57c8aca9efe94d7-d # internal
2025-08-20T20:26:03.1034071Z [00:02:41.789]➜  google.golang.org/grpc/credentials/alts/internal/conn
2025-08-20T20:26:03.1038341Z [00:02:41.790]➜  mkdir -p $WORK/b814/
2025-08-20T20:26:03.1039176Z [00:02:41.790]➜  cat >/tmp/go-build1823208636/b814/importcfg << 'EOF' # internal
2025-08-20T20:26:03.1040037Z [00:02:41.790]➜  # import config
2025-08-20T20:26:03.1040616Z [00:02:41.790]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:03.1041306Z [00:02:41.790]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:26:03.1042050Z [00:02:41.790]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:26:03.1043290Z [00:02:41.790]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:26:03.1043871Z [00:02:41.790]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:03.1044370Z [00:02:41.790]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:03.1044823Z [00:02:41.790]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.1045242Z [00:02:41.790]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.1045998Z [00:02:41.790]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build1823208636/b809/_pkg_.a
2025-08-20T20:26:03.1060182Z [00:02:41.790]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:03.1060754Z [00:02:41.790]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.1061488Z [00:02:41.790]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:03.1061879Z [00:02:41.790]➜  EOF
2025-08-20T20:26:03.1066514Z [00:02:41.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b814/_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/b814=>" -p google.golang.org/grpc/credentials/alts/internal/conn -lang=go1.23 -complete -installsuffix shared -buildid PRQkV73-Xjkd1O2QyBCv/PRQkV73-Xjkd1O2QyBCv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/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-20T20:26:03.1072015Z [00:02:41.793]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/aa/aab3a5ec9d6632fee786e9b41d4d8a830905831116afe8150034ce632309b02e-d # internal
2025-08-20T20:26:03.1075345Z [00:02:41.793]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T20:26:03.1076036Z [00:02:41.793]➜  mkdir -p $WORK/b790/
2025-08-20T20:26:03.1076577Z [00:02:41.794]➜  cat >/tmp/go-build1823208636/b790/importcfg << 'EOF' # internal
2025-08-20T20:26:03.1077065Z [00:02:41.794]➜  # import config
2025-08-20T20:26:03.1077580Z [00:02:41.794]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:03.1078171Z [00:02:41.794]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:03.1078815Z [00:02:41.794]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:03.1079451Z [00:02:41.794]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.1080005Z [00:02:41.794]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.1080699Z [00:02:41.794]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1823208636/b786/_pkg_.a
2025-08-20T20:26:03.1081606Z [00:02:41.794]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1823208636/b787/_pkg_.a
2025-08-20T20:26:03.1082411Z [00:02:41.794]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1823208636/b785/_pkg_.a
2025-08-20T20:26:03.1083226Z [00:02:41.794]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build1823208636/b791/_pkg_.a
2025-08-20T20:26:03.1084080Z [00:02:41.794]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build1823208636/b793/_pkg_.a
2025-08-20T20:26:03.1084870Z [00:02:41.794]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1823208636/b792/_pkg_.a
2025-08-20T20:26:03.1093650Z [00:02:41.794]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.1094612Z [00:02:41.794]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:03.1095018Z [00:02:41.794]➜  EOF
2025-08-20T20:26:03.1097424Z [00:02:41.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b790/_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/b790=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.20 -complete -installsuffix shared -buildid NYXMtv9KhGxqt4Rr1c3N/NYXMtv9KhGxqt4Rr1c3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T20:26:03.1329602Z [00:02:41.819]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T20:26:03.1377437Z [00:02:41.824]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/55/5503c9f776e968f55d9372c329543fb871c816a8373def497e646cb5592a21fa-d # internal
2025-08-20T20:26:03.1379230Z [00:02:41.824]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T20:26:03.1379726Z [00:02:41.824]➜  mkdir -p $WORK/b803/
2025-08-20T20:26:03.1388919Z [00:02:41.825]➜  cat >/tmp/go-build1823208636/b803/importcfg << 'EOF' # internal
2025-08-20T20:26:03.1389504Z [00:02:41.825]➜  # import config
2025-08-20T20:26:03.1391180Z [00:02:41.825]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:03.1392144Z [00:02:41.825]➜  packagefile go.opentelemetry.io/otel/semconv/v1.30.0=/tmp/go-build1823208636/b804/_pkg_.a
2025-08-20T20:26:03.1392693Z [00:02:41.825]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.1393011Z [00:02:41.825]➜  EOF
2025-08-20T20:26:03.1395864Z [00:02:41.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b803/_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/b803=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal -lang=go1.23 -complete -installsuffix shared -buildid tNX5WDeqsnHip3-Dq0Ii/tNX5WDeqsnHip3-Dq0Ii -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/internal/parse.go
2025-08-20T20:26:03.1648237Z [00:02:41.851]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T20:26:03.1651226Z [00:02:41.851]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T20:26:03.1656361Z [00:02:41.852]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/12/127a81bbcacc3675d543c4fee2d42bff7ff9fed42f5635beb6697b3d3cd1ab08-d # internal
2025-08-20T20:26:03.1661464Z [00:02:41.852]➜  google.golang.org/grpc/credentials/alts/internal/handshaker/service
2025-08-20T20:26:03.1662634Z [00:02:41.852]➜  mkdir -p $WORK/b815/
2025-08-20T20:26:03.1668372Z [00:02:41.853]➜  cat >/tmp/go-build1823208636/b815/importcfg << 'EOF' # internal
2025-08-20T20:26:03.1668771Z [00:02:41.853]➜  # import config
2025-08-20T20:26:03.1669177Z [00:02:41.853]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.1669793Z [00:02:41.853]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:03.1670483Z [00:02:41.853]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:03.1671110Z [00:02:41.853]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1823208636/b642/_pkg_.a
2025-08-20T20:26:03.1671613Z [00:02:41.853]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.1672028Z [00:02:41.853]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.1672338Z [00:02:41.853]➜  EOF
2025-08-20T20:26:03.1676273Z [00:02:41.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b815/_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/b815=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker/service -lang=go1.23 -complete -installsuffix shared -buildid L0e7krKHuwIey-qKHoEo/L0e7krKHuwIey-qKHoEo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/handshaker/service/service.go
2025-08-20T20:26:03.1699150Z [00:02:41.856]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/f0/f0dbd90fa11fcfe8f57208b488b9ac9baff88432870de0eb181367cbe1538995-d # internal
2025-08-20T20:26:03.1702028Z [00:02:41.856]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T20:26:03.1705041Z [00:02:41.856]➜  mkdir -p $WORK/b802/
2025-08-20T20:26:03.1705483Z [00:02:41.856]➜  cat >/tmp/go-build1823208636/b802/importcfg << 'EOF' # internal
2025-08-20T20:26:03.1706301Z [00:02:41.856]➜  # import config
2025-08-20T20:26:03.1706661Z [00:02:41.856]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.1707090Z [00:02:41.857]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.1707822Z [00:02:41.857]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build1823208636/b803/_pkg_.a
2025-08-20T20:26:03.1708859Z [00:02:41.857]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:03.1709443Z [00:02:41.857]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:03.1710047Z [00:02:41.857]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build1823208636/b697/_pkg_.a
2025-08-20T20:26:03.1710639Z [00:02:41.857]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:03.1711226Z [00:02:41.857]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:03.1712024Z [00:02:41.857]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1823208636/b805/_pkg_.a
2025-08-20T20:26:03.1712649Z [00:02:41.857]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1823208636/b696/_pkg_.a
2025-08-20T20:26:03.1713292Z [00:02:41.857]➜  packagefile go.opentelemetry.io/otel/semconv/v1.30.0=/tmp/go-build1823208636/b804/_pkg_.a
2025-08-20T20:26:03.1713904Z [00:02:41.857]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:03.1714452Z [00:02:41.857]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.1715033Z [00:02:41.857]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.1715752Z [00:02:41.857]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:03.1716377Z [00:02:41.857]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1823208636/b643/_pkg_.a
2025-08-20T20:26:03.1716945Z [00:02:41.857]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1823208636/b603/_pkg_.a
2025-08-20T20:26:03.1728177Z [00:02:41.857]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:03.1728795Z [00:02:41.857]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:03.1729309Z [00:02:41.857]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:03.1729709Z [00:02:41.857]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.1730125Z [00:02:41.857]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:03.1730576Z [00:02:41.857]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:03.1731292Z [00:02:41.857]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.1731658Z [00:02:41.857]➜  EOF
2025-08-20T20:26:03.1737128Z [00:02:41.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b802/_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/b802=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.23 -complete -installsuffix shared -buildid KwFeE9WcnQGchttPtE--/KwFeE9WcnQGchttPtE-- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/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-20T20:26:03.1777779Z [00:02:41.864]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T20:26:03.1790935Z [00:02:41.865]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/1b/1bc60743f62f927d71a7954d81aa868510f0d960d5f08b0343aa11747b23bdcd-d # internal
2025-08-20T20:26:03.1811131Z [00:02:41.867]➜  github.com/google/s2a-go/internal/v2
2025-08-20T20:26:03.1817013Z [00:02:41.867]➜  mkdir -p $WORK/b789/
2025-08-20T20:26:03.1818857Z [00:02:41.867]➜  cat >/tmp/go-build1823208636/b789/importcfg << 'EOF' # internal
2025-08-20T20:26:03.1819237Z [00:02:41.867]➜  # import config
2025-08-20T20:26:03.1819605Z [00:02:41.867]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.1820052Z [00:02:41.868]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:03.1820811Z [00:02:41.868]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.1821333Z [00:02:41.868]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1823208636/b773/_pkg_.a
2025-08-20T20:26:03.1822020Z [00:02:41.868]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1823208636/b780/_pkg_.a
2025-08-20T20:26:03.1822794Z [00:02:41.868]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1823208636/b786/_pkg_.a
2025-08-20T20:26:03.1823559Z [00:02:41.868]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1823208636/b787/_pkg_.a
2025-08-20T20:26:03.1824293Z [00:02:41.868]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1823208636/b785/_pkg_.a
2025-08-20T20:26:03.1825015Z [00:02:41.868]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build1823208636/b790/_pkg_.a
2025-08-20T20:26:03.1825803Z [00:02:41.868]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build1823208636/b794/_pkg_.a
2025-08-20T20:26:03.1826446Z [00:02:41.868]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1823208636/b792/_pkg_.a
2025-08-20T20:26:03.1827001Z [00:02:41.868]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.1827581Z [00:02:41.868]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.1828174Z [00:02:41.868]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:03.1828762Z [00:02:41.868]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:03.1829259Z [00:02:41.868]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.1829853Z [00:02:41.868]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:03.1830340Z [00:02:41.868]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.1830657Z [00:02:41.868]➜  EOF
2025-08-20T20:26:03.1844890Z [00:02:41.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b789/_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/b789=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.20 -complete -installsuffix shared -buildid 1A6Nr35M9F0NgjoFMQrs/1A6Nr35M9F0NgjoFMQrs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/s2av2.go
2025-08-20T20:26:03.2236946Z [00:02:41.909]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T20:26:03.2240837Z [00:02:41.910]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T20:26:03.2253530Z [00:02:41.911]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/1b/1b843311232757abf95430a6600af329e1a38882e21db5a39abce0131304ae6e-d # internal
2025-08-20T20:26:03.2273656Z [00:02:41.913]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/fa/fa609ea01568e0acd4b05d2246196f5b2937366c05b78a4d7bbabef5aee9dd00-d # internal
2025-08-20T20:26:03.2275850Z [00:02:41.914]➜  google.golang.org/grpc/internal/googlecloud
2025-08-20T20:26:03.2276907Z [00:02:41.914]➜  mkdir -p $WORK/b816/
2025-08-20T20:26:03.2277690Z [00:02:41.914]➜  google.golang.org/grpc/credentials/alts/internal/authinfo
2025-08-20T20:26:03.2278705Z [00:02:41.914]➜  mkdir -p $WORK/b812/
2025-08-20T20:26:03.2282848Z [00:02:41.914]➜  cat >/tmp/go-build1823208636/b812/importcfg << 'EOF' # internal
2025-08-20T20:26:03.2283274Z [00:02:41.914]➜  # import config
2025-08-20T20:26:03.2283731Z [00:02:41.914]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.2284509Z [00:02:41.914]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build1823208636/b813/_pkg_.a
2025-08-20T20:26:03.2285017Z [00:02:41.914]➜  EOF
2025-08-20T20:26:03.2288498Z [00:02:41.915]➜  cat >/tmp/go-build1823208636/b816/importcfg << 'EOF' # internal
2025-08-20T20:26:03.2289216Z [00:02:41.915]➜  # import config
2025-08-20T20:26:03.2289654Z [00:02:41.915]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:03.2290281Z [00:02:41.915]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:03.2290812Z [00:02:41.915]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:03.2291231Z [00:02:41.915]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:03.2291658Z [00:02:41.915]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.2292075Z [00:02:41.915]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.2292385Z [00:02:41.915]➜  EOF
2025-08-20T20:26:03.2299566Z [00:02:41.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b816/_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/b816=>" -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/b816/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-20T20:26:03.2306574Z [00:02:41.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b812/_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/b812=>" -p google.golang.org/grpc/credentials/alts/internal/authinfo -lang=go1.23 -complete -installsuffix shared -buildid YJXGhZnvKloOSFq6dA-a/YJXGhZnvKloOSFq6dA-a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/authinfo/authinfo.go
2025-08-20T20:26:03.2481050Z [00:02:41.934]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T20:26:03.2486545Z [00:02:41.935]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/01/01948c0218b7a44d31ea18f7155e33c559177463d47d817b8d307ed00cefff4c-d # internal
2025-08-20T20:26:03.2493394Z [00:02:41.935]➜  google.golang.org/grpc/credentials/oauth
2025-08-20T20:26:03.2499171Z [00:02:41.936]➜  mkdir -p $WORK/b817/
2025-08-20T20:26:03.2500037Z [00:02:41.936]➜  cat >/tmp/go-build1823208636/b817/importcfg << 'EOF' # internal
2025-08-20T20:26:03.2500918Z [00:02:41.936]➜  # import config
2025-08-20T20:26:03.2501321Z [00:02:41.936]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.2502060Z [00:02:41.936]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.2502627Z [00:02:41.936]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:03.2503178Z [00:02:41.936]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1823208636/b749/_pkg_.a
2025-08-20T20:26:03.2503733Z [00:02:41.936]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build1823208636/b756/_pkg_.a
2025-08-20T20:26:03.2504320Z [00:02:41.936]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.2505021Z [00:02:41.936]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:03.2505432Z [00:02:41.936]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:03.2506066Z [00:02:41.936]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.2506373Z [00:02:41.936]➜  EOF
2025-08-20T20:26:03.2508354Z [00:02:41.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b817/_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/b817=>" -p google.golang.org/grpc/credentials/oauth -lang=go1.23 -complete -installsuffix shared -buildid _cK0AGenbwkrksjA6SDw/_cK0AGenbwkrksjA6SDw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/oauth/oauth.go
2025-08-20T20:26:03.2660504Z [00:02:41.952]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T20:26:03.2685664Z [00:02:41.955]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/95/9533b1d4c80b5e0d20be273fc7ef3d77e25077797b7e28b61f26c0187961e31f-d # internal
2025-08-20T20:26:03.2686373Z [00:02:41.955]➜  github.com/google/s2a-go
2025-08-20T20:26:03.2698150Z [00:02:41.956]➜  mkdir -p $WORK/b772/
2025-08-20T20:26:03.2722174Z [00:02:41.958]➜  cat >/tmp/go-build1823208636/b772/importcfg << 'EOF' # internal
2025-08-20T20:26:03.2722896Z [00:02:41.958]➜  # import config
2025-08-20T20:26:03.2723528Z [00:02:41.958]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.2724763Z [00:02:41.958]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:03.2725316Z [00:02:41.958]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.2725948Z [00:02:41.958]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.2726473Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1823208636/b773/_pkg_.a
2025-08-20T20:26:03.2727121Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build1823208636/b774/_pkg_.a
2025-08-20T20:26:03.2727849Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1823208636/b780/_pkg_.a
2025-08-20T20:26:03.2728599Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1823208636/b776/_pkg_.a
2025-08-20T20:26:03.2729519Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1823208636/b786/_pkg_.a
2025-08-20T20:26:03.2730370Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1823208636/b787/_pkg_.a
2025-08-20T20:26:03.2731101Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1823208636/b785/_pkg_.a
2025-08-20T20:26:03.2731758Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build1823208636/b789/_pkg_.a
2025-08-20T20:26:03.2732350Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build1823208636/b794/_pkg_.a
2025-08-20T20:26:03.2733104Z [00:02:41.958]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1823208636/b792/_pkg_.a
2025-08-20T20:26:03.2733708Z [00:02:41.958]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.2734314Z [00:02:41.958]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:03.2734892Z [00:02:41.958]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1823208636/b643/_pkg_.a
2025-08-20T20:26:03.2735477Z [00:02:41.958]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:03.2736251Z [00:02:41.958]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.2736668Z [00:02:41.958]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.2737078Z [00:02:41.958]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.2737392Z [00:02:41.958]➜  EOF
2025-08-20T20:26:03.2739509Z [00:02:41.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9=>github.com/google/s2a-go@v0.1.9;$WORK/b772=>" -p github.com/google/s2a-go -lang=go1.20 -complete -installsuffix shared -buildid 6YQR6pwUEwwonG3rx6Wc/6YQR6pwUEwwonG3rx6Wc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/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-20T20:26:03.2778851Z [00:02:41.964]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T20:26:03.2791122Z [00:02:41.965]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/d5/d56fdc80b5c25914bf8d87d03c2e1df8a706f5141c6a9a73da45d7129ea2624e-d # internal
2025-08-20T20:26:03.2799611Z [00:02:41.966]➜  google.golang.org/grpc/credentials/alts/internal/handshaker
2025-08-20T20:26:03.2800054Z [00:02:41.966]➜  mkdir -p $WORK/b810/
2025-08-20T20:26:03.2806533Z [00:02:41.967]➜  cat >/tmp/go-build1823208636/b810/importcfg << 'EOF' # internal
2025-08-20T20:26:03.2810394Z [00:02:41.967]➜  # import config
2025-08-20T20:26:03.2810813Z [00:02:41.967]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.2811284Z [00:02:41.967]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.2811717Z [00:02:41.967]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.2812484Z [00:02:41.967]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build1823208636/b811/_pkg_.a
2025-08-20T20:26:03.2813106Z [00:02:41.967]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.2813670Z [00:02:41.967]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.2814265Z [00:02:41.967]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.2814947Z [00:02:41.967]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build1823208636/b809/_pkg_.a
2025-08-20T20:26:03.2815839Z [00:02:41.967]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build1823208636/b812/_pkg_.a
2025-08-20T20:26:03.2816659Z [00:02:41.967]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build1823208636/b814/_pkg_.a
2025-08-20T20:26:03.2817607Z [00:02:41.967]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build1823208636/b813/_pkg_.a
2025-08-20T20:26:03.2818457Z [00:02:41.967]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:03.2818992Z [00:02:41.967]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:03.2819392Z [00:02:41.967]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.2819798Z [00:02:41.967]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.2820317Z [00:02:41.967]➜  EOF
2025-08-20T20:26:03.2823003Z [00:02:41.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b810/_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/b810=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker -lang=go1.23 -complete -installsuffix shared -buildid 1iF7ZJXkbfsxNs0ALiso/1iF7ZJXkbfsxNs0ALiso -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/handshaker/handshaker.go
2025-08-20T20:26:03.2993419Z [00:02:41.985]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T20:26:03.3007767Z [00:02:41.987]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/91/91cd7075b8c6890ae8b1531055f19f095ef880cf7fb37e45222472d04cf81f03-d # internal
2025-08-20T20:26:03.3019867Z [00:02:41.988]➜  google.golang.org/grpc/internal/xds
2025-08-20T20:26:03.3021070Z [00:02:41.988]➜  mkdir -p $WORK/b818/
2025-08-20T20:26:03.3028546Z [00:02:41.989]➜  cat >/tmp/go-build1823208636/b818/importcfg << 'EOF' # internal
2025-08-20T20:26:03.3028955Z [00:02:41.989]➜  # import config
2025-08-20T20:26:03.3029410Z [00:02:41.989]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1823208636/b599/_pkg_.a
2025-08-20T20:26:03.3030045Z [00:02:41.989]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:03.3030451Z [00:02:41.989]➜  EOF
2025-08-20T20:26:03.3039221Z [00:02:41.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b818/_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/b818=>" -p google.golang.org/grpc/internal/xds -lang=go1.23 -complete -installsuffix shared -buildid BxwpjIX4O1nAnoKkSVHy/BxwpjIX4O1nAnoKkSVHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/xds.go
2025-08-20T20:26:03.3128236Z [00:02:41.999]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T20:26:03.3176308Z [00:02:42.003]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/be/be80e47e1a26bc5a5343d789e8749f1b683f1983b1000d2bbe16a1741f491244-d # internal
2025-08-20T20:26:03.3177096Z [00:02:42.003]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T20:26:03.3177533Z [00:02:42.003]➜  google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
2025-08-20T20:26:03.3178143Z [00:02:42.003]➜  mkdir -p $WORK/b820/
2025-08-20T20:26:03.3178856Z [00:02:42.003]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/d7/d751b91b945759e746f2642199770229f49762a0ccc9e31ebd7ab19a71e7398a-d # internal
2025-08-20T20:26:03.3179510Z [00:02:42.003]➜  cat >/tmp/go-build1823208636/b820/importcfg << 'EOF' # internal
2025-08-20T20:26:03.3179852Z [00:02:42.003]➜  # import config
2025-08-20T20:26:03.3180201Z [00:02:42.003]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.3180698Z [00:02:42.003]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.3181248Z [00:02:42.003]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.3181816Z [00:02:42.003]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:03.3182592Z [00:02:42.003]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:03.3183415Z [00:02:42.003]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:03.3184134Z [00:02:42.003]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:03.3184871Z [00:02:42.003]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:03.3185445Z [00:02:42.003]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:03.3186222Z [00:02:42.003]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.3186528Z [00:02:42.003]➜  EOF
2025-08-20T20:26:03.3205824Z [00:02:42.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b820/_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/b820=>" -p google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 -lang=go1.23 -complete -installsuffix shared -buildid wYtOmiP52ca-JE7m9T0k/wYtOmiP52ca-JE7m9T0k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/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-20T20:26:03.3208425Z [00:02:42.006]➜  google.golang.org/grpc/resolver/manual
2025-08-20T20:26:03.3208738Z [00:02:42.006]➜  mkdir -p $WORK/b821/
2025-08-20T20:26:03.3209117Z [00:02:42.006]➜  cat >/tmp/go-build1823208636/b821/importcfg << 'EOF' # internal
2025-08-20T20:26:03.3209460Z [00:02:42.006]➜  # import config
2025-08-20T20:26:03.3209885Z [00:02:42.006]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:03.3210381Z [00:02:42.006]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.3210722Z [00:02:42.006]➜  EOF
2025-08-20T20:26:03.3212624Z [00:02:42.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b821/_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/b821=>" -p google.golang.org/grpc/resolver/manual -lang=go1.23 -complete -installsuffix shared -buildid KUo4a1tYd8j4WTIHxq-x/KUo4a1tYd8j4WTIHxq-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/manual/manual.go
2025-08-20T20:26:03.3520024Z [00:02:42.038]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T20:26:03.3537187Z [00:02:42.040]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/3e/3ead82d2f75af48951ebe215effbfb0b8a21df175a08e5c1a08c8260227af9cd-d # internal
2025-08-20T20:26:03.3544160Z [00:02:42.041]➜  google.golang.org/grpc/credentials/alts
2025-08-20T20:26:03.3545274Z [00:02:42.041]➜  mkdir -p $WORK/b808/
2025-08-20T20:26:03.3551715Z [00:02:42.041]➜  cat >/tmp/go-build1823208636/b808/importcfg << 'EOF' # internal
2025-08-20T20:26:03.3563424Z [00:02:42.041]➜  # import config
2025-08-20T20:26:03.3564634Z [00:02:42.041]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.3565134Z [00:02:42.041]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.3565712Z [00:02:42.041]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.3566273Z [00:02:42.041]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.3566885Z [00:02:42.041]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.3567562Z [00:02:42.041]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build1823208636/b809/_pkg_.a
2025-08-20T20:26:03.3568335Z [00:02:42.041]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build1823208636/b810/_pkg_.a
2025-08-20T20:26:03.3569434Z [00:02:42.041]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build1823208636/b815/_pkg_.a
2025-08-20T20:26:03.3570381Z [00:02:42.041]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build1823208636/b813/_pkg_.a
2025-08-20T20:26:03.3571090Z [00:02:42.041]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:03.3571726Z [00:02:42.041]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build1823208636/b816/_pkg_.a
2025-08-20T20:26:03.3572347Z [00:02:42.041]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1823208636/b643/_pkg_.a
2025-08-20T20:26:03.3573109Z [00:02:42.041]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:03.3573590Z [00:02:42.041]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.3574007Z [00:02:42.041]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.3574427Z [00:02:42.041]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.3574837Z [00:02:42.041]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.3575144Z [00:02:42.041]➜  EOF
2025-08-20T20:26:03.3577735Z [00:02:42.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b808/_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/b808=>" -p google.golang.org/grpc/credentials/alts -lang=go1.23 -complete -installsuffix shared -buildid 7_hweGDHP-Ktn10k5YT4/7_hweGDHP-Ktn10k5YT4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/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-20T20:26:03.3638696Z [00:02:42.050]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T20:26:03.3643710Z [00:02:42.050]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/c9/c955c79ebe82e915815893f68511dbbee6e94370977238025b6a61141775c186-d # internal
2025-08-20T20:26:03.3653537Z [00:02:42.051]➜  cloud.google.com/go/spanner/apiv1/spannerpb
2025-08-20T20:26:03.3653908Z [00:02:42.051]➜  mkdir -p $WORK/b823/
2025-08-20T20:26:03.3656781Z [00:02:42.052]➜  cat >/tmp/go-build1823208636/b823/importcfg << 'EOF' # internal
2025-08-20T20:26:03.3657348Z [00:02:42.052]➜  # import config
2025-08-20T20:26:03.3657844Z [00:02:42.052]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.3658618Z [00:02:42.052]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:26:03.3659539Z [00:02:42.052]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:26:03.3660287Z [00:02:42.052]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.3661022Z [00:02:42.052]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.3661955Z [00:02:42.052]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:03.3662709Z [00:02:42.052]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:03.3663614Z [00:02:42.052]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:03.3664461Z [00:02:42.052]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:03.3665303Z [00:02:42.052]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:03.3666327Z [00:02:42.052]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:03.3667171Z [00:02:42.052]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:03.3668006Z [00:02:42.052]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:03.3668654Z [00:02:42.052]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.3669108Z [00:02:42.052]➜  EOF
2025-08-20T20:26:03.3699135Z [00:02:42.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b823/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb=>cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb;$WORK/b823=>" -p cloud.google.com/go/spanner/apiv1/spannerpb -lang=go1.23 -complete -installsuffix shared -buildid iz2Don6Rri0pBqTwAxhj/iz2Don6Rri0pBqTwAxhj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb/commit_response.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb/keys.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb/mutation.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb/query_plan.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb/result_set.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb/spanner.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb/transaction.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spannerpb/type.pb.go
2025-08-20T20:26:03.3789241Z [00:02:42.065]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T20:26:03.3811512Z [00:02:42.067]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/df/df46ddfabf2655ae85daffbf8dd6107d5e8ef5bd3af60d21724291b4e98e9636-d # internal
2025-08-20T20:26:03.3813363Z [00:02:42.067]➜  google.golang.org/api/internal
2025-08-20T20:26:03.3837865Z [00:02:42.070]➜  mkdir -p $WORK/b757/
2025-08-20T20:26:03.3838465Z [00:02:42.070]➜  cat >/tmp/go-build1823208636/b757/importcfg << 'EOF' # internal
2025-08-20T20:26:03.3838948Z [00:02:42.070]➜  # import config
2025-08-20T20:26:03.3839504Z [00:02:42.070]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:03.3840215Z [00:02:42.070]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1823208636/b758/_pkg_.a
2025-08-20T20:26:03.3840943Z [00:02:42.070]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1823208636/b771/_pkg_.a
2025-08-20T20:26:03.3841674Z [00:02:42.070]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:03.3842309Z [00:02:42.070]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.3842880Z [00:02:42.070]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:03.3843454Z [00:02:42.070]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:03.3844014Z [00:02:42.070]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.3844529Z [00:02:42.070]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.3845106Z [00:02:42.070]➜  packagefile github.com/google/s2a-go=/tmp/go-build1823208636/b772/_pkg_.a
2025-08-20T20:26:03.3846145Z [00:02:42.070]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:03.3846877Z [00:02:42.070]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1823208636/b749/_pkg_.a
2025-08-20T20:26:03.3847577Z [00:02:42.070]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build1823208636/b795/_pkg_.a
2025-08-20T20:26:03.3848312Z [00:02:42.070]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build1823208636/b796/_pkg_.a
2025-08-20T20:26:03.3849059Z [00:02:42.070]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.3849723Z [00:02:42.070]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.3850363Z [00:02:42.070]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:03.3850884Z [00:02:42.070]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:03.3851576Z [00:02:42.070]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.3852156Z [00:02:42.070]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:03.3852675Z [00:02:42.070]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:03.3853242Z [00:02:42.070]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:03.3853797Z [00:02:42.070]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:03.3854245Z [00:02:42.070]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.3876278Z [00:02:42.070]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.3876796Z [00:02:42.070]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.3877109Z [00:02:42.070]➜  EOF
2025-08-20T20:26:03.3880158Z [00:02:42.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b757/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/internal=>google.golang.org/api@v0.238.0/internal;$WORK/b757=>" -p google.golang.org/api/internal -lang=go1.23 -complete -installsuffix shared -buildid mQITNQllC9DCeo3IbPyc/mQITNQllC9DCeo3IbPyc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/cba.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/conn_pool.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/creds.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/s2a.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/settings.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/version.go
2025-08-20T20:26:03.4256195Z [00:02:42.111]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T20:26:03.4283236Z [00:02:42.114]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T20:26:03.4288647Z [00:02:42.115]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/8d/8dda83aabd57cd3b722514601e82086ab1526c8172b09a957d7f023cf6608b0a-d # internal
2025-08-20T20:26:03.4291374Z [00:02:42.115]➜  cloud.google.com/go/auth/internal/transport
2025-08-20T20:26:03.4291729Z [00:02:42.115]➜  mkdir -p $WORK/b801/
2025-08-20T20:26:03.4298472Z [00:02:42.115]➜  cat >/tmp/go-build1823208636/b801/importcfg << 'EOF' # internal
2025-08-20T20:26:03.4298906Z [00:02:42.115]➜  # import config
2025-08-20T20:26:03.4299359Z [00:02:42.115]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1823208636/b758/_pkg_.a
2025-08-20T20:26:03.4299977Z [00:02:42.115]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:03.4300655Z [00:02:42.115]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1823208636/b763/_pkg_.a
2025-08-20T20:26:03.4301323Z [00:02:42.115]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:03.4301849Z [00:02:42.115]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.4302296Z [00:02:42.115]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:03.4303071Z [00:02:42.115]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:03.4303601Z [00:02:42.115]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:03.4304057Z [00:02:42.115]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.4304464Z [00:02:42.115]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.4304940Z [00:02:42.115]➜  packagefile github.com/google/s2a-go=/tmp/go-build1823208636/b772/_pkg_.a
2025-08-20T20:26:03.4305743Z [00:02:42.115]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.4306305Z [00:02:42.115]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:03.4306724Z [00:02:42.115]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:03.4307298Z [00:02:42.115]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.4307788Z [00:02:42.115]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:03.4308218Z [00:02:42.115]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:03.4308635Z [00:02:42.115]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:03.4309047Z [00:02:42.115]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:03.4309473Z [00:02:42.115]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.4309889Z [00:02:42.115]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.4310470Z [00:02:42.116]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.4310776Z [00:02:42.116]➜  EOF
2025-08-20T20:26:03.4313367Z [00:02:42.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/transport=>cloud.google.com/go/auth@v0.16.2/internal/transport;$WORK/b801=>" -p cloud.google.com/go/auth/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid fXcMcQkkLQMfAUCwNEdP/fXcMcQkkLQMfAUCwNEdP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/transport/cba.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/transport/s2a.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/internal/transport/transport.go
2025-08-20T20:26:03.4364517Z [00:02:42.122]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/4d/4d41a7ac925f8459c77da37fd8f46cca200742c6888437033cbcd15fe9c289ae-d # internal
2025-08-20T20:26:03.4386679Z [00:02:42.125]➜  google.golang.org/grpc/credentials/google
2025-08-20T20:26:03.4387041Z [00:02:42.125]➜  mkdir -p $WORK/b807/
2025-08-20T20:26:03.4392404Z [00:02:42.125]➜  cat >/tmp/go-build1823208636/b807/importcfg << 'EOF' # internal
2025-08-20T20:26:03.4398362Z [00:02:42.125]➜  # import config
2025-08-20T20:26:03.4403209Z [00:02:42.125]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.4405796Z [00:02:42.125]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.4407446Z [00:02:42.125]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.4408118Z [00:02:42.125]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build1823208636/b808/_pkg_.a
2025-08-20T20:26:03.4408779Z [00:02:42.125]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build1823208636/b817/_pkg_.a
2025-08-20T20:26:03.4409399Z [00:02:42.125]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:03.4409996Z [00:02:42.125]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:03.4410600Z [00:02:42.125]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build1823208636/b818/_pkg_.a
2025-08-20T20:26:03.4411107Z [00:02:42.125]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.4411523Z [00:02:42.125]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:03.4412251Z [00:02:42.125]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.4412648Z [00:02:42.125]➜  EOF
2025-08-20T20:26:03.4433592Z [00:02:42.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b807/_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/b807=>" -p google.golang.org/grpc/credentials/google -lang=go1.23 -complete -installsuffix shared -buildid jk4B2bp97TFa3QHFB3MO/jk4B2bp97TFa3QHFB3MO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/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-20T20:26:03.4725850Z [00:02:42.158]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T20:26:03.4739388Z [00:02:42.160]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/05/050146b7d211be98e5faacc386785188ce54b46bf399f8fd8e1b262315c94cc3-d # internal
2025-08-20T20:26:03.4776374Z [00:02:42.163]➜  google.golang.org/grpc/balancer/grpclb
2025-08-20T20:26:03.4778447Z [00:02:42.163]➜  mkdir -p $WORK/b819/
2025-08-20T20:26:03.4779268Z [00:02:42.164]➜  cat >/tmp/go-build1823208636/b819/importcfg << 'EOF' # internal
2025-08-20T20:26:03.4780971Z [00:02:42.164]➜  # import config
2025-08-20T20:26:03.4781678Z [00:02:42.164]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.4784193Z [00:02:42.164]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:03.4785328Z [00:02:42.164]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.4785986Z [00:02:42.164]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.4786475Z [00:02:42.164]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.4787070Z [00:02:42.164]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:03.4787698Z [00:02:42.164]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:03.4788790Z [00:02:42.164]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build1823208636/b820/_pkg_.a
2025-08-20T20:26:03.4789503Z [00:02:42.164]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build1823208636/b651/_pkg_.a
2025-08-20T20:26:03.4790181Z [00:02:42.164]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build1823208636/b607/_pkg_.a
2025-08-20T20:26:03.4790867Z [00:02:42.164]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1823208636/b612/_pkg_.a
2025-08-20T20:26:03.4791483Z [00:02:42.164]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.4792088Z [00:02:42.164]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:03.4792744Z [00:02:42.164]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.4793397Z [00:02:42.164]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:03.4794029Z [00:02:42.164]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:03.4794614Z [00:02:42.164]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:03.4795231Z [00:02:42.164]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:26:03.4796052Z [00:02:42.164]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:03.4796709Z [00:02:42.164]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1823208636/b627/_pkg_.a
2025-08-20T20:26:03.4797358Z [00:02:42.164]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:03.4798201Z [00:02:42.164]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build1823208636/b650/_pkg_.a
2025-08-20T20:26:03.4798908Z [00:02:42.164]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1823208636/b642/_pkg_.a
2025-08-20T20:26:03.4799509Z [00:02:42.164]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:03.4800092Z [00:02:42.164]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:03.4800707Z [00:02:42.164]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build1823208636/b821/_pkg_.a
2025-08-20T20:26:03.4801340Z [00:02:42.164]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:03.4801936Z [00:02:42.164]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:03.4802644Z [00:02:42.164]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:03.4803400Z [00:02:42.164]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:03.4804142Z [00:02:42.164]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:03.4804704Z [00:02:42.164]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:03.4805137Z [00:02:42.164]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:03.4805865Z [00:02:42.164]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.4806296Z [00:02:42.164]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.4806731Z [00:02:42.164]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:03.4807158Z [00:02:42.164]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.4807460Z [00:02:42.164]➜  EOF
2025-08-20T20:26:03.4810656Z [00:02:42.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b819/_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/b819=>" -p google.golang.org/grpc/balancer/grpclb -lang=go1.23 -complete -installsuffix shared -buildid oxudAzUqhXhykSMp8j8y/oxudAzUqhXhykSMp8j8y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/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-20T20:26:03.4927522Z [00:02:42.179]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T20:26:03.4991636Z [00:02:42.185]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/de/de1941c8792db67b3cf8d7b8f488f582c076c17ee8946f44fed91769d37665e9-d # internal
2025-08-20T20:26:03.4992981Z [00:02:42.185]➜  google.golang.org/api/option
2025-08-20T20:26:03.4993351Z [00:02:42.185]➜  mkdir -p $WORK/b740/
2025-08-20T20:26:03.4998743Z [00:02:42.186]➜  cat >/tmp/go-build1823208636/b740/importcfg << 'EOF' # internal
2025-08-20T20:26:03.4999205Z [00:02:42.186]➜  # import config
2025-08-20T20:26:03.5000168Z [00:02:42.186]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:03.5000686Z [00:02:42.186]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:03.5001477Z [00:02:42.186]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:03.5002026Z [00:02:42.186]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1823208636/b749/_pkg_.a
2025-08-20T20:26:03.5002605Z [00:02:42.186]➜  packagefile google.golang.org/api/internal=/tmp/go-build1823208636/b757/_pkg_.a
2025-08-20T20:26:03.5003488Z [00:02:42.186]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build1823208636/b796/_pkg_.a
2025-08-20T20:26:03.5004160Z [00:02:42.186]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.5004645Z [00:02:42.186]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:03.5005085Z [00:02:42.186]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:03.5005402Z [00:02:42.186]➜  EOF
2025-08-20T20:26:03.5007390Z [00:02:42.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/option=>google.golang.org/api@v0.238.0/option;$WORK/b740=>" -p google.golang.org/api/option -lang=go1.23 -complete -installsuffix shared -buildid kfiiX3sb7wPRk8dUsPBM/kfiiX3sb7wPRk8dUsPBM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/option/option.go
2025-08-20T20:26:03.5041093Z [00:02:42.190]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T20:26:03.5057145Z [00:02:42.192]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/91/9166f906c0a3be931fa33418f24c939b4729d26802139ba988e5ad7a77604e0a-d # internal
2025-08-20T20:26:03.5058027Z [00:02:42.192]➜  cloud.google.com/go/auth/grpctransport
2025-08-20T20:26:03.5058889Z [00:02:42.192]➜  mkdir -p $WORK/b799/
2025-08-20T20:26:03.5059771Z [00:02:42.192]➜  cat >/tmp/go-build1823208636/b799/importcfg << 'EOF' # internal
2025-08-20T20:26:03.5060241Z [00:02:42.192]➜  # import config
2025-08-20T20:26:03.5061044Z [00:02:42.192]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:03.5061644Z [00:02:42.192]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1823208636/b758/_pkg_.a
2025-08-20T20:26:03.5062260Z [00:02:42.192]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:03.5062906Z [00:02:42.192]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build1823208636/b800/_pkg_.a
2025-08-20T20:26:03.5063586Z [00:02:42.192]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build1823208636/b801/_pkg_.a
2025-08-20T20:26:03.5064139Z [00:02:42.192]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.5064777Z [00:02:42.192]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:03.5065213Z [00:02:42.192]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.5065798Z [00:02:42.192]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.5066421Z [00:02:42.192]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:03.5067240Z [00:02:42.192]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build1823208636/b802/_pkg_.a
2025-08-20T20:26:03.5067963Z [00:02:42.192]➜  packagefile golang.org/x/time/rate=/tmp/go-build1823208636/b806/_pkg_.a
2025-08-20T20:26:03.5068500Z [00:02:42.192]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.5069073Z [00:02:42.192]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:03.5069718Z [00:02:42.192]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build1823208636/b807/_pkg_.a
2025-08-20T20:26:03.5070394Z [00:02:42.192]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:03.5071013Z [00:02:42.192]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1823208636/b603/_pkg_.a
2025-08-20T20:26:03.5071521Z [00:02:42.192]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:03.5071942Z [00:02:42.192]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.5072365Z [00:02:42.192]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:03.5072789Z [00:02:42.192]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:03.5073479Z [00:02:42.192]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:03.5073980Z [00:02:42.192]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.5074406Z [00:02:42.192]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.5074840Z [00:02:42.192]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:03.5075280Z [00:02:42.192]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:03.5076530Z [00:02:42.192]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.5076848Z [00:02:42.192]➜  EOF
2025-08-20T20:26:03.5079913Z [00:02:42.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/grpctransport=>cloud.google.com/go/auth@v0.16.2/grpctransport;$WORK/b799=>" -p cloud.google.com/go/auth/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid cryhohv8sBI0hsvDGb4Y/cryhohv8sBI0hsvDGb4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/grpctransport/dial_socketopt.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/grpctransport/directpath.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/grpctransport/grpctransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/grpctransport/pool.go
2025-08-20T20:26:03.5906943Z [00:02:42.277]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T20:26:03.5991597Z [00:02:42.285]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/78/78072135a928c3403ce0d79c572f7113853e9083372f403194b7e092b639b07b-d # internal
2025-08-20T20:26:03.5992722Z [00:02:42.285]➜  google.golang.org/api/option/internaloption
2025-08-20T20:26:03.5993541Z [00:02:42.285]➜  mkdir -p $WORK/b797/
2025-08-20T20:26:03.6002825Z [00:02:42.286]➜  cat >/tmp/go-build1823208636/b797/importcfg << 'EOF' # internal
2025-08-20T20:26:03.6003593Z [00:02:42.286]➜  # import config
2025-08-20T20:26:03.6004348Z [00:02:42.286]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:03.6005416Z [00:02:42.286]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.6006519Z [00:02:42.286]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:03.6007152Z [00:02:42.286]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1823208636/b749/_pkg_.a
2025-08-20T20:26:03.6007737Z [00:02:42.286]➜  packagefile google.golang.org/api/internal=/tmp/go-build1823208636/b757/_pkg_.a
2025-08-20T20:26:03.6008327Z [00:02:42.286]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:03.6008825Z [00:02:42.286]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:03.6009143Z [00:02:42.286]➜  EOF
2025-08-20T20:26:03.6011221Z [00:02:42.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b797/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/option/internaloption=>google.golang.org/api@v0.238.0/option/internaloption;$WORK/b797=>" -p google.golang.org/api/option/internaloption -lang=go1.23 -complete -installsuffix shared -buildid _Ve9V3_MMafCKPr0AjYZ/_Ve9V3_MMafCKPr0AjYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/option/internaloption/internaloption.go
2025-08-20T20:26:03.6264540Z [00:02:42.312]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T20:26:03.6289843Z [00:02:42.315]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/78/78f3b716c3d3f24f328d3d367b2b238bbfd8197c5641bbd971bd1af48b594ead-d # internal
2025-08-20T20:26:03.6291822Z [00:02:42.315]➜  github.com/felixge/httpsnoop
2025-08-20T20:26:03.6292393Z [00:02:42.315]➜  mkdir -p $WORK/b828/
2025-08-20T20:26:03.6307319Z [00:02:42.315]➜  cat >/tmp/go-build1823208636/b828/importcfg << 'EOF' # internal
2025-08-20T20:26:03.6308215Z [00:02:42.315]➜  # import config
2025-08-20T20:26:03.6308904Z [00:02:42.315]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:03.6309403Z [00:02:42.315]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:03.6309816Z [00:02:42.315]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.6310237Z [00:02:42.315]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:03.6310659Z [00:02:42.315]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.6310964Z [00:02:42.315]➜  EOF
2025-08-20T20:26:03.6313445Z [00:02:42.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b828=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid tZVQ-pkTrMlEe30azwiv/tZVQ-pkTrMlEe30azwiv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/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-20T20:26:03.6462785Z [00:02:42.332]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T20:26:03.6546543Z [00:02:42.340]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/f6/f64699a8cff477fd57d46c9f09892c6708e89311e94a05b8c3621075befc3b43-d # internal
2025-08-20T20:26:03.6552394Z [00:02:42.341]➜  google.golang.org/api/transport/grpc
2025-08-20T20:26:03.6553133Z [00:02:42.341]➜  mkdir -p $WORK/b798/
2025-08-20T20:26:03.6553517Z [00:02:42.341]➜  cat >/tmp/go-build1823208636/b798/importcfg << 'EOF' # internal
2025-08-20T20:26:03.6553865Z [00:02:42.341]➜  # import config
2025-08-20T20:26:03.6554271Z [00:02:42.341]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:03.6554875Z [00:02:42.341]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1823208636/b758/_pkg_.a
2025-08-20T20:26:03.6555641Z [00:02:42.341]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build1823208636/b799/_pkg_.a
2025-08-20T20:26:03.6556339Z [00:02:42.341]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1823208636/b771/_pkg_.a
2025-08-20T20:26:03.6557181Z [00:02:42.341]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:03.6557712Z [00:02:42.341]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.6558142Z [00:02:42.341]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.6558554Z [00:02:42.341]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.6559236Z [00:02:42.341]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build1823208636/b802/_pkg_.a
2025-08-20T20:26:03.6559943Z [00:02:42.341]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:03.6560472Z [00:02:42.341]➜  packagefile golang.org/x/time/rate=/tmp/go-build1823208636/b806/_pkg_.a
2025-08-20T20:26:03.6561030Z [00:02:42.341]➜  packagefile google.golang.org/api/internal=/tmp/go-build1823208636/b757/_pkg_.a
2025-08-20T20:26:03.6561604Z [00:02:42.341]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:03.6562147Z [00:02:42.341]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.6562732Z [00:02:42.341]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build1823208636/b819/_pkg_.a
2025-08-20T20:26:03.6563390Z [00:02:42.341]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build1823208636/b807/_pkg_.a
2025-08-20T20:26:03.6564064Z [00:02:42.341]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:03.6564733Z [00:02:42.341]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build1823208636/b817/_pkg_.a
2025-08-20T20:26:03.6565501Z [00:02:42.341]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1823208636/b603/_pkg_.a
2025-08-20T20:26:03.6566167Z [00:02:42.341]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:03.6566582Z [00:02:42.341]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.6566976Z [00:02:42.341]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:03.6567386Z [00:02:42.341]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.6567804Z [00:02:42.341]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.6568239Z [00:02:42.341]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:03.6568674Z [00:02:42.341]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:03.6569091Z [00:02:42.341]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.6569396Z [00:02:42.341]➜  EOF
2025-08-20T20:26:03.6572124Z [00:02:42.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b798/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/transport/grpc=>google.golang.org/api@v0.238.0/transport/grpc;$WORK/b798=>" -p google.golang.org/api/transport/grpc -lang=go1.23 -complete -installsuffix shared -buildid SULWYoKdcdW52pmM2HBj/SULWYoKdcdW52pmM2HBj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/transport/grpc/dial.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/transport/grpc/dial_socketopt.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/transport/grpc/pool.go
2025-08-20T20:26:03.6869100Z [00:02:42.373]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T20:26:03.6892838Z [00:02:42.375]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/cb/cbbf49ae9657ac8ca3ca3a4b87b0a2a7e2299724f4d0e259738bc15187b56d20-d # internal
2025-08-20T20:26:03.6894599Z [00:02:42.375]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T20:26:03.6895103Z [00:02:42.375]➜  mkdir -p $WORK/b829/
2025-08-20T20:26:03.6895501Z [00:02:42.376]➜  cat >/tmp/go-build1823208636/b829/importcfg << 'EOF' # internal
2025-08-20T20:26:03.6896009Z [00:02:42.376]➜  # import config
2025-08-20T20:26:03.6896663Z [00:02:42.376]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:03.6897097Z [00:02:42.376]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:03.6897528Z [00:02:42.376]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.6897846Z [00:02:42.376]➜  EOF
2025-08-20T20:26:03.6901558Z [00:02:42.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b829/_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/b829=>" -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/b829/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-20T20:26:03.7146135Z [00:02:42.401]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T20:26:03.7154159Z [00:02:42.401]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/ec/ec1a08934e76416152b607cc22914fe31346476c135189d237c3ccf33d114cea-d # internal
2025-08-20T20:26:03.7176763Z [00:02:42.402]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T20:26:03.7177601Z [00:02:42.402]➜  mkdir -p $WORK/b832/
2025-08-20T20:26:03.7178064Z [00:02:42.402]➜  cat >/tmp/go-build1823208636/b832/importcfg << 'EOF' # internal
2025-08-20T20:26:03.7178424Z [00:02:42.402]➜  # import config
2025-08-20T20:26:03.7179117Z [00:02:42.402]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:03.7179627Z [00:02:42.402]➜  EOF
2025-08-20T20:26:03.7183727Z [00:02:42.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0;$WORK/b832=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.23 -complete -installsuffix shared -buildid wVrPcKeA-SucP70p_Fwz/wVrPcKeA-SucP70p_Fwz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/trace.go
2025-08-20T20:26:03.8388679Z [00:02:42.525]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T20:26:03.8422435Z [00:02:42.528]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/67/670b372490c5a473f28981d835305b99f04823ced9df1d1ac31753ecdbeef538-d # internal
2025-08-20T20:26:03.8427445Z [00:02:42.529]➜  cloud.google.com/go/monitoring/apiv3/v2
2025-08-20T20:26:03.8427840Z [00:02:42.529]➜  mkdir -p $WORK/b721/
2025-08-20T20:26:03.8439621Z [00:02:42.530]➜  cat >/tmp/go-build1823208636/b721/importcfg << 'EOF' # internal
2025-08-20T20:26:03.8440462Z [00:02:42.530]➜  # import config
2025-08-20T20:26:03.8441479Z [00:02:42.530]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build1823208636/b722/_pkg_.a
2025-08-20T20:26:03.8442273Z [00:02:42.530]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build1823208636/b729/_pkg_.a
2025-08-20T20:26:03.8442819Z [00:02:42.530]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.8443619Z [00:02:42.530]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.8444128Z [00:02:42.530]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:03.8444802Z [00:02:42.530]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build1823208636/b737/_pkg_.a
2025-08-20T20:26:03.8445502Z [00:02:42.530]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build1823208636/b738/_pkg_.a
2025-08-20T20:26:03.8446341Z [00:02:42.530]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:03.8446925Z [00:02:42.530]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:03.8447561Z [00:02:42.530]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:03.8448208Z [00:02:42.530]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build1823208636/b798/_pkg_.a
2025-08-20T20:26:03.8448895Z [00:02:42.530]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build1823208636/b725/_pkg_.a
2025-08-20T20:26:03.8449649Z [00:02:42.530]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build1823208636/b726/_pkg_.a
2025-08-20T20:26:03.8450304Z [00:02:42.530]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:03.8450852Z [00:02:42.530]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:03.8451432Z [00:02:42.530]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:03.8451933Z [00:02:42.530]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:03.8452559Z [00:02:42.530]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:03.8453046Z [00:02:42.530]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:03.8453473Z [00:02:42.530]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:03.8453889Z [00:02:42.530]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.8454195Z [00:02:42.530]➜  EOF
2025-08-20T20:26:03.8460071Z [00:02:42.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b721/_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/b721=>" -p cloud.google.com/go/monitoring/apiv3/v2 -lang=go1.23 -complete -installsuffix shared -buildid wfEKPBzumf3Zrfnrb_uS/wfEKPBzumf3Zrfnrb_uS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/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-20T20:26:03.8580239Z [00:02:42.544]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T20:26:03.8633458Z [00:02:42.549]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/11/11d9d431a828cbafe787289d977194f93e7327460c06073b4db2dcdab8eb02af-d # internal
2025-08-20T20:26:03.8634964Z [00:02:42.550]➜  google.golang.org/api/googleapi/transport
2025-08-20T20:26:03.8635832Z [00:02:42.550]➜  mkdir -p $WORK/b833/
2025-08-20T20:26:03.8640759Z [00:02:42.550]➜  cat >/tmp/go-build1823208636/b833/importcfg << 'EOF' # internal
2025-08-20T20:26:03.8641132Z [00:02:42.550]➜  # import config
2025-08-20T20:26:03.8641499Z [00:02:42.550]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.8645192Z [00:02:42.550]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:03.8645643Z [00:02:42.550]➜  EOF
2025-08-20T20:26:03.8647726Z [00:02:42.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b833/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/googleapi/transport=>google.golang.org/api@v0.238.0/googleapi/transport;$WORK/b833=>" -p google.golang.org/api/googleapi/transport -lang=go1.23 -complete -installsuffix shared -buildid bAEWNqJ5-6i07LTFouBm/bAEWNqJ5-6i07LTFouBm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/googleapi/transport/apikey.go
2025-08-20T20:26:03.8739317Z [00:02:42.560]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T20:26:03.8766182Z [00:02:42.563]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/f6/f6195d73cd959c2d8c5d22169c74964a094c10acbf9e014ea98492fc1f53b54c-d # internal
2025-08-20T20:26:03.8767594Z [00:02:42.563]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T20:26:03.8769438Z [00:02:42.563]➜  mkdir -p $WORK/b831/
2025-08-20T20:26:03.8780251Z [00:02:42.564]➜  cat >/tmp/go-build1823208636/b831/importcfg << 'EOF' # internal
2025-08-20T20:26:03.8780901Z [00:02:42.564]➜  # import config
2025-08-20T20:26:03.8781499Z [00:02:42.564]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.8782579Z [00:02:42.564]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:03.8783532Z [00:02:42.564]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:03.8784424Z [00:02:42.564]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1823208636/b832/_pkg_.a
2025-08-20T20:26:03.8785068Z [00:02:42.564]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.8787873Z [00:02:42.564]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:03.8788343Z [00:02:42.564]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:03.8788771Z [00:02:42.564]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:03.8789200Z [00:02:42.564]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.8789754Z [00:02:42.564]➜  EOF
2025-08-20T20:26:03.8793460Z [00:02:42.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b831/_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/b831=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.23 -complete -installsuffix shared -buildid SUQSWe64FjTwDX4o-whQ/SUQSWe64FjTwDX4o-whQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/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-20T20:26:03.8851578Z [00:02:42.570]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T20:26:03.8853585Z [00:02:42.570]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/08/083f3be42c09ba89caf1b10871c23e95db46e17cbd9f8bd8e864f8629c45ce20-d # internal
2025-08-20T20:26:03.8856321Z [00:02:42.570]➜  container/heap
2025-08-20T20:26:03.8856656Z [00:02:42.570]➜  mkdir -p $WORK/b834/
2025-08-20T20:26:03.8857041Z [00:02:42.570]➜  cat >/tmp/go-build1823208636/b834/importcfg << 'EOF' # internal
2025-08-20T20:26:03.8857395Z [00:02:42.570]➜  # import config
2025-08-20T20:26:03.8858026Z [00:02:42.570]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:03.8858634Z [00:02:42.570]➜  EOF
2025-08-20T20:26:03.8860384Z [00:02:42.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b834/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b834=>" -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/b834/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T20:26:03.8898040Z [00:02:42.576]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T20:26:03.8994561Z [00:02:42.585]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/1a/1a8d694405685b6aa8eebef9010a3becca550e966f23c98bd3be80d059b26c5f-d # internal
2025-08-20T20:26:03.9002466Z [00:02:42.586]➜  database/sql
2025-08-20T20:26:03.9002841Z [00:02:42.586]➜  mkdir -p $WORK/b835/
2025-08-20T20:26:03.9003232Z [00:02:42.586]➜  cat >/tmp/go-build1823208636/b835/importcfg << 'EOF' # internal
2025-08-20T20:26:03.9003607Z [00:02:42.586]➜  # import config
2025-08-20T20:26:03.9003946Z [00:02:42.586]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:03.9004372Z [00:02:42.586]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.9004842Z [00:02:42.586]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:26:03.9005320Z [00:02:42.586]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.9010748Z [00:02:42.586]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.9011389Z [00:02:42.586]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:03.9011867Z [00:02:42.586]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:26:03.9012307Z [00:02:42.586]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:03.9012748Z [00:02:42.586]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:03.9016521Z [00:02:42.586]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:03.9017215Z [00:02:42.586]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:03.9017655Z [00:02:42.586]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:03.9018081Z [00:02:42.586]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.9018800Z [00:02:42.586]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:03.9019306Z [00:02:42.586]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.9019724Z [00:02:42.586]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:03.9020174Z [00:02:42.586]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:03.9020676Z [00:02:42.586]➜  EOF
2025-08-20T20:26:03.9022381Z [00:02:42.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b835/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b835=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid auzaFcKoG4gG1XdcVgxH/auzaFcKoG4gG1XdcVgxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/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-20T20:26:03.9025886Z [00:02:42.586]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T20:26:03.9026681Z [00:02:42.587]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T20:26:03.9027343Z [00:02:42.587]➜  github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/grpc_gcp
2025-08-20T20:26:03.9028024Z [00:02:42.587]➜  mkdir -p $WORK/b837/
2025-08-20T20:26:03.9028393Z [00:02:42.588]➜  cat >/tmp/go-build1823208636/b837/importcfg << 'EOF' # internal
2025-08-20T20:26:03.9028732Z [00:02:42.588]➜  # import config
2025-08-20T20:26:03.9029229Z [00:02:42.588]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:03.9029943Z [00:02:42.588]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:03.9030496Z [00:02:42.588]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:03.9030920Z [00:02:42.588]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.9031227Z [00:02:42.588]➜  EOF
2025-08-20T20:26:03.9033524Z [00:02:42.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/grpc_gcp=>github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp@v1.5.3/grpc_gcp;$WORK/b837=>" -p github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/grpc_gcp -lang=go1.12 -complete -installsuffix shared -buildid xksOQfUWEXabxR6EfLvl/xksOQfUWEXabxR6EfLvl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/grpc_gcp/grpc_gcp.pb.go
2025-08-20T20:26:03.9390667Z [00:02:42.625]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T20:26:03.9402869Z [00:02:42.626]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/42/42ed5e2764e2cb4df8d4e35f1e84a7673a749040ac35472e4eaa13bc2ec8f55e-d # internal
2025-08-20T20:26:03.9409691Z [00:02:42.626]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T20:26:03.9410208Z [00:02:42.626]➜  mkdir -p $WORK/b830/
2025-08-20T20:26:03.9410880Z [00:02:42.627]➜  cat >/tmp/go-build1823208636/b830/importcfg << 'EOF' # internal
2025-08-20T20:26:03.9411291Z [00:02:42.627]➜  # import config
2025-08-20T20:26:03.9411652Z [00:02:42.627]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.9412084Z [00:02:42.627]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.9412494Z [00:02:42.627]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.9413229Z [00:02:42.627]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build1823208636/b831/_pkg_.a
2025-08-20T20:26:03.9414015Z [00:02:42.627]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:03.9414595Z [00:02:42.627]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:03.9415314Z [00:02:42.627]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:03.9416104Z [00:02:42.627]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:03.9416716Z [00:02:42.627]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1823208636/b805/_pkg_.a
2025-08-20T20:26:03.9417360Z [00:02:42.627]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1823208636/b832/_pkg_.a
2025-08-20T20:26:03.9418014Z [00:02:42.627]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build1823208636/b688/_pkg_.a
2025-08-20T20:26:03.9418735Z [00:02:42.627]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:03.9419139Z [00:02:42.627]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:03.9419561Z [00:02:42.627]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:03.9419971Z [00:02:42.627]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:03.9420389Z [00:02:42.627]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:03.9420817Z [00:02:42.627]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:03.9421237Z [00:02:42.627]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:03.9421880Z [00:02:42.627]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:03.9422298Z [00:02:42.627]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.9422603Z [00:02:42.627]➜  EOF
2025-08-20T20:26:03.9428060Z [00:02:42.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b830/_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/b830=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.23 -complete -installsuffix shared -buildid LLQgwx1kOzV6dksrrz9i/LLQgwx1kOzV6dksrrz9i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/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-20T20:26:03.9612832Z [00:02:42.647]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T20:26:03.9627191Z [00:02:42.649]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/3f/3f9bbe2f90179c9f17a0d79be7579d1f15713d95b428ae59bd0e3f1280270285-d # internal
2025-08-20T20:26:03.9678875Z [00:02:42.653]➜  github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/multiendpoint
2025-08-20T20:26:03.9686680Z [00:02:42.653]➜  mkdir -p $WORK/b838/
2025-08-20T20:26:03.9687171Z [00:02:42.654]➜  cat >/tmp/go-build1823208636/b838/importcfg << 'EOF' # internal
2025-08-20T20:26:03.9687516Z [00:02:42.654]➜  # import config
2025-08-20T20:26:03.9687869Z [00:02:42.654]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:03.9688282Z [00:02:42.654]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.9688857Z [00:02:42.654]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:03.9689269Z [00:02:42.654]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:03.9689785Z [00:02:42.654]➜  EOF
2025-08-20T20:26:03.9692586Z [00:02:42.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/multiendpoint=>github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp@v1.5.3/multiendpoint;$WORK/b838=>" -p github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/multiendpoint -lang=go1.12 -complete -installsuffix shared -buildid 3Q5eal8OUF1UIpPMMx8J/3Q5eal8OUF1UIpPMMx8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/multiendpoint/endpoint.go /root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/multiendpoint/multiendpoint.go
2025-08-20T20:26:03.9952751Z [00:02:42.681]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T20:26:03.9966162Z [00:02:42.683]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/09/09987c737413adb65cd9c608bbb0ac22c009891d686c223356c808c0c5320ab3-d # internal
2025-08-20T20:26:03.9973719Z [00:02:42.683]➜  github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp
2025-08-20T20:26:03.9978354Z [00:02:42.684]➜  mkdir -p $WORK/b836/
2025-08-20T20:26:03.9992984Z [00:02:42.685]➜  cat >/tmp/go-build1823208636/b836/importcfg << 'EOF' # internal
2025-08-20T20:26:03.9993810Z [00:02:42.685]➜  # import config
2025-08-20T20:26:03.9996970Z [00:02:42.685]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:03.9997530Z [00:02:42.685]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:03.9998296Z [00:02:42.685]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:03.9998923Z [00:02:42.685]➜  packagefile github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/grpc_gcp=/tmp/go-build1823208636/b837/_pkg_.a
2025-08-20T20:26:03.9999766Z [00:02:42.685]➜  packagefile github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/multiendpoint=/tmp/go-build1823208636/b838/_pkg_.a
2025-08-20T20:26:04.0000457Z [00:02:42.685]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:04.0001023Z [00:02:42.685]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:04.0001601Z [00:02:42.685]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:04.0002203Z [00:02:42.685]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:04.0002947Z [00:02:42.685]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:04.0003603Z [00:02:42.685]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:04.0004219Z [00:02:42.685]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:04.0004820Z [00:02:42.685]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:04.0005468Z [00:02:42.685]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:04.0006362Z [00:02:42.685]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:04.0006874Z [00:02:42.685]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:04.0007458Z [00:02:42.685]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.0007948Z [00:02:42.685]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.0008384Z [00:02:42.685]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:04.0008818Z [00:02:42.685]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.0009123Z [00:02:42.685]➜  EOF
2025-08-20T20:26:04.0012923Z [00:02:42.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3=>github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp@v1.5.3;$WORK/b836=>" -p github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp -lang=go1.12 -complete -installsuffix shared -buildid ychxBszzraPK92CO_qHO/ychxBszzraPK92CO_qHO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/doc.go /root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/gcp_balancer.go /root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/gcp_interceptor.go /root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/gcp_logger.go /root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/gcp_multiendpoint.go /root/go/pkg/mod/github.com/!google!cloud!platform/grpc-gcp-go/grpcgcp@v1.5.3/gcp_picker.go
2025-08-20T20:26:04.1733216Z [00:02:42.859]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T20:26:04.1780949Z [00:02:42.864]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/9b/9b0382d56c53dfcc9d705cc80bb614476b57ef636c3b1a065c432859f96060fb-d # internal
2025-08-20T20:26:04.1787848Z [00:02:42.865]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T20:26:04.1806254Z [00:02:42.865]➜  mkdir -p $WORK/b827/
2025-08-20T20:26:04.1806683Z [00:02:42.866]➜  cat >/tmp/go-build1823208636/b827/importcfg << 'EOF' # internal
2025-08-20T20:26:04.1807071Z [00:02:42.866]➜  # import config
2025-08-20T20:26:04.1807433Z [00:02:42.866]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.1808003Z [00:02:42.866]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build1823208636/b828/_pkg_.a
2025-08-20T20:26:04.1809187Z [00:02:42.866]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build1823208636/b829/_pkg_.a
2025-08-20T20:26:04.1810168Z [00:02:42.866]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build1823208636/b830/_pkg_.a
2025-08-20T20:26:04.1810925Z [00:02:42.866]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:04.1811508Z [00:02:42.866]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.1812109Z [00:02:42.866]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:04.1812701Z [00:02:42.866]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:04.1813465Z [00:02:42.866]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1823208636/b696/_pkg_.a
2025-08-20T20:26:04.1814135Z [00:02:42.866]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:04.1814618Z [00:02:42.866]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:04.1815034Z [00:02:42.866]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:04.1815514Z [00:02:42.866]➜  packagefile net/http/httptrace=/tmp/go-build1823208636/b222/_pkg_.a
2025-08-20T20:26:04.1816186Z [00:02:42.866]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:04.1816614Z [00:02:42.866]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.1817031Z [00:02:42.866]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.1817609Z [00:02:42.866]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:04.1818120Z [00:02:42.866]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.1818433Z [00:02:42.866]➜  EOF
2025-08-20T20:26:04.1823974Z [00:02:42.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b827/_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/b827=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.23 -complete -installsuffix shared -buildid f9FW7Ym5pWentFZIsYnO/f9FW7Ym5pWentFZIsYnO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/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-20T20:26:04.2152942Z [00:02:42.901]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T20:26:04.2209270Z [00:02:42.907]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/55/5509c9e8cf8b6fd3a1761cb8fdbf0527e7a6e45c4bbdd697db5494ed3eb1aa42-d # internal
2025-08-20T20:26:04.2223520Z [00:02:42.907]➜  go.opencensus.io/resource
2025-08-20T20:26:04.2223894Z [00:02:42.907]➜  mkdir -p $WORK/b841/
2025-08-20T20:26:04.2224284Z [00:02:42.907]➜  cat >/tmp/go-build1823208636/b841/importcfg << 'EOF' # internal
2025-08-20T20:26:04.2224630Z [00:02:42.907]➜  # import config
2025-08-20T20:26:04.2224975Z [00:02:42.907]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.2225406Z [00:02:42.907]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.2225962Z [00:02:42.907]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:04.2226382Z [00:02:42.907]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:04.2226810Z [00:02:42.907]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:04.2227231Z [00:02:42.907]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:04.2227659Z [00:02:42.907]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.2227976Z [00:02:42.907]➜  EOF
2025-08-20T20:26:04.2229997Z [00:02:42.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b841/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/resource=>go.opencensus.io@v0.24.0/resource;$WORK/b841=>" -p go.opencensus.io/resource -lang=go1.13 -complete -installsuffix shared -buildid 7D-GGKlogFjya3saiwXj/7D-GGKlogFjya3saiwXj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/resource/resource.go
2025-08-20T20:26:04.2517037Z [00:02:42.938]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T20:26:04.2552156Z [00:02:42.941]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T20:26:04.2554028Z [00:02:42.942]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/f0/f06864a41f1e20b757d8b824c323f5e24ff6a8ca705f6842c88c41a0edb35e2f-d # internal
2025-08-20T20:26:04.2562418Z [00:02:42.942]➜  go.opencensus.io/metric/metricdata
2025-08-20T20:26:04.2564427Z [00:02:42.943]➜  mkdir -p $WORK/b840/
2025-08-20T20:26:04.2565382Z [00:02:42.943]➜  cat >/tmp/go-build1823208636/b840/importcfg << 'EOF' # internal
2025-08-20T20:26:04.2566294Z [00:02:42.943]➜  # import config
2025-08-20T20:26:04.2566798Z [00:02:42.943]➜  packagefile go.opencensus.io/resource=/tmp/go-build1823208636/b841/_pkg_.a
2025-08-20T20:26:04.2567302Z [00:02:42.943]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:04.2567732Z [00:02:42.943]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.2568039Z [00:02:42.943]➜  EOF
2025-08-20T20:26:04.2571425Z [00:02:42.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata=>go.opencensus.io@v0.24.0/metric/metricdata;$WORK/b840=>" -p go.opencensus.io/metric/metricdata -lang=go1.13 -complete -installsuffix shared -buildid YDqKAMguHqlTIcDcVTaQ/YDqKAMguHqlTIcDcVTaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/exemplar.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/label.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/metric.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/point.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/type_string.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/unit.go
2025-08-20T20:26:04.2602523Z [00:02:42.946]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/b3/b347f7961832b0fa4c0c46fb0d2334f92584b7b663a205c6a97b7fb9a385c4a5-d # internal
2025-08-20T20:26:04.2603151Z [00:02:42.946]➜  runtime/pprof
2025-08-20T20:26:04.2603436Z [00:02:42.946]➜  mkdir -p $WORK/b844/
2025-08-20T20:26:04.2603812Z [00:02:42.946]➜  cat >/tmp/go-build1823208636/b844/importcfg << 'EOF' # internal
2025-08-20T20:26:04.2604156Z [00:02:42.946]➜  # import config
2025-08-20T20:26:04.2604491Z [00:02:42.946]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:04.2604919Z [00:02:42.946]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:04.2605337Z [00:02:42.946]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:26:04.2606112Z [00:02:42.946]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:04.2606570Z [00:02:42.946]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.2607024Z [00:02:42.946]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:04.2607471Z [00:02:42.946]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.2607881Z [00:02:42.946]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.2608320Z [00:02:42.946]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:26:04.2608864Z [00:02:42.946]➜  packagefile internal/profilerecord=/tmp/go-build1823208636/b019/_pkg_.a
2025-08-20T20:26:04.2609346Z [00:02:42.946]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:04.2609754Z [00:02:42.946]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:04.2610438Z [00:02:42.946]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:04.2610930Z [00:02:42.946]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:04.2611356Z [00:02:42.946]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:04.2611771Z [00:02:42.946]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:04.2612187Z [00:02:42.946]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:04.2612615Z [00:02:42.946]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.2613035Z [00:02:42.946]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.2613454Z [00:02:42.946]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:04.2613901Z [00:02:42.946]➜  packagefile text/tabwriter=/tmp/go-build1823208636/b593/_pkg_.a
2025-08-20T20:26:04.2614481Z [00:02:42.946]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.2614863Z [00:02:42.946]➜  EOF
2025-08-20T20:26:04.2617880Z [00:02:42.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b844=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/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-20T20:26:04.2992675Z [00:02:42.985]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T20:26:04.2999929Z [00:02:42.986]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/36/3653f0acd7380cecccc79f55be7ed40ed6922be355b3ae846a77c179e227013a-d # internal
2025-08-20T20:26:04.3000601Z [00:02:42.986]➜  go.opencensus.io/metric/metricproducer
2025-08-20T20:26:04.3000918Z [00:02:42.986]➜  mkdir -p $WORK/b847/
2025-08-20T20:26:04.3009686Z [00:02:42.987]➜  cat >/tmp/go-build1823208636/b847/importcfg << 'EOF' # internal
2025-08-20T20:26:04.3010279Z [00:02:42.987]➜  # import config
2025-08-20T20:26:04.3011167Z [00:02:42.987]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1823208636/b840/_pkg_.a
2025-08-20T20:26:04.3012139Z [00:02:42.987]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.3012488Z [00:02:42.987]➜  EOF
2025-08-20T20:26:04.3014759Z [00:02:42.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b847/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer=>go.opencensus.io@v0.24.0/metric/metricproducer;$WORK/b847=>" -p go.opencensus.io/metric/metricproducer -lang=go1.13 -complete -installsuffix shared -buildid 45LiZ5nHOkGuuo1JnUtx/45LiZ5nHOkGuuo1JnUtx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer/manager.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer/producer.go
2025-08-20T20:26:04.3049197Z [00:02:42.991]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T20:26:04.3074915Z [00:02:42.994]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/7f/7f0b895542d1249ee605d0e30531379ab2cb79f08ea22e846f9a6d0355ae5f91-d # internal
2025-08-20T20:26:04.3094946Z [00:02:42.996]➜  cloud.google.com/go/auth/httptransport
2025-08-20T20:26:04.3096255Z [00:02:42.996]➜  mkdir -p $WORK/b826/
2025-08-20T20:26:04.3112780Z [00:02:42.997]➜  cat >/tmp/go-build1823208636/b826/importcfg << 'EOF' # internal
2025-08-20T20:26:04.3113496Z [00:02:42.997]➜  # import config
2025-08-20T20:26:04.3114180Z [00:02:42.997]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:04.3115375Z [00:02:42.997]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1823208636/b758/_pkg_.a
2025-08-20T20:26:04.3119357Z [00:02:42.997]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:04.3120030Z [00:02:42.997]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build1823208636/b801/_pkg_.a
2025-08-20T20:26:04.3120741Z [00:02:42.997]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1823208636/b763/_pkg_.a
2025-08-20T20:26:04.3121307Z [00:02:42.997]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.3121761Z [00:02:42.997]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:04.3122197Z [00:02:42.997]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.3122609Z [00:02:42.997]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.3123389Z [00:02:42.997]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:04.3124221Z [00:02:42.997]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1823208636/b827/_pkg_.a
2025-08-20T20:26:04.3124899Z [00:02:42.997]➜  packagefile golang.org/x/net/http2=/tmp/go-build1823208636/b633/_pkg_.a
2025-08-20T20:26:04.3125380Z [00:02:42.997]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:04.3125994Z [00:02:42.997]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:04.3126417Z [00:02:42.997]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:04.3127074Z [00:02:42.997]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:04.3127481Z [00:02:42.997]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.3127786Z [00:02:42.997]➜  EOF
2025-08-20T20:26:04.3172682Z [00:02:43.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b826/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/httptransport=>cloud.google.com/go/auth@v0.16.2/httptransport;$WORK/b826=>" -p cloud.google.com/go/auth/httptransport -lang=go1.23 -complete -installsuffix shared -buildid 78W5QcxvNn0H5v6jtJO8/78W5QcxvNn0H5v6jtJO8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/httptransport/httptransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.2/httptransport/transport.go
2025-08-20T20:26:04.3284658Z [00:02:43.014]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T20:26:04.3293723Z [00:02:43.014]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/60/604fa2f1e38710af5a932104a822fe8258471a8ad63275562c531a781f8d2368-d # internal
2025-08-20T20:26:04.3294365Z [00:02:43.014]➜  go.opencensus.io/internal
2025-08-20T20:26:04.3294655Z [00:02:43.014]➜  mkdir -p $WORK/b850/
2025-08-20T20:26:04.3295029Z [00:02:43.014]➜  cat >/tmp/go-build1823208636/b850/importcfg << 'EOF' # internal
2025-08-20T20:26:04.3295397Z [00:02:43.014]➜  # import config
2025-08-20T20:26:04.3295987Z [00:02:43.014]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.3296455Z [00:02:43.014]➜  packagefile go.opencensus.io=/tmp/go-build1823208636/b851/_pkg_.a
2025-08-20T20:26:04.3296926Z [00:02:43.014]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.3324652Z [00:02:43.014]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.3325124Z [00:02:43.014]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:04.3325481Z [00:02:43.014]➜  EOF
2025-08-20T20:26:04.3328301Z [00:02:43.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal=>go.opencensus.io@v0.24.0/internal;$WORK/b850=>" -p go.opencensus.io/internal -lang=go1.13 -complete -installsuffix shared -buildid S4qvE2AJTOxDTouw_pC5/S4qvE2AJTOxDTouw_pC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/internal.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/sanitize.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/traceinternals.go
2025-08-20T20:26:04.3440120Z [00:02:43.030]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T20:26:04.3450445Z [00:02:43.031]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/20/2061bc3d2610f581fadc96901c0679be3712df0093539e0a0fc1f36a9768fb47-d # internal
2025-08-20T20:26:04.3451475Z [00:02:43.031]➜  go.opencensus.io/trace/tracestate
2025-08-20T20:26:04.3452295Z [00:02:43.031]➜  mkdir -p $WORK/b853/
2025-08-20T20:26:04.3503341Z [00:02:43.036]➜  cat >/tmp/go-build1823208636/b853/importcfg << 'EOF' # internal
2025-08-20T20:26:04.3504094Z [00:02:43.036]➜  # import config
2025-08-20T20:26:04.3504986Z [00:02:43.036]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.3505696Z [00:02:43.036]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:04.3507113Z [00:02:43.036]➜  EOF
2025-08-20T20:26:04.3509047Z [00:02:43.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b853/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate=>go.opencensus.io@v0.24.0/trace/tracestate;$WORK/b853=>" -p go.opencensus.io/trace/tracestate -lang=go1.13 -complete -installsuffix shared -buildid QTxXB6SJtNrpun_bWZ_D/QTxXB6SJtNrpun_bWZ_D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate/tracestate.go
2025-08-20T20:26:04.3855034Z [00:02:43.071]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T20:26:04.3858446Z [00:02:43.072]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/c1/c1415179bd4b7b2e893a32f95be1f55db006962c9638db83c746fdb4f18ffb2f-d # internal
2025-08-20T20:26:04.3860188Z [00:02:43.072]➜  go.opencensus.io/trace
2025-08-20T20:26:04.3860487Z [00:02:43.072]➜  mkdir -p $WORK/b848/
2025-08-20T20:26:04.3893364Z [00:02:43.075]➜  cat >/tmp/go-build1823208636/b848/importcfg << 'EOF' # internal
2025-08-20T20:26:04.3897457Z [00:02:43.075]➜  # import config
2025-08-20T20:26:04.3898483Z [00:02:43.075]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.3898996Z [00:02:43.075]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:04.3899880Z [00:02:43.075]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:04.3900332Z [00:02:43.075]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.3900845Z [00:02:43.075]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1823208636/b849/_pkg_.a
2025-08-20T20:26:04.3901435Z [00:02:43.075]➜  packagefile go.opencensus.io/internal=/tmp/go-build1823208636/b850/_pkg_.a
2025-08-20T20:26:04.3902008Z [00:02:43.075]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build1823208636/b852/_pkg_.a
2025-08-20T20:26:04.3902605Z [00:02:43.075]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build1823208636/b853/_pkg_.a
2025-08-20T20:26:04.3903125Z [00:02:43.075]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:04.3903579Z [00:02:43.075]➜  packagefile runtime/trace=/tmp/go-build1823208636/b248/_pkg_.a
2025-08-20T20:26:04.3904022Z [00:02:43.075]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.3904484Z [00:02:43.075]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:04.3904920Z [00:02:43.075]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.3905264Z [00:02:43.075]➜  EOF
2025-08-20T20:26:04.3921000Z [00:02:43.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b848/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace=>go.opencensus.io@v0.24.0/trace;$WORK/b848=>" -p go.opencensus.io/trace -lang=go1.13 -complete -installsuffix shared -buildid wrBKEnR2I_D23E7aGlYV/wrBKEnR2I_D23E7aGlYV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/basetypes.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/config.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/evictedqueue.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/export.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/lrumap.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/sampling.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/spanbucket.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/spanstore.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/status_codes.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/trace.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/trace_api.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/trace_go11.go
2025-08-20T20:26:04.3924852Z [00:02:43.076]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T20:26:04.3925229Z [00:02:43.078]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T20:26:04.3933351Z [00:02:43.078]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/83/833816104e9b89357d0be9397442d4c0897b01f7de70573658cf117c60afec04-d # internal
2025-08-20T20:26:04.3934024Z [00:02:43.079]➜  google.golang.org/api/transport/http
2025-08-20T20:26:04.3938253Z [00:02:43.079]➜  mkdir -p $WORK/b825/
2025-08-20T20:26:04.3946940Z [00:02:43.080]➜  cat >/tmp/go-build1823208636/b825/importcfg << 'EOF' # internal
2025-08-20T20:26:04.3954752Z [00:02:43.080]➜  # import config
2025-08-20T20:26:04.3958211Z [00:02:43.080]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:04.3959327Z [00:02:43.080]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1823208636/b758/_pkg_.a
2025-08-20T20:26:04.3961054Z [00:02:43.080]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build1823208636/b826/_pkg_.a
2025-08-20T20:26:04.3961754Z [00:02:43.081]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1823208636/b771/_pkg_.a
2025-08-20T20:26:04.3962309Z [00:02:43.081]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.3962764Z [00:02:43.081]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:04.3963203Z [00:02:43.081]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.3964189Z [00:02:43.081]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1823208636/b827/_pkg_.a
2025-08-20T20:26:04.3964868Z [00:02:43.081]➜  packagefile golang.org/x/net/http2=/tmp/go-build1823208636/b633/_pkg_.a
2025-08-20T20:26:04.3965394Z [00:02:43.081]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:04.3966246Z [00:02:43.081]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build1823208636/b833/_pkg_.a
2025-08-20T20:26:04.3966886Z [00:02:43.081]➜  packagefile google.golang.org/api/internal=/tmp/go-build1823208636/b757/_pkg_.a
2025-08-20T20:26:04.3967489Z [00:02:43.081]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build1823208636/b795/_pkg_.a
2025-08-20T20:26:04.3968082Z [00:02:43.081]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:04.3968570Z [00:02:43.081]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:04.3968991Z [00:02:43.081]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:04.3969417Z [00:02:43.081]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.3969724Z [00:02:43.081]➜  EOF
2025-08-20T20:26:04.3971619Z [00:02:43.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b825/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/transport/http=>google.golang.org/api@v0.238.0/transport/http;$WORK/b825=>" -p google.golang.org/api/transport/http -lang=go1.23 -complete -installsuffix shared -buildid fIw1X8GCmYwuZupU70es/fIw1X8GCmYwuZupU70es -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/transport/http/dial.go
2025-08-20T20:26:04.4084715Z [00:02:43.094]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/cb/cbb3b1e44b7350a3bdee3ffdef9f290f47fc2ff94cd33f4c0868baf539266bb5-d # internal
2025-08-20T20:26:04.4087707Z [00:02:43.095]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
2025-08-20T20:26:04.4088967Z [00:02:43.095]➜  mkdir -p $WORK/b855/
2025-08-20T20:26:04.4089390Z [00:02:43.095]➜  cat >/tmp/go-build1823208636/b855/importcfg << 'EOF' # internal
2025-08-20T20:26:04.4089742Z [00:02:43.095]➜  # import config
2025-08-20T20:26:04.4090194Z [00:02:43.095]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:04.4090744Z [00:02:43.095]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.4091171Z [00:02:43.095]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.4091582Z [00:02:43.095]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.4092281Z [00:02:43.095]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:04.4092765Z [00:02:43.095]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:04.4093192Z [00:02:43.095]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.4093515Z [00:02:43.095]➜  EOF
2025-08-20T20:26:04.4098281Z [00:02:43.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b855/_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/b855=>" -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/b855/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-20T20:26:04.4825158Z [00:02:43.168]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T20:26:04.4833997Z [00:02:43.169]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/d1/d174a600c6ce458e5b804c4c8aa1b15febcddd1d810deeef2edb160d9c830922-d # internal
2025-08-20T20:26:04.4835083Z [00:02:43.170]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T20:26:04.4835953Z [00:02:43.170]➜  mkdir -p $WORK/b858/
2025-08-20T20:26:04.4837543Z [00:02:43.170]➜  cat >/tmp/go-build1823208636/b858/importcfg << 'EOF' # internal
2025-08-20T20:26:04.4838793Z [00:02:43.170]➜  # import config
2025-08-20T20:26:04.4839190Z [00:02:43.170]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:04.4839618Z [00:02:43.170]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.4839945Z [00:02:43.170]➜  EOF
2025-08-20T20:26:04.4841878Z [00:02:43.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b858/_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/b858=>" -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/b858/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/internal/x/x.go
2025-08-20T20:26:04.5067479Z [00:02:43.193]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T20:26:04.5092549Z [00:02:43.195]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/bd/bd55040ec1c308501a2de33d50ae24dd63821cc8dd704ae940213073899a9c3e-d # internal
2025-08-20T20:26:04.5097768Z [00:02:43.196]➜  cloud.google.com/go/spanner/apiv1
2025-08-20T20:26:04.5098198Z [00:02:43.196]➜  mkdir -p $WORK/b822/
2025-08-20T20:26:04.5115742Z [00:02:43.198]➜  cat >/tmp/go-build1823208636/b822/importcfg << 'EOF' # internal
2025-08-20T20:26:04.5116303Z [00:02:43.198]➜  # import config
2025-08-20T20:26:04.5116766Z [00:02:43.198]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:04.5117461Z [00:02:43.198]➜  packagefile cloud.google.com/go/spanner/apiv1/spannerpb=/tmp/go-build1823208636/b823/_pkg_.a
2025-08-20T20:26:04.5118246Z [00:02:43.198]➜  packagefile cloud.google.com/go/spanner/internal=/tmp/go-build1823208636/b824/_pkg_.a
2025-08-20T20:26:04.5118924Z [00:02:43.198]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.5119497Z [00:02:43.198]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.5120300Z [00:02:43.198]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.5120985Z [00:02:43.198]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:04.5121779Z [00:02:43.198]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:04.5122615Z [00:02:43.198]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build1823208636/b737/_pkg_.a
2025-08-20T20:26:04.5123418Z [00:02:43.198]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build1823208636/b738/_pkg_.a
2025-08-20T20:26:04.5124334Z [00:02:43.198]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:04.5125053Z [00:02:43.198]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:04.5125910Z [00:02:43.198]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:04.5126669Z [00:02:43.198]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:04.5127456Z [00:02:43.198]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build1823208636/b798/_pkg_.a
2025-08-20T20:26:04.5128389Z [00:02:43.198]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1823208636/b825/_pkg_.a
2025-08-20T20:26:04.5129076Z [00:02:43.198]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:04.5129741Z [00:02:43.198]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:04.5130422Z [00:02:43.198]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:04.5131159Z [00:02:43.198]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:04.5131891Z [00:02:43.198]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:04.5132479Z [00:02:43.198]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:04.5132980Z [00:02:43.198]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:04.5133485Z [00:02:43.198]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:04.5135308Z [00:02:43.198]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:04.5135860Z [00:02:43.198]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:04.5136306Z [00:02:43.198]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:04.5136735Z [00:02:43.198]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.5137041Z [00:02:43.198]➜  EOF
2025-08-20T20:26:04.5141289Z [00:02:43.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1=>cloud.google.com/go/spanner@v1.82.0/apiv1;$WORK/b822=>" -p cloud.google.com/go/spanner/apiv1 -lang=go1.23 -complete -installsuffix shared -buildid G5MKfgTm02PfteTiLCKL/G5MKfgTm02PfteTiLCKL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/doc.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/helpers.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/info.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/path_funcs.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spanner_client.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/spanner_client_options.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/apiv1/version.go
2025-08-20T20:26:04.5145019Z [00:02:43.198]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T20:26:04.5145955Z [00:02:43.198]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/80/800168efb4c9e65c8645293082633e2c11f8e9f24fd2391e534e324e05d30211-d # internal
2025-08-20T20:26:04.5146637Z [00:02:43.198]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T20:26:04.5146991Z [00:02:43.198]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T20:26:04.5147299Z [00:02:43.198]➜  mkdir -p $WORK/b856/
2025-08-20T20:26:04.5147664Z [00:02:43.198]➜  cat >/tmp/go-build1823208636/b856/importcfg << 'EOF' # internal
2025-08-20T20:26:04.5148004Z [00:02:43.198]➜  # import config
2025-08-20T20:26:04.5148334Z [00:02:43.198]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:04.5148934Z [00:02:43.198]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.5149359Z [00:02:43.198]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.5149765Z [00:02:43.198]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.5150233Z [00:02:43.198]➜  packagefile github.com/google/uuid=/tmp/go-build1823208636/b381/_pkg_.a
2025-08-20T20:26:04.5150775Z [00:02:43.199]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:04.5151362Z [00:02:43.199]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.5152148Z [00:02:43.199]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build1823208636/b857/_pkg_.a
2025-08-20T20:26:04.5153159Z [00:02:43.199]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build1823208636/b858/_pkg_.a
2025-08-20T20:26:04.5153886Z [00:02:43.199]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build1823208636/b688/_pkg_.a
2025-08-20T20:26:04.5154478Z [00:02:43.199]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:26:04.5154932Z [00:02:43.199]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:04.5155342Z [00:02:43.199]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:04.5155931Z [00:02:43.199]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:04.5156354Z [00:02:43.199]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:04.5156800Z [00:02:43.199]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:04.5157246Z [00:02:43.199]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:04.5157672Z [00:02:43.199]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:04.5158094Z [00:02:43.199]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.5158508Z [00:02:43.199]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.5158817Z [00:02:43.199]➜  EOF
2025-08-20T20:26:04.5164426Z [00:02:43.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b856/_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/b856=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.23 -complete -installsuffix shared -buildid 1lV6hMauWgLerOUBrfTU/1lV6hMauWgLerOUBrfTU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/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-20T20:26:04.5174566Z [00:02:43.203]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/9a/9aad06ef22494772a4eb42faa33016048285e14d2af9e8a272fd669760a46162-d # internal
2025-08-20T20:26:04.5175202Z [00:02:43.203]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T20:26:04.5175740Z [00:02:43.203]➜  mkdir -p $WORK/b860/
2025-08-20T20:26:04.5176210Z [00:02:43.203]➜  cat >/tmp/go-build1823208636/b860/importcfg << 'EOF' # internal
2025-08-20T20:26:04.5176933Z [00:02:43.203]➜  # import config
2025-08-20T20:26:04.5177380Z [00:02:43.203]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.5177784Z [00:02:43.203]➜  EOF
2025-08-20T20:26:04.5180384Z [00:02:43.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b860/_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/b860=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.23 -complete -installsuffix shared -buildid 0BvhGaK-pGzNuchA_bn0/0BvhGaK-pGzNuchA_bn0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/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-20T20:26:04.5301355Z [00:02:43.216]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T20:26:04.5332678Z [00:02:43.219]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T20:26:04.5334583Z [00:02:43.219]➜  go.opencensus.io/tag
2025-08-20T20:26:04.5335348Z [00:02:43.219]➜  mkdir -p $WORK/b843/
2025-08-20T20:26:04.5336123Z [00:02:43.219]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T20:26:04.5337150Z [00:02:43.220]➜  cat >/tmp/go-build1823208636/b843/importcfg << 'EOF' # internal
2025-08-20T20:26:04.5337572Z [00:02:43.220]➜  # import config
2025-08-20T20:26:04.5337923Z [00:02:43.220]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:04.5338391Z [00:02:43.220]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.5338853Z [00:02:43.220]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:04.5339305Z [00:02:43.220]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.5339720Z [00:02:43.220]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.5340160Z [00:02:43.220]➜  packagefile runtime/pprof=/tmp/go-build1823208636/b844/_pkg_.a
2025-08-20T20:26:04.5340601Z [00:02:43.220]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:04.5340908Z [00:02:43.220]➜  EOF
2025-08-20T20:26:04.5344243Z [00:02:43.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/tag=>go.opencensus.io@v0.24.0/tag;$WORK/b843=>" -p go.opencensus.io/tag -lang=go1.13 -complete -installsuffix shared -buildid l9fbydZLShHiwvx_7Rct/l9fbydZLShHiwvx_7Rct -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/context.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/key.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/map.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/map_codec.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/metadata.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/profile_19.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/validate.go
2025-08-20T20:26:04.5361698Z [00:02:43.222]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/8e/8eea30208055909e2801497aa212a3914ef0875eb1b6a8dbdd7c9862345b003f-d # internal
2025-08-20T20:26:04.5362568Z [00:02:43.222]➜  go.opentelemetry.io/otel/sdk/metric/exemplar
2025-08-20T20:26:04.5362945Z [00:02:43.222]➜  mkdir -p $WORK/b861/
2025-08-20T20:26:04.5363326Z [00:02:43.222]➜  cat >/tmp/go-build1823208636/b861/importcfg << 'EOF' # internal
2025-08-20T20:26:04.5363674Z [00:02:43.222]➜  # import config
2025-08-20T20:26:04.5364029Z [00:02:43.222]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.5364559Z [00:02:43.222]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.5365156Z [00:02:43.222]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:04.5366065Z [00:02:43.222]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:04.5366516Z [00:02:43.222]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:04.5366957Z [00:02:43.222]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:04.5367378Z [00:02:43.222]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:04.5367783Z [00:02:43.222]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.5368092Z [00:02:43.222]➜  EOF
2025-08-20T20:26:04.5372297Z [00:02:43.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b861/_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/b861=>" -p go.opentelemetry.io/otel/sdk/metric/exemplar -lang=go1.23 -complete -installsuffix shared -buildid 3c7lG1MfESyDHgCHGQpu/3c7lG1MfESyDHgCHGQpu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/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-20T20:26:04.5899629Z [00:02:43.273]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T20:26:04.5910444Z [00:02:43.277]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/6d/6db924a170dd69561e44708e5cb741f62fc28a5548f1aebe53013bb57d1f2163-d # internal
2025-08-20T20:26:04.5911975Z [00:02:43.277]➜  go.opentelemetry.io/otel/sdk/metric/internal/x
2025-08-20T20:26:04.5912339Z [00:02:43.277]➜  mkdir -p $WORK/b865/
2025-08-20T20:26:04.5918528Z [00:02:43.278]➜  cat >/tmp/go-build1823208636/b865/importcfg << 'EOF' # internal
2025-08-20T20:26:04.5919338Z [00:02:43.278]➜  # import config
2025-08-20T20:26:04.5927152Z [00:02:43.278]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.5927649Z [00:02:43.278]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:04.5928370Z [00:02:43.278]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:04.5928747Z [00:02:43.278]➜  EOF
2025-08-20T20:26:04.5930808Z [00:02:43.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b865/_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/b865=>" -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/b865/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/x/x.go
2025-08-20T20:26:04.6031946Z [00:02:43.289]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T20:26:04.6044020Z [00:02:43.290]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/ca/ca921caef34f22162e8b7a54fc5806ad606711f5f3696dd1dcc94e395a4f5791-d # internal
2025-08-20T20:26:04.6067743Z [00:02:43.291]➜  go.opencensus.io/stats/internal
2025-08-20T20:26:04.6069308Z [00:02:43.293]➜  mkdir -p $WORK/b842/
2025-08-20T20:26:04.6070469Z [00:02:43.293]➜  cat >/tmp/go-build1823208636/b842/importcfg << 'EOF' # internal
2025-08-20T20:26:04.6071317Z [00:02:43.293]➜  # import config
2025-08-20T20:26:04.6071763Z [00:02:43.293]➜  packagefile go.opencensus.io/tag=/tmp/go-build1823208636/b843/_pkg_.a
2025-08-20T20:26:04.6072132Z [00:02:43.293]➜  EOF
2025-08-20T20:26:04.6073948Z [00:02:43.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b842/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal=>go.opencensus.io@v0.24.0/stats/internal;$WORK/b842=>" -p go.opencensus.io/stats/internal -lang=go1.13 -complete -installsuffix shared -buildid Z0gSmE2e6SHdNhl1B1Ag/Z0gSmE2e6SHdNhl1B1Ag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal/record.go
2025-08-20T20:26:04.6127173Z [00:02:43.299]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T20:26:04.6138246Z [00:02:43.300]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/00/0009e51e622a3e56d86fe46b5406946c1d37f80b4bdc4b785cb82f926e25e145-d # internal
2025-08-20T20:26:04.6148667Z [00:02:43.301]➜  go.opentelemetry.io/otel/semconv/v1.24.0
2025-08-20T20:26:04.6149038Z [00:02:43.301]➜  mkdir -p $WORK/b866/
2025-08-20T20:26:04.6157901Z [00:02:43.302]➜  cat >/tmp/go-build1823208636/b866/importcfg << 'EOF' # internal
2025-08-20T20:26:04.6158511Z [00:02:43.302]➜  # import config
2025-08-20T20:26:04.6159166Z [00:02:43.302]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.6159721Z [00:02:43.302]➜  EOF
2025-08-20T20:26:04.6163671Z [00:02:43.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0;$WORK/b866=>" -p go.opentelemetry.io/otel/semconv/v1.24.0 -lang=go1.23 -complete -installsuffix shared -buildid rA2dTQ5yl2JXYgPck235/rA2dTQ5yl2JXYgPck235 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.24.0/trace.go
2025-08-20T20:26:04.6203829Z [00:02:43.306]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T20:26:04.6208670Z [00:02:43.307]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/56/56ff40236143b4072d02ca4c7a2643d2cc87d2d283b756e3c3e2166319cad778-d # internal
2025-08-20T20:26:04.6209988Z [00:02:43.307]➜  go.opencensus.io/stats
2025-08-20T20:26:04.6211653Z [00:02:43.307]➜  mkdir -p $WORK/b839/
2025-08-20T20:26:04.6215431Z [00:02:43.308]➜  cat >/tmp/go-build1823208636/b839/importcfg << 'EOF' # internal
2025-08-20T20:26:04.6215933Z [00:02:43.308]➜  # import config
2025-08-20T20:26:04.6216296Z [00:02:43.308]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.6216846Z [00:02:43.308]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1823208636/b840/_pkg_.a
2025-08-20T20:26:04.6217466Z [00:02:43.308]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build1823208636/b842/_pkg_.a
2025-08-20T20:26:04.6218014Z [00:02:43.308]➜  packagefile go.opencensus.io/tag=/tmp/go-build1823208636/b843/_pkg_.a
2025-08-20T20:26:04.6218470Z [00:02:43.308]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.6219165Z [00:02:43.308]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:04.6219552Z [00:02:43.308]➜  EOF
2025-08-20T20:26:04.6222277Z [00:02:43.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b839/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats=>go.opencensus.io@v0.24.0/stats;$WORK/b839=>" -p go.opencensus.io/stats -lang=go1.13 -complete -installsuffix shared -buildid R5wlcH30bkpQa6e0eo_J/R5wlcH30bkpQa6e0eo_J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure_float64.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure_int64.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/record.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/units.go
2025-08-20T20:26:04.6448795Z [00:02:43.331]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T20:26:04.6471500Z [00:02:43.333]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/62/62982f13379a1acac246909aa8b02aca327429d0ff584d5db05f3d32d5bacc68-d # internal
2025-08-20T20:26:04.6472176Z [00:02:43.333]➜  go.opentelemetry.io/contrib/detectors/gcp
2025-08-20T20:26:04.6472873Z [00:02:43.333]➜  mkdir -p $WORK/b854/
2025-08-20T20:26:04.6473260Z [00:02:43.333]➜  cat >/tmp/go-build1823208636/b854/importcfg << 'EOF' # internal
2025-08-20T20:26:04.6474150Z [00:02:43.333]➜  # import config
2025-08-20T20:26:04.6474625Z [00:02:43.333]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:04.6475175Z [00:02:43.334]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.6475724Z [00:02:43.334]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.6476198Z [00:02:43.334]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.6476893Z [00:02:43.334]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build1823208636/b855/_pkg_.a
2025-08-20T20:26:04.6477664Z [00:02:43.334]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.6478283Z [00:02:43.334]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1823208636/b856/_pkg_.a
2025-08-20T20:26:04.6478936Z [00:02:43.334]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build1823208636/b688/_pkg_.a
2025-08-20T20:26:04.6479452Z [00:02:43.334]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:04.6479856Z [00:02:43.334]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:04.6480285Z [00:02:43.334]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.6480596Z [00:02:43.334]➜  EOF
2025-08-20T20:26:04.6484538Z [00:02:43.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b854/_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/b854=>" -p go.opentelemetry.io/contrib/detectors/gcp -lang=go1.23 -complete -installsuffix shared -buildid jCclGoinhxRZw-wEfJ1k/jCclGoinhxRZw-wEfJ1k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/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-20T20:26:04.6560036Z [00:02:43.342]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T20:26:04.6568302Z [00:02:43.343]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/06/0624c9dd5a2d40dcc4abcf3e9422519db64731af7e9420efffe4740a54ad4dff-d # internal
2025-08-20T20:26:04.6581585Z [00:02:43.344]➜  go.opencensus.io/stats/view
2025-08-20T20:26:04.6582561Z [00:02:43.344]➜  mkdir -p $WORK/b845/
2025-08-20T20:26:04.6589846Z [00:02:43.345]➜  cat >/tmp/go-build1823208636/b845/importcfg << 'EOF' # internal
2025-08-20T20:26:04.6590594Z [00:02:43.345]➜  # import config
2025-08-20T20:26:04.6591419Z [00:02:43.345]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:04.6591934Z [00:02:43.345]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.6592353Z [00:02:43.345]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.6593195Z [00:02:43.345]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build1823208636/b846/_pkg_.a
2025-08-20T20:26:04.6593822Z [00:02:43.345]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1823208636/b840/_pkg_.a
2025-08-20T20:26:04.6594463Z [00:02:43.345]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build1823208636/b847/_pkg_.a
2025-08-20T20:26:04.6595067Z [00:02:43.345]➜  packagefile go.opencensus.io/resource=/tmp/go-build1823208636/b841/_pkg_.a
2025-08-20T20:26:04.6595762Z [00:02:43.345]➜  packagefile go.opencensus.io/stats=/tmp/go-build1823208636/b839/_pkg_.a
2025-08-20T20:26:04.6596559Z [00:02:43.345]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build1823208636/b842/_pkg_.a
2025-08-20T20:26:04.6597106Z [00:02:43.345]➜  packagefile go.opencensus.io/tag=/tmp/go-build1823208636/b843/_pkg_.a
2025-08-20T20:26:04.6597563Z [00:02:43.345]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:04.6598016Z [00:02:43.345]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:04.6598431Z [00:02:43.345]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:04.6598848Z [00:02:43.345]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.6599264Z [00:02:43.345]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.6599700Z [00:02:43.345]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:04.6600139Z [00:02:43.345]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.6600439Z [00:02:43.345]➜  EOF
2025-08-20T20:26:04.6616597Z [00:02:43.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b845/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view=>go.opencensus.io@v0.24.0/stats/view;$WORK/b845=>" -p go.opencensus.io/stats/view -lang=go1.13 -complete -installsuffix shared -buildid RU1nvR8ak_qxsylWJ4JV/RU1nvR8ak_qxsylWJ4JV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/aggregation.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/aggregation_data.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/collector.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/export.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/view.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/view_to_metric.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker_commands.go
2025-08-20T20:26:04.7739415Z [00:02:43.460]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T20:26:04.7783252Z [00:02:43.464]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/fd/fddb8bc13227d4c36a9b8b709b1f2bd98ce74c266d9268a447fea90a885ce5b0-d # internal
2025-08-20T20:26:04.7811060Z [00:02:43.467]➜  go.opentelemetry.io/otel/sdk/metric/metricdata
2025-08-20T20:26:04.7811661Z [00:02:43.467]➜  mkdir -p $WORK/b864/
2025-08-20T20:26:04.7812206Z [00:02:43.467]➜  cat >/tmp/go-build1823208636/b864/importcfg << 'EOF' # internal
2025-08-20T20:26:04.7812658Z [00:02:43.467]➜  # import config
2025-08-20T20:26:04.7813124Z [00:02:43.467]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:04.7814053Z [00:02:43.467]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.7814910Z [00:02:43.467]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1823208636/b860/_pkg_.a
2025-08-20T20:26:04.7826258Z [00:02:43.467]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1823208636/b856/_pkg_.a
2025-08-20T20:26:04.7827030Z [00:02:43.467]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:04.7827459Z [00:02:43.467]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.7827764Z [00:02:43.467]➜  EOF
2025-08-20T20:26:04.7830834Z [00:02:43.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b864/_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/b864=>" -p go.opentelemetry.io/otel/sdk/metric/metricdata -lang=go1.23 -complete -installsuffix shared -buildid FQmUCXXhiNJXXCQy73i8/FQmUCXXhiNJXXCQy73i8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/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-20T20:26:04.7962747Z [00:02:43.482]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T20:26:04.7983953Z [00:02:43.484]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/a5/a59cd26611c8f8753e3dd9b296c0f500f21c736798d9c409b10995091fa4e348-d # internal
2025-08-20T20:26:04.7992173Z [00:02:43.485]➜  google.golang.org/grpc/balancer/rls/internal/adaptive
2025-08-20T20:26:04.7993448Z [00:02:43.486]➜  mkdir -p $WORK/b868/
2025-08-20T20:26:04.8002958Z [00:02:43.486]➜  cat >/tmp/go-build1823208636/b868/importcfg << 'EOF' # internal
2025-08-20T20:26:04.8003357Z [00:02:43.486]➜  # import config
2025-08-20T20:26:04.8003747Z [00:02:43.486]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:04.8005930Z [00:02:43.486]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.8007045Z [00:02:43.487]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.8007369Z [00:02:43.487]➜  EOF
2025-08-20T20:26:04.8009952Z [00:02:43.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b868/_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/b868=>" -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/b868/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-20T20:26:04.8210263Z [00:02:43.507]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T20:26:04.8226102Z [00:02:43.509]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T20:26:04.8235873Z [00:02:43.510]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/01/0152c294ea2120ce2047aa3c04fb04fc3c7b194592e2cd1ea0a6a83f69d4b9d5-d # internal
2025-08-20T20:26:04.8258335Z [00:02:43.512]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/81/818b1bbfe620e5e2799130d5532213af366550574ea90de490c6a987558ef0cd-d # internal
2025-08-20T20:26:04.8260780Z [00:02:43.512]➜  go.opentelemetry.io/otel/sdk/metric/internal/aggregate
2025-08-20T20:26:04.8262375Z [00:02:43.512]➜  mkdir -p $WORK/b863/
2025-08-20T20:26:04.8262761Z [00:02:43.512]➜  cat >/tmp/go-build1823208636/b863/importcfg << 'EOF' # internal
2025-08-20T20:26:04.8263110Z [00:02:43.512]➜  # import config
2025-08-20T20:26:04.8263454Z [00:02:43.512]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.8263881Z [00:02:43.512]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.8264594Z [00:02:43.512]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:04.8265246Z [00:02:43.512]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.8266059Z [00:02:43.512]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build1823208636/b861/_pkg_.a
2025-08-20T20:26:04.8266754Z [00:02:43.512]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1823208636/b864/_pkg_.a
2025-08-20T20:26:04.8267295Z [00:02:43.512]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:04.8267906Z [00:02:43.512]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:04.8268320Z [00:02:43.512]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:04.8268967Z [00:02:43.512]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.8269375Z [00:02:43.512]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.8269841Z [00:02:43.512]➜  EOF
2025-08-20T20:26:04.8275432Z [00:02:43.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b863/_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/b863=>" -p go.opentelemetry.io/otel/sdk/metric/internal/aggregate -lang=go1.23 -complete -installsuffix shared -buildid kIeEEJPrjZRnf9ouXrU-/kIeEEJPrjZRnf9ouXrU- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b863/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-20T20:26:04.8300068Z [00:02:43.516]➜  google.golang.org/grpc/internal/proto/grpc_lookup_v1
2025-08-20T20:26:04.8301042Z [00:02:43.516]➜  mkdir -p $WORK/b870/
2025-08-20T20:26:04.8301573Z [00:02:43.516]➜  cat >/tmp/go-build1823208636/b870/importcfg << 'EOF' # internal
2025-08-20T20:26:04.8301925Z [00:02:43.516]➜  # import config
2025-08-20T20:26:04.8302272Z [00:02:43.516]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.8302759Z [00:02:43.516]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:04.8303581Z [00:02:43.516]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:04.8304232Z [00:02:43.516]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:04.8304896Z [00:02:43.516]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:04.8305743Z [00:02:43.516]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:04.8306494Z [00:02:43.516]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:04.8307416Z [00:02:43.516]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:04.8307990Z [00:02:43.516]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:04.8308411Z [00:02:43.516]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.8308722Z [00:02:43.516]➜  EOF
2025-08-20T20:26:04.8311528Z [00:02:43.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b870/_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/b870=>" -p google.golang.org/grpc/internal/proto/grpc_lookup_v1 -lang=go1.23 -complete -installsuffix shared -buildid 7S4xFUvQ2PWIc1KoHADX/7S4xFUvQ2PWIc1KoHADX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/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-20T20:26:04.8368408Z [00:02:43.523]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T20:26:04.8417971Z [00:02:43.528]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/3a/3a8b24ad6c6dc852238e5f14ff82cccce3d1271ed2f4002206d23d2c34b90a9e-d # internal
2025-08-20T20:26:04.8421364Z [00:02:43.528]➜  google.golang.org/grpc/internal/cache
2025-08-20T20:26:04.8422755Z [00:02:43.528]➜  mkdir -p $WORK/b872/
2025-08-20T20:26:04.8444783Z [00:02:43.529]➜  cat >/tmp/go-build1823208636/b872/importcfg << 'EOF' # internal
2025-08-20T20:26:04.8445175Z [00:02:43.529]➜  # import config
2025-08-20T20:26:04.8445511Z [00:02:43.529]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.8446185Z [00:02:43.529]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.8446520Z [00:02:43.529]➜  EOF
2025-08-20T20:26:04.8448742Z [00:02:43.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b872/_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/b872=>" -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/b872/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/cache/timeoutCache.go
2025-08-20T20:26:04.8476429Z [00:02:43.534]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T20:26:04.8513349Z [00:02:43.537]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/3a/3a7ed6ae5c3a1b21d8bb319362a4f7178de718503b05eca4c212f4c6bbfccc9b-d # internal
2025-08-20T20:26:04.8521376Z [00:02:43.538]➜  google.golang.org/grpc/encoding/gzip
2025-08-20T20:26:04.8521786Z [00:02:43.538]➜  mkdir -p $WORK/b873/
2025-08-20T20:26:04.8531119Z [00:02:43.539]➜  cat >/tmp/go-build1823208636/b873/importcfg << 'EOF' # internal
2025-08-20T20:26:04.8532301Z [00:02:43.539]➜  # import config
2025-08-20T20:26:04.8532743Z [00:02:43.539]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:04.8533241Z [00:02:43.539]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:04.8533935Z [00:02:43.539]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.8534516Z [00:02:43.539]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1823208636/b615/_pkg_.a
2025-08-20T20:26:04.8535004Z [00:02:43.539]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:04.8535420Z [00:02:43.539]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.8536003Z [00:02:43.539]➜  EOF
2025-08-20T20:26:04.8544524Z [00:02:43.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b873/_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/b873=>" -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/b873/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/gzip/gzip.go
2025-08-20T20:26:04.8578658Z [00:02:43.544]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T20:26:04.8589899Z [00:02:43.545]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/63/63dc3f19b63e775981f8d91aab89e2e6ad04b7dffb9bb5c4427bd2e63eb3f43f-d # internal
2025-08-20T20:26:04.8635319Z [00:02:43.550]➜  google.golang.org/grpc/internal/balancergroup
2025-08-20T20:26:04.8636997Z [00:02:43.550]➜  mkdir -p $WORK/b871/
2025-08-20T20:26:04.8638521Z [00:02:43.550]➜  cat >/tmp/go-build1823208636/b871/importcfg << 'EOF' # internal
2025-08-20T20:26:04.8639329Z [00:02:43.550]➜  # import config
2025-08-20T20:26:04.8639888Z [00:02:43.550]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:04.8640439Z [00:02:43.550]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.8640963Z [00:02:43.550]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:04.8642272Z [00:02:43.550]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:04.8643857Z [00:02:43.550]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build1823208636/b620/_pkg_.a
2025-08-20T20:26:04.8644617Z [00:02:43.551]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build1823208636/b872/_pkg_.a
2025-08-20T20:26:04.8645707Z [00:02:43.551]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:04.8646399Z [00:02:43.551]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:04.8647006Z [00:02:43.551]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:04.8647526Z [00:02:43.551]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.8647934Z [00:02:43.551]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.8648238Z [00:02:43.551]➜  EOF
2025-08-20T20:26:04.8650855Z [00:02:43.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b871/_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/b871=>" -p google.golang.org/grpc/internal/balancergroup -lang=go1.23 -complete -installsuffix shared -buildid DgWZgXsuflWxVTC9pxjR/DgWZgXsuflWxVTC9pxjR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/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-20T20:26:04.8824267Z [00:02:43.568]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T20:26:04.8837763Z [00:02:43.569]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/a4/a4e0bf20109ec8d70960824e0e927ef6bc9a571f4e57710c4ddba35830d13242-d # internal
2025-08-20T20:26:04.8838457Z [00:02:43.570]➜  go.opentelemetry.io/otel/sdk/metric
2025-08-20T20:26:04.8840915Z [00:02:43.570]➜  mkdir -p $WORK/b859/
2025-08-20T20:26:04.8842021Z [00:02:43.570]➜  cat >/tmp/go-build1823208636/b859/importcfg << 'EOF' # internal
2025-08-20T20:26:04.8842976Z [00:02:43.570]➜  # import config
2025-08-20T20:26:04.8844808Z [00:02:43.570]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:26:04.8845970Z [00:02:43.570]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.8846958Z [00:02:43.570]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.8847831Z [00:02:43.570]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.8849517Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:04.8850837Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.8852199Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1823208636/b680/_pkg_.a
2025-08-20T20:26:04.8855287Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:04.8856252Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1823208636/b695/_pkg_.a
2025-08-20T20:26:04.8856901Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1823208636/b805/_pkg_.a
2025-08-20T20:26:04.8857575Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1823208636/b860/_pkg_.a
2025-08-20T20:26:04.8858260Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build1823208636/b861/_pkg_.a
2025-08-20T20:26:04.8858947Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build1823208636/b862/_pkg_.a
2025-08-20T20:26:04.8859673Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build1823208636/b863/_pkg_.a
2025-08-20T20:26:04.8860399Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build1823208636/b865/_pkg_.a
2025-08-20T20:26:04.8861104Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1823208636/b864/_pkg_.a
2025-08-20T20:26:04.8861765Z [00:02:43.570]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1823208636/b856/_pkg_.a
2025-08-20T20:26:04.8862547Z [00:02:43.571]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:04.8862961Z [00:02:43.571]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:04.8863388Z [00:02:43.571]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:04.8863816Z [00:02:43.571]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:04.8864237Z [00:02:43.571]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:04.8864664Z [00:02:43.571]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.8865080Z [00:02:43.571]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.8882104Z [00:02:43.571]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:04.8883223Z [00:02:43.571]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.8883660Z [00:02:43.571]➜  EOF
2025-08-20T20:26:04.8890345Z [00:02:43.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b859/_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/b859=>" -p go.opentelemetry.io/otel/sdk/metric -lang=go1.23 -complete -installsuffix shared -buildid uDx0c4cWY_PjkwCb8NOI/uDx0c4cWY_PjkwCb8NOI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/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-20T20:26:04.8896100Z [00:02:43.573]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T20:26:04.8918898Z [00:02:43.577]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/40/4052de77371f1a7d54810ebd7829821ac168532fd34ed304b3974a08f2de76bb-d # internal
2025-08-20T20:26:04.8930846Z [00:02:43.579]➜  google.golang.org/grpc/experimental/opentelemetry
2025-08-20T20:26:04.8931632Z [00:02:43.579]➜  mkdir -p $WORK/b875/
2025-08-20T20:26:04.8934607Z [00:02:43.579]➜  cat >/tmp/go-build1823208636/b875/importcfg << 'EOF' # internal
2025-08-20T20:26:04.8935694Z [00:02:43.579]➜  # import config
2025-08-20T20:26:04.8936228Z [00:02:43.579]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1823208636/b696/_pkg_.a
2025-08-20T20:26:04.8936854Z [00:02:43.579]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:04.8937241Z [00:02:43.579]➜  EOF
2025-08-20T20:26:04.8939414Z [00:02:43.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b875/_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/b875=>" -p google.golang.org/grpc/experimental/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid tqxebp1T7NipuSf6eyuw/tqxebp1T7NipuSf6eyuw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/opentelemetry/trace_options.go
2025-08-20T20:26:04.9157350Z [00:02:43.602]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T20:26:04.9165388Z [00:02:43.602]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/14/14bccfe79b3bda7afbee4d7e0b37550405224c48e7024aff6ef168c9e97ef821-d # internal
2025-08-20T20:26:04.9171613Z [00:02:43.603]➜  google.golang.org/grpc/stats/opentelemetry/internal
2025-08-20T20:26:04.9172416Z [00:02:43.603]➜  mkdir -p $WORK/b876/
2025-08-20T20:26:04.9174135Z [00:02:43.604]➜  cat >/tmp/go-build1823208636/b876/importcfg << 'EOF' # internal
2025-08-20T20:26:04.9174538Z [00:02:43.604]➜  # import config
2025-08-20T20:26:04.9174994Z [00:02:43.604]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:04.9175392Z [00:02:43.604]➜  EOF
2025-08-20T20:26:04.9177914Z [00:02:43.604]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b876/_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/b876=>" -p google.golang.org/grpc/stats/opentelemetry/internal -lang=go1.23 -complete -installsuffix shared -buildid vgLiFGiM2m_QzmB_klvt/vgLiFGiM2m_QzmB_klvt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/internal/pluginoption.go
2025-08-20T20:26:04.9219926Z [00:02:43.608]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T20:26:04.9225722Z [00:02:43.609]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/3b/3bb92dd5d473f3533bb48837764a8ed0ae96efc041f1883ed600cc8489cadc58-d # internal
2025-08-20T20:26:04.9230432Z [00:02:43.609]➜  google.golang.org/grpc/stats/opentelemetry/internal/tracing
2025-08-20T20:26:04.9233379Z [00:02:43.609]➜  mkdir -p $WORK/b877/
2025-08-20T20:26:04.9233863Z [00:02:43.609]➜  cat >/tmp/go-build1823208636/b877/importcfg << 'EOF' # internal
2025-08-20T20:26:04.9234214Z [00:02:43.610]➜  # import config
2025-08-20T20:26:04.9234565Z [00:02:43.610]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.9239006Z [00:02:43.610]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:04.9239631Z [00:02:43.610]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:04.9240311Z [00:02:43.610]➜  EOF
2025-08-20T20:26:04.9242669Z [00:02:43.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b877/_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/b877=>" -p google.golang.org/grpc/stats/opentelemetry/internal/tracing -lang=go1.23 -complete -installsuffix shared -buildid 7iOdZK267zP4JJspy88L/7iOdZK267zP4JJspy88L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/internal/tracing/carrier.go
2025-08-20T20:26:04.9247407Z [00:02:43.610]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T20:26:04.9291543Z [00:02:43.615]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/d8/d883c25aff2cb60809715056ae4470c1c3cd1bf07bed6ece9a2c41a0d76546f8-d # internal
2025-08-20T20:26:04.9293852Z [00:02:43.615]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T20:26:04.9295112Z [00:02:43.616]➜  google.golang.org/grpc/balancer/rls/internal/keys
2025-08-20T20:26:04.9309797Z [00:02:43.616]➜  mkdir -p $WORK/b869/
2025-08-20T20:26:04.9311467Z [00:02:43.617]➜  cat >/tmp/go-build1823208636/b869/importcfg << 'EOF' # internal
2025-08-20T20:26:04.9312197Z [00:02:43.617]➜  # import config
2025-08-20T20:26:04.9314977Z [00:02:43.617]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.9315740Z [00:02:43.617]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.9317903Z [00:02:43.617]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build1823208636/b870/_pkg_.a
2025-08-20T20:26:04.9318897Z [00:02:43.617]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:04.9319677Z [00:02:43.617]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:04.9320706Z [00:02:43.617]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.9321111Z [00:02:43.617]➜  EOF
2025-08-20T20:26:04.9323542Z [00:02:43.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b869/_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/b869=>" -p google.golang.org/grpc/balancer/rls/internal/keys -lang=go1.23 -complete -installsuffix shared -buildid Dp-EtElniqO5w60o387h/Dp-EtElniqO5w60o387h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/internal/keys/builder.go
2025-08-20T20:26:04.9325965Z [00:02:43.617]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/7d/7d4009bbcc95ad73cdf623c3dd915a4cbb0fdc28af475402ccbf666939efe108-d # internal
2025-08-20T20:26:04.9326610Z [00:02:43.617]➜  github.com/cncf/xds/go/udpa/annotations
2025-08-20T20:26:04.9326916Z [00:02:43.617]➜  mkdir -p $WORK/b881/
2025-08-20T20:26:04.9327297Z [00:02:43.618]➜  cat >/tmp/go-build1823208636/b881/importcfg << 'EOF' # internal
2025-08-20T20:26:04.9327641Z [00:02:43.618]➜  # import config
2025-08-20T20:26:04.9327974Z [00:02:43.618]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:04.9328395Z [00:02:43.618]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.9328980Z [00:02:43.618]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.9329653Z [00:02:43.618]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:04.9330361Z [00:02:43.618]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:04.9331067Z [00:02:43.618]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1823208636/b507/_pkg_.a
2025-08-20T20:26:04.9331759Z [00:02:43.618]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:04.9332517Z [00:02:43.618]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:04.9332944Z [00:02:43.618]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:04.9333377Z [00:02:43.618]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:04.9333803Z [00:02:43.618]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:04.9334279Z [00:02:43.618]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:04.9334701Z [00:02:43.618]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:04.9335118Z [00:02:43.618]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.9335904Z [00:02:43.618]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.9336320Z [00:02:43.618]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.9336760Z [00:02:43.618]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:04.9337117Z [00:02:43.618]➜  EOF
2025-08-20T20:26:04.9343299Z [00:02:43.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b881/_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/b881=>" -p github.com/cncf/xds/go/udpa/annotations -lang=go1.19 -complete -installsuffix shared -buildid fMtYaIsglkumH6px_4aw/fMtYaIsglkumH6px_4aw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/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-20T20:26:04.9423618Z [00:02:43.628]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T20:26:04.9428514Z [00:02:43.629]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/7f/7f4e58d478dc2e303da0ca867ab6ca4d1db0cb52e02b62d5924391d4f121de7e-d # internal
2025-08-20T20:26:04.9452429Z [00:02:43.631]➜  google.golang.org/grpc/stats/opentelemetry
2025-08-20T20:26:04.9453308Z [00:02:43.631]➜  mkdir -p $WORK/b874/
2025-08-20T20:26:04.9453742Z [00:02:43.631]➜  cat >/tmp/go-build1823208636/b874/importcfg << 'EOF' # internal
2025-08-20T20:26:04.9454095Z [00:02:43.631]➜  # import config
2025-08-20T20:26:04.9454447Z [00:02:43.631]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.9455230Z [00:02:43.631]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:04.9456160Z [00:02:43.631]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:04.9456748Z [00:02:43.631]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:04.9457361Z [00:02:43.631]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1823208636/b805/_pkg_.a
2025-08-20T20:26:04.9457991Z [00:02:43.631]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1823208636/b696/_pkg_.a
2025-08-20T20:26:04.9458789Z [00:02:43.631]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:04.9459348Z [00:02:43.631]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:04.9459900Z [00:02:43.631]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:04.9460569Z [00:02:43.631]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build1823208636/b875/_pkg_.a
2025-08-20T20:26:04.9461276Z [00:02:43.631]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:04.9461900Z [00:02:43.631]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:04.9462709Z [00:02:43.631]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:04.9463330Z [00:02:43.631]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1823208636/b648/_pkg_.a
2025-08-20T20:26:04.9463977Z [00:02:43.631]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:04.9464552Z [00:02:43.631]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1823208636/b603/_pkg_.a
2025-08-20T20:26:04.9465220Z [00:02:43.631]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build1823208636/b876/_pkg_.a
2025-08-20T20:26:04.9466299Z [00:02:43.631]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build1823208636/b877/_pkg_.a
2025-08-20T20:26:04.9466998Z [00:02:43.631]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:04.9467505Z [00:02:43.631]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:04.9467932Z [00:02:43.631]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.9468377Z [00:02:43.631]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:04.9468808Z [00:02:43.631]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.9469120Z [00:02:43.631]➜  EOF
2025-08-20T20:26:04.9473337Z [00:02:43.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b874/_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/b874=>" -p google.golang.org/grpc/stats/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid c8SZNiYs0Rx7aVmuoQ14/c8SZNiYs0Rx7aVmuoQ14 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/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-20T20:26:04.9744001Z [00:02:43.660]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T20:26:04.9757944Z [00:02:43.662]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/29/29d73030502c0abfb027950ca3d4c77b93a0d54a6a572f9b8cb49a16e56482b1-d # internal
2025-08-20T20:26:04.9787715Z [00:02:43.665]➜  google.golang.org/grpc/balancer/rls
2025-08-20T20:26:04.9794451Z [00:02:43.666]➜  mkdir -p $WORK/b867/
2025-08-20T20:26:04.9847108Z [00:02:43.667]➜  cat >/tmp/go-build1823208636/b867/importcfg << 'EOF' # internal
2025-08-20T20:26:04.9848318Z [00:02:43.667]➜  # import config
2025-08-20T20:26:04.9849097Z [00:02:43.667]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:04.9850098Z [00:02:43.667]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:26:04.9850767Z [00:02:43.667]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:04.9851568Z [00:02:43.667]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:04.9852023Z [00:02:43.667]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:04.9852447Z [00:02:43.667]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:04.9852972Z [00:02:43.667]➜  packagefile github.com/google/uuid=/tmp/go-build1823208636/b381/_pkg_.a
2025-08-20T20:26:04.9853521Z [00:02:43.667]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:04.9854091Z [00:02:43.667]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:04.9854939Z [00:02:43.667]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:04.9855838Z [00:02:43.667]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build1823208636/b868/_pkg_.a
2025-08-20T20:26:04.9856663Z [00:02:43.667]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build1823208636/b869/_pkg_.a
2025-08-20T20:26:04.9857319Z [00:02:43.667]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:04.9857919Z [00:02:43.667]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:04.9858580Z [00:02:43.667]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:04.9859264Z [00:02:43.667]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:04.9859879Z [00:02:43.667]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:04.9860469Z [00:02:43.667]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:04.9861089Z [00:02:43.667]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:26:04.9861770Z [00:02:43.667]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build1823208636/b871/_pkg_.a
2025-08-20T20:26:04.9862435Z [00:02:43.667]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1823208636/b625/_pkg_.a
2025-08-20T20:26:04.9863077Z [00:02:43.667]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:04.9863740Z [00:02:43.667]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:04.9864593Z [00:02:43.667]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:04.9865402Z [00:02:43.667]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build1823208636/b870/_pkg_.a
2025-08-20T20:26:04.9866391Z [00:02:43.667]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:04.9866989Z [00:02:43.667]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:04.9867606Z [00:02:43.667]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:04.9868203Z [00:02:43.667]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:04.9869025Z [00:02:43.667]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:04.9869825Z [00:02:43.667]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:04.9870399Z [00:02:43.667]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:04.9870833Z [00:02:43.667]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:04.9871251Z [00:02:43.667]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:04.9871737Z [00:02:43.667]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:04.9872370Z [00:02:43.667]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:04.9872680Z [00:02:43.667]➜  EOF
2025-08-20T20:26:04.9876370Z [00:02:43.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b867/_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/b867=>" -p google.golang.org/grpc/balancer/rls -lang=go1.23 -complete -installsuffix shared -buildid JPNQ6V78JdjFDzsLWnVl/JPNQ6V78JdjFDzsLWnVl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/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-20T20:26:05.0369772Z [00:02:43.722]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T20:26:05.0417195Z [00:02:43.728]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/61/6161a61400a8b4b011aed421553b405e50f73921b9635769224c2eb85e0aa7ba-d # internal
2025-08-20T20:26:05.0451944Z [00:02:43.731]➜  github.com/cncf/xds/go/xds/annotations/v3
2025-08-20T20:26:05.0464756Z [00:02:43.731]➜  mkdir -p $WORK/b882/
2025-08-20T20:26:05.0465197Z [00:02:43.731]➜  cat >/tmp/go-build1823208636/b882/importcfg << 'EOF' # internal
2025-08-20T20:26:05.0465652Z [00:02:43.731]➜  # import config
2025-08-20T20:26:05.0466048Z [00:02:43.731]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.0466483Z [00:02:43.731]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.0466898Z [00:02:43.731]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.0467477Z [00:02:43.731]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.0468194Z [00:02:43.731]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.0468893Z [00:02:43.731]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1823208636/b507/_pkg_.a
2025-08-20T20:26:05.0469595Z [00:02:43.731]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.0470130Z [00:02:43.731]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:05.0470873Z [00:02:43.731]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:05.0471410Z [00:02:43.731]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:05.0471850Z [00:02:43.731]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.0472273Z [00:02:43.731]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:05.0472686Z [00:02:43.731]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.0473108Z [00:02:43.731]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:05.0473523Z [00:02:43.731]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.0473933Z [00:02:43.731]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.0474487Z [00:02:43.731]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:05.0474918Z [00:02:43.731]➜  EOF
2025-08-20T20:26:05.0482051Z [00:02:43.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b882/_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/b882=>" -p github.com/cncf/xds/go/xds/annotations/v3 -lang=go1.19 -complete -installsuffix shared -buildid af3OyjPgsCgSLusaUG0y/af3OyjPgsCgSLusaUG0y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b882/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-20T20:26:05.1372514Z [00:02:43.823]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T20:26:05.1410887Z [00:02:43.827]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/72/723b97034556671f2ead5669853b183318e059724d6ab7f9abb3b5a224d43403-d # internal
2025-08-20T20:26:05.1431361Z [00:02:43.829]➜  github.com/envoyproxy/protoc-gen-validate/validate
2025-08-20T20:26:05.1438030Z [00:02:43.830]➜  mkdir -p $WORK/b884/
2025-08-20T20:26:05.1449673Z [00:02:43.831]➜  cat >/tmp/go-build1823208636/b884/importcfg << 'EOF' # internal
2025-08-20T20:26:05.1450565Z [00:02:43.831]➜  # import config
2025-08-20T20:26:05.1455135Z [00:02:43.831]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.1456273Z [00:02:43.831]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.1461971Z [00:02:43.831]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1823208636/b507/_pkg_.a
2025-08-20T20:26:05.1462726Z [00:02:43.831]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:05.1463467Z [00:02:43.831]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:05.1464074Z [00:02:43.831]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.1464872Z [00:02:43.831]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.1465242Z [00:02:43.831]➜  EOF
2025-08-20T20:26:05.1481233Z [00:02:43.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b884/_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/b884=>" -p github.com/envoyproxy/protoc-gen-validate/validate -lang=go1.21 -complete -installsuffix shared -buildid X6hlCcMRWRFL_dzx0Bqb/X6hlCcMRWRFL_dzx0Bqb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/protoc-gen-validate@v1.2.1/validate/validate.pb.go
2025-08-20T20:26:05.1488934Z [00:02:43.835]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T20:26:05.1536158Z [00:02:43.840]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/b3/b35011945f28145578bfefe87d2c07470ccbd5815b4c3d5e0f55fb4e1a999243-d # internal
2025-08-20T20:26:05.1537870Z [00:02:43.840]➜  github.com/envoyproxy/go-control-plane/envoy/annotations
2025-08-20T20:26:05.1538680Z [00:02:43.840]➜  mkdir -p $WORK/b885/
2025-08-20T20:26:05.1549291Z [00:02:43.841]➜  cat >/tmp/go-build1823208636/b885/importcfg << 'EOF' # internal
2025-08-20T20:26:05.1551980Z [00:02:43.841]➜  # import config
2025-08-20T20:26:05.1552830Z [00:02:43.841]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.1553293Z [00:02:43.841]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.1554096Z [00:02:43.841]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.1554682Z [00:02:43.841]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.1555393Z [00:02:43.841]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.1556285Z [00:02:43.841]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1823208636/b507/_pkg_.a
2025-08-20T20:26:05.1557024Z [00:02:43.841]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.1557799Z [00:02:43.841]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:05.1558223Z [00:02:43.841]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:05.1558655Z [00:02:43.841]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:05.1559089Z [00:02:43.841]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.1559511Z [00:02:43.841]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:05.1559925Z [00:02:43.841]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.1560343Z [00:02:43.841]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:05.1560766Z [00:02:43.841]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.1561184Z [00:02:43.841]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.1561623Z [00:02:43.841]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:05.1561966Z [00:02:43.841]➜  EOF
2025-08-20T20:26:05.1565832Z [00:02:43.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b885/_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/b885=>" -p github.com/envoyproxy/go-control-plane/envoy/annotations -lang=go1.22 -complete -installsuffix shared -buildid ar7h4jUkH5oLAo7LjTOj/ar7h4jUkH5oLAo7LjTOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/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-20T20:26:05.1910655Z [00:02:43.877]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T20:26:05.1942121Z [00:02:43.880]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/e4/e43cff3294a58d43aa0594aedd14cc4170d0695608eb7fff6351b2ab0fc47695-d # internal
2025-08-20T20:26:05.1959737Z [00:02:43.882]➜  github.com/spiffe/go-spiffe/v2/internal/cryptoutil
2025-08-20T20:26:05.1963701Z [00:02:43.882]➜  mkdir -p $WORK/b892/
2025-08-20T20:26:05.1964550Z [00:02:43.882]➜  cat >/tmp/go-build1823208636/b892/importcfg << 'EOF' # internal
2025-08-20T20:26:05.1966454Z [00:02:43.882]➜  # import config
2025-08-20T20:26:05.1966833Z [00:02:43.882]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.1967264Z [00:02:43.882]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:05.1967974Z [00:02:43.882]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:05.1968541Z [00:02:43.882]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:05.1969011Z [00:02:43.882]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:05.1969455Z [00:02:43.882]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.1969758Z [00:02:43.882]➜  EOF
2025-08-20T20:26:05.1971870Z [00:02:43.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b892/_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/b892=>" -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/b892/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/cryptoutil/keys.go
2025-08-20T20:26:05.2132513Z [00:02:43.899]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T20:26:05.2136796Z [00:02:43.900]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/db/dbc2ef6c189769f55bd666cda7bf5613bdd9827d25a5e9383a3e7f891818f11c-d # internal
2025-08-20T20:26:05.2137705Z [00:02:43.900]➜  github.com/spiffe/go-spiffe/v2/internal/jwtutil
2025-08-20T20:26:05.2138038Z [00:02:43.900]➜  mkdir -p $WORK/b891/
2025-08-20T20:26:05.2171917Z [00:02:43.903]➜  cat >/tmp/go-build1823208636/b891/importcfg << 'EOF' # internal
2025-08-20T20:26:05.2172776Z [00:02:43.903]➜  # import config
2025-08-20T20:26:05.2173380Z [00:02:43.903]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:05.2174333Z [00:02:43.903]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build1823208636/b892/_pkg_.a
2025-08-20T20:26:05.2177958Z [00:02:43.903]➜  EOF
2025-08-20T20:26:05.2180084Z [00:02:43.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b891/_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/b891=>" -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/b891/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/jwtutil/util.go
2025-08-20T20:26:05.2463749Z [00:02:43.932]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T20:26:05.2467043Z [00:02:43.933]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/eb/eb1884adcd343aef2e7779c48e21f56050d44a918fc6b2425a4606a6f32a9049-d # internal
2025-08-20T20:26:05.2471182Z [00:02:43.933]➜  github.com/spiffe/go-spiffe/v2/spiffeid
2025-08-20T20:26:05.2471634Z [00:02:43.933]➜  mkdir -p $WORK/b893/
2025-08-20T20:26:05.2480640Z [00:02:43.934]➜  cat >/tmp/go-build1823208636/b893/importcfg << 'EOF' # internal
2025-08-20T20:26:05.2483180Z [00:02:43.934]➜  # import config
2025-08-20T20:26:05.2487032Z [00:02:43.934]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.2487822Z [00:02:43.934]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.2489590Z [00:02:43.934]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:05.2490253Z [00:02:43.934]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:05.2490845Z [00:02:43.934]➜  EOF
2025-08-20T20:26:05.2495395Z [00:02:43.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b893/_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/b893=>" -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/b893/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-20T20:26:05.2662234Z [00:02:43.952]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T20:26:05.2674366Z [00:02:43.953]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/6d/6dd07d16edd652fb341559bb57b93c34b46a58ec60c9f7f4bf7e08d4fb50d95e-d # internal
2025-08-20T20:26:05.2677269Z [00:02:43.954]➜  github.com/zeebo/errs
2025-08-20T20:26:05.2678987Z [00:02:43.954]➜  mkdir -p $WORK/b894/
2025-08-20T20:26:05.2693468Z [00:02:43.955]➜  cat >/tmp/go-build1823208636/b894/importcfg << 'EOF' # internal
2025-08-20T20:26:05.2693880Z [00:02:43.955]➜  # import config
2025-08-20T20:26:05.2694237Z [00:02:43.955]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.2694658Z [00:02:43.955]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.2695349Z [00:02:43.955]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:05.2695959Z [00:02:43.955]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:05.2696292Z [00:02:43.955]➜  EOF
2025-08-20T20:26:05.2700989Z [00:02:43.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/errs@v1.4.0=>github.com/zeebo/errs@v1.4.0;$WORK/b894=>" -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/b894/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-20T20:26:05.3084635Z [00:02:43.994]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T20:26:05.3096681Z [00:02:43.996]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/50/501e835479aedf0b88589af605a549b6bb45d8609bdac22544b1bc7d570f9a0e-d # internal
2025-08-20T20:26:05.3099243Z [00:02:43.996]➜  github.com/spiffe/go-spiffe/v2/internal/pemutil
2025-08-20T20:26:05.3103689Z [00:02:43.996]➜  mkdir -p $WORK/b896/
2025-08-20T20:26:05.3104121Z [00:02:43.996]➜  cat >/tmp/go-build1823208636/b896/importcfg << 'EOF' # internal
2025-08-20T20:26:05.3104498Z [00:02:43.996]➜  # import config
2025-08-20T20:26:05.3104866Z [00:02:43.996]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:05.3105310Z [00:02:43.996]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:05.3105962Z [00:02:43.996]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:05.3106423Z [00:02:43.996]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.3107049Z [00:02:43.996]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.3107424Z [00:02:43.996]➜  EOF
2025-08-20T20:26:05.3112587Z [00:02:43.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b896/_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/b896=>" -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/b896/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/pemutil/pem.go
2025-08-20T20:26:05.3292488Z [00:02:44.015]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T20:26:05.3305720Z [00:02:44.016]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/6b/6bdb2cc5346d4a9771220915800909b2731b901a062e2851640c23d730dc6325-d # internal
2025-08-20T20:26:05.3306820Z [00:02:44.016]➜  github.com/spiffe/go-spiffe/v2/bundle/jwtbundle
2025-08-20T20:26:05.3307246Z [00:02:44.016]➜  mkdir -p $WORK/b890/
2025-08-20T20:26:05.3307581Z [00:02:44.017]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T20:26:05.3311371Z [00:02:44.017]➜  cat >/tmp/go-build1823208636/b890/importcfg << 'EOF' # internal
2025-08-20T20:26:05.3312438Z [00:02:44.017]➜  # import config
2025-08-20T20:26:05.3313014Z [00:02:44.017]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:05.3314751Z [00:02:44.017]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:05.3317305Z [00:02:44.017]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.3318595Z [00:02:44.017]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build1823208636/b525/_pkg_.a
2025-08-20T20:26:05.3319263Z [00:02:44.017]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build1823208636/b891/_pkg_.a
2025-08-20T20:26:05.3319963Z [00:02:44.017]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build1823208636/b893/_pkg_.a
2025-08-20T20:26:05.3320551Z [00:02:44.017]➜  packagefile github.com/zeebo/errs=/tmp/go-build1823208636/b894/_pkg_.a
2025-08-20T20:26:05.3321320Z [00:02:44.017]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:05.3321725Z [00:02:44.017]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:05.3322130Z [00:02:44.017]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.3322538Z [00:02:44.017]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.3322847Z [00:02:44.017]➜  EOF
2025-08-20T20:26:05.3323414Z [00:02:44.018]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/50/5092ad3d0b62d3d97a1549e36c08f3d31c9c5a0f17f4d23757f4a740a49cd54c-d # internal
2025-08-20T20:26:05.3326856Z [00:02:44.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b890/_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/b890=>" -p github.com/spiffe/go-spiffe/v2/bundle/jwtbundle -lang=go1.22 -complete -installsuffix shared -buildid bxd-ESl9W-32xI3WWjoC/bxd-ESl9W-32xI3WWjoC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/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-20T20:26:05.3336290Z [00:02:44.018]➜  github.com/spiffe/go-spiffe/v2/internal/x509util
2025-08-20T20:26:05.3337832Z [00:02:44.018]➜  mkdir -p $WORK/b897/
2025-08-20T20:26:05.3338619Z [00:02:44.018]➜  cat >/tmp/go-build1823208636/b897/importcfg << 'EOF' # internal
2025-08-20T20:26:05.3339494Z [00:02:44.018]➜  # import config
2025-08-20T20:26:05.3340344Z [00:02:44.018]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:05.3340724Z [00:02:44.018]➜  EOF
2025-08-20T20:26:05.3343190Z [00:02:44.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b897/_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/b897=>" -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/b897/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/x509util/util.go
2025-08-20T20:26:05.3345144Z [00:02:44.020]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T20:26:05.3398367Z [00:02:44.026]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/71/71b5a7cfc31f42abc9e04d9b681b463f04c7197da3fe67aaff601b2674c24c75-d # internal
2025-08-20T20:26:05.3400376Z [00:02:44.026]➜  github.com/cncf/xds/go/xds/core/v3
2025-08-20T20:26:05.3400967Z [00:02:44.026]➜  mkdir -p $WORK/b883/
2025-08-20T20:26:05.3402883Z [00:02:44.026]➜  cat >/tmp/go-build1823208636/b883/importcfg << 'EOF' # internal
2025-08-20T20:26:05.3404457Z [00:02:44.027]➜  # import config
2025-08-20T20:26:05.3404817Z [00:02:44.027]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.3405261Z [00:02:44.027]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.3405794Z [00:02:44.027]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.3406348Z [00:02:44.027]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1823208636/b882/_pkg_.a
2025-08-20T20:26:05.3407315Z [00:02:44.027]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:05.3408055Z [00:02:44.027]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.3408771Z [00:02:44.027]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.3409467Z [00:02:44.027]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.3410410Z [00:02:44.027]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:05.3410974Z [00:02:44.027]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:05.3411395Z [00:02:44.027]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:05.3412011Z [00:02:44.027]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:05.3412455Z [00:02:44.027]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.3412877Z [00:02:44.027]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:05.3413293Z [00:02:44.027]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.3413718Z [00:02:44.027]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:05.3414138Z [00:02:44.027]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.3414550Z [00:02:44.027]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.3414995Z [00:02:44.027]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:05.3415329Z [00:02:44.027]➜  EOF
2025-08-20T20:26:05.3423926Z [00:02:44.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b883/_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/b883=>" -p github.com/cncf/xds/go/xds/core/v3 -lang=go1.19 -complete -installsuffix shared -buildid ddar6utgNrVkVhIbw18h/ddar6utgNrVkVhIbw18h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/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-20T20:26:05.3671480Z [00:02:44.053]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T20:26:05.3680502Z [00:02:44.054]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/eb/eb443aaeb2b4f56d746ff407db4482ed6b7e7a9d26e16859c5536c2703a5d551-d # internal
2025-08-20T20:26:05.3687516Z [00:02:44.055]➜  github.com/envoyproxy/go-control-plane/envoy/type/v3
2025-08-20T20:26:05.3687982Z [00:02:44.055]➜  mkdir -p $WORK/b887/
2025-08-20T20:26:05.3697951Z [00:02:44.056]➜  cat >/tmp/go-build1823208636/b887/importcfg << 'EOF' # internal
2025-08-20T20:26:05.3698938Z [00:02:44.056]➜  # import config
2025-08-20T20:26:05.3700225Z [00:02:44.056]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.3701066Z [00:02:44.056]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.3701499Z [00:02:44.056]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.3702049Z [00:02:44.056]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:05.3702727Z [00:02:44.056]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1823208636/b882/_pkg_.a
2025-08-20T20:26:05.3703437Z [00:02:44.056]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:05.3704174Z [00:02:44.056]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.3704888Z [00:02:44.056]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.3705777Z [00:02:44.056]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.3706557Z [00:02:44.056]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:05.3707288Z [00:02:44.056]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:05.3707855Z [00:02:44.056]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:05.3708273Z [00:02:44.056]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:05.3708699Z [00:02:44.056]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:05.3709126Z [00:02:44.056]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.3709550Z [00:02:44.056]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:05.3710159Z [00:02:44.056]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.3710645Z [00:02:44.056]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:05.3711070Z [00:02:44.056]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.3711479Z [00:02:44.056]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.3711919Z [00:02:44.056]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:05.3712260Z [00:02:44.056]➜  EOF
2025-08-20T20:26:05.3721096Z [00:02:44.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b887/_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/b887=>" -p github.com/envoyproxy/go-control-plane/envoy/type/v3 -lang=go1.22 -complete -installsuffix shared -buildid qRQ61u8U3dCGhLwidrMy/qRQ61u8U3dCGhLwidrMy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b887/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-20T20:26:05.3887367Z [00:02:44.075]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T20:26:05.3897138Z [00:02:44.076]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/df/df16ff3cf4615512db62f7780ba9288ac24c8c74dd059ee88a13e45ef8db0d9e-d # internal
2025-08-20T20:26:05.3912395Z [00:02:44.077]➜  github.com/spiffe/go-spiffe/v2/bundle/x509bundle
2025-08-20T20:26:05.3912868Z [00:02:44.077]➜  mkdir -p $WORK/b895/
2025-08-20T20:26:05.3932094Z [00:02:44.079]➜  cat >/tmp/go-build1823208636/b895/importcfg << 'EOF' # internal
2025-08-20T20:26:05.3932564Z [00:02:44.079]➜  # import config
2025-08-20T20:26:05.3932929Z [00:02:44.079]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:05.3933556Z [00:02:44.079]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build1823208636/b896/_pkg_.a
2025-08-20T20:26:05.3934271Z [00:02:44.079]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build1823208636/b897/_pkg_.a
2025-08-20T20:26:05.3934958Z [00:02:44.079]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build1823208636/b893/_pkg_.a
2025-08-20T20:26:05.3935953Z [00:02:44.079]➜  packagefile github.com/zeebo/errs=/tmp/go-build1823208636/b894/_pkg_.a
2025-08-20T20:26:05.3936498Z [00:02:44.079]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:05.3936909Z [00:02:44.079]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:05.3937315Z [00:02:44.079]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.3937727Z [00:02:44.079]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.3938034Z [00:02:44.079]➜  EOF
2025-08-20T20:26:05.3941466Z [00:02:44.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b895/_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/b895=>" -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/b895/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-20T20:26:05.4613154Z [00:02:44.147]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T20:26:05.4621493Z [00:02:44.148]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/da/da7fb9ca7e8f95bc663642a00c3bda9ee35be9fe6ac8cda4dc2782f0cfde0f1a-d # internal
2025-08-20T20:26:05.4626978Z [00:02:44.149]➜  github.com/spiffe/go-spiffe/v2/bundle/spiffebundle
2025-08-20T20:26:05.4627355Z [00:02:44.149]➜  mkdir -p $WORK/b889/
2025-08-20T20:26:05.4658117Z [00:02:44.152]➜  cat >/tmp/go-build1823208636/b889/importcfg << 'EOF' # internal
2025-08-20T20:26:05.4658868Z [00:02:44.152]➜  # import config
2025-08-20T20:26:05.4659894Z [00:02:44.152]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:05.4660650Z [00:02:44.152]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:05.4661486Z [00:02:44.152]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:05.4662862Z [00:02:44.152]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.4663423Z [00:02:44.152]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build1823208636/b525/_pkg_.a
2025-08-20T20:26:05.4664079Z [00:02:44.152]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build1823208636/b890/_pkg_.a
2025-08-20T20:26:05.4664818Z [00:02:44.152]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build1823208636/b895/_pkg_.a
2025-08-20T20:26:05.4695902Z [00:02:44.152]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build1823208636/b891/_pkg_.a
2025-08-20T20:26:05.4696977Z [00:02:44.152]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build1823208636/b897/_pkg_.a
2025-08-20T20:26:05.4697685Z [00:02:44.152]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build1823208636/b893/_pkg_.a
2025-08-20T20:26:05.4698269Z [00:02:44.152]➜  packagefile github.com/zeebo/errs=/tmp/go-build1823208636/b894/_pkg_.a
2025-08-20T20:26:05.4698743Z [00:02:44.152]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:05.4699141Z [00:02:44.152]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:05.4699548Z [00:02:44.152]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.4699964Z [00:02:44.152]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.4700372Z [00:02:44.152]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.4700682Z [00:02:44.152]➜  EOF
2025-08-20T20:26:05.4704172Z [00:02:44.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b889/_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/b889=>" -p github.com/spiffe/go-spiffe/v2/bundle/spiffebundle -lang=go1.22 -complete -installsuffix shared -buildid D2zihCELUWK6VIuxcrye/D2zihCELUWK6VIuxcrye -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/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-20T20:26:05.5616578Z [00:02:44.248]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T20:26:05.5676239Z [00:02:44.254]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/6a/6a643725a7132ff054624b33898c982bd353446c476c39a1f866048f0802f156-d # internal
2025-08-20T20:26:05.5690050Z [00:02:44.255]➜  cel.dev/expr
2025-08-20T20:26:05.5691538Z [00:02:44.255]➜  mkdir -p $WORK/b910/
2025-08-20T20:26:05.5696329Z [00:02:44.256]➜  cat >/tmp/go-build1823208636/b910/importcfg << 'EOF' # internal
2025-08-20T20:26:05.5697610Z [00:02:44.256]➜  # import config
2025-08-20T20:26:05.5698133Z [00:02:44.256]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.5698880Z [00:02:44.256]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.5699576Z [00:02:44.256]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.5700601Z [00:02:44.256]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:05.5701322Z [00:02:44.256]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:05.5702042Z [00:02:44.256]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:05.5702774Z [00:02:44.256]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:05.5703352Z [00:02:44.256]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.5703984Z [00:02:44.256]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.5704297Z [00:02:44.256]➜  EOF
2025-08-20T20:26:05.5706673Z [00:02:44.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/go/pkg/mod/cel.dev/expr@v0.24.0=>cel.dev/expr@v0.24.0;$WORK/b910=>" -p cel.dev/expr -lang=go1.22 -complete -installsuffix shared -buildid Ln7hcdAq2Okl97Ehlc3Z/Ln7hcdAq2Okl97Ehlc3Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/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-20T20:26:05.5769497Z [00:02:44.263]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T20:26:05.5790312Z [00:02:44.265]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/dc/dc1324cd8b20927f6a19ab7ea02f9d1a36df3200986973993e12d81f39a09e5b-d # internal
2025-08-20T20:26:05.5811003Z [00:02:44.267]➜  google.golang.org/grpc/credentials/tls/certprovider
2025-08-20T20:26:05.5811783Z [00:02:44.267]➜  mkdir -p $WORK/b888/
2025-08-20T20:26:05.5832152Z [00:02:44.269]➜  cat >/tmp/go-build1823208636/b888/importcfg << 'EOF' # internal
2025-08-20T20:26:05.5832781Z [00:02:44.269]➜  # import config
2025-08-20T20:26:05.5833377Z [00:02:44.269]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:05.5834336Z [00:02:44.269]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:05.5834846Z [00:02:44.269]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:05.5835662Z [00:02:44.269]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.5836280Z [00:02:44.269]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.5836946Z [00:02:44.269]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build1823208636/b889/_pkg_.a
2025-08-20T20:26:05.5837615Z [00:02:44.269]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:05.5838243Z [00:02:44.269]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:05.5838946Z [00:02:44.269]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.5839387Z [00:02:44.269]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:05.5839715Z [00:02:44.269]➜  EOF
2025-08-20T20:26:05.5842594Z [00:02:44.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b888/_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/b888=>" -p google.golang.org/grpc/credentials/tls/certprovider -lang=go1.23 -complete -installsuffix shared -buildid Te47Ac0BpzmoUcFKSmfa/Te47Ac0BpzmoUcFKSmfa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/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-20T20:26:05.6602079Z [00:02:44.346]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T20:26:05.6613864Z [00:02:44.347]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/0d/0d38eb9ac0d77947afb9a02ffe6e4e80263831e99259a1158bc1d692cc37b3c2-d # internal
2025-08-20T20:26:05.6625055Z [00:02:44.349]➜  google.golang.org/grpc/internal/credentials/spiffe
2025-08-20T20:26:05.6625450Z [00:02:44.349]➜  mkdir -p $WORK/b901/
2025-08-20T20:26:05.6630370Z [00:02:44.349]➜  cat >/tmp/go-build1823208636/b901/importcfg << 'EOF' # internal
2025-08-20T20:26:05.6631159Z [00:02:44.349]➜  # import config
2025-08-20T20:26:05.6631978Z [00:02:44.349]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:05.6633289Z [00:02:44.349]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:05.6633776Z [00:02:44.349]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.6634370Z [00:02:44.349]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build1823208636/b889/_pkg_.a
2025-08-20T20:26:05.6635084Z [00:02:44.349]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build1823208636/b893/_pkg_.a
2025-08-20T20:26:05.6635501Z [00:02:44.349]➜  EOF
2025-08-20T20:26:05.6638157Z [00:02:44.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b901/_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/b901=>" -p google.golang.org/grpc/internal/credentials/spiffe -lang=go1.23 -complete -installsuffix shared -buildid pCL3Y37sx7yaU7IwzKcm/pCL3Y37sx7yaU7IwzKcm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/spiffe/spiffe.go
2025-08-20T20:26:05.7113308Z [00:02:44.397]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T20:26:05.7123400Z [00:02:44.398]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/63/63990bbd2c35961a294ba87bb812bd63f0122b64a38b0d5ef14b2f18395252ce-d # internal
2025-08-20T20:26:05.7134634Z [00:02:44.400]➜  google.golang.org/grpc/credentials/tls/certprovider/pemfile
2025-08-20T20:26:05.7135749Z [00:02:44.400]➜  mkdir -p $WORK/b900/
2025-08-20T20:26:05.7146631Z [00:02:44.401]➜  cat >/tmp/go-build1823208636/b900/importcfg << 'EOF' # internal
2025-08-20T20:26:05.7147462Z [00:02:44.401]➜  # import config
2025-08-20T20:26:05.7148440Z [00:02:44.401]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.7174664Z [00:02:44.401]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:05.7175465Z [00:02:44.401]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:05.7176478Z [00:02:44.401]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:05.7177474Z [00:02:44.401]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:05.7177964Z [00:02:44.401]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.7178706Z [00:02:44.401]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.7179309Z [00:02:44.401]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build1823208636/b888/_pkg_.a
2025-08-20T20:26:05.7179972Z [00:02:44.401]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:05.7180649Z [00:02:44.401]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build1823208636/b901/_pkg_.a
2025-08-20T20:26:05.7181360Z [00:02:44.401]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:05.7182045Z [00:02:44.401]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:05.7182764Z [00:02:44.401]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:05.7183318Z [00:02:44.401]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:05.7183757Z [00:02:44.401]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:05.7184195Z [00:02:44.401]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.7184506Z [00:02:44.401]➜  EOF
2025-08-20T20:26:05.7187342Z [00:02:44.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b900/_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/b900=>" -p google.golang.org/grpc/credentials/tls/certprovider/pemfile -lang=go1.23 -complete -installsuffix shared -buildid nNUpZ3JfOVyUU-0HSekD/nNUpZ3JfOVyUU-0HSekD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/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-20T20:26:05.7377905Z [00:02:44.422]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T20:26:05.7464339Z [00:02:44.432]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/47/470f909fe61cbd22b15538a54729b0827ce1c02c023d0eb58e162631247aa238-d # internal
2025-08-20T20:26:05.7485767Z [00:02:44.435]➜  github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3
2025-08-20T20:26:05.7488593Z [00:02:44.435]➜  mkdir -p $WORK/b886/
2025-08-20T20:26:05.7489398Z [00:02:44.435]➜  cat >/tmp/go-build1823208636/b886/importcfg << 'EOF' # internal
2025-08-20T20:26:05.7490259Z [00:02:44.435]➜  # import config
2025-08-20T20:26:05.7490990Z [00:02:44.435]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.7491761Z [00:02:44.435]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.7492691Z [00:02:44.435]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.7493310Z [00:02:44.435]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:05.7493973Z [00:02:44.435]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build1823208636/b883/_pkg_.a
2025-08-20T20:26:05.7494684Z [00:02:44.435]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:05.7495445Z [00:02:44.435]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:05.7496606Z [00:02:44.435]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:05.7497440Z [00:02:44.435]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.7498158Z [00:02:44.435]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.7498848Z [00:02:44.435]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.7499784Z [00:02:44.435]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:05.7500345Z [00:02:44.435]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:05.7500765Z [00:02:44.435]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:05.7501197Z [00:02:44.435]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:05.7501632Z [00:02:44.435]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.7502059Z [00:02:44.435]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:05.7502472Z [00:02:44.435]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.7502896Z [00:02:44.435]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:05.7503306Z [00:02:44.435]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.7503712Z [00:02:44.435]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.7504157Z [00:02:44.435]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:05.7504486Z [00:02:44.435]➜  EOF
2025-08-20T20:26:05.7536877Z [00:02:44.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b886/_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/b886=>" -p github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid Nu37LK1GJzWmoteazFtq/Nu37LK1GJzWmoteazFtq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/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-20T20:26:05.7818747Z [00:02:44.468]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T20:26:05.7832840Z [00:02:44.469]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/56/5696397689320aa45ce6bb80066dfa6d5e32cf4bca457db32b4f212a21d47d6c-d # internal
2025-08-20T20:26:05.7840653Z [00:02:44.470]➜  google.golang.org/grpc/internal/xds/bootstrap/tlscreds
2025-08-20T20:26:05.7843819Z [00:02:44.471]➜  mkdir -p $WORK/b899/
2025-08-20T20:26:05.7853888Z [00:02:44.471]➜  cat >/tmp/go-build1823208636/b899/importcfg << 'EOF' # internal
2025-08-20T20:26:05.7854706Z [00:02:44.471]➜  # import config
2025-08-20T20:26:05.7855061Z [00:02:44.471]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:05.7855508Z [00:02:44.471]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:05.7856125Z [00:02:44.471]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:05.7856606Z [00:02:44.471]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:05.7857050Z [00:02:44.471]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.7857463Z [00:02:44.471]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.7858058Z [00:02:44.471]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build1823208636/b889/_pkg_.a
2025-08-20T20:26:05.7858738Z [00:02:44.471]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:05.7859429Z [00:02:44.471]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build1823208636/b888/_pkg_.a
2025-08-20T20:26:05.7860221Z [00:02:44.471]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build1823208636/b900/_pkg_.a
2025-08-20T20:26:05.7860993Z [00:02:44.471]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build1823208636/b901/_pkg_.a
2025-08-20T20:26:05.7861697Z [00:02:44.471]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:05.7862220Z [00:02:44.471]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:05.7862628Z [00:02:44.471]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.7863045Z [00:02:44.471]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.7863354Z [00:02:44.471]➜  EOF
2025-08-20T20:26:05.7865926Z [00:02:44.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b899/_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/b899=>" -p google.golang.org/grpc/internal/xds/bootstrap/tlscreds -lang=go1.23 -complete -installsuffix shared -buildid ec_a_GASycbB1ngKy3u-/ec_a_GASycbB1ngKy3u- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/bootstrap/tlscreds/bundle.go
2025-08-20T20:26:05.7952996Z [00:02:44.481]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T20:26:05.7997226Z [00:02:44.486]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/9b/9b64fec0636237fe8bb0ee9b1e78f4029bd95a0c7700a58ceba8a5e1fca9305e-d # internal
2025-08-20T20:26:05.7998261Z [00:02:44.486]➜  google.golang.org/genproto/googleapis/api/expr/v1alpha1
2025-08-20T20:26:05.7998695Z [00:02:44.486]➜  mkdir -p $WORK/b911/
2025-08-20T20:26:05.8006270Z [00:02:44.487]➜  cat >/tmp/go-build1823208636/b911/importcfg << 'EOF' # internal
2025-08-20T20:26:05.8007183Z [00:02:44.487]➜  # import config
2025-08-20T20:26:05.8008117Z [00:02:44.487]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:26:05.8008871Z [00:02:44.487]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.8009936Z [00:02:44.487]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.8010634Z [00:02:44.487]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.8011349Z [00:02:44.487]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:05.8012081Z [00:02:44.487]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:05.8012793Z [00:02:44.487]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:05.8013740Z [00:02:44.487]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:05.8014323Z [00:02:44.487]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.8014746Z [00:02:44.487]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.8015061Z [00:02:44.487]➜  EOF
2025-08-20T20:26:05.8019651Z [00:02:44.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b911/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/expr/v1alpha1=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/expr/v1alpha1;$WORK/b911=>" -p google.golang.org/genproto/googleapis/api/expr/v1alpha1 -lang=go1.23 -complete -installsuffix shared -buildid CSW4b9-o3lh4vBRHGamG/CSW4b9-o3lh4vBRHGamG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/expr/v1alpha1/checked.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/expr/v1alpha1/eval.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/expr/v1alpha1/explain.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/expr/v1alpha1/syntax.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/expr/v1alpha1/value.pb.go
2025-08-20T20:26:05.8059582Z [00:02:44.492]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T20:26:05.8163310Z [00:02:44.502]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T20:26:05.8167205Z [00:02:44.503]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/35/35a8b11c06bd25ad48e2bdf515626b8098dbdcbc72597335185311f3a8a5c7b2-d # internal
2025-08-20T20:26:05.8199976Z [00:02:44.506]➜  google.golang.org/grpc/xds/bootstrap
2025-08-20T20:26:05.8201480Z [00:02:44.506]➜  mkdir -p $WORK/b898/
2025-08-20T20:26:05.8201952Z [00:02:44.506]➜  cat >/tmp/go-build1823208636/b898/importcfg << 'EOF' # internal
2025-08-20T20:26:05.8202305Z [00:02:44.506]➜  # import config
2025-08-20T20:26:05.8202675Z [00:02:44.506]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:05.8203260Z [00:02:44.506]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:05.8203911Z [00:02:44.506]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build1823208636/b807/_pkg_.a
2025-08-20T20:26:05.8204585Z [00:02:44.506]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:05.8206009Z [00:02:44.506]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build1823208636/b899/_pkg_.a
2025-08-20T20:26:05.8206601Z [00:02:44.506]➜  EOF
2025-08-20T20:26:05.8208816Z [00:02:44.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b898/_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/b898=>" -p google.golang.org/grpc/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid WCQeb24s50A3IsDpIdja/WCQeb24s50A3IsDpIdja -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b898/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-20T20:26:05.8297710Z [00:02:44.516]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/74/7467d258768af408980587820e1c7f95ea2575014bc4f4d0071e53e7ac53b060-d # internal
2025-08-20T20:26:05.8299622Z [00:02:44.516]➜  github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3
2025-08-20T20:26:05.8300703Z [00:02:44.516]➜  mkdir -p $WORK/b912/
2025-08-20T20:26:05.8306377Z [00:02:44.517]➜  cat >/tmp/go-build1823208636/b912/importcfg << 'EOF' # internal
2025-08-20T20:26:05.8306730Z [00:02:44.517]➜  # import config
2025-08-20T20:26:05.8307413Z [00:02:44.517]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.8321977Z [00:02:44.517]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.8322563Z [00:02:44.517]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.8326220Z [00:02:44.517]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:05.8328693Z [00:02:44.517]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:05.8329557Z [00:02:44.517]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.8330300Z [00:02:44.517]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.8330994Z [00:02:44.517]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.8331536Z [00:02:44.517]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:05.8331959Z [00:02:44.517]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:05.8332390Z [00:02:44.517]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:05.8332831Z [00:02:44.517]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.8333250Z [00:02:44.517]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:05.8333661Z [00:02:44.517]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.8334085Z [00:02:44.517]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:05.8334515Z [00:02:44.517]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.8335271Z [00:02:44.517]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.8336016Z [00:02:44.517]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:05.8336408Z [00:02:44.517]➜  EOF
2025-08-20T20:26:05.8339318Z [00:02:44.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b912/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/metadata/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/metadata/v3;$WORK/b912=>" -p github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3 -lang=go1.22 -complete -installsuffix shared -buildid dspNfBk0phfS79CKoLG6/dspNfBk0phfS79CKoLG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/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-20T20:26:05.8378259Z [00:02:44.524]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T20:26:05.8520793Z [00:02:44.538]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/da/dac43df8b1d8a489041c51ce38139d2ba9cee130714e65653cd383e0289df12a-d # internal
2025-08-20T20:26:05.8534582Z [00:02:44.538]➜  github.com/envoyproxy/go-control-plane/envoy/config/overload/v3
2025-08-20T20:26:05.8535012Z [00:02:44.538]➜  mkdir -p $WORK/b919/
2025-08-20T20:26:05.8535388Z [00:02:44.538]➜  cat >/tmp/go-build1823208636/b919/importcfg << 'EOF' # internal
2025-08-20T20:26:05.8536266Z [00:02:44.538]➜  # import config
2025-08-20T20:26:05.8536612Z [00:02:44.538]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.8537036Z [00:02:44.538]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.8537450Z [00:02:44.538]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.8538000Z [00:02:44.538]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:05.8538745Z [00:02:44.538]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:05.8539482Z [00:02:44.538]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:05.8540424Z [00:02:44.538]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.8541132Z [00:02:44.538]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.8541827Z [00:02:44.538]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.8542537Z [00:02:44.538]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:05.8543090Z [00:02:44.538]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:05.8543517Z [00:02:44.538]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:05.8543950Z [00:02:44.538]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:05.8544374Z [00:02:44.538]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.8544800Z [00:02:44.538]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:05.8545213Z [00:02:44.538]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.8554984Z [00:02:44.538]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:05.8555792Z [00:02:44.538]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.8556277Z [00:02:44.538]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.8556713Z [00:02:44.538]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:05.8557043Z [00:02:44.538]➜  EOF
2025-08-20T20:26:05.8560173Z [00:02:44.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b919/_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/b919=>" -p github.com/envoyproxy/go-control-plane/envoy/config/overload/v3 -lang=go1.22 -complete -installsuffix shared -buildid gZeurPMoHU6t8xD9Pa19/gZeurPMoHU6t8xD9Pa19 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/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-20T20:26:05.9469162Z [00:02:44.631]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T20:26:05.9545966Z [00:02:44.640]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/e6/e626dcab4b7a5ed74180e92fd1b29ae8651b358903ae13c11465d9ccedf8fc6d-d # internal
2025-08-20T20:26:05.9552631Z [00:02:44.640]➜  github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3
2025-08-20T20:26:05.9553228Z [00:02:44.641]➜  mkdir -p $WORK/b913/
2025-08-20T20:26:05.9553616Z [00:02:44.641]➜  cat >/tmp/go-build1823208636/b913/importcfg << 'EOF' # internal
2025-08-20T20:26:05.9553970Z [00:02:44.641]➜  # import config
2025-08-20T20:26:05.9554335Z [00:02:44.641]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:05.9554756Z [00:02:44.641]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:05.9555173Z [00:02:44.641]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:05.9556217Z [00:02:44.641]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:05.9556975Z [00:02:44.641]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build1823208636/b912/_pkg_.a
2025-08-20T20:26:05.9557760Z [00:02:44.641]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:05.9558495Z [00:02:44.641]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:05.9559205Z [00:02:44.641]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:05.9560085Z [00:02:44.641]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:05.9560618Z [00:02:44.641]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:05.9561035Z [00:02:44.641]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:05.9561469Z [00:02:44.641]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:05.9561893Z [00:02:44.641]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:05.9562309Z [00:02:44.641]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:05.9562724Z [00:02:44.641]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:05.9563144Z [00:02:44.641]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:05.9563561Z [00:02:44.641]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:05.9563970Z [00:02:44.641]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:05.9564404Z [00:02:44.641]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:05.9564734Z [00:02:44.641]➜  EOF
2025-08-20T20:26:05.9569358Z [00:02:44.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/tracing/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/tracing/v3;$WORK/b913=>" -p github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3 -lang=go1.22 -complete -installsuffix shared -buildid 2al-520e695U4thOMlGg/2al-520e695U4thOMlGg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/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-20T20:26:06.0495938Z [00:02:44.735]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T20:26:06.0576425Z [00:02:44.743]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/51/51331fbc1869d80bd1991d835b3f992270cb9130201134954904f3e7d2022700-d # internal
2025-08-20T20:26:06.0604124Z [00:02:44.746]➜  github.com/cncf/xds/go/xds/type/v3
2025-08-20T20:26:06.0604600Z [00:02:44.746]➜  mkdir -p $WORK/b909/
2025-08-20T20:26:06.0605002Z [00:02:44.747]➜  cat >/tmp/go-build1823208636/b909/importcfg << 'EOF' # internal
2025-08-20T20:26:06.0607908Z [00:02:44.747]➜  # import config
2025-08-20T20:26:06.0608808Z [00:02:44.747]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.0609316Z [00:02:44.747]➜  packagefile cel.dev/expr=/tmp/go-build1823208636/b910/_pkg_.a
2025-08-20T20:26:06.0610106Z [00:02:44.747]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.0610604Z [00:02:44.747]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.0611161Z [00:02:44.747]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1823208636/b882/_pkg_.a
2025-08-20T20:26:06.0611880Z [00:02:44.747]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:06.0612644Z [00:02:44.747]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build1823208636/b911/_pkg_.a
2025-08-20T20:26:06.0613582Z [00:02:44.747]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.0614298Z [00:02:44.747]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.0614994Z [00:02:44.747]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.0636838Z [00:02:44.747]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:06.0637677Z [00:02:44.747]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:06.0638564Z [00:02:44.747]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.0638992Z [00:02:44.747]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.0639423Z [00:02:44.747]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.0639860Z [00:02:44.747]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.0640279Z [00:02:44.747]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.0640692Z [00:02:44.747]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.0641107Z [00:02:44.747]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.0641530Z [00:02:44.747]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.0641944Z [00:02:44.747]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.0642385Z [00:02:44.747]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.0642719Z [00:02:44.747]➜  EOF
2025-08-20T20:26:06.0647132Z [00:02:44.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b909/_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/b909=>" -p github.com/cncf/xds/go/xds/type/v3 -lang=go1.19 -complete -installsuffix shared -buildid rSvZ-gyZw6LLhBWSz7cq/rSvZ-gyZw6LLhBWSz7cq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/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-20T20:26:06.0650939Z [00:02:44.748]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T20:26:06.0733661Z [00:02:44.759]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/c5/c5b71c04eea7fb4b36c9dd1564021ae3fdf6daded672cf05ee696fdbc85b8d1a-d # internal
2025-08-20T20:26:06.0738824Z [00:02:44.760]➜  google.golang.org/grpc/internal/admin
2025-08-20T20:26:06.0739192Z [00:02:44.760]➜  mkdir -p $WORK/b924/
2025-08-20T20:26:06.0762483Z [00:02:44.762]➜  cat >/tmp/go-build1823208636/b924/importcfg << 'EOF' # internal
2025-08-20T20:26:06.0763521Z [00:02:44.762]➜  # import config
2025-08-20T20:26:06.0764435Z [00:02:44.762]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:06.0764861Z [00:02:44.762]➜  EOF
2025-08-20T20:26:06.0766902Z [00:02:44.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b924/_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/b924=>" -p google.golang.org/grpc/internal/admin -lang=go1.23 -complete -installsuffix shared -buildid qTeu5h11lM18x1s1mfC-/qTeu5h11lM18x1s1mfC- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/admin/admin.go
2025-08-20T20:26:06.0931538Z [00:02:44.779]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T20:26:06.0951710Z [00:02:44.781]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/98/9847d61c3722c70d779a315e7b00752615964ab6dca9c74a08ca8733a1e6140e-d # internal
2025-08-20T20:26:06.0973070Z [00:02:44.783]➜  google.golang.org/grpc/xds/internal/clients
2025-08-20T20:26:06.0974375Z [00:02:44.784]➜  mkdir -p $WORK/b927/
2025-08-20T20:26:06.0976429Z [00:02:44.784]➜  cat >/tmp/go-build1823208636/b927/importcfg << 'EOF' # internal
2025-08-20T20:26:06.0977244Z [00:02:44.784]➜  # import config
2025-08-20T20:26:06.0977606Z [00:02:44.784]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:06.0978033Z [00:02:44.784]➜  EOF
2025-08-20T20:26:06.0980413Z [00:02:44.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b927/_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/b927=>" -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/b927/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-20T20:26:06.1047372Z [00:02:44.791]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T20:26:06.1055678Z [00:02:44.792]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/f7/f75ad4b9bcf54cec5a4b86bb34eb8673a101abf610faee62d9e7bea2c40e2ffb-d # internal
2025-08-20T20:26:06.1066259Z [00:02:44.792]➜  google.golang.org/grpc/xds/internal/clients/internal/backoff
2025-08-20T20:26:06.1066747Z [00:02:44.792]➜  mkdir -p $WORK/b932/
2025-08-20T20:26:06.1091289Z [00:02:44.795]➜  cat >/tmp/go-build1823208636/b932/importcfg << 'EOF' # internal
2025-08-20T20:26:06.1091740Z [00:02:44.795]➜  # import config
2025-08-20T20:26:06.1092096Z [00:02:44.795]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:06.1092529Z [00:02:44.795]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.1092973Z [00:02:44.795]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:06.1093422Z [00:02:44.795]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.1093949Z [00:02:44.795]➜  EOF
2025-08-20T20:26:06.1097623Z [00:02:44.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b932/_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/b932=>" -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/b932/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/backoff/backoff.go
2025-08-20T20:26:06.1236474Z [00:02:44.810]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T20:26:06.1243100Z [00:02:44.810]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/f2/f268a4eb57d67fb5806592755539ce81fe79880869b7521fcdd92e39fb3e8011-d # internal
2025-08-20T20:26:06.1246816Z [00:02:44.810]➜  google.golang.org/grpc/xds/internal/clients/grpctransport
2025-08-20T20:26:06.1247196Z [00:02:44.810]➜  mkdir -p $WORK/b928/
2025-08-20T20:26:06.1247576Z [00:02:44.811]➜  cat >/tmp/go-build1823208636/b928/importcfg << 'EOF' # internal
2025-08-20T20:26:06.1247933Z [00:02:44.811]➜  # import config
2025-08-20T20:26:06.1248277Z [00:02:44.811]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:06.1248696Z [00:02:44.811]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.1249430Z [00:02:44.811]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:06.1250007Z [00:02:44.811]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:06.1250605Z [00:02:44.811]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.1251201Z [00:02:44.811]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1823208636/b642/_pkg_.a
2025-08-20T20:26:06.1251850Z [00:02:44.811]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:06.1253275Z [00:02:44.811]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.1254394Z [00:02:44.811]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.1255048Z [00:02:44.811]➜  EOF
2025-08-20T20:26:06.1258093Z [00:02:44.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b928/_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/b928=>" -p google.golang.org/grpc/xds/internal/clients/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid 3RNbvgIKuB38nhlVKhGw/3RNbvgIKuB38nhlVKhGw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/grpctransport/grpc_transport.go
2025-08-20T20:26:06.1388676Z [00:02:44.825]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T20:26:06.1392441Z [00:02:44.825]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/7a/7ab3a9d8224509501f556c93588b390d92e1e0c99a26e664e52b2d5784b122f8-d # internal
2025-08-20T20:26:06.1419090Z [00:02:44.828]➜  google.golang.org/grpc/xds/internal/clients/lrsclient/internal
2025-08-20T20:26:06.1420489Z [00:02:44.828]➜  mkdir -p $WORK/b933/
2025-08-20T20:26:06.1423524Z [00:02:44.829]➜  cat >/tmp/go-build1823208636/b933/importcfg << 'EOF' # internal
2025-08-20T20:26:06.1423895Z [00:02:44.829]➜  # import config
2025-08-20T20:26:06.1424335Z [00:02:44.829]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.1446462Z [00:02:44.829]➜  EOF
2025-08-20T20:26:06.1451184Z [00:02:44.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b933/_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/b933=>" -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/b933/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient/internal/internal.go
2025-08-20T20:26:06.1660430Z [00:02:44.852]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T20:26:06.1668277Z [00:02:44.853]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/dd/dd8316d1601ca58fe98d4ebdc094f3e18d80616d8808ff29a3fa062e5e319081-d # internal
2025-08-20T20:26:06.1675302Z [00:02:44.854]➜  google.golang.org/grpc/xds/internal/clients/internal/buffer
2025-08-20T20:26:06.1679020Z [00:02:44.854]➜  mkdir -p $WORK/b936/
2025-08-20T20:26:06.1686984Z [00:02:44.855]➜  cat >/tmp/go-build1823208636/b936/importcfg << 'EOF' # internal
2025-08-20T20:26:06.1687674Z [00:02:44.855]➜  # import config
2025-08-20T20:26:06.1690241Z [00:02:44.855]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.1691140Z [00:02:44.855]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.1691735Z [00:02:44.855]➜  EOF
2025-08-20T20:26:06.1696963Z [00:02:44.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b936/_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/b936=>" -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/b936/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/buffer/unbounded.go
2025-08-20T20:26:06.1811450Z [00:02:44.867]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T20:26:06.1829627Z [00:02:44.869]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/be/be821c11b80007d92764331c8b21c848e9200cb08e8a18a3ad6347a1eb1b747e-d # internal
2025-08-20T20:26:06.1838173Z [00:02:44.870]➜  github.com/cncf/xds/go/xds/type/matcher/v3
2025-08-20T20:26:06.1839118Z [00:02:44.870]➜  mkdir -p $WORK/b908/
2025-08-20T20:26:06.1840833Z [00:02:44.870]➜  cat >/tmp/go-build1823208636/b908/importcfg << 'EOF' # internal
2025-08-20T20:26:06.1841198Z [00:02:44.870]➜  # import config
2025-08-20T20:26:06.1841547Z [00:02:44.870]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.1841984Z [00:02:44.870]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.1842396Z [00:02:44.870]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.1842944Z [00:02:44.870]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1823208636/b882/_pkg_.a
2025-08-20T20:26:06.1843588Z [00:02:44.870]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build1823208636/b883/_pkg_.a
2025-08-20T20:26:06.1844212Z [00:02:44.870]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build1823208636/b909/_pkg_.a
2025-08-20T20:26:06.1844892Z [00:02:44.870]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:06.1845792Z [00:02:44.870]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.1846573Z [00:02:44.870]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.1847271Z [00:02:44.870]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.1847806Z [00:02:44.870]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.1848224Z [00:02:44.870]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.1848655Z [00:02:44.870]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.1849088Z [00:02:44.870]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.1849751Z [00:02:44.870]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.1850232Z [00:02:44.870]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.1850654Z [00:02:44.870]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.1851069Z [00:02:44.870]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.1851476Z [00:02:44.870]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.1851919Z [00:02:44.870]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.1852251Z [00:02:44.870]➜  EOF
2025-08-20T20:26:06.1861243Z [00:02:44.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b908/_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/b908=>" -p github.com/cncf/xds/go/xds/type/matcher/v3 -lang=go1.19 -complete -installsuffix shared -buildid TW5Lhv8Ch9suBkGhYSY1/TW5Lhv8Ch9suBkGhYSY1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/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-20T20:26:06.1941512Z [00:02:44.880]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T20:26:06.1946420Z [00:02:44.881]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/99/99a706e901f1759d824797e67ab1849353634d2d71c5b15f8d8a421852712dbd-d # internal
2025-08-20T20:26:06.1962762Z [00:02:44.881]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T20:26:06.1970776Z [00:02:44.883]➜  google.golang.org/grpc/xds/internal/clients/internal/pretty
2025-08-20T20:26:06.1973085Z [00:02:44.883]➜  mkdir -p $WORK/b937/
2025-08-20T20:26:06.1984743Z [00:02:44.885]➜  cat >/tmp/go-build1823208636/b937/importcfg << 'EOF' # internal
2025-08-20T20:26:06.1985637Z [00:02:44.885]➜  # import config
2025-08-20T20:26:06.1986281Z [00:02:44.885]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.1987259Z [00:02:44.885]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.1987757Z [00:02:44.885]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.1988678Z [00:02:44.885]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:06.1989434Z [00:02:44.885]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1823208636/b545/_pkg_.a
2025-08-20T20:26:06.1989860Z [00:02:44.885]➜  EOF
2025-08-20T20:26:06.1995267Z [00:02:44.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b937/_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/b937=>" -p google.golang.org/grpc/xds/internal/clients/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid QxOOLv1LEZ1ChSr1JMUm/QxOOLv1LEZ1ChSr1JMUm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/pretty/pretty.go
2025-08-20T20:26:06.2068418Z [00:02:44.893]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/6b/6b24bb1e5c185739e543cc40fa9e71a29b2784d92f74953c18d899b3fda9b3b1-d # internal
2025-08-20T20:26:06.2071449Z [00:02:44.893]➜  github.com/envoyproxy/go-control-plane/envoy/config/core/v3
2025-08-20T20:26:06.2071876Z [00:02:44.893]➜  mkdir -p $WORK/b880/
2025-08-20T20:26:06.2076133Z [00:02:44.894]➜  cat >/tmp/go-build1823208636/b880/importcfg << 'EOF' # internal
2025-08-20T20:26:06.2080890Z [00:02:44.894]➜  # import config
2025-08-20T20:26:06.2081384Z [00:02:44.894]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.2081819Z [00:02:44.894]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.2082601Z [00:02:44.894]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.2083147Z [00:02:44.894]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:06.2083817Z [00:02:44.894]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1823208636/b882/_pkg_.a
2025-08-20T20:26:06.2084467Z [00:02:44.894]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build1823208636/b883/_pkg_.a
2025-08-20T20:26:06.2085176Z [00:02:44.894]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:06.2086355Z [00:02:44.894]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:06.2087142Z [00:02:44.894]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:06.2087892Z [00:02:44.894]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:06.2088615Z [00:02:44.894]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.2089322Z [00:02:44.894]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.2090027Z [00:02:44.894]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.2090738Z [00:02:44.894]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:06.2091457Z [00:02:44.894]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:06.2092168Z [00:02:44.894]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:06.2092893Z [00:02:44.894]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:06.2093456Z [00:02:44.894]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.2093878Z [00:02:44.894]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.2094309Z [00:02:44.894]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.2094767Z [00:02:44.894]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.2095418Z [00:02:44.894]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.2096470Z [00:02:44.894]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.2096903Z [00:02:44.894]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.2097320Z [00:02:44.894]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.2097729Z [00:02:44.894]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.2098171Z [00:02:44.894]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.2098502Z [00:02:44.894]➜  EOF
2025-08-20T20:26:06.2115462Z [00:02:44.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b880/_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/b880=>" -p github.com/envoyproxy/go-control-plane/envoy/config/core/v3 -lang=go1.22 -complete -installsuffix shared -buildid pXI4nwXS-jPqtNfb1AuC/pXI4nwXS-jPqtNfb1AuC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b880/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-20T20:26:06.2245786Z [00:02:44.911]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T20:26:06.2266678Z [00:02:44.912]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/1d/1d6479da71f3991c61fa58e94560e87cba10711ad9f8c6a36be3ccc29ceee230-d # internal
2025-08-20T20:26:06.2267398Z [00:02:44.913]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T20:26:06.2275975Z [00:02:44.914]➜  google.golang.org/grpc/xds/internal/clients/internal/syncutil
2025-08-20T20:26:06.2282755Z [00:02:44.914]➜  mkdir -p $WORK/b938/
2025-08-20T20:26:06.2286262Z [00:02:44.915]➜  cat >/tmp/go-build1823208636/b938/importcfg << 'EOF' # internal
2025-08-20T20:26:06.2286673Z [00:02:44.915]➜  # import config
2025-08-20T20:26:06.2287031Z [00:02:44.915]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:06.2287751Z [00:02:44.915]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/buffer=/tmp/go-build1823208636/b936/_pkg_.a
2025-08-20T20:26:06.2288375Z [00:02:44.915]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.2288814Z [00:02:44.915]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:06.2289499Z [00:02:44.915]➜  EOF
2025-08-20T20:26:06.2292345Z [00:02:44.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b938/_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/b938=>" -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/b938/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-20T20:26:06.2302601Z [00:02:44.916]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/0a/0a81aa70879c97395a0b068ed5e566a97a8e10644c02d1b9bfe4541eff76947f-d # internal
2025-08-20T20:26:06.2310262Z [00:02:44.917]➜  google.golang.org/grpc/xds/internal/clients/xdsclient/internal
2025-08-20T20:26:06.2338869Z [00:02:44.920]➜  mkdir -p $WORK/b939/
2025-08-20T20:26:06.2339300Z [00:02:44.920]➜  cat >/tmp/go-build1823208636/b939/importcfg << 'EOF' # internal
2025-08-20T20:26:06.2339654Z [00:02:44.920]➜  # import config
2025-08-20T20:26:06.2339991Z [00:02:44.920]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.2340327Z [00:02:44.920]➜  EOF
2025-08-20T20:26:06.2342960Z [00:02:44.920]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b939/_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/b939=>" -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/b939/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal/internal.go
2025-08-20T20:26:06.2390635Z [00:02:44.925]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T20:26:06.2397841Z [00:02:44.926]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/7b/7b55b1d68d2a482a954197b4f28e26fa9e7dfd496479fc6e3ad26eec23da6878-d # internal
2025-08-20T20:26:06.2402164Z [00:02:44.926]➜  github.com/cncf/xds/go/udpa/type/v1
2025-08-20T20:26:06.2403000Z [00:02:44.926]➜  mkdir -p $WORK/b943/
2025-08-20T20:26:06.2411306Z [00:02:44.927]➜  cat >/tmp/go-build1823208636/b943/importcfg << 'EOF' # internal
2025-08-20T20:26:06.2411861Z [00:02:44.927]➜  # import config
2025-08-20T20:26:06.2412314Z [00:02:44.927]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.2413177Z [00:02:44.927]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.2413779Z [00:02:44.927]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.2414514Z [00:02:44.927]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.2415340Z [00:02:44.927]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.2416285Z [00:02:44.927]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.2417328Z [00:02:44.927]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:06.2417994Z [00:02:44.927]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.2418505Z [00:02:44.927]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.2419022Z [00:02:44.927]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.2419549Z [00:02:44.927]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.2420094Z [00:02:44.927]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.2420630Z [00:02:44.927]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.2421380Z [00:02:44.927]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.2421918Z [00:02:44.927]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.2422467Z [00:02:44.927]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.2423005Z [00:02:44.927]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.2423434Z [00:02:44.927]➜  EOF
2025-08-20T20:26:06.2426304Z [00:02:44.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b943/_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/b943=>" -p github.com/cncf/xds/go/udpa/type/v1 -lang=go1.19 -complete -installsuffix shared -buildid zM_EvdmMCKekczXyqTZz/zM_EvdmMCKekczXyqTZz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/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-20T20:26:06.2476698Z [00:02:44.934]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T20:26:06.2486206Z [00:02:44.935]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/c8/c864bf412a1721308b5aad06968709957b27dcd979c3691ce372cf7afcb2838d-d # internal
2025-08-20T20:26:06.2492777Z [00:02:44.935]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3
2025-08-20T20:26:06.2494124Z [00:02:44.936]➜  mkdir -p $WORK/b944/
2025-08-20T20:26:06.2506962Z [00:02:44.937]➜  cat >/tmp/go-build1823208636/b944/importcfg << 'EOF' # internal
2025-08-20T20:26:06.2508658Z [00:02:44.937]➜  # import config
2025-08-20T20:26:06.2509251Z [00:02:44.937]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.2509745Z [00:02:44.937]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.2510171Z [00:02:44.937]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.2510715Z [00:02:44.937]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:06.2511424Z [00:02:44.937]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:06.2512158Z [00:02:44.937]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.2512863Z [00:02:44.937]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.2513662Z [00:02:44.937]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.2514278Z [00:02:44.937]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.2514700Z [00:02:44.937]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.2515135Z [00:02:44.937]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.2515704Z [00:02:44.937]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.2516185Z [00:02:44.937]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.2516781Z [00:02:44.937]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.2517202Z [00:02:44.937]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.2517619Z [00:02:44.937]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.2518028Z [00:02:44.937]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.2518469Z [00:02:44.937]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.2518819Z [00:02:44.937]➜  EOF
2025-08-20T20:26:06.2521931Z [00:02:44.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b944/_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/b944=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3 -lang=go1.22 -complete -installsuffix shared -buildid UmOrLRoctNT1DCWIk1vD/UmOrLRoctNT1DCWIk1vD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/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-20T20:26:06.2892338Z [00:02:44.975]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T20:26:06.2908778Z [00:02:44.977]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/16/16801bb8d6bc7c516f544dc40776f4a00464b22c3a5e5c46a5340591a81b3791-d # internal
2025-08-20T20:26:06.2915941Z [00:02:44.978]➜  github.com/envoyproxy/go-control-plane/envoy/type/http/v3
2025-08-20T20:26:06.2920713Z [00:02:44.978]➜  mkdir -p $WORK/b946/
2025-08-20T20:26:06.2928405Z [00:02:44.979]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T20:26:06.2936259Z [00:02:44.980]➜  cat >/tmp/go-build1823208636/b946/importcfg << 'EOF' # internal
2025-08-20T20:26:06.2937699Z [00:02:44.980]➜  # import config
2025-08-20T20:26:06.2938076Z [00:02:44.980]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.2938503Z [00:02:44.980]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.2938920Z [00:02:44.980]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.2939474Z [00:02:44.980]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:06.2940438Z [00:02:44.980]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:06.2941245Z [00:02:44.980]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.2941959Z [00:02:44.980]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.2942648Z [00:02:44.980]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.2943368Z [00:02:44.980]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:06.2943925Z [00:02:44.980]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.2944348Z [00:02:44.980]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.2944917Z [00:02:44.980]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.2945411Z [00:02:44.980]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.2946144Z [00:02:44.980]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.2946572Z [00:02:44.980]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.2947023Z [00:02:44.980]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.2947440Z [00:02:44.980]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.2947847Z [00:02:44.980]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.2948513Z [00:02:44.980]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.2948846Z [00:02:44.980]➜  EOF
2025-08-20T20:26:06.2956825Z [00:02:44.982]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/29/294a009e28eff25faaba01b87e08dcc2c62fea36f75dfeca9691cc5f8358cc28-d # internal
2025-08-20T20:26:06.2962320Z [00:02:44.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b946/_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/b946=>" -p github.com/envoyproxy/go-control-plane/envoy/type/http/v3 -lang=go1.22 -complete -installsuffix shared -buildid 6RmaJEH5mzfaf3T_rbuo/6RmaJEH5mzfaf3T_rbuo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/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-20T20:26:06.2971728Z [00:02:44.983]➜  google.golang.org/grpc/internal/xds/matcher
2025-08-20T20:26:06.2972091Z [00:02:44.983]➜  mkdir -p $WORK/b947/
2025-08-20T20:26:06.2972476Z [00:02:44.983]➜  cat >/tmp/go-build1823208636/b947/importcfg << 'EOF' # internal
2025-08-20T20:26:06.2975351Z [00:02:44.984]➜  # import config
2025-08-20T20:26:06.2975852Z [00:02:44.984]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.2976291Z [00:02:44.984]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.2976918Z [00:02:44.984]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:06.2977654Z [00:02:44.984]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1823208636/b616/_pkg_.a
2025-08-20T20:26:06.2978273Z [00:02:44.984]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:06.2978773Z [00:02:44.984]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.2979195Z [00:02:44.984]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:06.2979639Z [00:02:44.984]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.2980205Z [00:02:44.984]➜  EOF
2025-08-20T20:26:06.2983668Z [00:02:44.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b947/_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/b947=>" -p google.golang.org/grpc/internal/xds/matcher -lang=go1.23 -complete -installsuffix shared -buildid I2Tkq-BUhUz0PVQe00Wz/I2Tkq-BUhUz0PVQe00Wz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b947/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-20T20:26:06.3473303Z [00:02:45.033]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T20:26:06.3487889Z [00:02:45.035]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/82/82ccaaa7c3dd994b257d48b585593d66dd87f9e2451aa19d2e16bc0d082f0cb2-d # internal
2025-08-20T20:26:06.3520013Z [00:02:45.038]➜  google.golang.org/grpc/xds/internal
2025-08-20T20:26:06.3521157Z [00:02:45.038]➜  mkdir -p $WORK/b948/
2025-08-20T20:26:06.3528364Z [00:02:45.039]➜  cat >/tmp/go-build1823208636/b948/importcfg << 'EOF' # internal
2025-08-20T20:26:06.3528818Z [00:02:45.039]➜  # import config
2025-08-20T20:26:06.3529163Z [00:02:45.039]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.3529675Z [00:02:45.039]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.3530612Z [00:02:45.039]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:06.3531055Z [00:02:45.039]➜  EOF
2025-08-20T20:26:06.3532966Z [00:02:45.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b948/_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/b948=>" -p google.golang.org/grpc/xds/internal -lang=go1.23 -complete -installsuffix shared -buildid z0dNr121UgLo4VPl-rqg/z0dNr121UgLo4VPl-rqg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/internal.go
2025-08-20T20:26:06.3740596Z [00:02:45.060]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T20:26:06.3747088Z [00:02:45.061]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/38/3833d2f5dfd6ddff397625d9012d81d1328ef2af2a11be8a421cd48f3d2fa05d-d # internal
2025-08-20T20:26:06.3756408Z [00:02:45.061]➜  google.golang.org/grpc/xds/internal/clusterspecifier
2025-08-20T20:26:06.3756811Z [00:02:45.062]➜  mkdir -p $WORK/b949/
2025-08-20T20:26:06.3764971Z [00:02:45.063]➜  cat >/tmp/go-build1823208636/b949/importcfg << 'EOF' # internal
2025-08-20T20:26:06.3765355Z [00:02:45.063]➜  # import config
2025-08-20T20:26:06.3765945Z [00:02:45.063]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:06.3766376Z [00:02:45.063]➜  EOF
2025-08-20T20:26:06.3768875Z [00:02:45.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b949/_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/b949=>" -p google.golang.org/grpc/xds/internal/clusterspecifier -lang=go1.23 -complete -installsuffix shared -buildid 0ZKnLuDeywVft41W4t6P/0ZKnLuDeywVft41W4t6P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clusterspecifier/cluster_specifier.go
2025-08-20T20:26:06.3912495Z [00:02:45.077]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T20:26:06.3916647Z [00:02:45.078]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/2f/2fe93e870c55b286dc18d011587988210942289289d4c0b21f40d5eb25ae40e7-d # internal
2025-08-20T20:26:06.3927094Z [00:02:45.078]➜  google.golang.org/grpc/xds/internal/httpfilter
2025-08-20T20:26:06.3927734Z [00:02:45.079]➜  mkdir -p $WORK/b950/
2025-08-20T20:26:06.3929180Z [00:02:45.079]➜  cat >/tmp/go-build1823208636/b950/importcfg << 'EOF' # internal
2025-08-20T20:26:06.3929997Z [00:02:45.079]➜  # import config
2025-08-20T20:26:06.3931040Z [00:02:45.079]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1823208636/b628/_pkg_.a
2025-08-20T20:26:06.3931732Z [00:02:45.079]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:06.3932137Z [00:02:45.079]➜  EOF
2025-08-20T20:26:06.3934616Z [00:02:45.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b950/_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/b950=>" -p google.golang.org/grpc/xds/internal/httpfilter -lang=go1.23 -complete -installsuffix shared -buildid 0yyr6thCaUnPBp-8J-mC/0yyr6thCaUnPBp-8J-mC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/httpfilter.go
2025-08-20T20:26:06.3947929Z [00:02:45.081]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T20:26:06.4057029Z [00:02:45.092]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/64/64bd61b44707f18693ffe35a4c05e2c93d46f5db7c97c2feb35213c806a47fca-d # internal
2025-08-20T20:26:06.4090928Z [00:02:45.095]➜  google.golang.org/grpc/balancer/leastrequest
2025-08-20T20:26:06.4092750Z [00:02:45.095]➜  mkdir -p $WORK/b954/
2025-08-20T20:26:06.4093790Z [00:02:45.095]➜  cat >/tmp/go-build1823208636/b954/importcfg << 'EOF' # internal
2025-08-20T20:26:06.4094494Z [00:02:45.095]➜  # import config
2025-08-20T20:26:06.4095755Z [00:02:45.095]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.4096267Z [00:02:45.095]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.4096790Z [00:02:45.095]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.4097578Z [00:02:45.095]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build1823208636/b613/_pkg_.a
2025-08-20T20:26:06.4098351Z [00:02:45.095]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1823208636/b609/_pkg_.a
2025-08-20T20:26:06.4099344Z [00:02:45.095]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:06.4099943Z [00:02:45.095]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.4100568Z [00:02:45.095]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:06.4101184Z [00:02:45.095]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.4101791Z [00:02:45.095]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:06.4102335Z [00:02:45.095]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:06.4102881Z [00:02:45.095]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.4103404Z [00:02:45.095]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:06.4103742Z [00:02:45.095]➜  EOF
2025-08-20T20:26:06.4105925Z [00:02:45.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b954/_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/b954=>" -p google.golang.org/grpc/balancer/leastrequest -lang=go1.23 -complete -installsuffix shared -buildid 8wB-KdWeT67W9-RNJcFc/8wB-KdWeT67W9-RNJcFc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/leastrequest/leastrequest.go
2025-08-20T20:26:06.4267110Z [00:02:45.113]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T20:26:06.4306519Z [00:02:45.117]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/e6/e6f190414cc6a7f81df8204dfc9a8d6163dd4de7d350c0008f2aa2810390be36-d # internal
2025-08-20T20:26:06.4353531Z [00:02:45.121]➜  google.golang.org/grpc/internal/wrr
2025-08-20T20:26:06.4354962Z [00:02:45.122]➜  mkdir -p $WORK/b957/
2025-08-20T20:26:06.4357131Z [00:02:45.122]➜  cat >/tmp/go-build1823208636/b957/importcfg << 'EOF' # internal
2025-08-20T20:26:06.4358169Z [00:02:45.122]➜  # import config
2025-08-20T20:26:06.4358816Z [00:02:45.122]➜  packagefile container/heap=/tmp/go-build1823208636/b834/_pkg_.a
2025-08-20T20:26:06.4359279Z [00:02:45.122]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.4366597Z [00:02:45.123]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:06.4369400Z [00:02:45.123]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.4369845Z [00:02:45.123]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.4375272Z [00:02:45.123]➜  EOF
2025-08-20T20:26:06.4378118Z [00:02:45.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b957/_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/b957=>" -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/b957/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-20T20:26:06.4844835Z [00:02:45.170]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T20:26:06.4850891Z [00:02:45.171]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/3a/3a9d0b9153f94c5f086eed2a0fab2403206d261f2f4709522649be6e1a23efe7-d # internal
2025-08-20T20:26:06.4856000Z [00:02:45.172]➜  google.golang.org/grpc/balancer/weightedtarget/weightedaggregator
2025-08-20T20:26:06.4857044Z [00:02:45.172]➜  mkdir -p $WORK/b956/
2025-08-20T20:26:06.4862026Z [00:02:45.172]➜  cat >/tmp/go-build1823208636/b956/importcfg << 'EOF' # internal
2025-08-20T20:26:06.4862894Z [00:02:45.172]➜  # import config
2025-08-20T20:26:06.4865038Z [00:02:45.172]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.4865503Z [00:02:45.172]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.4866195Z [00:02:45.172]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.4866843Z [00:02:45.172]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:06.4867473Z [00:02:45.172]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:06.4868111Z [00:02:45.172]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:06.4868754Z [00:02:45.172]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build1823208636/b957/_pkg_.a
2025-08-20T20:26:06.4869556Z [00:02:45.172]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.4869925Z [00:02:45.172]➜  EOF
2025-08-20T20:26:06.4872497Z [00:02:45.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b956/_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/b956=>" -p google.golang.org/grpc/balancer/weightedtarget/weightedaggregator -lang=go1.23 -complete -installsuffix shared -buildid 5z4C0wKy2l9saIcUG4Wu/5z4C0wKy2l9saIcUG4Wu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedtarget/weightedaggregator/aggregator.go
2025-08-20T20:26:06.5007092Z [00:02:45.187]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T20:26:06.5034663Z [00:02:45.189]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/4f/4f684124d91d468c59357630f60cbb0a63ec5eae1418cb7101032d0136cfe96e-d # internal
2025-08-20T20:26:06.5042157Z [00:02:45.190]➜  google.golang.org/grpc/internal/hierarchy
2025-08-20T20:26:06.5043954Z [00:02:45.191]➜  mkdir -p $WORK/b958/
2025-08-20T20:26:06.5052298Z [00:02:45.191]➜  cat >/tmp/go-build1823208636/b958/importcfg << 'EOF' # internal
2025-08-20T20:26:06.5052849Z [00:02:45.191]➜  # import config
2025-08-20T20:26:06.5053414Z [00:02:45.191]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.5054289Z [00:02:45.191]➜  EOF
2025-08-20T20:26:06.5066352Z [00:02:45.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b958/_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/b958=>" -p google.golang.org/grpc/internal/hierarchy -lang=go1.23 -complete -installsuffix shared -buildid 776DCXAURJAPuZbTDzmB/776DCXAURJAPuZbTDzmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/hierarchy/hierarchy.go
2025-08-20T20:26:06.5233044Z [00:02:45.209]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T20:26:06.5235242Z [00:02:45.209]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/ca/cafdda0c8799532a8b89ae68900ef96e32b8b082d3396830bd3ae2e802cff494-d # internal
2025-08-20T20:26:06.5238176Z [00:02:45.209]➜  google.golang.org/grpc/internal/balancer/nop
2025-08-20T20:26:06.5238567Z [00:02:45.209]➜  mkdir -p $WORK/b960/
2025-08-20T20:26:06.5238969Z [00:02:45.210]➜  cat >/tmp/go-build1823208636/b960/importcfg << 'EOF' # internal
2025-08-20T20:26:06.5239315Z [00:02:45.210]➜  # import config
2025-08-20T20:26:06.5239749Z [00:02:45.210]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.5240362Z [00:02:45.210]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:06.5241001Z [00:02:45.210]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:06.5241408Z [00:02:45.210]➜  EOF
2025-08-20T20:26:06.5243439Z [00:02:45.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b960/_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/b960=>" -p google.golang.org/grpc/internal/balancer/nop -lang=go1.23 -complete -installsuffix shared -buildid FQESa4RaGoUfCGiq2ujW/FQESa4RaGoUfCGiq2ujW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/nop/nop.go
2025-08-20T20:26:06.5382457Z [00:02:45.224]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T20:26:06.5411258Z [00:02:45.227]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/5c/5c13b9beaf07ffaeabb6f5e717ee88c101e62f57dee8658e31c0677e8dcca92b-d # internal
2025-08-20T20:26:06.5450235Z [00:02:45.231]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T20:26:06.5463529Z [00:02:45.232]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/1f/1fa46b69eab5620249f966972458aada0b21244712067536cd7525ee29c4a03c-d # internal
2025-08-20T20:26:06.5465293Z [00:02:45.232]➜  google.golang.org/grpc/balancer/weightedtarget
2025-08-20T20:26:06.5466024Z [00:02:45.232]➜  mkdir -p $WORK/b955/
2025-08-20T20:26:06.5466412Z [00:02:45.232]➜  cat >/tmp/go-build1823208636/b955/importcfg << 'EOF' # internal
2025-08-20T20:26:06.5466760Z [00:02:45.232]➜  # import config
2025-08-20T20:26:06.5467387Z [00:02:45.232]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.5467838Z [00:02:45.232]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.5468347Z [00:02:45.232]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.5469421Z [00:02:45.232]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build1823208636/b956/_pkg_.a
2025-08-20T20:26:06.5470230Z [00:02:45.232]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.5470882Z [00:02:45.232]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build1823208636/b871/_pkg_.a
2025-08-20T20:26:06.5471565Z [00:02:45.232]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:06.5472224Z [00:02:45.232]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build1823208636/b958/_pkg_.a
2025-08-20T20:26:06.5473071Z [00:02:45.232]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:06.5473749Z [00:02:45.232]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:06.5474727Z [00:02:45.232]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build1823208636/b957/_pkg_.a
2025-08-20T20:26:06.5477306Z [00:02:45.232]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.5479555Z [00:02:45.232]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:06.5480346Z [00:02:45.232]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.5480665Z [00:02:45.232]➜  EOF
2025-08-20T20:26:06.5483475Z [00:02:45.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b955/_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/b955=>" -p google.golang.org/grpc/balancer/weightedtarget -lang=go1.23 -complete -installsuffix shared -buildid 4iKVC4L_8RKVkDzsMjZq/4iKVC4L_8RKVkDzsMjZq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/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-20T20:26:06.5486215Z [00:02:45.233]➜  google.golang.org/grpc/internal/credentials/xds
2025-08-20T20:26:06.5486594Z [00:02:45.233]➜  mkdir -p $WORK/b961/
2025-08-20T20:26:06.5486973Z [00:02:45.234]➜  cat >/tmp/go-build1823208636/b961/importcfg << 'EOF' # internal
2025-08-20T20:26:06.5487318Z [00:02:45.234]➜  # import config
2025-08-20T20:26:06.5487657Z [00:02:45.234]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:06.5488108Z [00:02:45.234]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:06.5488564Z [00:02:45.234]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:06.5488996Z [00:02:45.234]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.5489446Z [00:02:45.234]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.5489960Z [00:02:45.234]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1823208636/b599/_pkg_.a
2025-08-20T20:26:06.5490833Z [00:02:45.234]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build1823208636/b888/_pkg_.a
2025-08-20T20:26:06.5491574Z [00:02:45.234]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:06.5492246Z [00:02:45.234]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build1823208636/b901/_pkg_.a
2025-08-20T20:26:06.5492948Z [00:02:45.234]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build1823208636/b947/_pkg_.a
2025-08-20T20:26:06.5493579Z [00:02:45.234]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.5494082Z [00:02:45.234]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.5494398Z [00:02:45.234]➜  EOF
2025-08-20T20:26:06.5527130Z [00:02:45.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b961/_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/b961=>" -p google.golang.org/grpc/internal/credentials/xds -lang=go1.23 -complete -installsuffix shared -buildid REpIC4wKRTL1bIVXiZJT/REpIC4wKRTL1bIVXiZJT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/xds/handshake_info.go
2025-08-20T20:26:06.5687293Z [00:02:45.255]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T20:26:06.5734965Z [00:02:45.259]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T20:26:06.5766224Z [00:02:45.263]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/6b/6bdb4d224b0f00e046c93c1bbc6df74274978dd0978bd827d4b05016001cceba-d # internal
2025-08-20T20:26:06.5777973Z [00:02:45.264]➜  google.golang.org/grpc/internal/balancer/weight
2025-08-20T20:26:06.5778416Z [00:02:45.264]➜  mkdir -p $WORK/b963/
2025-08-20T20:26:06.5783759Z [00:02:45.264]➜  cat >/tmp/go-build1823208636/b963/importcfg << 'EOF' # internal
2025-08-20T20:26:06.5784928Z [00:02:45.264]➜  # import config
2025-08-20T20:26:06.5785276Z [00:02:45.264]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.5786194Z [00:02:45.264]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.5786610Z [00:02:45.264]➜  EOF
2025-08-20T20:26:06.5789618Z [00:02:45.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b963/_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/b963=>" -p google.golang.org/grpc/internal/balancer/weight -lang=go1.23 -complete -installsuffix shared -buildid x63q9FjmDrUOQmooLb99/x63q9FjmDrUOQmooLb99 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/weight/weight.go
2025-08-20T20:26:06.5800716Z [00:02:45.266]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/9c/9c09b525b8cb85501000087cdd701f635230ee8b2a9423ee643d6975b294c84a-d # internal
2025-08-20T20:26:06.5809321Z [00:02:45.267]➜  google.golang.org/grpc/resolver/ringhash
2025-08-20T20:26:06.5809693Z [00:02:45.267]➜  mkdir -p $WORK/b964/
2025-08-20T20:26:06.5812831Z [00:02:45.267]➜  cat >/tmp/go-build1823208636/b964/importcfg << 'EOF' # internal
2025-08-20T20:26:06.5813265Z [00:02:45.267]➜  # import config
2025-08-20T20:26:06.5813708Z [00:02:45.267]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.5814122Z [00:02:45.267]➜  EOF
2025-08-20T20:26:06.5816585Z [00:02:45.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b964/_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/b964=>" -p google.golang.org/grpc/resolver/ringhash -lang=go1.23 -complete -installsuffix shared -buildid eCH9cP1LkiEpQkRmAzyw/eCH9cP1LkiEpQkRmAzyw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/ringhash/attr.go
2025-08-20T20:26:06.5922875Z [00:02:45.278]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T20:26:06.5923410Z [00:02:45.278]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T20:26:06.5935668Z [00:02:45.280]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/96/96a9bae774a6bcbfaf6b7bae91d3c4586efbff3fd9d6b46c79a222834f279e39-d # internal
2025-08-20T20:26:06.5944522Z [00:02:45.281]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T20:26:06.5945995Z [00:02:45.281]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/aa/aa36bb7833d7fa38adee2824c96df8762da4cbfa04e3e0b9186814997c65e8b7-d # internal
2025-08-20T20:26:06.5958668Z [00:02:45.282]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/5f/5fdeac7bffe820a1f4062c213954a4fc0075af9798e97f36400fba80f663a912-d # internal
2025-08-20T20:26:06.5967219Z [00:02:45.283]➜  github.com/cncf/xds/go/xds/data/orca/v3
2025-08-20T20:26:06.5971136Z [00:02:45.283]➜  mkdir -p $WORK/b966/
2025-08-20T20:26:06.5972866Z [00:02:45.283]➜  cat >/tmp/go-build1823208636/b966/importcfg << 'EOF' # internal
2025-08-20T20:26:06.5973253Z [00:02:45.283]➜  # import config
2025-08-20T20:26:06.5973606Z [00:02:45.283]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.5974034Z [00:02:45.283]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.5974449Z [00:02:45.283]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.5975374Z [00:02:45.283]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:06.5985351Z [00:02:45.283]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.5986237Z [00:02:45.283]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.5986969Z [00:02:45.283]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.5987510Z [00:02:45.283]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.5987935Z [00:02:45.283]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.5988656Z [00:02:45.283]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.5990028Z [00:02:45.283]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.5990541Z [00:02:45.283]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.5990977Z [00:02:45.283]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.5991393Z [00:02:45.283]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.5991812Z [00:02:45.283]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.5992229Z [00:02:45.283]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.5992669Z [00:02:45.283]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.5994943Z [00:02:45.283]➜  EOF
2025-08-20T20:26:06.5998160Z [00:02:45.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b966/_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/b966=>" -p github.com/cncf/xds/go/xds/data/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid H8qwzstrXXdTMUokmCyq/H8qwzstrXXdTMUokmCyq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/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-20T20:26:06.6002697Z [00:02:45.285]➜  google.golang.org/grpc/xds/internal/balancer/outlierdetection
2025-08-20T20:26:06.6003149Z [00:02:45.285]➜  mkdir -p $WORK/b968/
2025-08-20T20:26:06.6003750Z [00:02:45.286]➜  cat >/tmp/go-build1823208636/b968/importcfg << 'EOF' # internal
2025-08-20T20:26:06.6004183Z [00:02:45.286]➜  # import config
2025-08-20T20:26:06.6004554Z [00:02:45.286]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.6004986Z [00:02:45.286]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.6005494Z [00:02:45.286]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.6006336Z [00:02:45.286]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:06.6006941Z [00:02:45.286]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.6007632Z [00:02:45.286]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build1823208636/b620/_pkg_.a
2025-08-20T20:26:06.6008941Z [00:02:45.286]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1823208636/b625/_pkg_.a
2025-08-20T20:26:06.6009713Z [00:02:45.286]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1823208636/b597/_pkg_.a
2025-08-20T20:26:06.6010375Z [00:02:45.286]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:06.6012204Z [00:02:45.286]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:06.6013159Z [00:02:45.286]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:06.6020685Z [00:02:45.286]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.6021324Z [00:02:45.286]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:06.6021833Z [00:02:45.286]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:06.6022284Z [00:02:45.286]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:06.6022730Z [00:02:45.286]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.6023149Z [00:02:45.286]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.6023850Z [00:02:45.286]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:06.6024281Z [00:02:45.286]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.6024584Z [00:02:45.286]➜  EOF
2025-08-20T20:26:06.6028722Z [00:02:45.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b968/_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/b968=>" -p google.golang.org/grpc/xds/internal/balancer/outlierdetection -lang=go1.23 -complete -installsuffix shared -buildid L1csejT_z6d6OI4o8HAW/L1csejT_z6d6OI4o8HAW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/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-20T20:26:06.6032280Z [00:02:45.287]➜  google.golang.org/grpc/xds/internal/balancer/priority
2025-08-20T20:26:06.6032622Z [00:02:45.288]➜  mkdir -p $WORK/b969/
2025-08-20T20:26:06.6032988Z [00:02:45.288]➜  cat >/tmp/go-build1823208636/b969/importcfg << 'EOF' # internal
2025-08-20T20:26:06.6033329Z [00:02:45.288]➜  # import config
2025-08-20T20:26:06.6033687Z [00:02:45.288]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.6034129Z [00:02:45.288]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.6034707Z [00:02:45.288]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.6035281Z [00:02:45.288]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.6036025Z [00:02:45.288]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:06.6036647Z [00:02:45.288]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:06.6037246Z [00:02:45.288]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.6037888Z [00:02:45.288]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build1823208636/b871/_pkg_.a
2025-08-20T20:26:06.6038552Z [00:02:45.288]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1823208636/b625/_pkg_.a
2025-08-20T20:26:06.6039303Z [00:02:45.288]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:06.6040037Z [00:02:45.288]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:06.6040702Z [00:02:45.288]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build1823208636/b958/_pkg_.a
2025-08-20T20:26:06.6041351Z [00:02:45.288]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:06.6042019Z [00:02:45.288]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:06.6042812Z [00:02:45.288]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.6043422Z [00:02:45.288]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:06.6043931Z [00:02:45.288]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.6044368Z [00:02:45.288]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:06.6044805Z [00:02:45.288]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.6045109Z [00:02:45.288]➜  EOF
2025-08-20T20:26:06.6054182Z [00:02:45.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b969/_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/b969=>" -p google.golang.org/grpc/xds/internal/balancer/priority -lang=go1.23 -complete -installsuffix shared -buildid 7QG2eKZlmIKRAQI9QyyO/7QG2eKZlmIKRAQI9QyyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/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-20T20:26:06.6576816Z [00:02:45.343]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T20:26:06.6597474Z [00:02:45.345]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/f5/f566023974d0e95e09489805726691b1397e5032e5dec54f3de3b0f9b48e720a-d # internal
2025-08-20T20:26:06.6626858Z [00:02:45.348]➜  google.golang.org/grpc/xds/internal/balancer/wrrlocality
2025-08-20T20:26:06.6629015Z [00:02:45.348]➜  mkdir -p $WORK/b970/
2025-08-20T20:26:06.6633460Z [00:02:45.349]➜  cat >/tmp/go-build1823208636/b970/importcfg << 'EOF' # internal
2025-08-20T20:26:06.6635036Z [00:02:45.349]➜  # import config
2025-08-20T20:26:06.6635476Z [00:02:45.349]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.6643983Z [00:02:45.349]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.6644719Z [00:02:45.349]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.6645269Z [00:02:45.349]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.6646129Z [00:02:45.349]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build1823208636/b955/_pkg_.a
2025-08-20T20:26:06.6646776Z [00:02:45.349]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.6647415Z [00:02:45.349]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:06.6648093Z [00:02:45.349]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:06.6648993Z [00:02:45.349]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.6649680Z [00:02:45.349]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:06.6650304Z [00:02:45.349]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build1823208636/b948/_pkg_.a
2025-08-20T20:26:06.6650709Z [00:02:45.349]➜  EOF
2025-08-20T20:26:06.6653370Z [00:02:45.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b970/_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/b970=>" -p google.golang.org/grpc/xds/internal/balancer/wrrlocality -lang=go1.23 -complete -installsuffix shared -buildid us6TQBevh_CDvchnGATv/us6TQBevh_CDvchnGATv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/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-20T20:26:06.6770487Z [00:02:45.363]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T20:26:06.6817793Z [00:02:45.368]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/14/14d3b1bd7ee88fd034022be2340b94fe466296ee2b39281c956e8e3b16fee15d-d # internal
2025-08-20T20:26:06.6885399Z [00:02:45.375]➜  google.golang.org/grpc/xds/internal/balancer/clustermanager
2025-08-20T20:26:06.6887321Z [00:02:45.375]➜  mkdir -p $WORK/b971/
2025-08-20T20:26:06.6891345Z [00:02:45.375]➜  cat >/tmp/go-build1823208636/b971/importcfg << 'EOF' # internal
2025-08-20T20:26:06.6891748Z [00:02:45.375]➜  # import config
2025-08-20T20:26:06.6892094Z [00:02:45.375]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:06.6892550Z [00:02:45.375]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.6892995Z [00:02:45.375]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.6893516Z [00:02:45.375]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.6894144Z [00:02:45.375]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:06.6894738Z [00:02:45.375]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:06.6895337Z [00:02:45.375]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:06.6896170Z [00:02:45.375]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.6896830Z [00:02:45.375]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build1823208636/b871/_pkg_.a
2025-08-20T20:26:06.6897505Z [00:02:45.375]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:06.6898162Z [00:02:45.375]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build1823208636/b958/_pkg_.a
2025-08-20T20:26:06.6898818Z [00:02:45.375]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:06.6899816Z [00:02:45.375]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:06.6900525Z [00:02:45.375]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.6901134Z [00:02:45.375]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:06.6901732Z [00:02:45.375]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:06.6902228Z [00:02:45.375]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.6902636Z [00:02:45.375]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.6902941Z [00:02:45.375]➜  EOF
2025-08-20T20:26:06.6909128Z [00:02:45.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b971/_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/b971=>" -p google.golang.org/grpc/xds/internal/balancer/clustermanager -lang=go1.23 -complete -installsuffix shared -buildid 3uKcdwGaCvT94vbHhmij/3uKcdwGaCvT94vbHhmij -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/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-20T20:26:06.7132156Z [00:02:45.399]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T20:26:06.7141264Z [00:02:45.400]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/fa/fa3ab05684d13976386b4c23dd30b9b8a58d4b2014eda4b594ab2878d5ae569a-d # internal
2025-08-20T20:26:06.7148417Z [00:02:45.401]➜  google.golang.org/grpc/xds/internal/clusterspecifier/rls
2025-08-20T20:26:06.7151911Z [00:02:45.401]➜  mkdir -p $WORK/b972/
2025-08-20T20:26:06.7154728Z [00:02:45.401]➜  cat >/tmp/go-build1823208636/b972/importcfg << 'EOF' # internal
2025-08-20T20:26:06.7156537Z [00:02:45.402]➜  # import config
2025-08-20T20:26:06.7156936Z [00:02:45.402]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.7157383Z [00:02:45.402]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.7157911Z [00:02:45.402]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.7158500Z [00:02:45.402]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:06.7159175Z [00:02:45.402]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build1823208636/b870/_pkg_.a
2025-08-20T20:26:06.7159942Z [00:02:45.402]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build1823208636/b949/_pkg_.a
2025-08-20T20:26:06.7160671Z [00:02:45.402]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:06.7161326Z [00:02:45.402]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:06.7162004Z [00:02:45.402]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.7162439Z [00:02:45.402]➜  EOF
2025-08-20T20:26:06.7164910Z [00:02:45.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b972/_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/b972=>" -p google.golang.org/grpc/xds/internal/clusterspecifier/rls -lang=go1.23 -complete -installsuffix shared -buildid pHcNDuM1cwqZplzqE6Ql/pHcNDuM1cwqZplzqE6Ql -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clusterspecifier/rls/rls.go
2025-08-20T20:26:06.7233799Z [00:02:45.409]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T20:26:06.7282677Z [00:02:45.414]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/8e/8e9414f80de21a378c592588f2eac90234bfef5858ea57768089254fae6ca5ce-d # internal
2025-08-20T20:26:06.7287856Z [00:02:45.414]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3
2025-08-20T20:26:06.7288346Z [00:02:45.414]➜  mkdir -p $WORK/b974/
2025-08-20T20:26:06.7288726Z [00:02:45.414]➜  cat >/tmp/go-build1823208636/b974/importcfg << 'EOF' # internal
2025-08-20T20:26:06.7289070Z [00:02:45.414]➜  # import config
2025-08-20T20:26:06.7289457Z [00:02:45.414]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.7289881Z [00:02:45.414]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.7290506Z [00:02:45.414]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.7291130Z [00:02:45.414]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:06.7291843Z [00:02:45.414]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:06.7292591Z [00:02:45.414]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:06.7293312Z [00:02:45.414]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.7294205Z [00:02:45.414]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.7294901Z [00:02:45.414]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.7295792Z [00:02:45.415]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:06.7296425Z [00:02:45.415]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.7296848Z [00:02:45.415]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.7297457Z [00:02:45.415]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.7297885Z [00:02:45.415]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.7298307Z [00:02:45.415]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.7298720Z [00:02:45.415]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.7299139Z [00:02:45.415]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.7299559Z [00:02:45.415]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.7299966Z [00:02:45.415]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.7300411Z [00:02:45.415]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.7300742Z [00:02:45.415]➜  EOF
2025-08-20T20:26:06.7309817Z [00:02:45.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b974/_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/b974=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid LeZjxvDGpEl70tJ4o3Kt/LeZjxvDGpEl70tJ4o3Kt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/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-20T20:26:06.7385978Z [00:02:45.424]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T20:26:06.7387045Z [00:02:45.425]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/7b/7b6d352b5ce6355272505a27deb0e22d3c2f7d9d4c29fb64fb737bdf442d0355-d # internal
2025-08-20T20:26:06.7387879Z [00:02:45.425]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3
2025-08-20T20:26:06.7388337Z [00:02:45.425]➜  mkdir -p $WORK/b980/
2025-08-20T20:26:06.7392712Z [00:02:45.425]➜  cat >/tmp/go-build1823208636/b980/importcfg << 'EOF' # internal
2025-08-20T20:26:06.7395445Z [00:02:45.426]➜  # import config
2025-08-20T20:26:06.7395997Z [00:02:45.426]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.7396455Z [00:02:45.426]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.7396870Z [00:02:45.426]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.7397414Z [00:02:45.426]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:06.7398357Z [00:02:45.426]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.7399140Z [00:02:45.426]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.7399838Z [00:02:45.426]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.7400370Z [00:02:45.426]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.7400789Z [00:02:45.426]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.7401385Z [00:02:45.426]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.7401809Z [00:02:45.426]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.7402228Z [00:02:45.426]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.7402639Z [00:02:45.426]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.7403060Z [00:02:45.426]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.7403485Z [00:02:45.426]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.7403893Z [00:02:45.426]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.7404479Z [00:02:45.426]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.7404813Z [00:02:45.426]➜  EOF
2025-08-20T20:26:06.7408167Z [00:02:45.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b980/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/rbac/audit_loggers/stream/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/rbac/audit_loggers/stream/v3;$WORK/b980=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3 -lang=go1.22 -complete -installsuffix shared -buildid OirV9ZQUvBnPFZ8eFM5U/OirV9ZQUvBnPFZ8eFM5U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/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-20T20:26:06.7524845Z [00:02:45.439]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T20:26:06.7533112Z [00:02:45.439]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/42/4247de1acf7271c2374cac29f92d1176d8f48d097c0e2dbd023fe25c8fecaf11-d # internal
2025-08-20T20:26:06.7542470Z [00:02:45.440]➜  google.golang.org/grpc/authz/audit
2025-08-20T20:26:06.7544273Z [00:02:45.441]➜  mkdir -p $WORK/b981/
2025-08-20T20:26:06.7544704Z [00:02:45.441]➜  cat >/tmp/go-build1823208636/b981/importcfg << 'EOF' # internal
2025-08-20T20:26:06.7545064Z [00:02:45.441]➜  # import config
2025-08-20T20:26:06.7545431Z [00:02:45.441]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.7546119Z [00:02:45.441]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.7546435Z [00:02:45.441]➜  EOF
2025-08-20T20:26:06.7548607Z [00:02:45.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b981/_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/b981=>" -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/b981/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/authz/audit/audit_logger.go
2025-08-20T20:26:06.7704893Z [00:02:45.457]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T20:26:06.7713641Z [00:02:45.457]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/5d/5d46c9518aac72d54ebdad20d4ea4d6a2891a44228a78e43b02bff66d30a68df-d # internal
2025-08-20T20:26:06.7721704Z [00:02:45.458]➜  google.golang.org/grpc/authz/audit/stdout
2025-08-20T20:26:06.7723708Z [00:02:45.458]➜  mkdir -p $WORK/b982/
2025-08-20T20:26:06.7728824Z [00:02:45.459]➜  cat >/tmp/go-build1823208636/b982/importcfg << 'EOF' # internal
2025-08-20T20:26:06.7729261Z [00:02:45.459]➜  # import config
2025-08-20T20:26:06.7729630Z [00:02:45.459]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.7730190Z [00:02:45.459]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build1823208636/b981/_pkg_.a
2025-08-20T20:26:06.7730785Z [00:02:45.459]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.7731518Z [00:02:45.459]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:06.7731925Z [00:02:45.459]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:06.7732329Z [00:02:45.459]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.7732634Z [00:02:45.459]➜  EOF
2025-08-20T20:26:06.7735331Z [00:02:45.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b982/_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/b982=>" -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/b982/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/authz/audit/stdout/stdout_logger.go
2025-08-20T20:26:06.7848374Z [00:02:45.471]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T20:26:06.7878645Z [00:02:45.474]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/86/86a05bba4da878e26159373afd6f3539cf01bce89ac6a5f2e679f50af188d275-d # internal
2025-08-20T20:26:06.7880864Z [00:02:45.474]➜  github.com/cespare/xxhash/v2
2025-08-20T20:26:06.7884000Z [00:02:45.474]➜  mkdir -p $WORK/b986/
2025-08-20T20:26:06.7884545Z [00:02:45.474]➜  echo -n > $WORK/b986/go_asm.h # internal
2025-08-20T20:26:06.7886816Z [00:02:45.474]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T20:26:06.7888163Z [00:02:45.474]➜  /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/b986=>" -I $WORK/b986/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b986/symabis ./xxhash_arm64.s
2025-08-20T20:26:06.7971820Z [00:02:45.483]➜  cat >/tmp/go-build1823208636/b986/importcfg << 'EOF' # internal
2025-08-20T20:26:06.7972879Z [00:02:45.483]➜  # import config
2025-08-20T20:26:06.7973799Z [00:02:45.483]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:06.7974609Z [00:02:45.483]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.7975365Z [00:02:45.483]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:06.7976797Z [00:02:45.483]➜  EOF
2025-08-20T20:26:06.7977160Z [00:02:45.483]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:26:06.7980005Z [00:02:45.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b986=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid R0L0PSHpZmQQtsmBizg6/R0L0PSHpZmQQtsmBizg6 -goversion go1.25.0 -symabis $WORK/b986/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b986/importcfg -pack -asmhdr $WORK/b986/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-20T20:26:06.8121057Z [00:02:45.498]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T20:26:06.8132464Z [00:02:45.499]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/0b/0b8a7da01cba3c91dc4a4e8dccdcdc85da8813bd7d85d69e618f4857e2966cd9-d # internal
2025-08-20T20:26:06.8141138Z [00:02:45.500]➜  google.golang.org/grpc/internal/ringhash
2025-08-20T20:26:06.8142189Z [00:02:45.500]➜  mkdir -p $WORK/b987/
2025-08-20T20:26:06.8148101Z [00:02:45.501]➜  cat >/tmp/go-build1823208636/b987/importcfg << 'EOF' # internal
2025-08-20T20:26:06.8148480Z [00:02:45.501]➜  # import config
2025-08-20T20:26:06.8148843Z [00:02:45.501]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:06.8149386Z [00:02:45.501]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:06.8149794Z [00:02:45.501]➜  EOF
2025-08-20T20:26:06.8151776Z [00:02:45.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b987/_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/b987=>" -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/b987/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/ringhash/ringhash.go
2025-08-20T20:26:06.8278969Z [00:02:45.513]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T20:26:06.8282372Z [00:02:45.513]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/8d/8d342ee6dc8d8ee6bc5457f075e66333014b77234f14aeb020f9ee66c10f5ed4-d # internal
2025-08-20T20:26:06.8283569Z [00:02:45.514]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3
2025-08-20T20:26:06.8286783Z [00:02:45.514]➜  mkdir -p $WORK/b991/
2025-08-20T20:26:06.8287167Z [00:02:45.514]➜  cat >/tmp/go-build1823208636/b991/importcfg << 'EOF' # internal
2025-08-20T20:26:06.8287531Z [00:02:45.514]➜  # import config
2025-08-20T20:26:06.8287867Z [00:02:45.514]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.8288293Z [00:02:45.514]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.8288707Z [00:02:45.514]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.8289265Z [00:02:45.514]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:06.8289968Z [00:02:45.514]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:06.8290700Z [00:02:45.514]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.8291399Z [00:02:45.514]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.8292088Z [00:02:45.514]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.8292807Z [00:02:45.514]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:06.8293535Z [00:02:45.514]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:06.8294095Z [00:02:45.514]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.8294738Z [00:02:45.514]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.8295284Z [00:02:45.514]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.8295874Z [00:02:45.514]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.8296307Z [00:02:45.514]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.8296720Z [00:02:45.514]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.8297143Z [00:02:45.514]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.8297557Z [00:02:45.514]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.8297961Z [00:02:45.514]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.8298398Z [00:02:45.514]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.8298726Z [00:02:45.514]➜  EOF
2025-08-20T20:26:06.8302775Z [00:02:45.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b991/_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/b991=>" -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 1m65F2Vpsc_L_QBWxRiz/1m65F2Vpsc_L_QBWxRiz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b991/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-20T20:26:06.8340209Z [00:02:45.520]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T20:26:06.8349386Z [00:02:45.521]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T20:26:06.8355408Z [00:02:45.521]➜  /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/b986=>" -I $WORK/b986/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b986/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T20:26:06.8372891Z [00:02:45.523]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/f4/f472ed97660134fca00630abbac9b2676ede0930fbb1252240c81352a5d4c50f-d # internal
2025-08-20T20:26:06.8391222Z [00:02:45.525]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3
2025-08-20T20:26:06.8402344Z [00:02:45.525]➜  mkdir -p $WORK/b994/
2025-08-20T20:26:06.8402781Z [00:02:45.525]➜  go tool pack r $WORK/b986/_pkg_.a $WORK/b986/xxhash_arm64.o # internal
2025-08-20T20:26:06.8403214Z [00:02:45.525]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T20:26:06.8403637Z [00:02:45.525]➜  cat >/tmp/go-build1823208636/b994/importcfg << 'EOF' # internal
2025-08-20T20:26:06.8403982Z [00:02:45.525]➜  # import config
2025-08-20T20:26:06.8404314Z [00:02:45.525]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.8404734Z [00:02:45.525]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.8405147Z [00:02:45.525]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.8405832Z [00:02:45.525]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:06.8406581Z [00:02:45.525]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.8407290Z [00:02:45.525]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.8408266Z [00:02:45.525]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.8408869Z [00:02:45.525]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.8409294Z [00:02:45.525]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.8409723Z [00:02:45.525]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.8410146Z [00:02:45.525]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.8410571Z [00:02:45.525]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.8410985Z [00:02:45.525]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.8411403Z [00:02:45.525]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.8411822Z [00:02:45.525]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.8412349Z [00:02:45.525]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.8412875Z [00:02:45.525]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.8413210Z [00:02:45.525]➜  EOF
2025-08-20T20:26:06.8413472Z [00:02:45.525]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:26:06.8436662Z [00:02:45.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b994/_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/b994=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3 -lang=go1.22 -complete -installsuffix shared -buildid 3q-wE5wNVV6BOtxHQQgL/3q-wE5wNVV6BOtxHQQgL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b994/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-20T20:26:06.8440381Z [00:02:45.525]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d # internal
2025-08-20T20:26:06.8441159Z [00:02:45.526]➜  google.golang.org/grpc/balancer/lazy
2025-08-20T20:26:06.8441465Z [00:02:45.526]➜  mkdir -p $WORK/b998/
2025-08-20T20:26:06.8441836Z [00:02:45.526]➜  cat >/tmp/go-build1823208636/b998/importcfg << 'EOF' # internal
2025-08-20T20:26:06.8442188Z [00:02:45.526]➜  # import config
2025-08-20T20:26:06.8442552Z [00:02:45.526]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.8443056Z [00:02:45.526]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.8443668Z [00:02:45.526]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:06.8444275Z [00:02:45.526]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.8444896Z [00:02:45.526]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:06.8445760Z [00:02:45.526]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.8446354Z [00:02:45.526]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.8446665Z [00:02:45.526]➜  EOF
2025-08-20T20:26:06.8448535Z [00:02:45.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b998/_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/b998=>" -p google.golang.org/grpc/balancer/lazy -lang=go1.23 -complete -installsuffix shared -buildid WGatfNHFhh5PqKrNv_g6/WGatfNHFhh5PqKrNv_g6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b998/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/lazy/lazy.go
2025-08-20T20:26:06.8643190Z [00:02:45.550]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T20:26:06.8654314Z [00:02:45.551]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/14/147f7a0a0eb344b505e6d53386ba599adf474f327c0262a9019a039173e63f17-d # internal
2025-08-20T20:26:06.8697042Z [00:02:45.556]➜  google.golang.org/grpc/balancer/ringhash
2025-08-20T20:26:06.8699872Z [00:02:45.556]➜  mkdir -p $WORK/b997/
2025-08-20T20:26:06.8703443Z [00:02:45.556]➜  cat >/tmp/go-build1823208636/b997/importcfg << 'EOF' # internal
2025-08-20T20:26:06.8703839Z [00:02:45.556]➜  # import config
2025-08-20T20:26:06.8704223Z [00:02:45.556]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:06.8704676Z [00:02:45.556]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.8705092Z [00:02:45.556]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.8705946Z [00:02:45.556]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build1823208636/b986/_pkg_.a
2025-08-20T20:26:06.8706614Z [00:02:45.556]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:06.8707228Z [00:02:45.556]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:06.8707922Z [00:02:45.556]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build1823208636/b613/_pkg_.a
2025-08-20T20:26:06.8708596Z [00:02:45.556]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build1823208636/b998/_pkg_.a
2025-08-20T20:26:06.8709499Z [00:02:45.556]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1823208636/b609/_pkg_.a
2025-08-20T20:26:06.8710198Z [00:02:45.556]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:06.8710800Z [00:02:45.556]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:06.8711463Z [00:02:45.556]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build1823208636/b963/_pkg_.a
2025-08-20T20:26:06.8712150Z [00:02:45.556]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:06.8713025Z [00:02:45.556]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:06.8713681Z [00:02:45.556]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1823208636/b627/_pkg_.a
2025-08-20T20:26:06.8714328Z [00:02:45.556]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:06.8714977Z [00:02:45.556]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build1823208636/b987/_pkg_.a
2025-08-20T20:26:06.8715832Z [00:02:45.556]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:06.8716494Z [00:02:45.556]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:06.8717125Z [00:02:45.556]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build1823208636/b964/_pkg_.a
2025-08-20T20:26:06.8717763Z [00:02:45.556]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:06.8718277Z [00:02:45.556]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:06.8718714Z [00:02:45.556]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:06.8719146Z [00:02:45.556]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.8719568Z [00:02:45.556]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:06.8719992Z [00:02:45.556]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.8720408Z [00:02:45.556]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.8720712Z [00:02:45.556]➜  EOF
2025-08-20T20:26:06.8724019Z [00:02:45.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b997/_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/b997=>" -p google.golang.org/grpc/balancer/ringhash -lang=go1.23 -complete -installsuffix shared -buildid C7NA5d17bm00zgeYxF83/C7NA5d17bm00zgeYxF83 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b997/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-20T20:26:06.8840146Z [00:02:45.570]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T20:26:06.8858480Z [00:02:45.572]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/90/900ed2b834201fdd9e556f570be1d3965743325138c0265da60a1b9d1dc53b3f-d # internal
2025-08-20T20:26:06.8868824Z [00:02:45.573]➜  google.golang.org/grpc/balancer/weightedroundrobin/internal
2025-08-20T20:26:06.8887860Z [00:02:45.575]➜  mkdir -p $WORK/b1000/
2025-08-20T20:26:06.8888631Z [00:02:45.575]➜  cat >/tmp/go-build1823208636/b1000/importcfg << 'EOF' # internal
2025-08-20T20:26:06.8889496Z [00:02:45.575]➜  # import config
2025-08-20T20:26:06.8889905Z [00:02:45.575]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.8890233Z [00:02:45.575]➜  EOF
2025-08-20T20:26:06.8892610Z [00:02:45.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1000/_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/b1000=>" -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/b1000/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin/internal/internal.go
2025-08-20T20:26:06.8898487Z [00:02:45.576]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T20:26:06.8911798Z [00:02:45.577]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/8a/8a392f72b86418736f05735af2900898371ff9acc2123f9833ac87efd77c5b81-d # internal
2025-08-20T20:26:06.8914794Z [00:02:45.577]➜  github.com/cncf/xds/go/xds/service/orca/v3
2025-08-20T20:26:06.8916328Z [00:02:45.578]➜  mkdir -p $WORK/b1002/
2025-08-20T20:26:06.8921170Z [00:02:45.578]➜  cat >/tmp/go-build1823208636/b1002/importcfg << 'EOF' # internal
2025-08-20T20:26:06.8922242Z [00:02:45.578]➜  # import config
2025-08-20T20:26:06.8923091Z [00:02:45.578]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:06.8923563Z [00:02:45.578]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:06.8924007Z [00:02:45.578]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.8924434Z [00:02:45.578]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.8924968Z [00:02:45.578]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build1823208636/b966/_pkg_.a
2025-08-20T20:26:06.8925696Z [00:02:45.578]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:06.8926321Z [00:02:45.578]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:06.8926892Z [00:02:45.578]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:06.8927550Z [00:02:45.578]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.8928256Z [00:02:45.578]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.8929207Z [00:02:45.578]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.8930161Z [00:02:45.578]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:06.8930780Z [00:02:45.578]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:06.8931209Z [00:02:45.578]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:06.8931637Z [00:02:45.578]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:06.8932063Z [00:02:45.578]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.8932639Z [00:02:45.578]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:06.8933049Z [00:02:45.578]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:06.8933464Z [00:02:45.578]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:06.8933874Z [00:02:45.578]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.8934283Z [00:02:45.578]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:06.8934726Z [00:02:45.578]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:06.8935058Z [00:02:45.578]➜  EOF
2025-08-20T20:26:06.8938585Z [00:02:45.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1002/_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/b1002=>" -p github.com/cncf/xds/go/xds/service/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid k46VXkjUPz68s6OFkdC8/k46VXkjUPz68s6OFkdC8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/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-20T20:26:06.9006236Z [00:02:45.586]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T20:26:06.9006999Z [00:02:45.586]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/79/790890aa562d0da3d22f727bbcdce053c6bf0571cf88c5994cd40a77e0e509e8-d # internal
2025-08-20T20:26:06.9018193Z [00:02:45.587]➜  google.golang.org/grpc/orca/internal
2025-08-20T20:26:06.9018548Z [00:02:45.587]➜  mkdir -p $WORK/b1003/
2025-08-20T20:26:06.9018934Z [00:02:45.588]➜  cat >/tmp/go-build1823208636/b1003/importcfg << 'EOF' # internal
2025-08-20T20:26:06.9019307Z [00:02:45.588]➜  # import config
2025-08-20T20:26:06.9019645Z [00:02:45.588]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:06.9020062Z [00:02:45.588]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:06.9020595Z [00:02:45.588]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build1823208636/b966/_pkg_.a
2025-08-20T20:26:06.9021255Z [00:02:45.588]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:26:06.9022114Z [00:02:45.588]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:06.9022770Z [00:02:45.588]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:06.9023167Z [00:02:45.588]➜  EOF
2025-08-20T20:26:06.9025099Z [00:02:45.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1003/_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/b1003=>" -p google.golang.org/grpc/orca/internal -lang=go1.23 -complete -installsuffix shared -buildid MCkWvLwwgh4OUT79TKQh/MCkWvLwwgh4OUT79TKQh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca/internal/internal.go
2025-08-20T20:26:06.9626166Z [00:02:45.648]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T20:26:06.9636220Z [00:02:45.649]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/f8/f89224ee85e01767af91fe7bfa3d7bf93362852b4d24e57acd727af046d8781a-d # internal
2025-08-20T20:26:06.9669264Z [00:02:45.653]➜  google.golang.org/genproto/googleapis/type/expr
2025-08-20T20:26:06.9669722Z [00:02:45.653]➜  mkdir -p $WORK/b1006/
2025-08-20T20:26:06.9680237Z [00:02:45.654]➜  cat >/tmp/go-build1823208636/b1006/importcfg << 'EOF' # internal
2025-08-20T20:26:06.9682732Z [00:02:45.654]➜  # import config
2025-08-20T20:26:06.9685266Z [00:02:45.654]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.9687104Z [00:02:45.654]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.9687734Z [00:02:45.654]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.9696233Z [00:02:45.654]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.9696733Z [00:02:45.654]➜  EOF
2025-08-20T20:26:06.9699220Z [00:02:45.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1006/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/expr=>google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/expr;$WORK/b1006=>" -p google.golang.org/genproto/googleapis/type/expr -lang=go1.23 -complete -installsuffix shared -buildid CGrpyEVKGIU7EXJMjv3w/CGrpyEVKGIU7EXJMjv3w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/expr/expr.pb.go
2025-08-20T20:26:06.9781037Z [00:02:45.664]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T20:26:06.9801245Z [00:02:45.666]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/e1/e16452480bdcfe1e46b9ba74c2212de0621273382fc0af0b22c89f9d7de5be4a-d # internal
2025-08-20T20:26:06.9802445Z [00:02:45.666]➜  cloud.google.com/go/longrunning/autogen/longrunningpb
2025-08-20T20:26:06.9802850Z [00:02:45.666]➜  mkdir -p $WORK/b1009/
2025-08-20T20:26:06.9803247Z [00:02:45.666]➜  cat >/tmp/go-build1823208636/b1009/importcfg << 'EOF' # internal
2025-08-20T20:26:06.9803928Z [00:02:45.666]➜  # import config
2025-08-20T20:26:06.9804281Z [00:02:45.666]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:06.9804905Z [00:02:45.666]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:26:06.9805971Z [00:02:45.666]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:26:06.9806671Z [00:02:45.666]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:06.9807226Z [00:02:45.666]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:06.9807803Z [00:02:45.666]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:06.9808653Z [00:02:45.666]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:06.9809471Z [00:02:45.666]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:06.9810184Z [00:02:45.666]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1823208636/b507/_pkg_.a
2025-08-20T20:26:06.9810878Z [00:02:45.666]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:06.9811594Z [00:02:45.666]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:06.9812312Z [00:02:45.666]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:06.9812870Z [00:02:45.666]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:06.9813420Z [00:02:45.666]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:06.9813831Z [00:02:45.666]➜  EOF
2025-08-20T20:26:06.9816210Z [00:02:45.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1009/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/longrunningpb=>cloud.google.com/go/longrunning@v0.6.7/autogen/longrunningpb;$WORK/b1009=>" -p cloud.google.com/go/longrunning/autogen/longrunningpb -lang=go1.23 -complete -installsuffix shared -buildid wAfoUa3FjjzIPjbug1ev/wAfoUa3FjjzIPjbug1ev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/longrunningpb/operations.pb.go
2025-08-20T20:26:07.0022104Z [00:02:45.688]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T20:26:07.0049591Z [00:02:45.691]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/f8/f8491f457863a8af63f45af7cd3d89d01b1b30a5ecfca9bf37cd5ca204e7ca8a-d # internal
2025-08-20T20:26:07.0100222Z [00:02:45.696]➜  google.golang.org/grpc/orca
2025-08-20T20:26:07.0100640Z [00:02:45.696]➜  mkdir -p $WORK/b1001/
2025-08-20T20:26:07.0153121Z [00:02:45.701]➜  cat >/tmp/go-build1823208636/b1001/importcfg << 'EOF' # internal
2025-08-20T20:26:07.0154255Z [00:02:45.701]➜  # import config
2025-08-20T20:26:07.0155108Z [00:02:45.701]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.0155677Z [00:02:45.701]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.0156307Z [00:02:45.701]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build1823208636/b966/_pkg_.a
2025-08-20T20:26:07.0157000Z [00:02:45.701]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build1823208636/b1002/_pkg_.a
2025-08-20T20:26:07.0157605Z [00:02:45.701]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:07.0158174Z [00:02:45.701]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:07.0158758Z [00:02:45.701]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:07.0159339Z [00:02:45.701]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:07.0160258Z [00:02:45.701]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:07.0160879Z [00:02:45.701]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:26:07.0161551Z [00:02:45.701]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build1823208636/b621/_pkg_.a
2025-08-20T20:26:07.0162184Z [00:02:45.701]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:07.0162790Z [00:02:45.701]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build1823208636/b1003/_pkg_.a
2025-08-20T20:26:07.0163390Z [00:02:45.701]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:07.0164015Z [00:02:45.701]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:07.0164831Z [00:02:45.701]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:07.0165474Z [00:02:45.701]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:07.0166071Z [00:02:45.701]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:07.0166505Z [00:02:45.701]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.0166817Z [00:02:45.701]➜  EOF
2025-08-20T20:26:07.0169666Z [00:02:45.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1001/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca=>google.golang.org/grpc@v1.74.2/orca;$WORK/b1001=>" -p google.golang.org/grpc/orca -lang=go1.23 -complete -installsuffix shared -buildid kd1SgEVutS8gvoIOll3-/kd1SgEVutS8gvoIOll3- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/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-20T20:26:07.0237933Z [00:02:45.710]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T20:26:07.0247523Z [00:02:45.711]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/6a/6ab50272cac0c4686e3e00fd637dbcdb5e1e6244c976589735aea39b04c78b89-d # internal
2025-08-20T20:26:07.0250772Z [00:02:45.711]➜  cloud.google.com/go/iam/apiv1/iampb
2025-08-20T20:26:07.0251893Z [00:02:45.711]➜  mkdir -p $WORK/b1005/
2025-08-20T20:26:07.0256745Z [00:02:45.712]➜  cat >/tmp/go-build1823208636/b1005/importcfg << 'EOF' # internal
2025-08-20T20:26:07.0257106Z [00:02:45.712]➜  # import config
2025-08-20T20:26:07.0258826Z [00:02:45.712]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.0259468Z [00:02:45.712]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:26:07.0260220Z [00:02:45.712]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build1823208636/b1006/_pkg_.a
2025-08-20T20:26:07.0261145Z [00:02:45.712]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:07.0261704Z [00:02:45.712]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:07.0262286Z [00:02:45.712]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:07.0262937Z [00:02:45.712]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:07.0263638Z [00:02:45.712]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:07.0264359Z [00:02:45.712]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build1823208636/b653/_pkg_.a
2025-08-20T20:26:07.0264943Z [00:02:45.712]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:07.0265365Z [00:02:45.712]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:07.0265853Z [00:02:45.712]➜  EOF
2025-08-20T20:26:07.0273202Z [00:02:45.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1005/_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/b1005=>" -p cloud.google.com/go/iam/apiv1/iampb -lang=go1.23 -complete -installsuffix shared -buildid czChf9IWuauG-Ml0TlRE/czChf9IWuauG-Ml0TlRE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/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-20T20:26:07.1078579Z [00:02:45.794]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T20:26:07.1232987Z [00:02:45.809]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/ca/cabf0a8dbf1258cc3be075dab35853eb20c944f1734172faf7c8e75ed88e1552-d # internal
2025-08-20T20:26:07.1236299Z [00:02:45.809]➜  cloud.google.com/go/longrunning/autogen
2025-08-20T20:26:07.1236643Z [00:02:45.809]➜  mkdir -p $WORK/b1008/
2025-08-20T20:26:07.1237024Z [00:02:45.809]➜  cat >/tmp/go-build1823208636/b1008/importcfg << 'EOF' # internal
2025-08-20T20:26:07.1237394Z [00:02:45.809]➜  # import config
2025-08-20T20:26:07.1237732Z [00:02:45.809]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:07.1238341Z [00:02:45.809]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build1823208636/b1009/_pkg_.a
2025-08-20T20:26:07.1239214Z [00:02:45.809]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.1239718Z [00:02:45.809]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.1240227Z [00:02:45.809]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:07.1240872Z [00:02:45.809]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:07.1241575Z [00:02:45.809]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build1823208636/b737/_pkg_.a
2025-08-20T20:26:07.1242269Z [00:02:45.809]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build1823208636/b738/_pkg_.a
2025-08-20T20:26:07.1243111Z [00:02:45.809]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:07.1243701Z [00:02:45.809]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:07.1244281Z [00:02:45.809]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:07.1244914Z [00:02:45.809]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:07.1245723Z [00:02:45.809]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build1823208636/b798/_pkg_.a
2025-08-20T20:26:07.1246541Z [00:02:45.809]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1823208636/b825/_pkg_.a
2025-08-20T20:26:07.1247121Z [00:02:45.809]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:07.1247668Z [00:02:45.809]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:07.1248309Z [00:02:45.809]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:07.1248950Z [00:02:45.809]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:07.1249438Z [00:02:45.809]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:07.1249841Z [00:02:45.809]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:07.1250264Z [00:02:45.809]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:07.1250683Z [00:02:45.809]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:07.1251107Z [00:02:45.809]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:07.1251537Z [00:02:45.809]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:07.1251949Z [00:02:45.809]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.1252263Z [00:02:45.809]➜  EOF
2025-08-20T20:26:07.1260367Z [00:02:45.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1008/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen=>cloud.google.com/go/longrunning@v0.6.7/autogen;$WORK/b1008=>" -p cloud.google.com/go/longrunning/autogen -lang=go1.23 -complete -installsuffix shared -buildid RHeaDYnpYySRZKOCZCtU/RHeaDYnpYySRZKOCZCtU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/doc.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/from_conn.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/helpers.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/info.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/operations_client.go
2025-08-20T20:26:07.1769243Z [00:02:45.862]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T20:26:07.1788537Z [00:02:45.865]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/09/09b86a166e48e9f6ed8c38c85ad51799eebcb402d8581ac1222c612e635cdf8b-d # internal
2025-08-20T20:26:07.1810560Z [00:02:45.867]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T20:26:07.1826885Z [00:02:45.868]➜  google.golang.org/grpc/balancer/weightedroundrobin
2025-08-20T20:26:07.1850129Z [00:02:45.868]➜  mkdir -p $WORK/b999/
2025-08-20T20:26:07.1850578Z [00:02:45.869]➜  cat >/tmp/go-build1823208636/b999/importcfg << 'EOF' # internal
2025-08-20T20:26:07.1850943Z [00:02:45.869]➜  # import config
2025-08-20T20:26:07.1851317Z [00:02:45.869]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:07.1851756Z [00:02:45.869]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.1852296Z [00:02:45.869]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build1823208636/b966/_pkg_.a
2025-08-20T20:26:07.1853270Z [00:02:45.869]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:07.1853938Z [00:02:45.869]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build1823208636/b613/_pkg_.a
2025-08-20T20:26:07.1854713Z [00:02:45.869]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1823208636/b609/_pkg_.a
2025-08-20T20:26:07.1855692Z [00:02:45.869]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build1823208636/b1000/_pkg_.a
2025-08-20T20:26:07.1856653Z [00:02:45.869]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build1823208636/b955/_pkg_.a
2025-08-20T20:26:07.1857312Z [00:02:45.869]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:07.1857951Z [00:02:45.869]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:07.1858577Z [00:02:45.869]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:07.1859194Z [00:02:45.869]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:07.1859858Z [00:02:45.869]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:07.1860540Z [00:02:45.869]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:07.1861166Z [00:02:45.869]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build1823208636/b1001/_pkg_.a
2025-08-20T20:26:07.1861743Z [00:02:45.869]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:07.1862349Z [00:02:45.869]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:07.1862857Z [00:02:45.869]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:07.1863295Z [00:02:45.869]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:07.1863727Z [00:02:45.869]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:07.1864162Z [00:02:45.869]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:07.1864601Z [00:02:45.869]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.1864906Z [00:02:45.869]➜  EOF
2025-08-20T20:26:07.1869230Z [00:02:45.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b999/_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/b999=>" -p google.golang.org/grpc/balancer/weightedroundrobin -lang=go1.23 -complete -installsuffix shared -buildid qOx-uB0kqmz_vkxji-Ge/qOx-uB0kqmz_vkxji-Ge -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b999/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-20T20:26:07.1889878Z [00:02:45.875]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/1e/1e00d1ffe7cefc1bffdf4f3639382c29bba6a48b3268934082ad7b07e782ffae-d # internal
2025-08-20T20:26:07.1901645Z [00:02:45.876]➜  cloud.google.com/go/spanner/admin/database/apiv1/databasepb
2025-08-20T20:26:07.1910379Z [00:02:45.877]➜  mkdir -p $WORK/b1010/
2025-08-20T20:26:07.1969398Z [00:02:45.879]➜  cat >/tmp/go-build1823208636/b1010/importcfg << 'EOF' # internal
2025-08-20T20:26:07.1969948Z [00:02:45.879]➜  # import config
2025-08-20T20:26:07.1970419Z [00:02:45.879]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build1823208636/b1005/_pkg_.a
2025-08-20T20:26:07.1971498Z [00:02:45.879]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build1823208636/b1009/_pkg_.a
2025-08-20T20:26:07.1972105Z [00:02:45.879]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.1972720Z [00:02:45.879]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:26:07.1973476Z [00:02:45.879]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:26:07.1974109Z [00:02:45.879]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:07.1974826Z [00:02:45.879]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:07.1975691Z [00:02:45.879]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:07.1976381Z [00:02:45.879]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:07.1977097Z [00:02:45.879]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:07.1977855Z [00:02:45.879]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:07.1978574Z [00:02:45.879]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:07.1979311Z [00:02:45.879]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build1823208636/b653/_pkg_.a
2025-08-20T20:26:07.1980044Z [00:02:45.879]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:07.1980801Z [00:02:45.879]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:07.1981380Z [00:02:45.879]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:07.1981801Z [00:02:45.879]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:07.1982114Z [00:02:45.879]➜  EOF
2025-08-20T20:26:07.1985965Z [00:02:45.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1010/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/databasepb=>cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/databasepb;$WORK/b1010=>" -p cloud.google.com/go/spanner/admin/database/apiv1/databasepb -lang=go1.23 -complete -installsuffix shared -buildid UmxdxSHS52XIuYHpDW2j/UmxdxSHS52XIuYHpDW2j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1010/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/databasepb/backup.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/databasepb/backup_schedule.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/databasepb/common.pb.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/databasepb/spanner_database_admin.pb.go
2025-08-20T20:26:07.3637948Z [00:02:46.049]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T20:26:07.3659484Z [00:02:46.052]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/54/54192de18f985259a468a1a7bdc79cb6f44022f3f78a9a95045ff85340909801-d # internal
2025-08-20T20:26:07.3660135Z [00:02:46.052]➜  cloud.google.com/go/longrunning
2025-08-20T20:26:07.3660441Z [00:02:46.052]➜  mkdir -p $WORK/b1007/
2025-08-20T20:26:07.3661324Z [00:02:46.052]➜  cat >/tmp/go-build1823208636/b1007/importcfg << 'EOF' # internal
2025-08-20T20:26:07.3661922Z [00:02:46.052]➜  # import config
2025-08-20T20:26:07.3662540Z [00:02:46.052]➜  packagefile cloud.google.com/go/longrunning/autogen=/tmp/go-build1823208636/b1008/_pkg_.a
2025-08-20T20:26:07.3663392Z [00:02:46.052]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build1823208636/b1009/_pkg_.a
2025-08-20T20:26:07.3664114Z [00:02:46.052]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.3664845Z [00:02:46.052]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:07.3665393Z [00:02:46.052]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.3666220Z [00:02:46.052]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:07.3666965Z [00:02:46.052]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1823208636/b731/_pkg_.a
2025-08-20T20:26:07.3667674Z [00:02:46.052]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:07.3668382Z [00:02:46.052]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:07.3669307Z [00:02:46.052]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1823208636/b545/_pkg_.a
2025-08-20T20:26:07.3670112Z [00:02:46.052]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:07.3670810Z [00:02:46.052]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.3671239Z [00:02:46.052]➜  EOF
2025-08-20T20:26:07.3673204Z [00:02:46.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1007/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7=>cloud.google.com/go/longrunning@v0.6.7;$WORK/b1007=>" -p cloud.google.com/go/longrunning -lang=go1.23 -complete -installsuffix shared -buildid 5KCbwIt1afvS0UKUECde/5KCbwIt1afvS0UKUECde -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/longrunning.go
2025-08-20T20:26:07.3821195Z [00:02:46.068]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T20:26:07.3843265Z [00:02:46.070]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/2f/2fc6780117dfba0cf5413b60a86795d018b5498a66a9de784791e0233154f57c-d # internal
2025-08-20T20:26:07.3850445Z [00:02:46.070]➜  cloud.google.com/go/iam
2025-08-20T20:26:07.3850784Z [00:02:46.070]➜  mkdir -p $WORK/b1012/
2025-08-20T20:26:07.3864468Z [00:02:46.072]➜  cat >/tmp/go-build1823208636/b1012/importcfg << 'EOF' # internal
2025-08-20T20:26:07.3864857Z [00:02:46.072]➜  # import config
2025-08-20T20:26:07.3865313Z [00:02:46.072]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build1823208636/b1005/_pkg_.a
2025-08-20T20:26:07.3865968Z [00:02:46.072]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.3866414Z [00:02:46.072]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.3867230Z [00:02:46.072]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:07.3867831Z [00:02:46.072]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:07.3868387Z [00:02:46.072]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:07.3868961Z [00:02:46.072]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:07.3869464Z [00:02:46.072]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.3869768Z [00:02:46.072]➜  EOF
2025-08-20T20:26:07.3871548Z [00:02:46.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1012/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2=>cloud.google.com/go/iam@v1.5.2;$WORK/b1012=>" -p cloud.google.com/go/iam -lang=go1.23 -complete -installsuffix shared -buildid 45zQxDpjAneG3m4BkVs-/45zQxDpjAneG3m4BkVs- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/iam.go
2025-08-20T20:26:07.4466223Z [00:02:46.132]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T20:26:07.4567692Z [00:02:46.143]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/35/3596d759e3c2b7a5b76db9258fce0f575898e7661e7abcf2ca0335e9ff481cc3-d # internal
2025-08-20T20:26:07.4569663Z [00:02:46.143]➜  cloud.google.com/go/internal
2025-08-20T20:26:07.4569989Z [00:02:46.143]➜  mkdir -p $WORK/b1013/
2025-08-20T20:26:07.4570739Z [00:02:46.143]➜  cat >/tmp/go-build1823208636/b1013/importcfg << 'EOF' # internal
2025-08-20T20:26:07.4571091Z [00:02:46.143]➜  # import config
2025-08-20T20:26:07.4571434Z [00:02:46.143]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.4571859Z [00:02:46.143]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.4572386Z [00:02:46.143]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:07.4572995Z [00:02:46.143]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:07.4573620Z [00:02:46.143]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:07.4574324Z [00:02:46.143]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.4574633Z [00:02:46.143]➜  EOF
2025-08-20T20:26:07.4576822Z [00:02:46.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1013/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal=>cloud.google.com/go@v0.121.1/internal;$WORK/b1013=>" -p cloud.google.com/go/internal -lang=go1.23 -complete -installsuffix shared -buildid cqcDpNEA1-mspvvrxYa5/cqcDpNEA1-mspvvrxYa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/annotate.go /root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/retry.go
2025-08-20T20:26:07.4997617Z [00:02:46.186]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T20:26:07.5050002Z [00:02:46.191]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/51/512963f3898e9c5c9c0fcbf6081277dc03b574a4c9a2412ef6ffff0a7d002733-d # internal
2025-08-20T20:26:07.5050726Z [00:02:46.191]➜  cloud.google.com/go/internal/optional
2025-08-20T20:26:07.5051291Z [00:02:46.191]➜  mkdir -p $WORK/b1014/
2025-08-20T20:26:07.5051695Z [00:02:46.191]➜  cat >/tmp/go-build1823208636/b1014/importcfg << 'EOF' # internal
2025-08-20T20:26:07.5052044Z [00:02:46.191]➜  # import config
2025-08-20T20:26:07.5052384Z [00:02:46.191]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.5052911Z [00:02:46.191]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:07.5053420Z [00:02:46.191]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.5053871Z [00:02:46.191]➜  EOF
2025-08-20T20:26:07.5056395Z [00:02:46.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1014/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/optional=>cloud.google.com/go@v0.121.1/internal/optional;$WORK/b1014=>" -p cloud.google.com/go/internal/optional -lang=go1.23 -complete -installsuffix shared -buildid ZdvZ7_D3WPxbXVnfCZ9O/ZdvZ7_D3WPxbXVnfCZ9O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/optional/optional.go
2025-08-20T20:26:07.5245189Z [00:02:46.210]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T20:26:07.5246226Z [00:02:46.211]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/3c/3c2a737dda9a583fa22fab0075a89de7c9f4544db11738fbec521ba59e24c9b7-d # internal
2025-08-20T20:26:07.5262939Z [00:02:46.212]➜  cloud.google.com/go/internal/version
2025-08-20T20:26:07.5267994Z [00:02:46.212]➜  mkdir -p $WORK/b1015/
2025-08-20T20:26:07.5268799Z [00:02:46.212]➜  cat >/tmp/go-build1823208636/b1015/importcfg << 'EOF' # internal
2025-08-20T20:26:07.5269822Z [00:02:46.212]➜  # import config
2025-08-20T20:26:07.5270795Z [00:02:46.212]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:07.5271354Z [00:02:46.212]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:07.5271975Z [00:02:46.212]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:07.5272622Z [00:02:46.212]➜  EOF
2025-08-20T20:26:07.5274963Z [00:02:46.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1015/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/version=>cloud.google.com/go@v0.121.1/internal/version;$WORK/b1015=>" -p cloud.google.com/go/internal/version -lang=go1.23 -complete -installsuffix shared -buildid iUrZxn8Mw8JxuBHlcujL/iUrZxn8Mw8JxuBHlcujL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.1/internal/version/version.go
2025-08-20T20:26:07.5327781Z [00:02:46.219]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T20:26:07.5329296Z [00:02:46.219]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/9e/9e4e6b7d2538ba88b8870b792f2c551e3cc92b7507535d9b2575c8dc9826071a-d # internal
2025-08-20T20:26:07.5331198Z [00:02:46.219]➜  cloud.google.com/go/storage/experimental
2025-08-20T20:26:07.5331811Z [00:02:46.219]➜  mkdir -p $WORK/b1016/
2025-08-20T20:26:07.5332190Z [00:02:46.219]➜  cat >/tmp/go-build1823208636/b1016/importcfg << 'EOF' # internal
2025-08-20T20:26:07.5332539Z [00:02:46.219]➜  # import config
2025-08-20T20:26:07.5332988Z [00:02:46.219]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build1823208636/b1017/_pkg_.a
2025-08-20T20:26:07.5333623Z [00:02:46.219]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build1823208636/b859/_pkg_.a
2025-08-20T20:26:07.5334216Z [00:02:46.219]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:07.5334696Z [00:02:46.219]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.5335005Z [00:02:46.219]➜  EOF
2025-08-20T20:26:07.5337190Z [00:02:46.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1016/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/experimental=>cloud.google.com/go/storage@v1.55.0/experimental;$WORK/b1016=>" -p cloud.google.com/go/storage/experimental -lang=go1.23 -complete -installsuffix shared -buildid OP9rqmdoD_WfGiTKOwWG/OP9rqmdoD_WfGiTKOwWG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1016/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/experimental/experimental.go
2025-08-20T20:26:07.5406788Z [00:02:46.227]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T20:26:07.5415225Z [00:02:46.227]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/52/52df528574a44944ad87f44017e71e0acd1f54a55e1dcd94fd299932951c80a9-d # internal
2025-08-20T20:26:07.5416044Z [00:02:46.227]➜  google.golang.org/genproto/googleapis/type/date
2025-08-20T20:26:07.5416387Z [00:02:46.227]➜  mkdir -p $WORK/b1020/
2025-08-20T20:26:07.5416798Z [00:02:46.227]➜  cat >/tmp/go-build1823208636/b1020/importcfg << 'EOF' # internal
2025-08-20T20:26:07.5417377Z [00:02:46.227]➜  # import config
2025-08-20T20:26:07.5417950Z [00:02:46.227]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:07.5418664Z [00:02:46.227]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:07.5419217Z [00:02:46.227]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:07.5419648Z [00:02:46.227]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:07.5419953Z [00:02:46.227]➜  EOF
2025-08-20T20:26:07.5422482Z [00:02:46.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1020/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/date=>google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/date;$WORK/b1020=>" -p google.golang.org/genproto/googleapis/type/date -lang=go1.23 -complete -installsuffix shared -buildid EyEBd6Qaar0UhS63famj/EyEBd6Qaar0UhS63famj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/date/date.pb.go
2025-08-20T20:26:07.5807090Z [00:02:46.267]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T20:26:07.5825029Z [00:02:46.268]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/7e/7e9c32c18df00abedbc308785f21f2f8667ffd291ec7823c37a18c46284384b0-d # internal
2025-08-20T20:26:07.5841520Z [00:02:46.269]➜  cloud.google.com/go/storage/internal/apiv2/storagepb
2025-08-20T20:26:07.5841918Z [00:02:46.269]➜  mkdir -p $WORK/b1019/
2025-08-20T20:26:07.5842304Z [00:02:46.269]➜  cat >/tmp/go-build1823208636/b1019/importcfg << 'EOF' # internal
2025-08-20T20:26:07.5842654Z [00:02:46.269]➜  # import config
2025-08-20T20:26:07.5843125Z [00:02:46.269]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build1823208636/b1005/_pkg_.a
2025-08-20T20:26:07.5843669Z [00:02:46.269]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.5844284Z [00:02:46.269]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:26:07.5845364Z [00:02:46.269]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:26:07.5846311Z [00:02:46.269]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build1823208636/b1020/_pkg_.a
2025-08-20T20:26:07.5846946Z [00:02:46.269]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:07.5847497Z [00:02:46.269]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:07.5848065Z [00:02:46.269]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:07.5848718Z [00:02:46.269]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:07.5849433Z [00:02:46.269]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:07.5850151Z [00:02:46.269]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:07.5850866Z [00:02:46.269]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:07.5851584Z [00:02:46.269]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build1823208636/b653/_pkg_.a
2025-08-20T20:26:07.5852322Z [00:02:46.269]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:07.5852891Z [00:02:46.269]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:07.5853309Z [00:02:46.269]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:07.5853621Z [00:02:46.269]➜  EOF
2025-08-20T20:26:07.5857401Z [00:02:46.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1019/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/apiv2/storagepb=>cloud.google.com/go/storage@v1.55.0/internal/apiv2/storagepb;$WORK/b1019=>" -p cloud.google.com/go/storage/internal/apiv2/storagepb -lang=go1.23 -complete -installsuffix shared -buildid gW9HSNUZqEW3mdWBeQ0I/gW9HSNUZqEW3mdWBeQ0I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1019/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/apiv2/storagepb/storage.pb.go
2025-08-20T20:26:07.6488332Z [00:02:46.334]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T20:26:07.6529126Z [00:02:46.339]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/62/628edec0fc531af462dd8d9e28fd36682227d07e0d47c74364351e7f179e4145-d # internal
2025-08-20T20:26:07.6537858Z [00:02:46.339]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
2025-08-20T20:26:07.6538419Z [00:02:46.339]➜  mkdir -p $WORK/b1022/
2025-08-20T20:26:07.6552449Z [00:02:46.341]➜  cat >/tmp/go-build1823208636/b1022/importcfg << 'EOF' # internal
2025-08-20T20:26:07.6553821Z [00:02:46.342]➜  # import config
2025-08-20T20:26:07.6557134Z [00:02:46.342]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build1823208636/b866/_pkg_.a
2025-08-20T20:26:07.6559291Z [00:02:46.342]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build1823208636/b726/_pkg_.a
2025-08-20T20:26:07.6576272Z [00:02:46.342]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:07.6577007Z [00:02:46.342]➜  EOF
2025-08-20T20:26:07.6579841Z [00:02:46.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1022/_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/b1022=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping -lang=go1.23 -complete -installsuffix shared -buildid XjzHolHqoYFd5oJDCzTu/XjzHolHqoYFd5oJDCzTu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.53.0/resourcemapping.go
2025-08-20T20:26:07.6973108Z [00:02:46.383]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T20:26:07.7014168Z [00:02:46.387]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T20:26:07.7019423Z [00:02:46.388]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/aa/aaa0c6461ab854f9dd362b4e1cb928a5a08818e68f24abb53c0db2eea1b4ac11-d # internal
2025-08-20T20:26:07.7021126Z [00:02:46.388]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
2025-08-20T20:26:07.7023571Z [00:02:46.388]➜  mkdir -p $WORK/b1021/
2025-08-20T20:26:07.7024381Z [00:02:46.388]➜  cat >/tmp/go-build1823208636/b1021/importcfg << 'EOF' # internal
2025-08-20T20:26:07.7025022Z [00:02:46.388]➜  # import config
2025-08-20T20:26:07.7025746Z [00:02:46.388]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:07.7026599Z [00:02:46.388]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build1823208636/b721/_pkg_.a
2025-08-20T20:26:07.7027588Z [00:02:46.388]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build1823208636/b722/_pkg_.a
2025-08-20T20:26:07.7028456Z [00:02:46.388]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.7029161Z [00:02:46.388]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:07.7029818Z [00:02:46.388]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:07.7031694Z [00:02:46.388]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.7033474Z [00:02:46.388]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build1823208636/b1022/_pkg_.a
2025-08-20T20:26:07.7034509Z [00:02:46.388]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:07.7035147Z [00:02:46.388]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:07.7035903Z [00:02:46.388]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:07.7036611Z [00:02:46.388]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1823208636/b860/_pkg_.a
2025-08-20T20:26:07.7037276Z [00:02:46.388]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build1823208636/b859/_pkg_.a
2025-08-20T20:26:07.7037936Z [00:02:46.388]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1823208636/b864/_pkg_.a
2025-08-20T20:26:07.7038596Z [00:02:46.388]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1823208636/b856/_pkg_.a
2025-08-20T20:26:07.7039410Z [00:02:46.388]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build1823208636/b866/_pkg_.a
2025-08-20T20:26:07.7040084Z [00:02:46.388]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:07.7040658Z [00:02:46.388]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1823208636/b749/_pkg_.a
2025-08-20T20:26:07.7041220Z [00:02:46.388]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:07.7041899Z [00:02:46.388]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build1823208636/b723/_pkg_.a
2025-08-20T20:26:07.7042811Z [00:02:46.388]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build1823208636/b724/_pkg_.a
2025-08-20T20:26:07.7043533Z [00:02:46.388]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build1823208636/b725/_pkg_.a
2025-08-20T20:26:07.7044287Z [00:02:46.388]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build1823208636/b726/_pkg_.a
2025-08-20T20:26:07.7044932Z [00:02:46.388]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:07.7045508Z [00:02:46.388]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build1823208636/b873/_pkg_.a
2025-08-20T20:26:07.7046469Z [00:02:46.388]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:07.7047116Z [00:02:46.388]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:07.7047837Z [00:02:46.388]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:07.7048400Z [00:02:46.388]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:07.7048816Z [00:02:46.388]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:07.7049243Z [00:02:46.389]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:07.7049665Z [00:02:46.389]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:07.7050092Z [00:02:46.389]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:07.7050509Z [00:02:46.389]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:07.7050927Z [00:02:46.389]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.7051345Z [00:02:46.389]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:07.7051661Z [00:02:46.389]➜  EOF
2025-08-20T20:26:07.7056857Z [00:02:46.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1021/_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/b1021=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric -lang=go1.23 -complete -installsuffix shared -buildid YlidKw15iwxBfpc6CtTh/YlidKw15iwxBfpc6CtTh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1021/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-20T20:26:07.7150649Z [00:02:46.400]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/1f/1fb9e78644bfd9e181ba2da05417cd22056bb580683e322a5190bc831717f888-d # internal
2025-08-20T20:26:07.7193074Z [00:02:46.401]➜  cloud.google.com/go/spanner/admin/database/apiv1
2025-08-20T20:26:07.7193527Z [00:02:46.401]➜  mkdir -p $WORK/b1004/
2025-08-20T20:26:07.7193977Z [00:02:46.402]➜  cat >/tmp/go-build1823208636/b1004/importcfg << 'EOF' # internal
2025-08-20T20:26:07.7194375Z [00:02:46.402]➜  # import config
2025-08-20T20:26:07.7194726Z [00:02:46.402]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:07.7195257Z [00:02:46.402]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build1823208636/b1005/_pkg_.a
2025-08-20T20:26:07.7196134Z [00:02:46.402]➜  packagefile cloud.google.com/go/longrunning=/tmp/go-build1823208636/b1007/_pkg_.a
2025-08-20T20:26:07.7197001Z [00:02:46.402]➜  packagefile cloud.google.com/go/longrunning/autogen=/tmp/go-build1823208636/b1008/_pkg_.a
2025-08-20T20:26:07.7197727Z [00:02:46.402]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build1823208636/b1009/_pkg_.a
2025-08-20T20:26:07.7198531Z [00:02:46.402]➜  packagefile cloud.google.com/go/spanner/admin/database/apiv1/databasepb=/tmp/go-build1823208636/b1010/_pkg_.a
2025-08-20T20:26:07.7199254Z [00:02:46.402]➜  packagefile cloud.google.com/go/spanner/internal=/tmp/go-build1823208636/b824/_pkg_.a
2025-08-20T20:26:07.7199776Z [00:02:46.402]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.7200369Z [00:02:46.402]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.7200873Z [00:02:46.402]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:07.7201509Z [00:02:46.402]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:07.7202222Z [00:02:46.402]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build1823208636/b737/_pkg_.a
2025-08-20T20:26:07.7202909Z [00:02:46.402]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build1823208636/b738/_pkg_.a
2025-08-20T20:26:07.7203524Z [00:02:46.402]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:07.7204113Z [00:02:46.402]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:07.7204688Z [00:02:46.402]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:07.7205316Z [00:02:46.402]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:07.7206136Z [00:02:46.402]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build1823208636/b798/_pkg_.a
2025-08-20T20:26:07.7206775Z [00:02:46.402]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1823208636/b825/_pkg_.a
2025-08-20T20:26:07.7207345Z [00:02:46.402]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:07.7207895Z [00:02:46.402]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:07.7208527Z [00:02:46.402]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:07.7209343Z [00:02:46.402]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:07.7210047Z [00:02:46.402]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:07.7210693Z [00:02:46.402]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:07.7211366Z [00:02:46.402]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:07.7211927Z [00:02:46.402]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:07.7212331Z [00:02:46.402]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:07.7212750Z [00:02:46.402]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:07.7213169Z [00:02:46.402]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:07.7213691Z [00:02:46.402]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:07.7214173Z [00:02:46.402]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:07.7214622Z [00:02:46.402]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:07.7215039Z [00:02:46.402]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:07.7215464Z [00:02:46.402]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:07.7216062Z [00:02:46.402]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.7216667Z [00:02:46.402]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:07.7216983Z [00:02:46.402]➜  EOF
2025-08-20T20:26:07.7222046Z [00:02:46.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1004/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1=>cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1;$WORK/b1004=>" -p cloud.google.com/go/spanner/admin/database/apiv1 -lang=go1.23 -complete -installsuffix shared -buildid lohWx_wimADnpobDqrwS/lohWx_wimADnpobDqrwS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/backup.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/database.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/database_admin_client.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/doc.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/helpers.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/init.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/path_funcs.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/admin/database/apiv1/version.go
2025-08-20T20:26:07.9606754Z [00:02:46.646]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T20:26:07.9685662Z [00:02:46.654]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/ca/ca0003995d582405063e8516939488728e14efd2a3bdd5db0d73a516ecf4ce8b-d # internal
2025-08-20T20:26:07.9809373Z [00:02:46.667]➜  google.golang.org/api/internal/gensupport
2025-08-20T20:26:07.9812065Z [00:02:46.667]➜  mkdir -p $WORK/b1024/
2025-08-20T20:26:07.9812838Z [00:02:46.667]➜  cat >/tmp/go-build1823208636/b1024/importcfg << 'EOF' # internal
2025-08-20T20:26:07.9813617Z [00:02:46.667]➜  # import config
2025-08-20T20:26:07.9815107Z [00:02:46.667]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:07.9815664Z [00:02:46.667]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:07.9816180Z [00:02:46.667]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:07.9816683Z [00:02:46.667]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:07.9817331Z [00:02:46.667]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:07.9817868Z [00:02:46.667]➜  packagefile github.com/google/uuid=/tmp/go-build1823208636/b381/_pkg_.a
2025-08-20T20:26:07.9818453Z [00:02:46.667]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:07.9819079Z [00:02:46.667]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1823208636/b731/_pkg_.a
2025-08-20T20:26:07.9819726Z [00:02:46.667]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build1823208636/b735/_pkg_.a
2025-08-20T20:26:07.9820348Z [00:02:46.667]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:07.9820934Z [00:02:46.667]➜  packagefile google.golang.org/api/internal=/tmp/go-build1823208636/b757/_pkg_.a
2025-08-20T20:26:07.9821422Z [00:02:46.667]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:07.9821961Z [00:02:46.667]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:07.9822437Z [00:02:46.667]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:07.9822885Z [00:02:46.667]➜  packagefile mime/multipart=/tmp/go-build1823208636/b220/_pkg_.a
2025-08-20T20:26:07.9823332Z [00:02:46.667]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:07.9823747Z [00:02:46.667]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:07.9824200Z [00:02:46.667]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:26:07.9824821Z [00:02:46.667]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:07.9825248Z [00:02:46.667]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:07.9825824Z [00:02:46.667]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:07.9826271Z [00:02:46.667]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:07.9826704Z [00:02:46.667]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:07.9827113Z [00:02:46.667]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:07.9827531Z [00:02:46.667]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:07.9828031Z [00:02:46.667]➜  EOF
2025-08-20T20:26:07.9832967Z [00:02:46.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1024/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport=>google.golang.org/api@v0.238.0/internal/gensupport;$WORK/b1024=>" -p google.golang.org/api/internal/gensupport -lang=go1.23 -complete -installsuffix shared -buildid xvJkOaxL1t4l935uH7tr/xvJkOaxL1t4l935uH7tr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1024/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/buffer.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/doc.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/error.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/json.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/jsonfloat.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/media.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/params.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/resumable.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/retry.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/send.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/internal/gensupport/version.go
2025-08-20T20:26:08.0460073Z [00:02:46.732]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T20:26:08.0923633Z [00:02:46.778]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/5f/5f21a9309dd24323ef307c42b3768ab0cfee47aa2c47ce18bf44809cedc6b0bb-d # internal
2025-08-20T20:26:08.1003190Z [00:02:46.786]➜  google.golang.org/grpc/internal/xds/bootstrap
2025-08-20T20:26:08.1021509Z [00:02:46.787]➜  mkdir -p $WORK/b879/
2025-08-20T20:26:08.1022154Z [00:02:46.787]➜  cat >/tmp/go-build1823208636/b879/importcfg << 'EOF' # internal
2025-08-20T20:26:08.1022575Z [00:02:46.787]➜  # import config
2025-08-20T20:26:08.1022936Z [00:02:46.787]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:08.1023389Z [00:02:46.787]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:08.1023825Z [00:02:46.787]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:08.1024448Z [00:02:46.787]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.1025119Z [00:02:46.787]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:08.1025947Z [00:02:46.787]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build1823208636/b888/_pkg_.a
2025-08-20T20:26:08.1026815Z [00:02:46.787]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:08.1027472Z [00:02:46.787]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:08.1028109Z [00:02:46.787]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:08.1028768Z [00:02:46.787]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:08.1029403Z [00:02:46.787]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build1823208636/b898/_pkg_.a
2025-08-20T20:26:08.1030203Z [00:02:46.787]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:08.1030869Z [00:02:46.787]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:08.1031421Z [00:02:46.787]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:26:08.1031847Z [00:02:46.787]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:08.1032266Z [00:02:46.787]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:08.1032675Z [00:02:46.787]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:08.1033269Z [00:02:46.787]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:08.1033593Z [00:02:46.787]➜  EOF
2025-08-20T20:26:08.1036436Z [00:02:46.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b879/_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/b879=>" -p google.golang.org/grpc/internal/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid O98EU_KP2rFdymxg_UBr/O98EU_KP2rFdymxg_UBr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/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-20T20:26:08.1148600Z [00:02:46.801]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T20:26:08.1495093Z [00:02:46.836]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T20:26:08.1514898Z [00:02:46.838]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/46/46ead0cbd898dd1d44cee43e39fc1517bad9439326835b6a293fc93f204d5c94-d # internal
2025-08-20T20:26:08.1528983Z [00:02:46.839]➜  github.com/envoyproxy/go-control-plane/envoy/config/route/v3
2025-08-20T20:26:08.1529735Z [00:02:46.839]➜  mkdir -p $WORK/b907/
2025-08-20T20:26:08.1530358Z [00:02:46.839]➜  cat >/tmp/go-build1823208636/b907/importcfg << 'EOF' # internal
2025-08-20T20:26:08.1531827Z [00:02:46.839]➜  # import config
2025-08-20T20:26:08.1532298Z [00:02:46.839]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:08.1532995Z [00:02:46.839]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:08.1538295Z [00:02:46.839]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:08.1539444Z [00:02:46.839]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:08.1540370Z [00:02:46.839]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build1823208636/b908/_pkg_.a
2025-08-20T20:26:08.1541330Z [00:02:46.839]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:08.1542776Z [00:02:46.839]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.1543782Z [00:02:46.839]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:08.1544870Z [00:02:46.839]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build1823208636/b912/_pkg_.a
2025-08-20T20:26:08.1548588Z [00:02:46.839]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build1823208636/b913/_pkg_.a
2025-08-20T20:26:08.1549651Z [00:02:46.839]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:08.1550670Z [00:02:46.839]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:08.1554441Z [00:02:46.839]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:08.1555479Z [00:02:46.839]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:08.1556476Z [00:02:46.839]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:08.1557402Z [00:02:46.839]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:08.1558484Z [00:02:46.839]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:08.1559621Z [00:02:46.839]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:08.1560143Z [00:02:46.839]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:08.1560920Z [00:02:46.839]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:08.1561357Z [00:02:46.839]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:08.1561965Z [00:02:46.839]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:08.1562452Z [00:02:46.839]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:08.1562876Z [00:02:46.839]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:08.1563295Z [00:02:46.839]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:08.1563705Z [00:02:46.839]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:08.1564159Z [00:02:46.839]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:08.1564640Z [00:02:46.839]➜  EOF
2025-08-20T20:26:08.1569586Z [00:02:46.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3;$WORK/b907=>" -p github.com/envoyproxy/go-control-plane/envoy/config/route/v3 -lang=go1.22 -complete -installsuffix shared -buildid whU95mYcRG749FkR1QqW/whU95mYcRG749FkR1QqW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/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-20T20:26:08.1573964Z [00:02:46.843]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/10/10c96a195ae1c43370d1209f9207ddaa85e994cce5f606886dde1207b353ee6c-d # internal
2025-08-20T20:26:08.1574632Z [00:02:46.843]➜  github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3
2025-08-20T20:26:08.1575158Z [00:02:46.843]➜  mkdir -p $WORK/b914/
2025-08-20T20:26:08.1575638Z [00:02:46.843]➜  cat >/tmp/go-build1823208636/b914/importcfg << 'EOF' # internal
2025-08-20T20:26:08.1576031Z [00:02:46.843]➜  # import config
2025-08-20T20:26:08.1576368Z [00:02:46.843]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:08.1576795Z [00:02:46.843]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:08.1577209Z [00:02:46.843]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:08.1577749Z [00:02:46.843]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:08.1578476Z [00:02:46.843]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:08.1579261Z [00:02:46.843]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.1580029Z [00:02:46.843]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:08.1580753Z [00:02:46.843]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:08.1581456Z [00:02:46.843]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:08.1582150Z [00:02:46.843]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:08.1582865Z [00:02:46.843]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:08.1583872Z [00:02:46.843]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:08.1584612Z [00:02:46.843]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:08.1585169Z [00:02:46.843]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:08.1595158Z [00:02:46.843]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:08.1595922Z [00:02:46.843]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:08.1596367Z [00:02:46.843]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:08.1596814Z [00:02:46.843]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:08.1597536Z [00:02:46.843]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:08.1598019Z [00:02:46.843]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:08.1598443Z [00:02:46.843]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:08.1598851Z [00:02:46.843]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:08.1599287Z [00:02:46.843]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:08.1599618Z [00:02:46.843]➜  EOF
2025-08-20T20:26:08.1614376Z [00:02:46.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/data/accesslog/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/data/accesslog/v3;$WORK/b914=>" -p github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid Fpm_SydTYK_zZ8zoeTwi/Fpm_SydTYK_zZ8zoeTwi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/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-20T20:26:08.2388938Z [00:02:46.925]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T20:26:08.2417269Z [00:02:46.928]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/54/54e1b3fd7e0d8a8e5139d8f4d9d895fcf099f8fcaa8e407b5d0132720a13aadd-d # internal
2025-08-20T20:26:08.2427338Z [00:02:46.929]➜  github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3
2025-08-20T20:26:08.2427785Z [00:02:46.929]➜  mkdir -p $WORK/b916/
2025-08-20T20:26:08.2441265Z [00:02:46.930]➜  cat >/tmp/go-build1823208636/b916/importcfg << 'EOF' # internal
2025-08-20T20:26:08.2441938Z [00:02:46.930]➜  # import config
2025-08-20T20:26:08.2442577Z [00:02:46.930]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:08.2443298Z [00:02:46.930]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:08.2443926Z [00:02:46.930]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:08.2444732Z [00:02:46.930]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:08.2445942Z [00:02:46.930]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1823208636/b882/_pkg_.a
2025-08-20T20:26:08.2447093Z [00:02:46.930]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.2448071Z [00:02:46.930]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:08.2448931Z [00:02:46.930]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:08.2449913Z [00:02:46.930]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:08.2450956Z [00:02:46.930]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:08.2452016Z [00:02:46.930]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:08.2453622Z [00:02:46.930]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:08.2454953Z [00:02:46.930]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:08.2456152Z [00:02:46.930]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:08.2456964Z [00:02:46.930]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:08.2457585Z [00:02:46.930]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:08.2458232Z [00:02:46.930]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:08.2459210Z [00:02:46.930]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:08.2460022Z [00:02:46.930]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:08.2460663Z [00:02:46.930]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:08.2461433Z [00:02:46.930]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:08.2462077Z [00:02:46.930]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:08.2462905Z [00:02:46.930]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:08.2463608Z [00:02:46.930]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:08.2464191Z [00:02:46.930]➜  EOF
2025-08-20T20:26:08.2470171Z [00:02:46.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b916/_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/b916=>" -p github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3 -lang=go1.22 -complete -installsuffix shared -buildid pnh4f3plIE3NapQwTfLa/pnh4f3plIE3NapQwTfLa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/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-20T20:26:08.3381017Z [00:02:47.024]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T20:26:08.3623299Z [00:02:47.048]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/92/9299410f1ec770ac43ea9c647d75f6ccb2bb6248fcde8876299552da001b254b-d # internal
2025-08-20T20:26:08.3632811Z [00:02:47.049]➜  github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3
2025-08-20T20:26:08.3659165Z [00:02:47.052]➜  mkdir -p $WORK/b918/
2025-08-20T20:26:08.3665243Z [00:02:47.053]➜  cat >/tmp/go-build1823208636/b918/importcfg << 'EOF' # internal
2025-08-20T20:26:08.3671605Z [00:02:47.053]➜  # import config
2025-08-20T20:26:08.3672002Z [00:02:47.053]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:08.3672430Z [00:02:47.053]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:08.3672847Z [00:02:47.053]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:08.3673395Z [00:02:47.053]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:08.3674144Z [00:02:47.053]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.3674948Z [00:02:47.053]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:08.3676179Z [00:02:47.053]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:08.3676908Z [00:02:47.053]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:08.3677620Z [00:02:47.053]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:08.3678309Z [00:02:47.053]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:08.3679025Z [00:02:47.053]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:08.3679713Z [00:02:47.053]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:08.3680210Z [00:02:47.053]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:08.3680650Z [00:02:47.053]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:08.3681076Z [00:02:47.053]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:08.3681498Z [00:02:47.053]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:08.3681909Z [00:02:47.053]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:08.3682330Z [00:02:47.053]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:08.3682749Z [00:02:47.053]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:08.3683157Z [00:02:47.053]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:08.3683712Z [00:02:47.053]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:08.3684118Z [00:02:47.053]➜  EOF
2025-08-20T20:26:08.3701014Z [00:02:47.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b918/_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/b918=>" -p github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3 -lang=go1.22 -complete -installsuffix shared -buildid Aom8eNrVNy-zEczLT3ah/Aom8eNrVNy-zEczLT3ah -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b918/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-20T20:26:08.5250400Z [00:02:47.211]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T20:26:08.5299025Z [00:02:47.216]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/12/12b35495446306887fb3a1eac907172328ca8452f9a738f58ba7fc5ec963e67d-d # internal
2025-08-20T20:26:08.5312955Z [00:02:47.216]➜  github.com/envoyproxy/go-control-plane/envoy/config/trace/v3
2025-08-20T20:26:08.5313374Z [00:02:47.216]➜  mkdir -p $WORK/b920/
2025-08-20T20:26:08.5313758Z [00:02:47.217]➜  cat >/tmp/go-build1823208636/b920/importcfg << 'EOF' # internal
2025-08-20T20:26:08.5314132Z [00:02:47.217]➜  # import config
2025-08-20T20:26:08.5314468Z [00:02:47.217]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:08.5314891Z [00:02:47.217]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:08.5315300Z [00:02:47.217]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:08.5316008Z [00:02:47.217]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:08.5316746Z [00:02:47.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:08.5317530Z [00:02:47.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.5318338Z [00:02:47.217]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:08.5319071Z [00:02:47.217]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:08.5319783Z [00:02:47.217]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:08.5320475Z [00:02:47.217]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:08.5321189Z [00:02:47.217]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:08.5322136Z [00:02:47.217]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:08.5322925Z [00:02:47.217]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:08.5323486Z [00:02:47.217]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:08.5323906Z [00:02:47.217]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:08.5324335Z [00:02:47.217]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:08.5324765Z [00:02:47.217]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:08.5325187Z [00:02:47.217]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:08.5327594Z [00:02:47.217]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:08.5328238Z [00:02:47.217]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:08.5328762Z [00:02:47.217]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:08.5329175Z [00:02:47.217]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:08.5329621Z [00:02:47.217]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:08.5329951Z [00:02:47.217]➜  EOF
2025-08-20T20:26:08.5339934Z [00:02:47.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b920/_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/b920=>" -p github.com/envoyproxy/go-control-plane/envoy/config/trace/v3 -lang=go1.22 -complete -installsuffix shared -buildid eS8bF1-6Hd4wH8-Dwh6n/eS8bF1-6Hd4wH8-Dwh6n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b920/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-20T20:26:08.5569609Z [00:02:47.243]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T20:26:08.5689910Z [00:02:47.255]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/87/8760c4c0d1d404fdd8e77e0d0b7d3656694a3a0239bbb584ffefadfaeee65b40-d # internal
2025-08-20T20:26:08.5699064Z [00:02:47.256]➜  github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3
2025-08-20T20:26:08.5701972Z [00:02:47.256]➜  mkdir -p $WORK/b915/
2025-08-20T20:26:08.5706826Z [00:02:47.256]➜  cat >/tmp/go-build1823208636/b915/importcfg << 'EOF' # internal
2025-08-20T20:26:08.5708515Z [00:02:47.256]➜  # import config
2025-08-20T20:26:08.5708923Z [00:02:47.256]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:08.5709350Z [00:02:47.256]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:08.5709765Z [00:02:47.256]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:08.5710312Z [00:02:47.256]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:08.5711133Z [00:02:47.256]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build1823208636/b883/_pkg_.a
2025-08-20T20:26:08.5711907Z [00:02:47.256]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:08.5712706Z [00:02:47.256]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.5713524Z [00:02:47.256]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build1823208636/b916/_pkg_.a
2025-08-20T20:26:08.5714557Z [00:02:47.256]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build1823208636/b912/_pkg_.a
2025-08-20T20:26:08.5715338Z [00:02:47.256]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:08.5716281Z [00:02:47.256]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:08.5717020Z [00:02:47.257]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:08.5717760Z [00:02:47.257]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:08.5718650Z [00:02:47.257]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:08.5719364Z [00:02:47.257]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:08.5720091Z [00:02:47.257]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:08.5720810Z [00:02:47.257]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:08.5721364Z [00:02:47.257]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:08.5721789Z [00:02:47.257]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:08.5722223Z [00:02:47.257]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:08.5722650Z [00:02:47.257]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:08.5723075Z [00:02:47.257]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:08.5723490Z [00:02:47.257]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:08.5723906Z [00:02:47.257]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:08.5724334Z [00:02:47.257]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:08.5724745Z [00:02:47.257]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:08.5725182Z [00:02:47.257]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:08.5725512Z [00:02:47.257]➜  EOF
2025-08-20T20:26:08.5736408Z [00:02:47.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b915/_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/b915=>" -p github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3 -lang=go1.22 -complete -installsuffix shared -buildid MyOjXx-4Szp_8G6xbZUq/MyOjXx-4Szp_8G6xbZUq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/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-20T20:26:08.5984995Z [00:02:47.284]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T20:26:08.6062875Z [00:02:47.292]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/9a/9a47014af721d979fee91d9447a9340eef22240b185c0123ab26333951b47e63-d # internal
2025-08-20T20:26:08.6079883Z [00:02:47.293]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3
2025-08-20T20:26:08.6080364Z [00:02:47.293]➜  mkdir -p $WORK/b921/
2025-08-20T20:26:08.6080747Z [00:02:47.293]➜  cat >/tmp/go-build1823208636/b921/importcfg << 'EOF' # internal
2025-08-20T20:26:08.6081097Z [00:02:47.293]➜  # import config
2025-08-20T20:26:08.6081432Z [00:02:47.293]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:08.6081878Z [00:02:47.293]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:08.6082300Z [00:02:47.293]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:08.6082846Z [00:02:47.293]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:08.6083909Z [00:02:47.293]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:08.6084701Z [00:02:47.294]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.6085753Z [00:02:47.294]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:08.6086621Z [00:02:47.294]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:08.6087361Z [00:02:47.294]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:08.6088077Z [00:02:47.294]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:08.6088764Z [00:02:47.294]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:08.6089478Z [00:02:47.294]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:08.6090214Z [00:02:47.294]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:08.6090778Z [00:02:47.294]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:08.6091197Z [00:02:47.294]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:08.6091629Z [00:02:47.294]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:08.6092065Z [00:02:47.294]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:08.6092692Z [00:02:47.294]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:08.6093219Z [00:02:47.294]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:08.6093642Z [00:02:47.294]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:08.6094059Z [00:02:47.294]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:08.6094466Z [00:02:47.294]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:08.6094904Z [00:02:47.294]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:08.6095243Z [00:02:47.294]➜  EOF
2025-08-20T20:26:08.6102541Z [00:02:47.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b921/_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/b921=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3 -lang=go1.22 -complete -installsuffix shared -buildid qhRcWesXdJj7hwApNuvJ/qhRcWesXdJj7hwApNuvJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/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-20T20:26:08.8325273Z [00:02:47.518]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T20:26:08.8379654Z [00:02:47.524]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/81/8108b61ccfbb626af4b47f35a774247d9db4b3d2a0f2090dd6b113aa3a05017d-d # internal
2025-08-20T20:26:08.8443515Z [00:02:47.524]➜  github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3
2025-08-20T20:26:08.8444003Z [00:02:47.524]➜  mkdir -p $WORK/b930/
2025-08-20T20:26:08.8444422Z [00:02:47.524]➜  cat >/tmp/go-build1823208636/b930/importcfg << 'EOF' # internal
2025-08-20T20:26:08.8444774Z [00:02:47.524]➜  # import config
2025-08-20T20:26:08.8445128Z [00:02:47.524]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:08.8446559Z [00:02:47.524]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:08.8447048Z [00:02:47.524]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:08.8447468Z [00:02:47.524]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:08.8448016Z [00:02:47.524]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:08.8448771Z [00:02:47.524]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.8449594Z [00:02:47.524]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build1823208636/b916/_pkg_.a
2025-08-20T20:26:08.8450273Z [00:02:47.524]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:08.8451221Z [00:02:47.524]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:08.8451892Z [00:02:47.524]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:08.8452567Z [00:02:47.524]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:08.8453281Z [00:02:47.524]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:08.8453985Z [00:02:47.524]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:08.8454702Z [00:02:47.524]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:08.8455264Z [00:02:47.524]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:08.8456165Z [00:02:47.524]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:08.8456699Z [00:02:47.524]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:08.8457131Z [00:02:47.524]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:08.8457559Z [00:02:47.524]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:08.8467386Z [00:02:47.524]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:08.8468120Z [00:02:47.524]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:08.8468555Z [00:02:47.524]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:08.8469361Z [00:02:47.524]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:08.8469806Z [00:02:47.524]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:08.8470142Z [00:02:47.524]➜  EOF
2025-08-20T20:26:08.8473336Z [00:02:47.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b930/_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/b930=>" -p github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3 -lang=go1.22 -complete -installsuffix shared -buildid sToh46agCKeuJCPHL-Y6/sToh46agCKeuJCPHL-Y6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/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-20T20:26:08.9495254Z [00:02:47.635]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T20:26:08.9522756Z [00:02:47.638]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/6c/6c1d2942932aec4611361785ddda08db78ee1700bf7f15ff675f7d50992ccf02-d # internal
2025-08-20T20:26:08.9541080Z [00:02:47.640]➜  google.golang.org/grpc/xds/internal/clients/internal
2025-08-20T20:26:08.9541993Z [00:02:47.640]➜  mkdir -p $WORK/b931/
2025-08-20T20:26:08.9569299Z [00:02:47.643]➜  cat >/tmp/go-build1823208636/b931/importcfg << 'EOF' # internal
2025-08-20T20:26:08.9570471Z [00:02:47.643]➜  # import config
2025-08-20T20:26:08.9572142Z [00:02:47.643]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:08.9574519Z [00:02:47.643]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:08.9575806Z [00:02:47.643]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:08.9576802Z [00:02:47.643]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:08.9577364Z [00:02:47.643]➜  EOF
2025-08-20T20:26:08.9579974Z [00:02:47.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b931/_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/b931=>" -p google.golang.org/grpc/xds/internal/clients/internal -lang=go1.23 -complete -installsuffix shared -buildid OYjxsVlGaAMzRqSGfalr/OYjxsVlGaAMzRqSGfalr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/internal.go
2025-08-20T20:26:09.0331907Z [00:02:47.719]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T20:26:09.0338274Z [00:02:47.720]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/bc/bc41b05461037efb4f4bc64853ea564b9a2e70998811ed98e73e313cbf02193c-d # internal
2025-08-20T20:26:09.0386187Z [00:02:47.725]➜  google.golang.org/grpc/xds/internal/clients/lrsclient
2025-08-20T20:26:09.0389564Z [00:02:47.725]➜  mkdir -p $WORK/b929/
2025-08-20T20:26:09.0390991Z [00:02:47.725]➜  cat >/tmp/go-build1823208636/b929/importcfg << 'EOF' # internal
2025-08-20T20:26:09.0391827Z [00:02:47.725]➜  # import config
2025-08-20T20:26:09.0392332Z [00:02:47.725]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:09.0393338Z [00:02:47.725]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.0394000Z [00:02:47.725]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.0394773Z [00:02:47.725]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:09.0396178Z [00:02:47.725]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build1823208636/b916/_pkg_.a
2025-08-20T20:26:09.0397295Z [00:02:47.725]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build1823208636/b930/_pkg_.a
2025-08-20T20:26:09.0398419Z [00:02:47.725]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:09.0399186Z [00:02:47.725]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:26:09.0400624Z [00:02:47.725]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:09.0401512Z [00:02:47.725]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:09.0402173Z [00:02:47.725]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:09.0402895Z [00:02:47.725]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal=/tmp/go-build1823208636/b931/_pkg_.a
2025-08-20T20:26:09.0403690Z [00:02:47.725]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/backoff=/tmp/go-build1823208636/b932/_pkg_.a
2025-08-20T20:26:09.0404514Z [00:02:47.725]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient/internal=/tmp/go-build1823208636/b933/_pkg_.a
2025-08-20T20:26:09.0405226Z [00:02:47.725]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:09.0406120Z [00:02:47.725]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:09.0406687Z [00:02:47.725]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:09.0407095Z [00:02:47.725]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.0407528Z [00:02:47.725]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:09.0407960Z [00:02:47.725]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.0408270Z [00:02:47.725]➜  EOF
2025-08-20T20:26:09.0412109Z [00:02:47.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b929/_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/b929=>" -p google.golang.org/grpc/xds/internal/clients/lrsclient -lang=go1.23 -complete -installsuffix shared -buildid cOxATIIZ-wbK1p4aYppx/cOxATIIZ-wbK1p4aYppx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/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-20T20:26:09.1828427Z [00:02:47.869]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T20:26:09.1903771Z [00:02:47.876]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/b4/b4611a503a9a5aa49b0dc4573837ba52793224b6e193352f5413bc6be051df11-d # internal
2025-08-20T20:26:09.1914612Z [00:02:47.877]➜  github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3
2025-08-20T20:26:09.1915261Z [00:02:47.877]➜  mkdir -p $WORK/b935/
2025-08-20T20:26:09.1915882Z [00:02:47.877]➜  cat >/tmp/go-build1823208636/b935/importcfg << 'EOF' # internal
2025-08-20T20:26:09.1916655Z [00:02:47.877]➜  # import config
2025-08-20T20:26:09.1918823Z [00:02:47.877]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:09.1919566Z [00:02:47.877]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:09.1925479Z [00:02:47.877]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.1926071Z [00:02:47.877]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.1926909Z [00:02:47.877]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:09.1927647Z [00:02:47.877]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:09.1928427Z [00:02:47.877]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:09.1929169Z [00:02:47.877]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:26:09.1929790Z [00:02:47.877]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:09.1930530Z [00:02:47.877]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:09.1931110Z [00:02:47.877]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:09.1931769Z [00:02:47.877]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:09.1932471Z [00:02:47.877]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:09.1933155Z [00:02:47.877]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.1933873Z [00:02:47.877]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:09.1934435Z [00:02:47.877]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:09.1934860Z [00:02:47.877]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:09.1935290Z [00:02:47.877]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.1935924Z [00:02:47.877]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:09.1936356Z [00:02:47.877]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:09.1936777Z [00:02:47.877]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:09.1937193Z [00:02:47.877]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.1937610Z [00:02:47.877]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.1938018Z [00:02:47.877]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.1938460Z [00:02:47.877]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:09.1938983Z [00:02:47.877]➜  EOF
2025-08-20T20:26:09.1943160Z [00:02:47.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/discovery/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/discovery/v3;$WORK/b935=>" -p github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 -lang=go1.22 -complete -installsuffix shared -buildid Cg0uCvyeJJ0a513E6tJC/Cg0uCvyeJJ0a513E6tJC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/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-20T20:26:09.3433585Z [00:02:48.029]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T20:26:09.3559866Z [00:02:48.042]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/d5/d51fd81657033b9a8066eb87e72e6a9f4ff66f675fb9428b00ed422d10719dd4-d # internal
2025-08-20T20:26:09.3618792Z [00:02:48.044]➜  google.golang.org/grpc/xds/internal/balancer/loadstore
2025-08-20T20:26:09.3619817Z [00:02:48.044]➜  mkdir -p $WORK/b967/
2025-08-20T20:26:09.3620206Z [00:02:48.044]➜  cat >/tmp/go-build1823208636/b967/importcfg << 'EOF' # internal
2025-08-20T20:26:09.3620561Z [00:02:48.044]➜  # import config
2025-08-20T20:26:09.3621037Z [00:02:48.044]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:09.3621784Z [00:02:48.044]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build1823208636/b929/_pkg_.a
2025-08-20T20:26:09.3622377Z [00:02:48.044]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.3622687Z [00:02:48.044]➜  EOF
2025-08-20T20:26:09.3625154Z [00:02:48.044]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b967/_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/b967=>" -p google.golang.org/grpc/xds/internal/balancer/loadstore -lang=go1.23 -complete -installsuffix shared -buildid oiZh27mCxcSprnPKPk1n/oiZh27mCxcSprnPKPk1n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/loadstore/load_store_wrapper.go
2025-08-20T20:26:09.5191129Z [00:02:48.205]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T20:26:09.5281067Z [00:02:48.214]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T20:26:09.5355334Z [00:02:48.222]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T20:26:09.5367490Z [00:02:48.223]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/e2/e2a8a9122d28370a256fdf78397358c80a684b4d8483dd5ae0ae973575538055-d # internal
2025-08-20T20:26:09.5386403Z [00:02:48.225]➜  google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource
2025-08-20T20:26:09.5393617Z [00:02:48.225]➜  mkdir -p $WORK/b940/
2025-08-20T20:26:09.5394050Z [00:02:48.225]➜  cat >/tmp/go-build1823208636/b940/importcfg << 'EOF' # internal
2025-08-20T20:26:09.5394430Z [00:02:48.225]➜  # import config
2025-08-20T20:26:09.5394774Z [00:02:48.225]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.5395193Z [00:02:48.225]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.5396074Z [00:02:48.225]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build1823208636/b935/_pkg_.a
2025-08-20T20:26:09.5397107Z [00:02:48.225]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:09.5397841Z [00:02:48.225]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.5398404Z [00:02:48.225]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.5398829Z [00:02:48.225]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:09.5399246Z [00:02:48.225]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.5399672Z [00:02:48.225]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.5399977Z [00:02:48.225]➜  EOF
2025-08-20T20:26:09.5415230Z [00:02:48.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b940/_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/b940=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource -lang=go1.23 -complete -installsuffix shared -buildid z0hv8IxCcIddL9kNiHsv/z0hv8IxCcIddL9kNiHsv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b940/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-20T20:26:09.5419970Z [00:02:48.226]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/3a/3ab57ca203a1a4639aeb9b60406700884056f2b8a2ccba8452837d580ce35b4b-d # internal
2025-08-20T20:26:09.5420747Z [00:02:48.226]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3
2025-08-20T20:26:09.5421214Z [00:02:48.226]➜  mkdir -p $WORK/b993/
2025-08-20T20:26:09.5421585Z [00:02:48.226]➜  cat >/tmp/go-build1823208636/b993/importcfg << 'EOF' # internal
2025-08-20T20:26:09.5422128Z [00:02:48.226]➜  # import config
2025-08-20T20:26:09.5422471Z [00:02:48.226]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:09.5422893Z [00:02:48.226]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.5423303Z [00:02:48.226]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.5423842Z [00:02:48.226]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:09.5424571Z [00:02:48.226]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:09.5425342Z [00:02:48.226]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:09.5426350Z [00:02:48.226]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:09.5427081Z [00:02:48.226]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:09.5427789Z [00:02:48.226]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:09.5428475Z [00:02:48.226]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.5429184Z [00:02:48.226]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:09.5429911Z [00:02:48.226]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:09.5430465Z [00:02:48.226]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:09.5430887Z [00:02:48.226]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:09.5431514Z [00:02:48.226]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.5432003Z [00:02:48.226]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:09.5432427Z [00:02:48.226]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:09.5432838Z [00:02:48.226]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:09.5433252Z [00:02:48.226]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.5433668Z [00:02:48.226]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.5434072Z [00:02:48.226]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.5434502Z [00:02:48.226]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:09.5434833Z [00:02:48.226]➜  EOF
2025-08-20T20:26:09.5446800Z [00:02:48.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b993/_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/b993=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3 -lang=go1.22 -complete -installsuffix shared -buildid rS1vOUC-KysM-QDbNkni/rS1vOUC-KysM-QDbNkni -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b993/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-20T20:26:09.5450520Z [00:02:48.227]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/69/693f3cb23c0d98dc403802bfcfd5964a1dbe33d8c807608372f5cd6d297be6af-d # internal
2025-08-20T20:26:09.5451229Z [00:02:48.230]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry
2025-08-20T20:26:09.5451598Z [00:02:48.230]➜  mkdir -p $WORK/b951/
2025-08-20T20:26:09.5451971Z [00:02:48.230]➜  cat >/tmp/go-build1823208636/b951/importcfg << 'EOF' # internal
2025-08-20T20:26:09.5452511Z [00:02:48.230]➜  # import config
2025-08-20T20:26:09.5452876Z [00:02:48.230]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:09.5453314Z [00:02:48.230]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.5453946Z [00:02:48.230]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build1823208636/b915/_pkg_.a
2025-08-20T20:26:09.5454449Z [00:02:48.230]➜  EOF
2025-08-20T20:26:09.5456885Z [00:02:48.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b951/_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/b951=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry -lang=go1.23 -complete -installsuffix shared -buildid _fp8Yfy5E1-vY-6Cipsd/_fp8Yfy5E1-vY-6Cipsd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdslbregistry/xdslbregistry.go
2025-08-20T20:26:09.5698178Z [00:02:48.256]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T20:26:09.5701324Z [00:02:48.256]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/5e/5e9e27b57d40f5bd4b9fd7354b9cc5f380e9e69921353b38dc8169f30974b00a-d # internal
2025-08-20T20:26:09.5704181Z [00:02:48.256]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3
2025-08-20T20:26:09.5704719Z [00:02:48.256]➜  mkdir -p $WORK/b996/
2025-08-20T20:26:09.5705098Z [00:02:48.256]➜  cat >/tmp/go-build1823208636/b996/importcfg << 'EOF' # internal
2025-08-20T20:26:09.5705447Z [00:02:48.256]➜  # import config
2025-08-20T20:26:09.5706086Z [00:02:48.256]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:09.5706891Z [00:02:48.256]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.5707370Z [00:02:48.256]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.5707918Z [00:02:48.256]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:09.5708671Z [00:02:48.256]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build1823208636/b915/_pkg_.a
2025-08-20T20:26:09.5709455Z [00:02:48.256]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:09.5710179Z [00:02:48.256]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:09.5710928Z [00:02:48.256]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:09.5711764Z [00:02:48.256]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.5712368Z [00:02:48.256]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:09.5712788Z [00:02:48.256]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:09.5713221Z [00:02:48.256]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.5713645Z [00:02:48.256]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:09.5714069Z [00:02:48.256]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:09.5714662Z [00:02:48.256]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:09.5715080Z [00:02:48.256]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.5715494Z [00:02:48.256]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.5716148Z [00:02:48.256]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.5716596Z [00:02:48.256]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:09.5716944Z [00:02:48.257]➜  EOF
2025-08-20T20:26:09.5720353Z [00:02:48.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b996/_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/b996=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3 -lang=go1.22 -complete -installsuffix shared -buildid Gh2wR0EvCbfJ0tFN2Bob/Gh2wR0EvCbfJ0tFN2Bob -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b996/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-20T20:26:09.5816721Z [00:02:48.267]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T20:26:09.5826177Z [00:02:48.269]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/cd/cdf7b5d47474d9022a7eca846fea17822b579de7e2e64125c8ab646bfb14a774-d # internal
2025-08-20T20:26:09.5834079Z [00:02:48.269]➜  cloud.google.com/go/storage/internal/apiv2
2025-08-20T20:26:09.5834452Z [00:02:48.270]➜  mkdir -p $WORK/b1018/
2025-08-20T20:26:09.5844698Z [00:02:48.270]➜  cat >/tmp/go-build1823208636/b1018/importcfg << 'EOF' # internal
2025-08-20T20:26:09.5845275Z [00:02:48.270]➜  # import config
2025-08-20T20:26:09.5856321Z [00:02:48.270]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build1823208636/b1005/_pkg_.a
2025-08-20T20:26:09.5857027Z [00:02:48.270]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build1823208636/b1017/_pkg_.a
2025-08-20T20:26:09.5857760Z [00:02:48.270]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build1823208636/b1019/_pkg_.a
2025-08-20T20:26:09.5858633Z [00:02:48.270]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:09.5859168Z [00:02:48.270]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.5859689Z [00:02:48.270]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:09.5860363Z [00:02:48.270]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build1823208636/b737/_pkg_.a
2025-08-20T20:26:09.5861053Z [00:02:48.270]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build1823208636/b738/_pkg_.a
2025-08-20T20:26:09.5861675Z [00:02:48.270]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:09.5862246Z [00:02:48.270]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:09.5863001Z [00:02:48.270]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:09.5863721Z [00:02:48.270]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build1823208636/b798/_pkg_.a
2025-08-20T20:26:09.5864303Z [00:02:48.270]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:09.5864856Z [00:02:48.270]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:09.5865436Z [00:02:48.270]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:09.5866522Z [00:02:48.270]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:09.5867327Z [00:02:48.270]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:09.5867755Z [00:02:48.271]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:09.5868177Z [00:02:48.271]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:09.5868602Z [00:02:48.271]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.5869032Z [00:02:48.271]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:09.5869455Z [00:02:48.271]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.5870057Z [00:02:48.271]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.5870363Z [00:02:48.271]➜  EOF
2025-08-20T20:26:09.5873895Z [00:02:48.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1018/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/apiv2=>cloud.google.com/go/storage@v1.55.0/internal/apiv2;$WORK/b1018=>" -p cloud.google.com/go/storage/internal/apiv2 -lang=go1.23 -complete -installsuffix shared -buildid zmpOLnhz0IuY6NrByF-R/zmpOLnhz0IuY6NrByF-R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1018/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/apiv2/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/apiv2/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/apiv2/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/apiv2/helpers.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/apiv2/storage_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/internal/apiv2/version.go
2025-08-20T20:26:09.6252271Z [00:02:48.311]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T20:26:09.6277602Z [00:02:48.313]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/9e/9ef38cef6d2e590a415c5e543e29c8a1e929157bffcdfd347f7be3769493c257-d # internal
2025-08-20T20:26:09.6278294Z [00:02:48.313]➜  google.golang.org/api/iamcredentials/v1
2025-08-20T20:26:09.6278614Z [00:02:48.313]➜  mkdir -p $WORK/b1023/
2025-08-20T20:26:09.6278997Z [00:02:48.314]➜  cat >/tmp/go-build1823208636/b1023/importcfg << 'EOF' # internal
2025-08-20T20:26:09.6279359Z [00:02:48.314]➜  # import config
2025-08-20T20:26:09.6279711Z [00:02:48.314]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:09.6280442Z [00:02:48.314]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:09.6280962Z [00:02:48.314]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:09.6281415Z [00:02:48.314]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.6281825Z [00:02:48.314]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.6282380Z [00:02:48.314]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:09.6283023Z [00:02:48.314]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:09.6283608Z [00:02:48.314]➜  packagefile google.golang.org/api/internal=/tmp/go-build1823208636/b757/_pkg_.a
2025-08-20T20:26:09.6284241Z [00:02:48.314]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build1823208636/b1024/_pkg_.a
2025-08-20T20:26:09.6284990Z [00:02:48.314]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:09.6285927Z [00:02:48.314]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:09.6286647Z [00:02:48.314]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1823208636/b825/_pkg_.a
2025-08-20T20:26:09.6287163Z [00:02:48.314]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:09.6287581Z [00:02:48.314]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:09.6288012Z [00:02:48.314]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:09.6288717Z [00:02:48.314]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.6289150Z [00:02:48.314]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:09.6289577Z [00:02:48.314]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.6289886Z [00:02:48.314]➜  EOF
2025-08-20T20:26:09.6291918Z [00:02:48.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1023/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/iamcredentials/v1=>google.golang.org/api@v0.238.0/iamcredentials/v1;$WORK/b1023=>" -p google.golang.org/api/iamcredentials/v1 -lang=go1.23 -complete -installsuffix shared -buildid ZYRJ2UaNDG9QkoQBB677/ZYRJ2UaNDG9QkoQBB677 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1023/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/iamcredentials/v1/iamcredentials-gen.go
2025-08-20T20:26:09.6346059Z [00:02:48.321]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T20:26:09.6366686Z [00:02:48.323]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/2a/2a04e4388e7197e86fa6019fc1300a0e1e1450f12dd84c544b22bb32e31209bc-d # internal
2025-08-20T20:26:09.6368943Z [00:02:48.323]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3
2025-08-20T20:26:09.6369472Z [00:02:48.323]➜  mkdir -p $WORK/b992/
2025-08-20T20:26:09.6369887Z [00:02:48.323]➜  cat >/tmp/go-build1823208636/b992/importcfg << 'EOF' # internal
2025-08-20T20:26:09.6387146Z [00:02:48.323]➜  # import config
2025-08-20T20:26:09.6388124Z [00:02:48.323]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:09.6388612Z [00:02:48.323]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.6389031Z [00:02:48.323]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.6389577Z [00:02:48.323]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:09.6390320Z [00:02:48.323]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:09.6391110Z [00:02:48.323]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:09.6392050Z [00:02:48.323]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build1823208636/b993/_pkg_.a
2025-08-20T20:26:09.6393256Z [00:02:48.323]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:09.6394055Z [00:02:48.323]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:09.6394766Z [00:02:48.323]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:09.6395451Z [00:02:48.323]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.6396384Z [00:02:48.323]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:09.6396947Z [00:02:48.323]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:09.6397370Z [00:02:48.323]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:09.6397958Z [00:02:48.323]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.6398447Z [00:02:48.323]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:09.6398871Z [00:02:48.323]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:09.6399290Z [00:02:48.323]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:09.6399708Z [00:02:48.323]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.6400126Z [00:02:48.323]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.6400734Z [00:02:48.323]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.6401180Z [00:02:48.323]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:09.6401511Z [00:02:48.323]➜  EOF
2025-08-20T20:26:09.6405085Z [00:02:48.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b992/_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/b992=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3 -lang=go1.22 -complete -installsuffix shared -buildid VSmhKC6eP-IYkrOQG_dd/VSmhKC6eP-IYkrOQG_dd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b992/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-20T20:26:09.6651256Z [00:02:48.351]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T20:26:09.6935135Z [00:02:48.379]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/45/458dc8bb9d9c1d5c80174610c034596a32e1d679a80ec818684f8f6a77be35b4-d # internal
2025-08-20T20:26:09.6982269Z [00:02:48.384]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T20:26:09.6983990Z [00:02:48.385]➜  github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3
2025-08-20T20:26:09.6984479Z [00:02:48.385]➜  mkdir -p $WORK/b906/
2025-08-20T20:26:09.6989548Z [00:02:48.385]➜  cat >/tmp/go-build1823208636/b906/importcfg << 'EOF' # internal
2025-08-20T20:26:09.6990492Z [00:02:48.385]➜  # import config
2025-08-20T20:26:09.6991111Z [00:02:48.385]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:09.6991889Z [00:02:48.385]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.6993039Z [00:02:48.385]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.6993870Z [00:02:48.385]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:09.6994968Z [00:02:48.385]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:09.6996262Z [00:02:48.385]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build1823208636/b907/_pkg_.a
2025-08-20T20:26:09.6997165Z [00:02:48.385]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build1823208636/b914/_pkg_.a
2025-08-20T20:26:09.6997983Z [00:02:48.385]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:09.6998755Z [00:02:48.385]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:09.6999503Z [00:02:48.385]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:09.7000231Z [00:02:48.385]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:09.7001078Z [00:02:48.385]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:09.7001844Z [00:02:48.385]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.7002554Z [00:02:48.385]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:09.7003117Z [00:02:48.385]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:09.7003542Z [00:02:48.385]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:09.7003972Z [00:02:48.385]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.7004580Z [00:02:48.385]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:09.7005275Z [00:02:48.385]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:09.7005984Z [00:02:48.385]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:09.7006599Z [00:02:48.385]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.7007066Z [00:02:48.385]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.7007480Z [00:02:48.385]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.7007923Z [00:02:48.385]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:09.7008470Z [00:02:48.385]➜  EOF
2025-08-20T20:26:09.7011362Z [00:02:48.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/accesslog/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/accesslog/v3;$WORK/b906=>" -p github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid 5bajSSDKylmD8qvGe3py/5bajSSDKylmD8qvGe3py -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/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-20T20:26:09.7014244Z [00:02:48.386]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/e3/e3c10005118e32a49470b31969b0d3f205f5e0671917507573879620ad0c891f-d # internal
2025-08-20T20:26:09.7014982Z [00:02:48.386]➜  github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3
2025-08-20T20:26:09.7015376Z [00:02:48.386]➜  mkdir -p $WORK/b923/
2025-08-20T20:26:09.7015916Z [00:02:48.387]➜  cat >/tmp/go-build1823208636/b923/importcfg << 'EOF' # internal
2025-08-20T20:26:09.7016277Z [00:02:48.387]➜  # import config
2025-08-20T20:26:09.7016615Z [00:02:48.387]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:09.7017031Z [00:02:48.387]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.7017440Z [00:02:48.387]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.7018089Z [00:02:48.387]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:09.7018899Z [00:02:48.387]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:09.7019701Z [00:02:48.387]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build1823208636/b907/_pkg_.a
2025-08-20T20:26:09.7020505Z [00:02:48.387]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:09.7021268Z [00:02:48.387]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:09.7022154Z [00:02:48.387]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:09.7022858Z [00:02:48.387]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:09.7023548Z [00:02:48.387]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.7024087Z [00:02:48.387]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:09.7024507Z [00:02:48.387]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:09.7024940Z [00:02:48.387]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.7025365Z [00:02:48.387]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:09.7025973Z [00:02:48.387]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:09.7026394Z [00:02:48.387]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:09.7026814Z [00:02:48.387]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.7027231Z [00:02:48.387]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.7027638Z [00:02:48.387]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.7028081Z [00:02:48.387]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:09.7028411Z [00:02:48.387]➜  EOF
2025-08-20T20:26:09.7037397Z [00:02:48.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b923/_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/b923=>" -p github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid IVV6JJf5aZ63tuaCJtyA/IVV6JJf5aZ63tuaCJtyA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/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-20T20:26:09.7817227Z [00:02:48.467]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T20:26:09.7845020Z [00:02:48.470]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/b5/b501970904aed8a0b116775ff94a10c22f9f259a56946cb1e20000614309f4cb-d # internal
2025-08-20T20:26:09.7846072Z [00:02:48.470]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3
2025-08-20T20:26:09.7846516Z [00:02:48.471]➜  mkdir -p $WORK/b975/
2025-08-20T20:26:09.7850412Z [00:02:48.471]➜  cat >/tmp/go-build1823208636/b975/importcfg << 'EOF' # internal
2025-08-20T20:26:09.7850778Z [00:02:48.471]➜  # import config
2025-08-20T20:26:09.7851364Z [00:02:48.471]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:09.7852000Z [00:02:48.471]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.7852423Z [00:02:48.471]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.7852964Z [00:02:48.471]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:09.7853909Z [00:02:48.471]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build1823208636/b907/_pkg_.a
2025-08-20T20:26:09.7854883Z [00:02:48.471]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build1823208636/b974/_pkg_.a
2025-08-20T20:26:09.7855836Z [00:02:48.471]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:09.7856632Z [00:02:48.471]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:09.7857437Z [00:02:48.471]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:09.7858337Z [00:02:48.471]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:09.7859027Z [00:02:48.471]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.7859735Z [00:02:48.471]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:09.7860471Z [00:02:48.471]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:09.7861060Z [00:02:48.471]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:09.7861480Z [00:02:48.471]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:09.7861908Z [00:02:48.471]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.7862331Z [00:02:48.471]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:09.7862757Z [00:02:48.471]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:09.7863171Z [00:02:48.471]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:09.7863589Z [00:02:48.471]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.7864007Z [00:02:48.471]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.7864416Z [00:02:48.471]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.7864916Z [00:02:48.471]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:09.7865465Z [00:02:48.471]➜  EOF
2025-08-20T20:26:09.7889344Z [00:02:48.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b975/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/fault/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/fault/v3;$WORK/b975=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid Z83uYdaZCZkSeNaNS35R/Z83uYdaZCZkSeNaNS35R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/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-20T20:26:09.8258024Z [00:02:48.512]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T20:26:09.8311937Z [00:02:48.517]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/2a/2a71b5a5da4c409e687abc124ff142ee3ce31d41207284035bd1d5c54f0ab5a2-d # internal
2025-08-20T20:26:09.8320092Z [00:02:48.518]➜  github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3
2025-08-20T20:26:09.8321347Z [00:02:48.518]➜  mkdir -p $WORK/b977/
2025-08-20T20:26:09.8336236Z [00:02:48.520]➜  cat >/tmp/go-build1823208636/b977/importcfg << 'EOF' # internal
2025-08-20T20:26:09.8337469Z [00:02:48.520]➜  # import config
2025-08-20T20:26:09.8363934Z [00:02:48.520]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:09.8364447Z [00:02:48.520]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.8364862Z [00:02:48.520]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.8372176Z [00:02:48.520]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:09.8373060Z [00:02:48.520]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:09.8373872Z [00:02:48.520]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:09.8374691Z [00:02:48.520]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build1823208636/b907/_pkg_.a
2025-08-20T20:26:09.8375808Z [00:02:48.520]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:09.8376632Z [00:02:48.520]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:09.8377375Z [00:02:48.520]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:09.8378150Z [00:02:48.520]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build1823208636/b911/_pkg_.a
2025-08-20T20:26:09.8378898Z [00:02:48.520]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:09.8379776Z [00:02:48.520]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:09.8380465Z [00:02:48.520]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.8381007Z [00:02:48.520]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:09.8381429Z [00:02:48.520]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:09.8381857Z [00:02:48.520]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:09.8382289Z [00:02:48.520]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:09.8382741Z [00:02:48.520]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:09.8383162Z [00:02:48.520]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:09.8383583Z [00:02:48.520]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:09.8384004Z [00:02:48.520]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:09.8384414Z [00:02:48.520]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.8384855Z [00:02:48.520]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:09.8385190Z [00:02:48.520]➜  EOF
2025-08-20T20:26:09.8388363Z [00:02:48.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/rbac/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/rbac/v3;$WORK/b977=>" -p github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid MWHeoP_lWs7Kr_uNzKYa/MWHeoP_lWs7Kr_uNzKYa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/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-20T20:26:09.9612196Z [00:02:48.647]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T20:26:09.9662054Z [00:02:48.652]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/69/69613546f13a442e93b6761e8bb558b0873c0c9734643e911f97159000787f9a-d # internal
2025-08-20T20:26:09.9692333Z [00:02:48.655]➜  google.golang.org/grpc/xds/internal/httpfilter/fault
2025-08-20T20:26:09.9697708Z [00:02:48.656]➜  mkdir -p $WORK/b973/
2025-08-20T20:26:09.9704705Z [00:02:48.656]➜  cat >/tmp/go-build1823208636/b973/importcfg << 'EOF' # internal
2025-08-20T20:26:09.9705082Z [00:02:48.656]➜  # import config
2025-08-20T20:26:09.9705439Z [00:02:48.656]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:09.9706300Z [00:02:48.656]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:09.9706794Z [00:02:48.656]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:09.9707646Z [00:02:48.656]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build1823208636/b974/_pkg_.a
2025-08-20T20:26:09.9708654Z [00:02:48.656]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build1823208636/b975/_pkg_.a
2025-08-20T20:26:09.9709502Z [00:02:48.656]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:09.9710341Z [00:02:48.656]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:09.9710963Z [00:02:48.656]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1823208636/b628/_pkg_.a
2025-08-20T20:26:09.9726746Z [00:02:48.656]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:09.9727730Z [00:02:48.656]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:09.9728396Z [00:02:48.656]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build1823208636/b950/_pkg_.a
2025-08-20T20:26:09.9729392Z [00:02:48.656]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:09.9730042Z [00:02:48.656]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:09.9730588Z [00:02:48.656]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:09.9731024Z [00:02:48.656]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:09.9731472Z [00:02:48.656]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:09.9731910Z [00:02:48.656]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:09.9732351Z [00:02:48.656]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:09.9732664Z [00:02:48.656]➜  EOF
2025-08-20T20:26:09.9734832Z [00:02:48.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b973/_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/b973=>" -p google.golang.org/grpc/xds/internal/httpfilter/fault -lang=go1.23 -complete -installsuffix shared -buildid cjie1d9RC_t_zpaX4dPD/cjie1d9RC_t_zpaX4dPD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/fault/fault.go
2025-08-20T20:26:09.9902013Z [00:02:48.676]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T20:26:10.0013504Z [00:02:48.687]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/91/919ef315a48f092c3d07bb2ede5bab472b80def90f9451301e6a2b3b0cfb12bf-d # internal
2025-08-20T20:26:10.0020626Z [00:02:48.688]➜  github.com/envoyproxy/go-control-plane/envoy/config/tap/v3
2025-08-20T20:26:10.0021263Z [00:02:48.688]➜  mkdir -p $WORK/b922/
2025-08-20T20:26:10.0021753Z [00:02:48.688]➜  cat >/tmp/go-build1823208636/b922/importcfg << 'EOF' # internal
2025-08-20T20:26:10.0022117Z [00:02:48.688]➜  # import config
2025-08-20T20:26:10.0022501Z [00:02:48.688]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:10.0022928Z [00:02:48.688]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.0023344Z [00:02:48.688]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.0023902Z [00:02:48.688]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:10.0024630Z [00:02:48.688]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:10.0025737Z [00:02:48.688]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build1823208636/b923/_pkg_.a
2025-08-20T20:26:10.0026696Z [00:02:48.688]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:10.0027503Z [00:02:48.688]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build1823208636/b907/_pkg_.a
2025-08-20T20:26:10.0028285Z [00:02:48.688]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:10.0029011Z [00:02:48.688]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:10.0029952Z [00:02:48.688]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:10.0030647Z [00:02:48.688]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.0031368Z [00:02:48.688]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:10.0032104Z [00:02:48.688]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:10.0032666Z [00:02:48.688]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:10.0033267Z [00:02:48.688]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:10.0033700Z [00:02:48.688]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:10.0034129Z [00:02:48.688]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.0034559Z [00:02:48.688]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.0034974Z [00:02:48.688]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:10.0035387Z [00:02:48.688]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.0039784Z [00:02:48.688]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:10.0040212Z [00:02:48.688]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.0040663Z [00:02:48.688]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:10.0040997Z [00:02:48.688]➜  EOF
2025-08-20T20:26:10.0043677Z [00:02:48.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/tap/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/tap/v3;$WORK/b922=>" -p github.com/envoyproxy/go-control-plane/envoy/config/tap/v3 -lang=go1.22 -complete -installsuffix shared -buildid FIJR0yiAq6itEYCT6QVk/FIJR0yiAq6itEYCT6QVk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/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-20T20:26:10.0408974Z [00:02:48.727]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T20:26:10.0420994Z [00:02:48.728]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/07/070239c5cf05a48a3470fc3d365a4099d968b8bb636043666bb27ec7d735f96b-d # internal
2025-08-20T20:26:10.0433852Z [00:02:48.728]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3
2025-08-20T20:26:10.0434384Z [00:02:48.728]➜  mkdir -p $WORK/b995/
2025-08-20T20:26:10.0434770Z [00:02:48.728]➜  cat >/tmp/go-build1823208636/b995/importcfg << 'EOF' # internal
2025-08-20T20:26:10.0435117Z [00:02:48.728]➜  # import config
2025-08-20T20:26:10.0435495Z [00:02:48.728]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:10.0436068Z [00:02:48.728]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.0436494Z [00:02:48.728]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.0437277Z [00:02:48.728]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:10.0438094Z [00:02:48.728]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:10.0439030Z [00:02:48.728]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build1823208636/b993/_pkg_.a
2025-08-20T20:26:10.0439905Z [00:02:48.728]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:10.0440638Z [00:02:48.728]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:10.0441535Z [00:02:48.728]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:10.0442228Z [00:02:48.728]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.0442945Z [00:02:48.728]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:10.0443508Z [00:02:48.728]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:10.0443932Z [00:02:48.728]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:10.0444574Z [00:02:48.728]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:10.0445007Z [00:02:48.728]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.0445432Z [00:02:48.728]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.0466584Z [00:02:48.728]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:10.0467064Z [00:02:48.728]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.0467493Z [00:02:48.728]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:10.0467902Z [00:02:48.728]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.0468355Z [00:02:48.728]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:10.0468690Z [00:02:48.728]➜  EOF
2025-08-20T20:26:10.0472039Z [00:02:48.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b995/_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/b995=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3 -lang=go1.22 -complete -installsuffix shared -buildid bnUaXHOWxMI2Zh3DA3CT/bnUaXHOWxMI2Zh3DA3CT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b995/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-20T20:26:10.0732803Z [00:02:48.759]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T20:26:10.0794663Z [00:02:48.765]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/42/42f1f28ad2e3529e967bff86684a79397240e74c5fea2fc51df67b46eb200cae-d # internal
2025-08-20T20:26:10.0820505Z [00:02:48.768]➜  github.com/envoyproxy/go-control-plane/envoy/config/listener/v3
2025-08-20T20:26:10.0821014Z [00:02:48.768]➜  mkdir -p $WORK/b917/
2025-08-20T20:26:10.0821394Z [00:02:48.768]➜  cat >/tmp/go-build1823208636/b917/importcfg << 'EOF' # internal
2025-08-20T20:26:10.0821736Z [00:02:48.768]➜  # import config
2025-08-20T20:26:10.0822105Z [00:02:48.768]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:10.0822533Z [00:02:48.768]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.0822951Z [00:02:48.768]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.0823496Z [00:02:48.768]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:10.0824451Z [00:02:48.768]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1823208636/b882/_pkg_.a
2025-08-20T20:26:10.0825156Z [00:02:48.768]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build1823208636/b883/_pkg_.a
2025-08-20T20:26:10.0826171Z [00:02:48.768]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build1823208636/b908/_pkg_.a
2025-08-20T20:26:10.0826906Z [00:02:48.768]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:10.0827955Z [00:02:48.768]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build1823208636/b906/_pkg_.a
2025-08-20T20:26:10.0828778Z [00:02:48.768]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:10.0829542Z [00:02:48.768]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:10.0830298Z [00:02:48.768]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:10.0831025Z [00:02:48.768]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:10.0831925Z [00:02:48.768]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:10.0832618Z [00:02:48.768]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.0833332Z [00:02:48.768]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:10.0834060Z [00:02:48.768]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:10.0834615Z [00:02:48.768]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:10.0835043Z [00:02:48.768]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:10.0835478Z [00:02:48.768]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:10.0836111Z [00:02:48.768]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.0836543Z [00:02:48.768]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.0836954Z [00:02:48.768]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:10.0837372Z [00:02:48.768]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.0837790Z [00:02:48.768]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:10.0838207Z [00:02:48.768]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.0838648Z [00:02:48.768]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:10.0838979Z [00:02:48.768]➜  EOF
2025-08-20T20:26:10.0850865Z [00:02:48.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b917/_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/b917=>" -p github.com/envoyproxy/go-control-plane/envoy/config/listener/v3 -lang=go1.22 -complete -installsuffix shared -buildid Kk7dxgF6zamfUCE7ykxF/Kk7dxgF6zamfUCE7ykxF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/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-20T20:26:10.1078301Z [00:02:48.794]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T20:26:10.1092911Z [00:02:48.795]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/35/35cf6126ca3a3fb07afaab055d20f9f8d50883ff81775943d64f9e39035e5cc2-d # internal
2025-08-20T20:26:10.1108740Z [00:02:48.797]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3
2025-08-20T20:26:10.1114017Z [00:02:48.798]➜  mkdir -p $WORK/b945/
2025-08-20T20:26:10.1120037Z [00:02:48.798]➜  cat >/tmp/go-build1823208636/b945/importcfg << 'EOF' # internal
2025-08-20T20:26:10.1125974Z [00:02:48.799]➜  # import config
2025-08-20T20:26:10.1143841Z [00:02:48.799]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:10.1157122Z [00:02:48.801]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.1157575Z [00:02:48.801]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.1158123Z [00:02:48.801]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:10.1158883Z [00:02:48.801]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:10.1159705Z [00:02:48.801]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build1823208636/b906/_pkg_.a
2025-08-20T20:26:10.1162728Z [00:02:48.802]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:10.1165930Z [00:02:48.802]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build1823208636/b907/_pkg_.a
2025-08-20T20:26:10.1167355Z [00:02:48.802]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build1823208636/b920/_pkg_.a
2025-08-20T20:26:10.1168173Z [00:02:48.802]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build1823208636/b946/_pkg_.a
2025-08-20T20:26:10.1168968Z [00:02:48.802]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build1823208636/b913/_pkg_.a
2025-08-20T20:26:10.1169747Z [00:02:48.802]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:10.1170488Z [00:02:48.802]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:10.1171224Z [00:02:48.802]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:10.1172183Z [00:02:48.802]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:10.1172972Z [00:02:48.802]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.1173687Z [00:02:48.802]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:10.1174416Z [00:02:48.802]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:10.1174979Z [00:02:48.802]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:10.1175400Z [00:02:48.802]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:10.1176018Z [00:02:48.802]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:10.1176573Z [00:02:48.802]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.1177104Z [00:02:48.802]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.1177526Z [00:02:48.802]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:10.1177948Z [00:02:48.802]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.1178364Z [00:02:48.802]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:10.1178770Z [00:02:48.802]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.1179211Z [00:02:48.802]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:10.1179759Z [00:02:48.802]➜  EOF
2025-08-20T20:26:10.1183369Z [00:02:48.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b945/_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/b945=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3 -lang=go1.22 -complete -installsuffix shared -buildid kscU_p64abghq0H4IPTG/kscU_p64abghq0H4IPTG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/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-20T20:26:10.1420285Z [00:02:48.828]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T20:26:10.1546012Z [00:02:48.840]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/3a/3ac38c05491d6240001f265711b9ec41953fd729c07a6ef501a9ed33af0d34bf-d # internal
2025-08-20T20:26:10.1571340Z [00:02:48.841]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3
2025-08-20T20:26:10.1571850Z [00:02:48.841]➜  mkdir -p $WORK/b978/
2025-08-20T20:26:10.1572243Z [00:02:48.841]➜  cat >/tmp/go-build1823208636/b978/importcfg << 'EOF' # internal
2025-08-20T20:26:10.1572591Z [00:02:48.841]➜  # import config
2025-08-20T20:26:10.1572945Z [00:02:48.841]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:10.1573362Z [00:02:48.841]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.1573777Z [00:02:48.841]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.1574316Z [00:02:48.841]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:10.1574985Z [00:02:48.841]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1823208636/b882/_pkg_.a
2025-08-20T20:26:10.1575822Z [00:02:48.841]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build1823208636/b908/_pkg_.a
2025-08-20T20:26:10.1576641Z [00:02:48.841]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build1823208636/b977/_pkg_.a
2025-08-20T20:26:10.1577710Z [00:02:48.841]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:10.1578488Z [00:02:48.841]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:10.1579175Z [00:02:48.841]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.1579707Z [00:02:48.841]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:10.1580142Z [00:02:48.841]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:10.1580574Z [00:02:48.841]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:10.1580999Z [00:02:48.841]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.1581425Z [00:02:48.841]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.1581981Z [00:02:48.841]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:10.1582468Z [00:02:48.841]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.1582887Z [00:02:48.841]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:10.1583299Z [00:02:48.841]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.1583735Z [00:02:48.841]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:10.1584072Z [00:02:48.841]➜  EOF
2025-08-20T20:26:10.1587395Z [00:02:48.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b978/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/rbac/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/rbac/v3;$WORK/b978=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid i0cZ63mD9joibiDV4pDf/i0cZ63mD9joibiDV4pDf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/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-20T20:26:10.2188825Z [00:02:48.905]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T20:26:10.2207121Z [00:02:48.907]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/ae/ae8598788d4b0740b460d08cf0525e31ff3ec8d49a666a80244170a6ecf6a4a7-d # internal
2025-08-20T20:26:10.2263478Z [00:02:48.910]➜  google.golang.org/grpc/internal/xds/rbac
2025-08-20T20:26:10.2266970Z [00:02:48.913]➜  mkdir -p $WORK/b979/
2025-08-20T20:26:10.2267797Z [00:02:48.913]➜  cat >/tmp/go-build1823208636/b979/importcfg << 'EOF' # internal
2025-08-20T20:26:10.2268490Z [00:02:48.913]➜  # import config
2025-08-20T20:26:10.2269128Z [00:02:48.913]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:10.2269737Z [00:02:48.913]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:10.2270365Z [00:02:48.913]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:10.2270949Z [00:02:48.913]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.2271517Z [00:02:48.913]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.2272215Z [00:02:48.913]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build1823208636/b943/_pkg_.a
2025-08-20T20:26:10.2273354Z [00:02:48.913]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build1823208636/b909/_pkg_.a
2025-08-20T20:26:10.2274361Z [00:02:48.913]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:10.2275468Z [00:02:48.913]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build1823208636/b977/_pkg_.a
2025-08-20T20:26:10.2276810Z [00:02:48.913]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build1823208636/b907/_pkg_.a
2025-08-20T20:26:10.2277926Z [00:02:48.913]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build1823208636/b980/_pkg_.a
2025-08-20T20:26:10.2279079Z [00:02:48.913]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:10.2279960Z [00:02:48.913]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:10.2280682Z [00:02:48.913]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build1823208636/b981/_pkg_.a
2025-08-20T20:26:10.2281449Z [00:02:48.913]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build1823208636/b982/_pkg_.a
2025-08-20T20:26:10.2282260Z [00:02:48.913]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:10.2283785Z [00:02:48.913]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:10.2284468Z [00:02:48.913]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:10.2285114Z [00:02:48.913]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1823208636/b632/_pkg_.a
2025-08-20T20:26:10.2295428Z [00:02:48.913]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build1823208636/b947/_pkg_.a
2025-08-20T20:26:10.2296194Z [00:02:48.913]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:10.2296984Z [00:02:48.913]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1823208636/b643/_pkg_.a
2025-08-20T20:26:10.2297553Z [00:02:48.913]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:10.2298199Z [00:02:48.913]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:10.2298905Z [00:02:48.913]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.2299607Z [00:02:48.913]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:10.2300335Z [00:02:48.913]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:10.2300776Z [00:02:48.913]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:26:10.2301205Z [00:02:48.913]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.2301634Z [00:02:48.913]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:10.2302061Z [00:02:48.913]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.2302376Z [00:02:48.913]➜  EOF
2025-08-20T20:26:10.2304967Z [00:02:48.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b979/_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/b979=>" -p google.golang.org/grpc/internal/xds/rbac -lang=go1.23 -complete -installsuffix shared -buildid bOCmwYYEwlMvkgqypfaC/bOCmwYYEwlMvkgqypfaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/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-20T20:26:10.3690211Z [00:02:49.055]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T20:26:10.3695754Z [00:02:49.056]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T20:26:10.3756705Z [00:02:49.061]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/f5/f5323b620e2493fb3edf7773a71bbb3c8d09afc69373833b714ef15977892f66-d # internal
2025-08-20T20:26:10.3841477Z [00:02:49.070]➜  google.golang.org/grpc/xds/internal/httpfilter/rbac
2025-08-20T20:26:10.3842715Z [00:02:49.070]➜  mkdir -p $WORK/b976/
2025-08-20T20:26:10.3845854Z [00:02:49.071]➜  cat >/tmp/go-build1823208636/b976/importcfg << 'EOF' # internal
2025-08-20T20:26:10.3849720Z [00:02:49.071]➜  # import config
2025-08-20T20:26:10.3852257Z [00:02:49.071]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:10.3854788Z [00:02:49.071]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.3855640Z [00:02:49.071]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.3857287Z [00:02:49.071]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build1823208636/b977/_pkg_.a
2025-08-20T20:26:10.3858196Z [00:02:49.071]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build1823208636/b978/_pkg_.a
2025-08-20T20:26:10.3858955Z [00:02:49.071]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:10.3859806Z [00:02:49.071]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1823208636/b628/_pkg_.a
2025-08-20T20:26:10.3860545Z [00:02:49.071]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build1823208636/b979/_pkg_.a
2025-08-20T20:26:10.3861232Z [00:02:49.071]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build1823208636/b950/_pkg_.a
2025-08-20T20:26:10.3861887Z [00:02:49.071]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:10.3862539Z [00:02:49.071]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.3863317Z [00:02:49.071]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.3863636Z [00:02:49.071]➜  EOF
2025-08-20T20:26:10.3876303Z [00:02:49.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b976/_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/b976=>" -p google.golang.org/grpc/xds/internal/httpfilter/rbac -lang=go1.23 -complete -installsuffix shared -buildid Ig-pqEBujZ-BwtLezdTn/Ig-pqEBujZ-BwtLezdTn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/rbac/rbac.go
2025-08-20T20:26:10.3878818Z [00:02:49.073]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/a5/a5beb90cae06758b62596f9382793e62ff5212f3f98d611c01c9216549b1fdf8-d # internal
2025-08-20T20:26:10.3898148Z [00:02:49.076]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter
2025-08-20T20:26:10.3902225Z [00:02:49.076]➜  mkdir -p $WORK/b990/
2025-08-20T20:26:10.3918793Z [00:02:49.078]➜  cat >/tmp/go-build1823208636/b990/importcfg << 'EOF' # internal
2025-08-20T20:26:10.3919876Z [00:02:49.078]➜  # import config
2025-08-20T20:26:10.3921066Z [00:02:49.078]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:10.3921821Z [00:02:49.078]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.3923585Z [00:02:49.078]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build1823208636/b943/_pkg_.a
2025-08-20T20:26:10.3924361Z [00:02:49.078]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build1823208636/b909/_pkg_.a
2025-08-20T20:26:10.3925799Z [00:02:49.078]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build1823208636/b991/_pkg_.a
2025-08-20T20:26:10.3927490Z [00:02:49.078]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build1823208636/b992/_pkg_.a
2025-08-20T20:26:10.3928864Z [00:02:49.078]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build1823208636/b994/_pkg_.a
2025-08-20T20:26:10.3930097Z [00:02:49.078]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build1823208636/b995/_pkg_.a
2025-08-20T20:26:10.3931493Z [00:02:49.078]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build1823208636/b996/_pkg_.a
2025-08-20T20:26:10.3932778Z [00:02:49.078]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:10.3934098Z [00:02:49.078]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build1823208636/b954/_pkg_.a
2025-08-20T20:26:10.3934791Z [00:02:49.078]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build1823208636/b607/_pkg_.a
2025-08-20T20:26:10.3935497Z [00:02:49.078]➜  packagefile google.golang.org/grpc/balancer/ringhash=/tmp/go-build1823208636/b997/_pkg_.a
2025-08-20T20:26:10.3936362Z [00:02:49.078]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1823208636/b612/_pkg_.a
2025-08-20T20:26:10.3937287Z [00:02:49.078]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build1823208636/b999/_pkg_.a
2025-08-20T20:26:10.3938086Z [00:02:49.078]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build1823208636/b987/_pkg_.a
2025-08-20T20:26:10.3938772Z [00:02:49.078]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:10.3939529Z [00:02:49.078]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build1823208636/b970/_pkg_.a
2025-08-20T20:26:10.3940330Z [00:02:49.078]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build1823208636/b951/_pkg_.a
2025-08-20T20:26:10.3968515Z [00:02:49.078]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:10.3969370Z [00:02:49.078]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:10.3969953Z [00:02:49.078]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.3970291Z [00:02:49.078]➜  EOF
2025-08-20T20:26:10.3972795Z [00:02:49.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b990/_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/b990=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter -lang=go1.23 -complete -installsuffix shared -buildid YxxU0V85LGBtUSQTuxjt/YxxU0V85LGBtUSQTuxjt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b990/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdslbregistry/converter/converter.go
2025-08-20T20:26:10.4612564Z [00:02:49.147]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T20:26:10.4620789Z [00:02:49.148]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/58/58f932a1ecb0e9868843062259b7054eebddbc453e8b5dea49ef3bfb161e8fd3-d # internal
2025-08-20T20:26:10.4626621Z [00:02:49.149]➜  google.golang.org/api/storage/v1
2025-08-20T20:26:10.4626948Z [00:02:49.149]➜  mkdir -p $WORK/b1025/
2025-08-20T20:26:10.4631852Z [00:02:49.149]➜  cat >/tmp/go-build1823208636/b1025/importcfg << 'EOF' # internal
2025-08-20T20:26:10.4633305Z [00:02:49.149]➜  # import config
2025-08-20T20:26:10.4636084Z [00:02:49.149]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:10.4636906Z [00:02:49.150]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:10.4638200Z [00:02:49.150]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:10.4638904Z [00:02:49.150]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.4639534Z [00:02:49.150]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.4640251Z [00:02:49.150]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:10.4647794Z [00:02:49.150]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:10.4649226Z [00:02:49.150]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:10.4650117Z [00:02:49.150]➜  packagefile google.golang.org/api/internal=/tmp/go-build1823208636/b757/_pkg_.a
2025-08-20T20:26:10.4651490Z [00:02:49.150]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build1823208636/b1024/_pkg_.a
2025-08-20T20:26:10.4652381Z [00:02:49.150]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:10.4653170Z [00:02:49.150]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:10.4654879Z [00:02:49.150]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1823208636/b825/_pkg_.a
2025-08-20T20:26:10.4655710Z [00:02:49.150]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:10.4656313Z [00:02:49.150]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:10.4657081Z [00:02:49.150]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:10.4657818Z [00:02:49.150]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:10.4658681Z [00:02:49.150]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:10.4659307Z [00:02:49.150]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.4659752Z [00:02:49.150]➜  EOF
2025-08-20T20:26:10.4662301Z [00:02:49.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1025/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/storage/v1=>google.golang.org/api@v0.238.0/storage/v1;$WORK/b1025=>" -p google.golang.org/api/storage/v1 -lang=go1.23 -complete -installsuffix shared -buildid hC49nybQNnqAe-6-Gry8/hC49nybQNnqAe-6-Gry8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1025/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/storage/v1/storage-gen.go
2025-08-20T20:26:10.4913142Z [00:02:49.177]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T20:26:10.4940884Z [00:02:49.180]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/92/9255960f0f71edf381505359cdd25df5f1b3aeac1b85a70b04d8d7acebbe3af8-d # internal
2025-08-20T20:26:10.4943010Z [00:02:49.180]➜  google.golang.org/api/transport
2025-08-20T20:26:10.4943785Z [00:02:49.180]➜  mkdir -p $WORK/b1026/
2025-08-20T20:26:10.4944502Z [00:02:49.180]➜  cat >/tmp/go-build1823208636/b1026/importcfg << 'EOF' # internal
2025-08-20T20:26:10.4945099Z [00:02:49.180]➜  # import config
2025-08-20T20:26:10.4945999Z [00:02:49.180]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:10.4947126Z [00:02:49.180]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1823208636/b749/_pkg_.a
2025-08-20T20:26:10.4947971Z [00:02:49.180]➜  packagefile google.golang.org/api/internal=/tmp/go-build1823208636/b757/_pkg_.a
2025-08-20T20:26:10.4948680Z [00:02:49.180]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:10.4949530Z [00:02:49.180]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build1823208636/b798/_pkg_.a
2025-08-20T20:26:10.4951303Z [00:02:49.180]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1823208636/b825/_pkg_.a
2025-08-20T20:26:10.4951907Z [00:02:49.180]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:10.4952393Z [00:02:49.180]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:10.4952717Z [00:02:49.180]➜  EOF
2025-08-20T20:26:10.4954787Z [00:02:49.180]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1026/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.238.0/transport=>google.golang.org/api@v0.238.0/transport;$WORK/b1026=>" -p google.golang.org/api/transport -lang=go1.23 -complete -installsuffix shared -buildid ICIJWgCduHaGy-nTY09p/ICIJWgCduHaGy-nTY09p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1026/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.238.0/transport/dial.go /root/go/pkg/mod/google.golang.org/api@v0.238.0/transport/doc.go
2025-08-20T20:26:10.5584093Z [00:02:49.244]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T20:26:10.5625174Z [00:02:49.248]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T20:26:10.5642246Z [00:02:49.250]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/ca/ca5d8c2c150ed3024495ad017efe8c53bea6953e9d9e8cf46ea122659e5f1a39-d # internal
2025-08-20T20:26:10.5680000Z [00:02:49.254]➜  github.com/google/go-cmp/cmp/internal/diff
2025-08-20T20:26:10.5683747Z [00:02:49.254]➜  mkdir -p $WORK/b1028/
2025-08-20T20:26:10.5684227Z [00:02:49.254]➜  cat >/tmp/go-build1823208636/b1028/importcfg << 'EOF' # internal
2025-08-20T20:26:10.5684591Z [00:02:49.254]➜  # import config
2025-08-20T20:26:10.5685076Z [00:02:49.254]➜  packagefile github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build1823208636/b1029/_pkg_.a
2025-08-20T20:26:10.5685803Z [00:02:49.254]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:10.5686537Z [00:02:49.254]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.5686917Z [00:02:49.254]➜  EOF
2025-08-20T20:26:10.5689232Z [00:02:49.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1028/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/diff=>github.com/google/go-cmp@v0.7.0/cmp/internal/diff;$WORK/b1028=>" -p github.com/google/go-cmp/cmp/internal/diff -lang=go1.21 -complete -installsuffix shared -buildid vbWTawH6P7N3TV71Pial/vbWTawH6P7N3TV71Pial -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1028/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/diff/debug_disable.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/diff/diff.go
2025-08-20T20:26:10.5694845Z [00:02:49.256]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/7e/7e7e519542a27869db1b1f3009eb4a0db44673dfac36f4d2c93589c0fdf6eeda-d # internal
2025-08-20T20:26:10.5696633Z [00:02:49.256]➜  github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3
2025-08-20T20:26:10.5697658Z [00:02:49.256]➜  mkdir -p $WORK/b905/
2025-08-20T20:26:10.5698992Z [00:02:49.256]➜  cat >/tmp/go-build1823208636/b905/importcfg << 'EOF' # internal
2025-08-20T20:26:10.5700305Z [00:02:49.256]➜  # import config
2025-08-20T20:26:10.5717042Z [00:02:49.256]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:10.5717843Z [00:02:49.258]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.5719283Z [00:02:49.258]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.5720531Z [00:02:49.258]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:10.5721769Z [00:02:49.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:10.5723254Z [00:02:49.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build1823208636/b906/_pkg_.a
2025-08-20T20:26:10.5726302Z [00:02:49.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build1823208636/b915/_pkg_.a
2025-08-20T20:26:10.5729755Z [00:02:49.259]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:10.5730684Z [00:02:49.259]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build1823208636/b917/_pkg_.a
2025-08-20T20:26:10.5731521Z [00:02:49.259]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build1823208636/b918/_pkg_.a
2025-08-20T20:26:10.5732355Z [00:02:49.259]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build1823208636/b919/_pkg_.a
2025-08-20T20:26:10.5733169Z [00:02:49.259]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build1823208636/b920/_pkg_.a
2025-08-20T20:26:10.5734068Z [00:02:49.259]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build1823208636/b921/_pkg_.a
2025-08-20T20:26:10.5735276Z [00:02:49.259]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:10.5736229Z [00:02:49.259]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:10.5736964Z [00:02:49.259]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:10.5737671Z [00:02:49.259]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:10.5738368Z [00:02:49.259]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.5739077Z [00:02:49.259]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:10.5739951Z [00:02:49.259]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:10.5740745Z [00:02:49.259]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:10.5741314Z [00:02:49.259]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:10.5741738Z [00:02:49.259]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:10.5742166Z [00:02:49.259]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:10.5742591Z [00:02:49.259]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.5743174Z [00:02:49.259]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.5743585Z [00:02:49.259]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:10.5744005Z [00:02:49.259]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.5744429Z [00:02:49.259]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:10.5744837Z [00:02:49.259]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.5745274Z [00:02:49.259]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:10.5745876Z [00:02:49.259]➜  EOF
2025-08-20T20:26:10.5748735Z [00:02:49.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/bootstrap/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/bootstrap/v3;$WORK/b905=>" -p github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3 -lang=go1.22 -complete -installsuffix shared -buildid iRbGKoPCJEBJRpbwxLKC/iRbGKoPCJEBJRpbwxLKC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/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-20T20:26:10.6262297Z [00:02:49.312]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T20:26:10.6270219Z [00:02:49.313]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/6b/6b437017bbf748c433dac583d96da255b5633b1c9348f2cbef396b0386f5f780-d # internal
2025-08-20T20:26:10.6276524Z [00:02:49.314]➜  github.com/google/go-cmp/cmp/internal/function
2025-08-20T20:26:10.6279130Z [00:02:49.314]➜  mkdir -p $WORK/b1030/
2025-08-20T20:26:10.6282243Z [00:02:49.314]➜  cat >/tmp/go-build1823208636/b1030/importcfg << 'EOF' # internal
2025-08-20T20:26:10.6286046Z [00:02:49.314]➜  # import config
2025-08-20T20:26:10.6286443Z [00:02:49.314]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.6286873Z [00:02:49.314]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.6287298Z [00:02:49.314]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:10.6287748Z [00:02:49.314]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.6288067Z [00:02:49.314]➜  EOF
2025-08-20T20:26:10.6290468Z [00:02:49.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/function=>github.com/google/go-cmp@v0.7.0/cmp/internal/function;$WORK/b1030=>" -p github.com/google/go-cmp/cmp/internal/function -lang=go1.21 -complete -installsuffix shared -buildid ehscsr3e2qVsy0pI2sdv/ehscsr3e2qVsy0pI2sdv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1030/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/function/func.go
2025-08-20T20:26:10.6532654Z [00:02:49.339]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T20:26:10.6540044Z [00:02:49.340]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/78/78613c9cc6ef1cc08259a4ec570a04921a3d4f2df3f8ead95c56f70cb58f38ad-d # internal
2025-08-20T20:26:10.6548038Z [00:02:49.341]➜  github.com/google/go-cmp/cmp/internal/value
2025-08-20T20:26:10.6549920Z [00:02:49.341]➜  mkdir -p $WORK/b1031/
2025-08-20T20:26:10.6553693Z [00:02:49.341]➜  cat >/tmp/go-build1823208636/b1031/importcfg << 'EOF' # internal
2025-08-20T20:26:10.6554389Z [00:02:49.341]➜  # import config
2025-08-20T20:26:10.6555004Z [00:02:49.341]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.6556133Z [00:02:49.342]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:10.6556615Z [00:02:49.342]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.6557039Z [00:02:49.342]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:10.6557799Z [00:02:49.342]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:10.6558124Z [00:02:49.342]➜  EOF
2025-08-20T20:26:10.6560713Z [00:02:49.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/value=>github.com/google/go-cmp@v0.7.0/cmp/internal/value;$WORK/b1031=>" -p github.com/google/go-cmp/cmp/internal/value -lang=go1.21 -complete -installsuffix shared -buildid U9beBHbtQ54x7SbKyePO/U9beBHbtQ54x7SbKyePO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1031/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/value/name.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/value/pointer.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/value/sort.go
2025-08-20T20:26:10.6851715Z [00:02:49.371]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T20:26:10.6906181Z [00:02:49.376]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T20:26:10.6906990Z [00:02:49.376]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/00/00cf39bd675006e969554340360bb93437f01f0b30f60907b430a819497261a1-d # internal
2025-08-20T20:26:10.6978352Z [00:02:49.381]➜  github.com/google/go-cmp/cmp
2025-08-20T20:26:10.6978901Z [00:02:49.381]➜  mkdir -p $WORK/b1027/
2025-08-20T20:26:10.7033856Z [00:02:49.389]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/5b/5b3ec3f4f9d4d43ee213fd638dda1b2883641e32f016e281ae3527da38e823aa-d # internal
2025-08-20T20:26:10.7035142Z [00:02:49.389]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3
2025-08-20T20:26:10.7036156Z [00:02:49.389]➜  mkdir -p $WORK/b984/
2025-08-20T20:26:10.7036903Z [00:02:49.389]➜  cat >/tmp/go-build1823208636/b984/importcfg << 'EOF' # internal
2025-08-20T20:26:10.7037782Z [00:02:49.389]➜  # import config
2025-08-20T20:26:10.7039136Z [00:02:49.389]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:10.7039599Z [00:02:49.389]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.7040016Z [00:02:49.389]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.7040556Z [00:02:49.389]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:10.7041292Z [00:02:49.389]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:10.7042398Z [00:02:49.389]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build1823208636/b906/_pkg_.a
2025-08-20T20:26:10.7043463Z [00:02:49.389]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build1823208636/b945/_pkg_.a
2025-08-20T20:26:10.7044382Z [00:02:49.389]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:10.7045104Z [00:02:49.389]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:10.7053424Z [00:02:49.389]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:10.7054189Z [00:02:49.389]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.7055117Z [00:02:49.389]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:10.7056029Z [00:02:49.389]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:10.7056654Z [00:02:49.389]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:10.7057076Z [00:02:49.389]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:10.7057503Z [00:02:49.389]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:10.7057927Z [00:02:49.389]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.7058560Z [00:02:49.389]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.7058993Z [00:02:49.389]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:10.7059409Z [00:02:49.389]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.7059830Z [00:02:49.389]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:10.7060243Z [00:02:49.389]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.7060679Z [00:02:49.389]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:10.7061249Z [00:02:49.389]➜  EOF
2025-08-20T20:26:10.7064350Z [00:02:49.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b984/_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/b984=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3 -lang=go1.22 -complete -installsuffix shared -buildid VAfolsbKKsudL2_id-RZ/VAfolsbKKsudL2_id-RZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b984/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-20T20:26:10.7067490Z [00:02:49.389]➜  cat >/tmp/go-build1823208636/b1027/importcfg << 'EOF' # internal
2025-08-20T20:26:10.7067899Z [00:02:49.389]➜  # import config
2025-08-20T20:26:10.7068240Z [00:02:49.389]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:10.7068653Z [00:02:49.389]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.7069202Z [00:02:49.389]➜  packagefile github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build1823208636/b1028/_pkg_.a
2025-08-20T20:26:10.7069878Z [00:02:49.389]➜  packagefile github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build1823208636/b1029/_pkg_.a
2025-08-20T20:26:10.7070568Z [00:02:49.389]➜  packagefile github.com/google/go-cmp/cmp/internal/function=/tmp/go-build1823208636/b1030/_pkg_.a
2025-08-20T20:26:10.7071252Z [00:02:49.389]➜  packagefile github.com/google/go-cmp/cmp/internal/value=/tmp/go-build1823208636/b1031/_pkg_.a
2025-08-20T20:26:10.7071899Z [00:02:49.389]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:10.7072415Z [00:02:49.389]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:10.7072848Z [00:02:49.389]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.7073273Z [00:02:49.389]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:10.7073694Z [00:02:49.389]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:10.7074120Z [00:02:49.389]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:10.7074699Z [00:02:49.389]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.7075118Z [00:02:49.389]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:10.7075871Z [00:02:49.389]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:10.7076268Z [00:02:49.389]➜  EOF
2025-08-20T20:26:10.7080406Z [00:02:49.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp=>github.com/google/go-cmp@v0.7.0/cmp;$WORK/b1027=>" -p github.com/google/go-cmp/cmp -lang=go1.21 -complete -installsuffix shared -buildid fxvmo3iSPVlSlGwYNX0m/fxvmo3iSPVlSlGwYNX0m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/compare.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/export.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/options.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/path.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_compare.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_references.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_reflect.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_slices.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_text.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_value.go
2025-08-20T20:26:10.7658565Z [00:02:49.452]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T20:26:10.7676746Z [00:02:49.454]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/63/63690923209a702e7b5cbaa337b2a6b8e11349316dc761936926bf071981d674-d # internal
2025-08-20T20:26:10.7690585Z [00:02:49.455]➜  google.golang.org/grpc/xds/internal/httpfilter/router
2025-08-20T20:26:10.7691555Z [00:02:49.455]➜  mkdir -p $WORK/b983/
2025-08-20T20:26:10.7695310Z [00:02:49.456]➜  cat >/tmp/go-build1823208636/b983/importcfg << 'EOF' # internal
2025-08-20T20:26:10.7698112Z [00:02:49.456]➜  # import config
2025-08-20T20:26:10.7698714Z [00:02:49.456]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.7701255Z [00:02:49.456]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build1823208636/b984/_pkg_.a
2025-08-20T20:26:10.7702415Z [00:02:49.456]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1823208636/b628/_pkg_.a
2025-08-20T20:26:10.7703645Z [00:02:49.456]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build1823208636/b950/_pkg_.a
2025-08-20T20:26:10.7704798Z [00:02:49.456]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:10.7705891Z [00:02:49.456]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:10.7706843Z [00:02:49.456]➜  EOF
2025-08-20T20:26:10.7709435Z [00:02:49.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b983/_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/b983=>" -p google.golang.org/grpc/xds/internal/httpfilter/router -lang=go1.23 -complete -installsuffix shared -buildid Gi1J6mOIX70-wrVOP0kh/Gi1J6mOIX70-wrVOP0kh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/router/router.go
2025-08-20T20:26:10.8618700Z [00:02:49.547]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T20:26:10.8671709Z [00:02:49.553]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/25/250af6778e870338f58c4ba9d4caeaaf47bb3bf7af1df2e5ee1a2172957acd86-d # internal
2025-08-20T20:26:10.8678645Z [00:02:49.554]➜  github.com/globocom/go-buffer
2025-08-20T20:26:10.8684202Z [00:02:49.555]➜  mkdir -p $WORK/b1033/
2025-08-20T20:26:10.8694110Z [00:02:49.555]➜  cat >/tmp/go-build1823208636/b1033/importcfg << 'EOF' # internal
2025-08-20T20:26:10.8694851Z [00:02:49.555]➜  # import config
2025-08-20T20:26:10.8695204Z [00:02:49.555]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.8695798Z [00:02:49.555]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.8696251Z [00:02:49.555]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:10.8696667Z [00:02:49.555]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.8696985Z [00:02:49.555]➜  EOF
2025-08-20T20:26:10.8708959Z [00:02:49.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/globocom/go-buffer@v1.2.2=>github.com/globocom/go-buffer@v1.2.2;$WORK/b1033=>" -p github.com/globocom/go-buffer -lang=go1.13 -complete -installsuffix shared -buildid YLVxIBXtmRhH2NAsUJuk/YLVxIBXtmRhH2NAsUJuk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/importcfg -pack /root/go/pkg/mod/github.com/globocom/go-buffer@v1.2.2/buffer.go /root/go/pkg/mod/github.com/globocom/go-buffer@v1.2.2/flusher.go /root/go/pkg/mod/github.com/globocom/go-buffer@v1.2.2/options.go
2025-08-20T20:26:10.9281536Z [00:02:49.613]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T20:26:10.9297554Z [00:02:49.616]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/43/43f512346f29236e26eab7d6fb69c77a5d9864d53e634ae59498eab3988811da-d # internal
2025-08-20T20:26:10.9314389Z [00:02:49.617]➜  github.com/transparency-dev/tessera/storage/internal
2025-08-20T20:26:10.9315236Z [00:02:49.618]➜  mkdir -p $WORK/b1032/
2025-08-20T20:26:10.9335908Z [00:02:49.620]➜  cat >/tmp/go-build1823208636/b1032/importcfg << 'EOF' # internal
2025-08-20T20:26:10.9337163Z [00:02:49.620]➜  # import config
2025-08-20T20:26:10.9337921Z [00:02:49.620]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:10.9339296Z [00:02:49.620]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:10.9339860Z [00:02:49.620]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:10.9340369Z [00:02:49.620]➜  packagefile github.com/globocom/go-buffer=/tmp/go-build1823208636/b1033/_pkg_.a
2025-08-20T20:26:10.9341011Z [00:02:49.620]➜  packagefile github.com/transparency-dev/merkle/compact=/tmp/go-build1823208636/b664/_pkg_.a
2025-08-20T20:26:10.9341701Z [00:02:49.620]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:10.9342529Z [00:02:49.620]➜  packagefile github.com/transparency-dev/tessera=/tmp/go-build1823208636/b666/_pkg_.a
2025-08-20T20:26:10.9343234Z [00:02:49.620]➜  packagefile github.com/transparency-dev/tessera/api=/tmp/go-build1823208636/b671/_pkg_.a
2025-08-20T20:26:10.9343923Z [00:02:49.620]➜  packagefile github.com/transparency-dev/tessera/api/layout=/tmp/go-build1823208636/b672/_pkg_.a
2025-08-20T20:26:10.9344640Z [00:02:49.620]➜  packagefile github.com/transparency-dev/tessera/internal/otel=/tmp/go-build1823208636/b674/_pkg_.a
2025-08-20T20:26:10.9345275Z [00:02:49.620]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:10.9346172Z [00:02:49.620]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:10.9346743Z [00:02:49.620]➜  packagefile golang.org/x/exp/maps=/tmp/go-build1823208636/b1034/_pkg_.a
2025-08-20T20:26:10.9347390Z [00:02:49.620]➜  packagefile k8s.io/klog/v2=/tmp/go-build1823208636/b699/_pkg_.a
2025-08-20T20:26:10.9347918Z [00:02:49.620]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:10.9348340Z [00:02:49.620]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:10.9348751Z [00:02:49.620]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:10.9349061Z [00:02:49.620]➜  EOF
2025-08-20T20:26:10.9352937Z [00:02:49.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/internal=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/internal;$WORK/b1032=>" -p github.com/transparency-dev/tessera/storage/internal -lang=go1.24 -complete -installsuffix shared -buildid CuE66RIKNFq7qVbJhyFK/CuE66RIKNFq7qVbJhyFK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1032/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/internal/integrate.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/internal/otel.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/internal/queue.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/internal/tileid.go
2025-08-20T20:26:11.0971379Z [00:02:49.783]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T20:26:11.1002345Z [00:02:49.786]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/e4/e4dc4f6acddacdf7ecf45fa43ff72992f10a3a8090ce16e5b6aa3162a2497818-d # internal
2025-08-20T20:26:11.1007292Z [00:02:49.787]➜  github.com/go-openapi/analysis/internal/debug
2025-08-20T20:26:11.1011183Z [00:02:49.787]➜  mkdir -p $WORK/b1039/
2025-08-20T20:26:11.1029922Z [00:02:49.789]➜  cat >/tmp/go-build1823208636/b1039/importcfg << 'EOF' # internal
2025-08-20T20:26:11.1031442Z [00:02:49.789]➜  # import config
2025-08-20T20:26:11.1035087Z [00:02:49.789]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.1036750Z [00:02:49.789]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:11.1040859Z [00:02:49.789]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:11.1043481Z [00:02:49.789]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:11.1046055Z [00:02:49.789]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:11.1046419Z [00:02:49.789]➜  EOF
2025-08-20T20:26:11.1048507Z [00:02:49.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/debug=>github.com/go-openapi/analysis@v0.23.0/internal/debug;$WORK/b1039=>" -p github.com/go-openapi/analysis/internal/debug -lang=go1.20 -complete -installsuffix shared -buildid uq4RVgYLRlAf6G-DB14G/uq4RVgYLRlAf6G-DB14G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/debug/debug.go
2025-08-20T20:26:11.1352326Z [00:02:49.819]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T20:26:11.1353551Z [00:02:49.820]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/a0/a002b544936679037efb9c4632c97ec5da5031bbd9fa4041c9b80a9dd57f6c94-d # internal
2025-08-20T20:26:11.1354940Z [00:02:49.821]➜  github.com/go-openapi/jsonpointer
2025-08-20T20:26:11.1355269Z [00:02:49.821]➜  mkdir -p $WORK/b1042/
2025-08-20T20:26:11.1355836Z [00:02:49.821]➜  cat >/tmp/go-build1823208636/b1042/importcfg << 'EOF' # internal
2025-08-20T20:26:11.1356248Z [00:02:49.821]➜  # import config
2025-08-20T20:26:11.1356981Z [00:02:49.821]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:11.1357461Z [00:02:49.821]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.1357881Z [00:02:49.821]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.1358585Z [00:02:49.821]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:11.1359154Z [00:02:49.821]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:11.1359583Z [00:02:49.821]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.1360013Z [00:02:49.821]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.1360326Z [00:02:49.821]➜  EOF
2025-08-20T20:26:11.1362452Z [00:02:49.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/jsonpointer@v0.21.1=>github.com/go-openapi/jsonpointer@v0.21.1;$WORK/b1042=>" -p github.com/go-openapi/jsonpointer -lang=go1.20 -complete -installsuffix shared -buildid gRHtGyt3R9QPZLxwevj1/gRHtGyt3R9QPZLxwevj1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/jsonpointer@v0.21.1/errors.go /root/go/pkg/mod/github.com/go-openapi/jsonpointer@v0.21.1/pointer.go
2025-08-20T20:26:11.1493822Z [00:02:49.835]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T20:26:11.1637321Z [00:02:49.850]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T20:26:11.1693364Z [00:02:49.855]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/b5/b56c21736536bed3a516a95dc7da01d4f7c4a191b94d36127c4470ace54ec2e0-d # internal
2025-08-20T20:26:11.1695408Z [00:02:49.855]➜  github.com/envoyproxy/go-control-plane/envoy/admin/v3
2025-08-20T20:26:11.1703968Z [00:02:49.855]➜  mkdir -p $WORK/b904/
2025-08-20T20:26:11.1704432Z [00:02:49.855]➜  cat >/tmp/go-build1823208636/b904/importcfg << 'EOF' # internal
2025-08-20T20:26:11.1704783Z [00:02:49.855]➜  # import config
2025-08-20T20:26:11.1705122Z [00:02:49.855]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:11.1705691Z [00:02:49.855]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.1706190Z [00:02:49.855]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.1706742Z [00:02:49.855]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:11.1707498Z [00:02:49.855]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build1823208636/b905/_pkg_.a
2025-08-20T20:26:11.1708338Z [00:02:49.855]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build1823208636/b915/_pkg_.a
2025-08-20T20:26:11.1709147Z [00:02:49.855]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:11.1709946Z [00:02:49.855]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build1823208636/b922/_pkg_.a
2025-08-20T20:26:11.1710707Z [00:02:49.855]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:11.1711447Z [00:02:49.855]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:11.1712532Z [00:02:49.855]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:11.1713311Z [00:02:49.855]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:11.1714009Z [00:02:49.855]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:11.1714720Z [00:02:49.855]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:11.1715462Z [00:02:49.855]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:11.1716316Z [00:02:49.855]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:11.1716754Z [00:02:49.855]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:11.1717347Z [00:02:49.855]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:11.1717839Z [00:02:49.855]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:11.1718262Z [00:02:49.855]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:11.1718685Z [00:02:49.855]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:11.1719102Z [00:02:49.855]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.1719519Z [00:02:49.855]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:11.1720130Z [00:02:49.855]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:11.1720570Z [00:02:49.855]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:11.1720902Z [00:02:49.855]➜  EOF
2025-08-20T20:26:11.1740381Z [00:02:49.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3;$WORK/b904=>" -p github.com/envoyproxy/go-control-plane/envoy/admin/v3 -lang=go1.22 -complete -installsuffix shared -buildid TTWoxnujlnYdxe8SXD3B/TTWoxnujlnYdxe8SXD3B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/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-20T20:26:11.1769895Z [00:02:49.863]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/8a/8add5bbfee2e461ba5a136c8fb42280e871967f9e75d3e8bab6b099f07ca74e5-d # internal
2025-08-20T20:26:11.1778344Z [00:02:49.863]➜  github.com/go-openapi/jsonreference/internal
2025-08-20T20:26:11.1778702Z [00:02:49.863]➜  mkdir -p $WORK/b1044/
2025-08-20T20:26:11.1802412Z [00:02:49.866]➜  cat >/tmp/go-build1823208636/b1044/importcfg << 'EOF' # internal
2025-08-20T20:26:11.1821884Z [00:02:49.867]➜  # import config
2025-08-20T20:26:11.1822524Z [00:02:49.867]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:11.1823040Z [00:02:49.867]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:11.1823477Z [00:02:49.867]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.1823802Z [00:02:49.867]➜  EOF
2025-08-20T20:26:11.1872389Z [00:02:49.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/jsonreference@v0.21.0/internal=>github.com/go-openapi/jsonreference@v0.21.0/internal;$WORK/b1044=>" -p github.com/go-openapi/jsonreference/internal -lang=go1.20 -complete -installsuffix shared -buildid fxukAfY_nAt39BTaICf1/fxukAfY_nAt39BTaICf1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/jsonreference@v0.21.0/internal/normalize_url.go
2025-08-20T20:26:11.2041477Z [00:02:49.890]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T20:26:11.2052887Z [00:02:49.891]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/93/939e466aecb0e52903fdda04e21e2dbd6b24495cfdd14dc2009ffad9afa14b87-d # internal
2025-08-20T20:26:11.2054241Z [00:02:49.892]➜  github.com/blang/semver
2025-08-20T20:26:11.2055182Z [00:02:49.892]➜  mkdir -p $WORK/b1051/
2025-08-20T20:26:11.2060094Z [00:02:49.892]➜  cat >/tmp/go-build1823208636/b1051/importcfg << 'EOF' # internal
2025-08-20T20:26:11.2060861Z [00:02:49.892]➜  # import config
2025-08-20T20:26:11.2063580Z [00:02:49.892]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:26:11.2064273Z [00:02:49.892]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:11.2067682Z [00:02:49.892]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.2068855Z [00:02:49.892]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.2069589Z [00:02:49.892]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:11.2079360Z [00:02:49.892]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.2080478Z [00:02:49.892]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.2081340Z [00:02:49.892]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:11.2081903Z [00:02:49.892]➜  EOF
2025-08-20T20:26:11.2087050Z [00:02:49.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible=>github.com/blang/semver@v3.5.1+incompatible;$WORK/b1051=>" -p github.com/blang/semver -lang=go1.16 -complete -installsuffix shared -buildid 151ztkSxsRJSav4Zz30f/151ztkSxsRJSav4Zz30f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/importcfg -pack /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/json.go /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/range.go /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/semver.go /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/sort.go /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/sql.go
2025-08-20T20:26:11.2109921Z [00:02:49.897]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T20:26:11.2120069Z [00:02:49.898]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/d5/d577f1065aa555649d376c44bf8c4b0665daacfd3d3572870a63db30ffcc29ab-d # internal
2025-08-20T20:26:11.2127454Z [00:02:49.899]➜  github.com/go-openapi/jsonreference
2025-08-20T20:26:11.2128612Z [00:02:49.899]➜  mkdir -p $WORK/b1043/
2025-08-20T20:26:11.2139143Z [00:02:49.900]➜  cat >/tmp/go-build1823208636/b1043/importcfg << 'EOF' # internal
2025-08-20T20:26:11.2140014Z [00:02:49.900]➜  # import config
2025-08-20T20:26:11.2140637Z [00:02:49.900]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.2143243Z [00:02:49.900]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build1823208636/b1042/_pkg_.a
2025-08-20T20:26:11.2144114Z [00:02:49.900]➜  packagefile github.com/go-openapi/jsonreference/internal=/tmp/go-build1823208636/b1044/_pkg_.a
2025-08-20T20:26:11.2145079Z [00:02:49.900]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:11.2145979Z [00:02:49.900]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.2147029Z [00:02:49.900]➜  EOF
2025-08-20T20:26:11.2161877Z [00:02:49.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/jsonreference@v0.21.0=>github.com/go-openapi/jsonreference@v0.21.0;$WORK/b1043=>" -p github.com/go-openapi/jsonreference -lang=go1.20 -complete -installsuffix shared -buildid fHy8j8pCKXB84KatkrwB/fHy8j8pCKXB84KatkrwB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/jsonreference@v0.21.0/reference.go
2025-08-20T20:26:11.2553036Z [00:02:49.941]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T20:26:11.2561429Z [00:02:49.942]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/78/78a077042b882b7c645082f4528832ee9efe8a2674b779e200c6d04c70d38191-d # internal
2025-08-20T20:26:11.2567965Z [00:02:49.943]➜  github.com/go-openapi/spec
2025-08-20T20:26:11.2569269Z [00:02:49.943]➜  mkdir -p $WORK/b1041/
2025-08-20T20:26:11.2574702Z [00:02:49.944]➜  cat >/tmp/go-build1823208636/b1041/importcfg << 'EOF' # internal
2025-08-20T20:26:11.2577200Z [00:02:49.944]➜  # import config
2025-08-20T20:26:11.2578106Z [00:02:49.944]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:11.2578898Z [00:02:49.944]➜  packagefile embed=/tmp/go-build1823208636/b324/_pkg_.a
2025-08-20T20:26:11.2579561Z [00:02:49.944]➜  packagefile encoding/gob=/tmp/go-build1823208636/b765/_pkg_.a
2025-08-20T20:26:11.2582931Z [00:02:49.944]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:11.2583958Z [00:02:49.944]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.2597299Z [00:02:49.944]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.2599194Z [00:02:49.944]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build1823208636/b1042/_pkg_.a
2025-08-20T20:26:11.2600383Z [00:02:49.944]➜  packagefile github.com/go-openapi/jsonreference=/tmp/go-build1823208636/b1043/_pkg_.a
2025-08-20T20:26:11.2602583Z [00:02:49.944]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:11.2603332Z [00:02:49.944]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:11.2603975Z [00:02:49.944]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:11.2604574Z [00:02:49.944]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:11.2605182Z [00:02:49.944]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:11.2605974Z [00:02:49.944]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:11.2606657Z [00:02:49.944]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:11.2607344Z [00:02:49.944]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:11.2607921Z [00:02:49.944]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:11.2608730Z [00:02:49.944]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:11.2609411Z [00:02:49.944]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.2610030Z [00:02:49.944]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.2610577Z [00:02:49.944]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:11.2611288Z [00:02:49.944]➜  EOF
2025-08-20T20:26:11.2611755Z [00:02:49.944]➜  cat >/tmp/go-build1823208636/b1041/embedcfg << 'EOF' # internal
2025-08-20T20:26:11.2612176Z [00:02:49.944]➜  {
2025-08-20T20:26:11.2612480Z [00:02:49.944]➜  	"Patterns": {
2025-08-20T20:26:11.2612816Z [00:02:49.944]➜  		"schemas/*.json": [
2025-08-20T20:26:11.2613215Z [00:02:49.944]➜  			"schemas/jsonschema-draft-04.json"
2025-08-20T20:26:11.2613645Z [00:02:49.944]➜  		],
2025-08-20T20:26:11.2614236Z [00:02:49.944]➜  		"schemas/*/*.json": [
2025-08-20T20:26:11.2614728Z [00:02:49.944]➜  			"schemas/v2/schema.json"
2025-08-20T20:26:11.2615127Z [00:02:49.944]➜  		]
2025-08-20T20:26:11.2615450Z [00:02:49.944]➜  	},
2025-08-20T20:26:11.2615992Z [00:02:49.944]➜  	"Files": {
2025-08-20T20:26:11.2616700Z [00:02:49.944]➜  		"schemas/jsonschema-draft-04.json": "/root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/schemas/jsonschema-draft-04.json",
2025-08-20T20:26:11.2617866Z [00:02:49.944]➜  		"schemas/v2/schema.json": "/root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/schemas/v2/schema.json"
2025-08-20T20:26:11.2618767Z [00:02:49.944]➜  	}
2025-08-20T20:26:11.2619064Z [00:02:49.944]➜  }EOF
2025-08-20T20:26:11.2638843Z [00:02:49.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1041/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0=>github.com/go-openapi/spec@v0.21.0;$WORK/b1041=>" -p github.com/go-openapi/spec -lang=go1.20 -complete -installsuffix shared -buildid OHpkHRWkuX6cbI4rr_Gp/OHpkHRWkuX6cbI4rr_Gp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/importcfg -embedcfg $WORK/b1041/embedcfg -pack /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/cache.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/contact_info.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/debug.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/embed.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/errors.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/expander.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/external_docs.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/header.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/info.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/items.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/license.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/normalizer.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/normalizer_nonwindows.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/operation.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/parameter.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/path_item.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/paths.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/properties.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/ref.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/resolver.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/response.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/responses.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/schema.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/schema_loader.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/security_scheme.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/spec.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/swagger.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/tag.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/url_go19.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/validations.go /root/go/pkg/mod/github.com/go-openapi/spec@v0.21.0/xml_object.go
2025-08-20T20:26:11.3015196Z [00:02:49.987]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T20:26:11.3032182Z [00:02:49.989]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/30/30c408918f4eda6a0f749fbffe9f405bbe9443ef7857a89677ec217bf93fbaac-d # internal
2025-08-20T20:26:11.3040201Z [00:02:49.990]➜  github.com/go-chi/chi
2025-08-20T20:26:11.3041092Z [00:02:49.990]➜  mkdir -p $WORK/b1054/
2025-08-20T20:26:11.3051824Z [00:02:49.991]➜  cat >/tmp/go-build1823208636/b1054/importcfg << 'EOF' # internal
2025-08-20T20:26:11.3055034Z [00:02:49.991]➜  # import config
2025-08-20T20:26:11.3055852Z [00:02:49.991]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:11.3057083Z [00:02:49.991]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.3057701Z [00:02:49.991]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:11.3058455Z [00:02:49.991]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:11.3059291Z [00:02:49.991]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:11.3060035Z [00:02:49.991]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:11.3060654Z [00:02:49.991]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:11.3061192Z [00:02:49.991]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.3061965Z [00:02:49.991]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.3062562Z [00:02:49.991]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:11.3063243Z [00:02:49.991]➜  EOF
2025-08-20T20:26:11.3066395Z [00:02:49.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible=>github.com/go-chi/chi@v4.1.2+incompatible;$WORK/b1054=>" -p github.com/go-chi/chi -lang=go1.16 -complete -installsuffix shared -buildid WMYJLY1jaIEfRZ55gZmU/WMYJLY1jaIEfRZ55gZmU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1054/importcfg -pack /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/chain.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/chi.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/context.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/mux.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/tree.go
2025-08-20T20:26:11.4188009Z [00:02:50.105]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T20:26:11.4219082Z [00:02:50.108]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/fd/fdccb0fe7e804b29ef58493a35d3cc5bb1f7f8dad959013cfe6ed96868c74ef1-d # internal
2025-08-20T20:26:11.4227438Z [00:02:50.109]➜  internal/profile
2025-08-20T20:26:11.4228078Z [00:02:50.109]➜  mkdir -p $WORK/b1056/
2025-08-20T20:26:11.4241762Z [00:02:50.110]➜  cat >/tmp/go-build1823208636/b1056/importcfg << 'EOF' # internal
2025-08-20T20:26:11.4242447Z [00:02:50.110]➜  # import config
2025-08-20T20:26:11.4243483Z [00:02:50.110]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:11.4244546Z [00:02:50.110]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:11.4245145Z [00:02:50.110]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.4246277Z [00:02:50.110]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.4246691Z [00:02:50.110]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:11.4247105Z [00:02:50.110]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:11.4247538Z [00:02:50.110]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:11.4247965Z [00:02:50.110]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.4248389Z [00:02:50.110]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.4248805Z [00:02:50.110]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:11.4249121Z [00:02:50.110]➜  EOF
2025-08-20T20:26:11.4251877Z [00:02:50.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1056/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b1056=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid NFCqmxfJZwDjB3ySICMm/NFCqmxfJZwDjB3ySICMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1056/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-20T20:26:11.4497325Z [00:02:50.136]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T20:26:11.4630574Z [00:02:50.149]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/0a/0a57bd7b12d8928bcf472019345bd6c2d6ff0b35735431911f88ceeb5b417204-d # internal
2025-08-20T20:26:11.4632967Z [00:02:50.149]➜  go.uber.org/multierr
2025-08-20T20:26:11.4643605Z [00:02:50.149]➜  mkdir -p $WORK/b1058/
2025-08-20T20:26:11.4644191Z [00:02:50.150]➜  cat >/tmp/go-build1823208636/b1058/importcfg << 'EOF' # internal
2025-08-20T20:26:11.4644557Z [00:02:50.150]➜  # import config
2025-08-20T20:26:11.4644912Z [00:02:50.150]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:11.4645337Z [00:02:50.150]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.4645994Z [00:02:50.150]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.4646779Z [00:02:50.150]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:11.4647197Z [00:02:50.150]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.4647616Z [00:02:50.150]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:11.4648051Z [00:02:50.150]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:11.4648380Z [00:02:50.150]➜  EOF
2025-08-20T20:26:11.4650251Z [00:02:50.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/multierr@v1.11.0=>go.uber.org/multierr@v1.11.0;$WORK/b1058=>" -p go.uber.org/multierr -lang=go1.19 -complete -installsuffix shared -buildid CjvxZhZwUPABOVHbB3J-/CjvxZhZwUPABOVHbB3J- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/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-20T20:26:11.4973908Z [00:02:50.183]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T20:26:11.4983160Z [00:02:50.184]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/46/46d9986903c21a58d1657728753bca3372c916d9724e9b7b1bee9967a2ef18ad-d # internal
2025-08-20T20:26:11.4984773Z [00:02:50.184]➜  go.uber.org/zap/internal/pool
2025-08-20T20:26:11.4985830Z [00:02:50.185]➜  mkdir -p $WORK/b1062/
2025-08-20T20:26:11.4991164Z [00:02:50.185]➜  cat >/tmp/go-build1823208636/b1062/importcfg << 'EOF' # internal
2025-08-20T20:26:11.4992294Z [00:02:50.185]➜  # import config
2025-08-20T20:26:11.4993089Z [00:02:50.185]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:11.4993980Z [00:02:50.185]➜  EOF
2025-08-20T20:26:11.4996484Z [00:02:50.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1062/_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/b1062=>" -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/b1062/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/pool/pool.go
2025-08-20T20:26:11.5267654Z [00:02:50.213]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T20:26:11.5279594Z [00:02:50.214]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/8d/8d7d33cc8d5faaa820a2c30809b31ef63d30023692839527f4f22b758bc840ed-d # internal
2025-08-20T20:26:11.5283240Z [00:02:50.214]➜  go.uber.org/zap/buffer
2025-08-20T20:26:11.5284448Z [00:02:50.215]➜  mkdir -p $WORK/b1061/
2025-08-20T20:26:11.5295851Z [00:02:50.216]➜  cat >/tmp/go-build1823208636/b1061/importcfg << 'EOF' # internal
2025-08-20T20:26:11.5297844Z [00:02:50.216]➜  # import config
2025-08-20T20:26:11.5298915Z [00:02:50.216]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build1823208636/b1062/_pkg_.a
2025-08-20T20:26:11.5299801Z [00:02:50.216]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.5300487Z [00:02:50.216]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:11.5301115Z [00:02:50.216]➜  EOF
2025-08-20T20:26:11.5303949Z [00:02:50.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1061/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer=>go.uber.org/zap@v1.27.0/buffer;$WORK/b1061=>" -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/b1061/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-20T20:26:11.6067875Z [00:02:50.292]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T20:26:11.6093726Z [00:02:50.295]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/3e/3e47507f1e658a4607de736eb693cdfdba67f926c61b7ce88f561778d8fe6458-d # internal
2025-08-20T20:26:11.6095970Z [00:02:50.295]➜  net/http/pprof
2025-08-20T20:26:11.6096520Z [00:02:50.295]➜  mkdir -p $WORK/b1055/
2025-08-20T20:26:11.6097520Z [00:02:50.296]➜  cat >/tmp/go-build1823208636/b1055/importcfg << 'EOF' # internal
2025-08-20T20:26:11.6103063Z [00:02:50.296]➜  # import config
2025-08-20T20:26:11.6103463Z [00:02:50.296]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:11.6103893Z [00:02:50.296]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:11.6104338Z [00:02:50.296]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:11.6104768Z [00:02:50.296]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.6105179Z [00:02:50.296]➜  packagefile html=/tmp/go-build1823208636/b339/_pkg_.a
2025-08-20T20:26:11.6106194Z [00:02:50.296]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:26:11.6106699Z [00:02:50.296]➜  packagefile internal/profile=/tmp/go-build1823208636/b1056/_pkg_.a
2025-08-20T20:26:11.6107153Z [00:02:50.296]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:11.6107562Z [00:02:50.296]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:11.6107982Z [00:02:50.296]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:11.6108413Z [00:02:50.296]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:11.6108826Z [00:02:50.296]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:11.6109247Z [00:02:50.296]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:11.6109705Z [00:02:50.296]➜  packagefile runtime/pprof=/tmp/go-build1823208636/b844/_pkg_.a
2025-08-20T20:26:11.6110170Z [00:02:50.296]➜  packagefile runtime/trace=/tmp/go-build1823208636/b248/_pkg_.a
2025-08-20T20:26:11.6110624Z [00:02:50.296]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:11.6111047Z [00:02:50.296]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.6111471Z [00:02:50.296]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.6111921Z [00:02:50.296]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:11.6112229Z [00:02:50.296]➜  EOF
2025-08-20T20:26:11.6113900Z [00:02:50.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1055/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b1055=>" -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/b1055/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T20:26:11.6204051Z [00:02:50.306]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T20:26:11.6211535Z [00:02:50.307]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/46/4683499672ce48bc81b6f8b3ea6a067cc526f790b0de0203e8c638751ff98ab0-d # internal
2025-08-20T20:26:11.6219626Z [00:02:50.307]➜  go.uber.org/zap/internal/bufferpool
2025-08-20T20:26:11.6219965Z [00:02:50.307]➜  mkdir -p $WORK/b1063/
2025-08-20T20:26:11.6239037Z [00:02:50.310]➜  cat >/tmp/go-build1823208636/b1063/importcfg << 'EOF' # internal
2025-08-20T20:26:11.6240818Z [00:02:50.310]➜  # import config
2025-08-20T20:26:11.6243475Z [00:02:50.310]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build1823208636/b1061/_pkg_.a
2025-08-20T20:26:11.6243996Z [00:02:50.310]➜  EOF
2025-08-20T20:26:11.6247865Z [00:02:50.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1063/_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/b1063=>" -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/b1063/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/bufferpool/bufferpool.go
2025-08-20T20:26:11.6713609Z [00:02:50.357]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T20:26:11.6724845Z [00:02:50.359]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T20:26:11.6742627Z [00:02:50.360]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/58/58428706e7d026a873dccb50a976ceacc8059122a89a27b67fb119b4192696f8-d # internal
2025-08-20T20:26:11.6744244Z [00:02:50.361]➜  go.uber.org/zap/internal/color
2025-08-20T20:26:11.6744974Z [00:02:50.361]➜  mkdir -p $WORK/b1064/
2025-08-20T20:26:11.6751467Z [00:02:50.361]➜  cat >/tmp/go-build1823208636/b1064/importcfg << 'EOF' # internal
2025-08-20T20:26:11.6752355Z [00:02:50.361]➜  # import config
2025-08-20T20:26:11.6753114Z [00:02:50.361]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.6754208Z [00:02:50.361]➜  EOF
2025-08-20T20:26:11.6756799Z [00:02:50.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1064/_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/b1064=>" -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/b1064/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/color/color.go
2025-08-20T20:26:11.6838345Z [00:02:50.370]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/58/580b287c5cc87ea157e00115c6c4a2b59488a2a5756e1cd335389d01ddb1fbf7-d # internal
2025-08-20T20:26:11.6839062Z [00:02:50.370]➜  github.com/go-openapi/analysis/internal/flatten/normalize
2025-08-20T20:26:11.6839454Z [00:02:50.370]➜  mkdir -p $WORK/b1040/
2025-08-20T20:26:11.6839849Z [00:02:50.370]➜  cat >/tmp/go-build1823208636/b1040/importcfg << 'EOF' # internal
2025-08-20T20:26:11.6840200Z [00:02:50.370]➜  # import config
2025-08-20T20:26:11.6840621Z [00:02:50.370]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:11.6841115Z [00:02:50.370]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:11.6841535Z [00:02:50.370]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:11.6841993Z [00:02:50.370]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:11.6842442Z [00:02:50.370]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.6842759Z [00:02:50.370]➜  EOF
2025-08-20T20:26:11.6845329Z [00:02:50.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/normalize=>github.com/go-openapi/analysis@v0.23.0/internal/flatten/normalize;$WORK/b1040=>" -p github.com/go-openapi/analysis/internal/flatten/normalize -lang=go1.20 -complete -installsuffix shared -buildid m9b-GBw0Nc-Zomb9WhSC/m9b-GBw0Nc-Zomb9WhSC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1040/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/normalize/normalize.go
2025-08-20T20:26:11.6883677Z [00:02:50.374]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T20:26:11.6958449Z [00:02:50.382]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T20:26:11.6962727Z [00:02:50.382]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/64/64adde809865bc56f3936befb7d8b47fa0770e6f6709e418c22cfee34fcb6abf-d # internal
2025-08-20T20:26:11.6966247Z [00:02:50.383]➜  github.com/go-openapi/analysis/internal/flatten/operations
2025-08-20T20:26:11.6966634Z [00:02:50.383]➜  mkdir -p $WORK/b1045/
2025-08-20T20:26:11.6967277Z [00:02:50.383]➜  cat >/tmp/go-build1823208636/b1045/importcfg << 'EOF' # internal
2025-08-20T20:26:11.6967734Z [00:02:50.383]➜  # import config
2025-08-20T20:26:11.6968199Z [00:02:50.383]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build1823208636/b1042/_pkg_.a
2025-08-20T20:26:11.6968802Z [00:02:50.383]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:11.6969357Z [00:02:50.383]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:11.6969843Z [00:02:50.383]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:11.6970447Z [00:02:50.383]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:11.6970870Z [00:02:50.383]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.6971187Z [00:02:50.383]➜  EOF
2025-08-20T20:26:11.6974773Z [00:02:50.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/operations=>github.com/go-openapi/analysis@v0.23.0/internal/flatten/operations;$WORK/b1045=>" -p github.com/go-openapi/analysis/internal/flatten/operations -lang=go1.20 -complete -installsuffix shared -buildid x9nyYucWY4qHL2OBUJEo/x9nyYucWY4qHL2OBUJEo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/operations/operations.go
2025-08-20T20:26:11.7037535Z [00:02:50.390]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/05/05c25a169a832cee986286f809d4220a1f7821b85cdfad4b0dff8d8be9d46039-d # internal
2025-08-20T20:26:11.7042791Z [00:02:50.390]➜  github.com/go-openapi/analysis/internal/flatten/replace
2025-08-20T20:26:11.7045211Z [00:02:50.391]➜  mkdir -p $WORK/b1046/
2025-08-20T20:26:11.7045744Z [00:02:50.391]➜  cat >/tmp/go-build1823208636/b1046/importcfg << 'EOF' # internal
2025-08-20T20:26:11.7046986Z [00:02:50.391]➜  # import config
2025-08-20T20:26:11.7048966Z [00:02:50.391]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:11.7049450Z [00:02:50.391]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.7050021Z [00:02:50.391]➜  packagefile github.com/go-openapi/analysis/internal/debug=/tmp/go-build1823208636/b1039/_pkg_.a
2025-08-20T20:26:11.7050683Z [00:02:50.391]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build1823208636/b1042/_pkg_.a
2025-08-20T20:26:11.7051267Z [00:02:50.391]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:11.7051756Z [00:02:50.391]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:11.7052172Z [00:02:50.391]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:11.7052583Z [00:02:50.391]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:11.7053005Z [00:02:50.391]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.7053321Z [00:02:50.391]➜  EOF
2025-08-20T20:26:11.7055912Z [00:02:50.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/replace=>github.com/go-openapi/analysis@v0.23.0/internal/flatten/replace;$WORK/b1046=>" -p github.com/go-openapi/analysis/internal/flatten/replace -lang=go1.20 -complete -installsuffix shared -buildid eybmeaBq5lRLnq5GEFjI/eybmeaBq5lRLnq5GEFjI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/replace/replace.go
2025-08-20T20:26:11.7204403Z [00:02:50.406]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T20:26:11.7211500Z [00:02:50.407]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/e6/e69f8e05596cfe2d8dd66d1bf356dcbfb5fe566e91fb20aa2f7802247b262e13-d # internal
2025-08-20T20:26:11.7215205Z [00:02:50.407]➜  github.com/go-openapi/analysis/internal/flatten/schutils
2025-08-20T20:26:11.7215739Z [00:02:50.407]➜  mkdir -p $WORK/b1047/
2025-08-20T20:26:11.7219070Z [00:02:50.408]➜  cat >/tmp/go-build1823208636/b1047/importcfg << 'EOF' # internal
2025-08-20T20:26:11.7220511Z [00:02:50.408]➜  # import config
2025-08-20T20:26:11.7222132Z [00:02:50.408]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:11.7223207Z [00:02:50.408]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:11.7224239Z [00:02:50.409]➜  EOF
2025-08-20T20:26:11.7227035Z [00:02:50.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/schutils=>github.com/go-openapi/analysis@v0.23.0/internal/flatten/schutils;$WORK/b1047=>" -p github.com/go-openapi/analysis/internal/flatten/schutils -lang=go1.20 -complete -installsuffix shared -buildid UlQ7X4oR8If-oJowXPsR/UlQ7X4oR8If-oJowXPsR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/schutils/flatten_schema.go
2025-08-20T20:26:11.7459344Z [00:02:50.432]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T20:26:11.7466559Z [00:02:50.433]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/e6/e61d37fbef09809000e1d2cc343abe11d4310be3cab7e8e79b52334d09c5588c-d # internal
2025-08-20T20:26:11.7494057Z [00:02:50.435]➜  github.com/go-openapi/analysis/internal/flatten/sortref
2025-08-20T20:26:11.7494961Z [00:02:50.435]➜  mkdir -p $WORK/b1048/
2025-08-20T20:26:11.7501745Z [00:02:50.436]➜  cat >/tmp/go-build1823208636/b1048/importcfg << 'EOF' # internal
2025-08-20T20:26:11.7502745Z [00:02:50.436]➜  # import config
2025-08-20T20:26:11.7503639Z [00:02:50.436]➜  packagefile github.com/go-openapi/analysis/internal/flatten/normalize=/tmp/go-build1823208636/b1040/_pkg_.a
2025-08-20T20:26:11.7504628Z [00:02:50.436]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build1823208636/b1042/_pkg_.a
2025-08-20T20:26:11.7505473Z [00:02:50.436]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:11.7506509Z [00:02:50.436]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:11.7507360Z [00:02:50.436]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:11.7508053Z [00:02:50.436]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:11.7508724Z [00:02:50.436]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:11.7509335Z [00:02:50.436]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.7510040Z [00:02:50.436]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.7510502Z [00:02:50.436]➜  EOF
2025-08-20T20:26:11.7513827Z [00:02:50.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/sortref=>github.com/go-openapi/analysis@v0.23.0/internal/flatten/sortref;$WORK/b1048=>" -p github.com/go-openapi/analysis/internal/flatten/sortref -lang=go1.20 -complete -installsuffix shared -buildid WqNqonRo5MthU1TXY9o0/WqNqonRo5MthU1TXY9o0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/sortref/keys.go /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/internal/flatten/sortref/sort_ref.go
2025-08-20T20:26:11.7649052Z [00:02:50.451]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T20:26:11.7654339Z [00:02:50.451]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/ac/acfb9b308d4aab41016bfea08fe7e4b970d563139901219f9f89d0c33f1915fb-d # internal
2025-08-20T20:26:11.7657471Z [00:02:50.452]➜  github.com/go-chi/chi/middleware
2025-08-20T20:26:11.7658217Z [00:02:50.452]➜  mkdir -p $WORK/b1053/
2025-08-20T20:26:11.7660881Z [00:02:50.452]➜  cat >/tmp/go-build1823208636/b1053/importcfg << 'EOF' # internal
2025-08-20T20:26:11.7663205Z [00:02:50.452]➜  # import config
2025-08-20T20:26:11.7664074Z [00:02:50.452]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:11.7665041Z [00:02:50.452]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:11.7665929Z [00:02:50.452]➜  packagefile compress/flate=/tmp/go-build1823208636/b149/_pkg_.a
2025-08-20T20:26:11.7666811Z [00:02:50.452]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:11.7667563Z [00:02:50.452]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:11.7669183Z [00:02:50.452]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:11.7670154Z [00:02:50.452]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:11.7670859Z [00:02:50.452]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.7671449Z [00:02:50.452]➜  packagefile expvar=/tmp/go-build1823208636/b524/_pkg_.a
2025-08-20T20:26:11.7672210Z [00:02:50.452]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.7672916Z [00:02:50.452]➜  packagefile github.com/go-chi/chi=/tmp/go-build1823208636/b1054/_pkg_.a
2025-08-20T20:26:11.7673758Z [00:02:50.452]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:11.7674438Z [00:02:50.452]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:26:11.7675512Z [00:02:50.452]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:11.7678820Z [00:02:50.452]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:11.7679249Z [00:02:50.452]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:11.7679724Z [00:02:50.452]➜  packagefile net/http/pprof=/tmp/go-build1823208636/b1055/_pkg_.a
2025-08-20T20:26:11.7680160Z [00:02:50.452]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:11.7680592Z [00:02:50.452]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:26:11.7681038Z [00:02:50.452]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.7681472Z [00:02:50.452]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.7681891Z [00:02:50.452]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:11.7682324Z [00:02:50.452]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:11.7682760Z [00:02:50.452]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:11.7683066Z [00:02:50.452]➜  EOF
2025-08-20T20:26:11.7692027Z [00:02:50.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware=>github.com/go-chi/chi@v4.1.2+incompatible/middleware;$WORK/b1053=>" -p github.com/go-chi/chi/middleware -lang=go1.16 -complete -installsuffix shared -buildid 0Z39tVCk6FgAWn-kSZ4k/0Z39tVCk6FgAWn-kSZ4k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1053/importcfg -pack /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/basic_auth.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/compress.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/content_charset.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/content_encoding.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/content_type.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/get_head.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/heartbeat.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/logger.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/middleware.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/nocache.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/profiler.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/realip.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/recoverer.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/request_id.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/route_headers.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/strip.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/terminal.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/throttle.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/timeout.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/url_format.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/value.go /root/go/pkg/mod/github.com/go-chi/chi@v4.1.2+incompatible/middleware/wrap_writer.go
2025-08-20T20:26:11.7700467Z [00:02:50.456]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T20:26:11.7702237Z [00:02:50.456]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/1b/1bd7f66a700ffd36bd54ce8fcd52c8c0b4c44177c483f23f7b7184cbc344a350-d # internal
2025-08-20T20:26:11.7707915Z [00:02:50.457]➜  go.uber.org/zap/internal/exit
2025-08-20T20:26:11.7708503Z [00:02:50.457]➜  mkdir -p $WORK/b1065/
2025-08-20T20:26:11.7709040Z [00:02:50.457]➜  cat >/tmp/go-build1823208636/b1065/importcfg << 'EOF' # internal
2025-08-20T20:26:11.7709772Z [00:02:50.457]➜  # import config
2025-08-20T20:26:11.7710217Z [00:02:50.457]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:11.7710794Z [00:02:50.457]➜  EOF
2025-08-20T20:26:11.7712812Z [00:02:50.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1065/_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/b1065=>" -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/b1065/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/exit/exit.go
2025-08-20T20:26:11.7994177Z [00:02:50.485]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T20:26:11.8015056Z [00:02:50.486]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/10/105f1c2ac36e14bc99e5bd97b0085f5a1702180ede9f48ded861fd2de26f3f62-d # internal
2025-08-20T20:26:11.8015914Z [00:02:50.486]➜  go.uber.org/zap/zapcore
2025-08-20T20:26:11.8016230Z [00:02:50.486]➜  mkdir -p $WORK/b1060/
2025-08-20T20:26:11.8016621Z [00:02:50.486]➜  cat >/tmp/go-build1823208636/b1060/importcfg << 'EOF' # internal
2025-08-20T20:26:11.8016971Z [00:02:50.486]➜  # import config
2025-08-20T20:26:11.8017311Z [00:02:50.486]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:11.8017740Z [00:02:50.486]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:11.8018188Z [00:02:50.486]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:11.8018667Z [00:02:50.486]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:11.8019107Z [00:02:50.486]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.8019523Z [00:02:50.486]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.8020272Z [00:02:50.486]➜  packagefile go.uber.org/multierr=/tmp/go-build1823208636/b1058/_pkg_.a
2025-08-20T20:26:11.8020862Z [00:02:50.486]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build1823208636/b1061/_pkg_.a
2025-08-20T20:26:11.8021449Z [00:02:50.486]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build1823208636/b1063/_pkg_.a
2025-08-20T20:26:11.8022053Z [00:02:50.486]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build1823208636/b1064/_pkg_.a
2025-08-20T20:26:11.8022631Z [00:02:50.486]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build1823208636/b1065/_pkg_.a
2025-08-20T20:26:11.8023199Z [00:02:50.486]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build1823208636/b1062/_pkg_.a
2025-08-20T20:26:11.8023674Z [00:02:50.486]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:11.8024202Z [00:02:50.486]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:11.8024689Z [00:02:50.486]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:11.8025119Z [00:02:50.486]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:11.8025726Z [00:02:50.486]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.8026213Z [00:02:50.486]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:11.8026647Z [00:02:50.486]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:11.8027078Z [00:02:50.486]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:11.8027758Z [00:02:50.486]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:11.8028101Z [00:02:50.486]➜  EOF
2025-08-20T20:26:11.8034073Z [00:02:50.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1060/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore=>go.uber.org/zap@v1.27.0/zapcore;$WORK/b1060=>" -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/b1060/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-20T20:26:11.8119052Z [00:02:50.498]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T20:26:11.8129928Z [00:02:50.499]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/d8/d8bb19604881248897eb20a9fd727df4300ca93e0fee0aef52ac0c65390e069e-d # internal
2025-08-20T20:26:11.8132602Z [00:02:50.499]➜  github.com/go-openapi/analysis
2025-08-20T20:26:11.8135905Z [00:02:50.500]➜  mkdir -p $WORK/b1038/
2025-08-20T20:26:11.8138960Z [00:02:50.500]➜  cat >/tmp/go-build1823208636/b1038/importcfg << 'EOF' # internal
2025-08-20T20:26:11.8139353Z [00:02:50.500]➜  # import config
2025-08-20T20:26:11.8143544Z [00:02:50.500]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:11.8144909Z [00:02:50.500]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:11.8145697Z [00:02:50.500]➜  packagefile github.com/go-openapi/analysis/internal/debug=/tmp/go-build1823208636/b1039/_pkg_.a
2025-08-20T20:26:11.8146530Z [00:02:50.500]➜  packagefile github.com/go-openapi/analysis/internal/flatten/normalize=/tmp/go-build1823208636/b1040/_pkg_.a
2025-08-20T20:26:11.8147336Z [00:02:50.500]➜  packagefile github.com/go-openapi/analysis/internal/flatten/operations=/tmp/go-build1823208636/b1045/_pkg_.a
2025-08-20T20:26:11.8148141Z [00:02:50.500]➜  packagefile github.com/go-openapi/analysis/internal/flatten/replace=/tmp/go-build1823208636/b1046/_pkg_.a
2025-08-20T20:26:11.8148922Z [00:02:50.500]➜  packagefile github.com/go-openapi/analysis/internal/flatten/schutils=/tmp/go-build1823208636/b1047/_pkg_.a
2025-08-20T20:26:11.8149880Z [00:02:50.500]➜  packagefile github.com/go-openapi/analysis/internal/flatten/sortref=/tmp/go-build1823208636/b1048/_pkg_.a
2025-08-20T20:26:11.8150651Z [00:02:50.500]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build1823208636/b1042/_pkg_.a
2025-08-20T20:26:11.8151240Z [00:02:50.500]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:11.8151796Z [00:02:50.500]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:11.8152352Z [00:02:50.500]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:11.8153038Z [00:02:50.500]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:11.8153443Z [00:02:50.500]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:11.8153846Z [00:02:50.500]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:11.8154266Z [00:02:50.500]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:11.8154690Z [00:02:50.500]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:11.8155113Z [00:02:50.500]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:11.8160621Z [00:02:50.500]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:11.8161230Z [00:02:50.500]➜  EOF
2025-08-20T20:26:11.8164972Z [00:02:50.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0=>github.com/go-openapi/analysis@v0.23.0;$WORK/b1038=>" -p github.com/go-openapi/analysis -lang=go1.20 -complete -installsuffix shared -buildid dePg17fetWm7nv8_B1k0/dePg17fetWm7nv8_B1k0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/analyzer.go /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/debug.go /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/doc.go /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/fixer.go /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/flatten.go /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/flatten_name.go /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/flatten_options.go /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/mixin.go /root/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/schema.go
2025-08-20T20:26:12.0265195Z [00:02:50.712]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T20:26:12.0368688Z [00:02:50.723]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/ab/abf98a6f2ac120193078e0b482919344452067a88d478fbef23fecc5ad2fdd35-d # internal
2025-08-20T20:26:12.0369458Z [00:02:50.723]➜  go.uber.org/zap/internal/stacktrace
2025-08-20T20:26:12.0369784Z [00:02:50.723]➜  mkdir -p $WORK/b1066/
2025-08-20T20:26:12.0370167Z [00:02:50.723]➜  cat >/tmp/go-build1823208636/b1066/importcfg << 'EOF' # internal
2025-08-20T20:26:12.0370521Z [00:02:50.723]➜  # import config
2025-08-20T20:26:12.0371169Z [00:02:50.723]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build1823208636/b1061/_pkg_.a
2025-08-20T20:26:12.0371981Z [00:02:50.723]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build1823208636/b1063/_pkg_.a
2025-08-20T20:26:12.0372643Z [00:02:50.723]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build1823208636/b1062/_pkg_.a
2025-08-20T20:26:12.0373155Z [00:02:50.723]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:12.0373472Z [00:02:50.723]➜  EOF
2025-08-20T20:26:12.0375326Z [00:02:50.723]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1066/_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/b1066=>" -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/b1066/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/stacktrace/stack.go
2025-08-20T20:26:12.0743582Z [00:02:50.760]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T20:26:12.0750843Z [00:02:50.761]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T20:26:12.0779785Z [00:02:50.764]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/8f/8f017bac6c2f5b20567d8f2a7003158183a3f802e918367fa92fe73ce835b0c6-d # internal
2025-08-20T20:26:12.0797033Z [00:02:50.766]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/a5/a5c0c8876ca033bfe4ba2228eb8f6abb1dd242a15dc62d7ce330b1fd4bc6b5fc-d # internal
2025-08-20T20:26:12.0805469Z [00:02:50.767]➜  github.com/go-openapi/loads
2025-08-20T20:26:12.0813166Z [00:02:50.767]➜  mkdir -p $WORK/b1049/
2025-08-20T20:26:12.0821256Z [00:02:50.768]➜  golang.org/x/crypto/blake2b
2025-08-20T20:26:12.0827173Z [00:02:50.768]➜  mkdir -p $WORK/b1071/
2025-08-20T20:26:12.0834129Z [00:02:50.769]➜  cat >/tmp/go-build1823208636/b1071/importcfg << 'EOF' # internal
2025-08-20T20:26:12.0848725Z [00:02:50.770]➜  # import config
2025-08-20T20:26:12.0851133Z [00:02:50.770]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:12.0851632Z [00:02:50.770]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:12.0852091Z [00:02:50.770]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.0852921Z [00:02:50.770]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:12.0853334Z [00:02:50.770]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.0853755Z [00:02:50.770]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:12.0854093Z [00:02:50.770]➜  EOF
2025-08-20T20:26:12.0857380Z [00:02:50.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1071/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b1071=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -complete -installsuffix shared -buildid UypATjZQa7f5f3M5zYCC/UypATjZQa7f5f3M5zYCC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2b_ref.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/go125.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/register.go
2025-08-20T20:26:12.0873589Z [00:02:50.773]➜  cat >/tmp/go-build1823208636/b1049/importcfg << 'EOF' # internal
2025-08-20T20:26:12.0889296Z [00:02:50.773]➜  # import config
2025-08-20T20:26:12.0889689Z [00:02:50.773]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.0890141Z [00:02:50.773]➜  packagefile encoding/gob=/tmp/go-build1823208636/b765/_pkg_.a
2025-08-20T20:26:12.0890610Z [00:02:50.773]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:12.0891054Z [00:02:50.773]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.0891704Z [00:02:50.773]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.0892297Z [00:02:50.773]➜  packagefile github.com/go-openapi/analysis=/tmp/go-build1823208636/b1038/_pkg_.a
2025-08-20T20:26:12.0892883Z [00:02:50.773]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:12.0893435Z [00:02:50.773]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:12.0893922Z [00:02:50.773]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:12.0894446Z [00:02:50.773]➜  EOF
2025-08-20T20:26:12.0901071Z [00:02:50.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/loads@v0.22.0=>github.com/go-openapi/loads@v0.22.0;$WORK/b1049=>" -p github.com/go-openapi/loads -lang=go1.20 -complete -installsuffix shared -buildid ONPMEkAYScrtaqhBMRqa/ONPMEkAYScrtaqhBMRqa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1049/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/loads@v0.22.0/doc.go /root/go/pkg/mod/github.com/go-openapi/loads@v0.22.0/loaders.go /root/go/pkg/mod/github.com/go-openapi/loads@v0.22.0/options.go /root/go/pkg/mod/github.com/go-openapi/loads@v0.22.0/spec.go
2025-08-20T20:26:12.1220599Z [00:02:50.808]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T20:26:12.1228003Z [00:02:50.809]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T20:26:12.1241431Z [00:02:50.810]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/c2/c292a0ea78a2726077287d1e18b89370dec34882560b00b5fbb053c2f9cc08cf-d # internal
2025-08-20T20:26:12.1258204Z [00:02:50.812]➜  golang.org/x/crypto/ed25519
2025-08-20T20:26:12.1265462Z [00:02:50.813]➜  mkdir -p $WORK/b1072/
2025-08-20T20:26:12.1277740Z [00:02:50.814]➜  cat >/tmp/go-build1823208636/b1072/importcfg << 'EOF' # internal
2025-08-20T20:26:12.1279811Z [00:02:50.814]➜  # import config
2025-08-20T20:26:12.1280268Z [00:02:50.814]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:12.1280720Z [00:02:50.814]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.1281023Z [00:02:50.814]➜  EOF
2025-08-20T20:26:12.1282832Z [00:02:50.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1072/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ed25519=>golang.org/x/crypto@v0.41.0/ed25519;$WORK/b1072=>" -p golang.org/x/crypto/ed25519 -lang=go1.23 -complete -installsuffix shared -buildid QXxsP2n21q7yG-aJbriu/QXxsP2n21q7yG-aJbriu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ed25519/ed25519.go
2025-08-20T20:26:12.1355503Z [00:02:50.822]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T20:26:12.1372823Z [00:02:50.823]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/0d/0d66cc69cc11c37126630ac37ffc57c0fd08756396b51c3c09689c8028d8e719-d # internal
2025-08-20T20:26:12.1385101Z [00:02:50.825]➜  github.com/go-openapi/validate
2025-08-20T20:26:12.1393477Z [00:02:50.825]➜  mkdir -p $WORK/b1037/
2025-08-20T20:26:12.1397879Z [00:02:50.826]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/9f/9f58ec7d563784f7ade86c363c6f1729780169a8bb45bdffa69c5d495fb66ee9-d # internal
2025-08-20T20:26:12.1398657Z [00:02:50.826]➜  github.com/envoyproxy/go-control-plane/envoy/service/status/v3
2025-08-20T20:26:12.1399037Z [00:02:50.826]➜  mkdir -p $WORK/b903/
2025-08-20T20:26:12.1410103Z [00:02:50.827]➜  cat >/tmp/go-build1823208636/b1037/importcfg << 'EOF' # internal
2025-08-20T20:26:12.1410609Z [00:02:50.827]➜  # import config
2025-08-20T20:26:12.1410987Z [00:02:50.827]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.1411420Z [00:02:50.827]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:12.1411864Z [00:02:50.827]➜  packagefile encoding/gob=/tmp/go-build1823208636/b765/_pkg_.a
2025-08-20T20:26:12.1412563Z [00:02:50.827]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:12.1413080Z [00:02:50.827]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.1413504Z [00:02:50.827]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.1414006Z [00:02:50.827]➜  packagefile github.com/go-openapi/analysis=/tmp/go-build1823208636/b1038/_pkg_.a
2025-08-20T20:26:12.1414588Z [00:02:50.827]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:12.1416252Z [00:02:50.827]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build1823208636/b1042/_pkg_.a
2025-08-20T20:26:12.1422926Z [00:02:50.827]➜  packagefile github.com/go-openapi/loads=/tmp/go-build1823208636/b1049/_pkg_.a
2025-08-20T20:26:12.1423542Z [00:02:50.827]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:12.1424110Z [00:02:50.827]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:12.1424682Z [00:02:50.827]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:12.1425166Z [00:02:50.827]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:12.1425818Z [00:02:50.827]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:12.1426320Z [00:02:50.827]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:12.1427584Z [00:02:50.827]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:12.1428050Z [00:02:50.827]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:12.1428493Z [00:02:50.827]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:12.1428918Z [00:02:50.827]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:12.1429339Z [00:02:50.827]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:12.1429760Z [00:02:50.827]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:12.1430195Z [00:02:50.827]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.1430622Z [00:02:50.827]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:12.1431056Z [00:02:50.827]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:12.1431908Z [00:02:50.827]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:12.1432245Z [00:02:50.827]➜  EOF
2025-08-20T20:26:12.1432535Z [00:02:50.827]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T20:26:12.1447487Z [00:02:50.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0=>github.com/go-openapi/validate@v0.24.0;$WORK/b1037=>" -p github.com/go-openapi/validate -lang=go1.20 -complete -installsuffix shared -buildid INcCkZ78yHfr7wSdDY07/INcCkZ78yHfr7wSdDY07 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/context.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/debug.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/default_validator.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/doc.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/example_validator.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/formats.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/helpers.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/object_validator.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/options.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/pools.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/result.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/rexp.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/schema.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/schema_messages.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/schema_option.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/schema_props.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/slice_validator.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/spec.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/spec_messages.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/type.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/validator.go /root/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/values.go
2025-08-20T20:26:12.1455699Z [00:02:50.828]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/c7/c7e4d7018bc85d7f3d2600a8f3709bef098ee9572221a01cad05093ee2c066bf-d # internal
2025-08-20T20:26:12.1456591Z [00:02:50.828]➜  cat >/tmp/go-build1823208636/b903/importcfg << 'EOF' # internal
2025-08-20T20:26:12.1456941Z [00:02:50.828]➜  # import config
2025-08-20T20:26:12.1457280Z [00:02:50.828]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.1457709Z [00:02:50.828]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:12.1458140Z [00:02:50.828]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.1458559Z [00:02:50.828]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.1459108Z [00:02:50.828]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:12.1460030Z [00:02:50.828]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build1823208636/b904/_pkg_.a
2025-08-20T20:26:12.1460799Z [00:02:50.828]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:12.1461593Z [00:02:50.828]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:12.1462393Z [00:02:50.828]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:12.1463198Z [00:02:50.828]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:26:12.1463844Z [00:02:50.828]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:12.1464392Z [00:02:50.828]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:12.1464961Z [00:02:50.828]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:12.1465929Z [00:02:50.828]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:12.1466701Z [00:02:50.828]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:12.1467400Z [00:02:50.828]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:12.1468119Z [00:02:50.828]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:12.1468686Z [00:02:50.828]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:12.1469288Z [00:02:50.828]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:12.1469835Z [00:02:50.828]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:12.1470271Z [00:02:50.828]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:12.1470696Z [00:02:50.828]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:12.1471111Z [00:02:50.828]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:12.1471535Z [00:02:50.828]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.1471954Z [00:02:50.828]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:12.1472361Z [00:02:50.828]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:12.1472797Z [00:02:50.828]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:12.1473128Z [00:02:50.828]➜  EOF
2025-08-20T20:26:12.1473481Z [00:02:50.828]➜  github.com/jedisct1/go-minisign
2025-08-20T20:26:12.1473834Z [00:02:50.828]➜  mkdir -p $WORK/b1070/
2025-08-20T20:26:12.1487836Z [00:02:50.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/status/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/status/v3;$WORK/b903=>" -p github.com/envoyproxy/go-control-plane/envoy/service/status/v3 -lang=go1.22 -complete -installsuffix shared -buildid APsYgPjk0J9i9YoUB7Zn/APsYgPjk0J9i9YoUB7Zn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/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-20T20:26:12.1491163Z [00:02:50.828]➜  cat >/tmp/go-build1823208636/b1070/importcfg << 'EOF' # internal
2025-08-20T20:26:12.1491528Z [00:02:50.828]➜  # import config
2025-08-20T20:26:12.1491902Z [00:02:50.828]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:12.1492558Z [00:02:50.828]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.1493070Z [00:02:50.828]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1823208636/b1071/_pkg_.a
2025-08-20T20:26:12.1493638Z [00:02:50.828]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build1823208636/b1072/_pkg_.a
2025-08-20T20:26:12.1494141Z [00:02:50.828]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:26:12.1494575Z [00:02:50.828]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.1494886Z [00:02:50.828]➜  EOF
2025-08-20T20:26:12.1497216Z [00:02:50.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jedisct1/go-minisign@v0.0.0-20241212093149-d2f9f49435c7=>github.com/jedisct1/go-minisign@v0.0.0-20241212093149-d2f9f49435c7;$WORK/b1070=>" -p github.com/jedisct1/go-minisign -lang=go1.23 -complete -installsuffix shared -buildid o9fFvIGh_dusAe0ktEl3/o9fFvIGh_dusAe0ktEl3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack /root/go/pkg/mod/github.com/jedisct1/go-minisign@v0.0.0-20241212093149-d2f9f49435c7/minisign.go
2025-08-20T20:26:12.1569712Z [00:02:50.843]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T20:26:12.1593554Z [00:02:50.845]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T20:26:12.1597364Z [00:02:50.846]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/4f/4f9856e4eeb165c4f6b8b507987c9ceecd8e8c76a04b864778765e05e809f84d-d # internal
2025-08-20T20:26:12.1598913Z [00:02:50.846]➜  github.com/sigstore/rekor/pkg/pki/minisign
2025-08-20T20:26:12.1599252Z [00:02:50.846]➜  mkdir -p $WORK/b1069/
2025-08-20T20:26:12.1603870Z [00:02:50.846]➜  cat >/tmp/go-build1823208636/b1069/importcfg << 'EOF' # internal
2025-08-20T20:26:12.1604415Z [00:02:50.846]➜  # import config
2025-08-20T20:26:12.1605133Z [00:02:50.846]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.1605866Z [00:02:50.846]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:12.1606526Z [00:02:50.846]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:12.1607121Z [00:02:50.846]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:12.1607617Z [00:02:50.846]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:12.1630267Z [00:02:50.846]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.1630819Z [00:02:50.846]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.1631344Z [00:02:50.846]➜  packagefile github.com/jedisct1/go-minisign=/tmp/go-build1823208636/b1070/_pkg_.a
2025-08-20T20:26:12.1632267Z [00:02:50.846]➜  packagefile github.com/sigstore/rekor/pkg/pki/identity=/tmp/go-build1823208636/b1068/_pkg_.a
2025-08-20T20:26:12.1633040Z [00:02:50.846]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:26:12.1633740Z [00:02:50.846]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:12.1634362Z [00:02:50.846]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1823208636/b1071/_pkg_.a
2025-08-20T20:26:12.1634840Z [00:02:50.846]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.1635427Z [00:02:50.846]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.1635936Z [00:02:50.846]➜  EOF
2025-08-20T20:26:12.1638009Z [00:02:50.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/minisign=>github.com/sigstore/rekor@v1.3.10/pkg/pki/minisign;$WORK/b1069=>" -p github.com/sigstore/rekor/pkg/pki/minisign -lang=go1.23 -complete -installsuffix shared -buildid fUJaKhI7BLWjz6W1CvXm/fUJaKhI7BLWjz6W1CvXm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/minisign/minisign.go
2025-08-20T20:26:12.1672618Z [00:02:50.853]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/69/69285a66a65ab9eb97a3850318f495af8a4c218fb35cbc141939d5643ffd1f7f-d # internal
2025-08-20T20:26:12.1673257Z [00:02:50.853]➜  go.uber.org/zap/internal
2025-08-20T20:26:12.1679968Z [00:02:50.854]➜  mkdir -p $WORK/b1059/
2025-08-20T20:26:12.1689237Z [00:02:50.855]➜  cat >/tmp/go-build1823208636/b1059/importcfg << 'EOF' # internal
2025-08-20T20:26:12.1689788Z [00:02:50.855]➜  # import config
2025-08-20T20:26:12.1690319Z [00:02:50.855]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build1823208636/b1060/_pkg_.a
2025-08-20T20:26:12.1690810Z [00:02:50.855]➜  EOF
2025-08-20T20:26:12.1699225Z [00:02:50.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1059/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal=>go.uber.org/zap@v1.27.0/internal;$WORK/b1059=>" -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/b1059/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/level_enabler.go
2025-08-20T20:26:12.1820037Z [00:02:50.868]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T20:26:12.1830166Z [00:02:50.868]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/82/824834fe3210c71508964e39e39e41ab362a533338ca39911f9330a9bad92fce-d # internal
2025-08-20T20:26:12.1830949Z [00:02:50.868]➜  go.uber.org/zap
2025-08-20T20:26:12.1831222Z [00:02:50.868]➜  mkdir -p $WORK/b1057/
2025-08-20T20:26:12.1831608Z [00:02:50.868]➜  cat >/tmp/go-build1823208636/b1057/importcfg << 'EOF' # internal
2025-08-20T20:26:12.1831955Z [00:02:50.868]➜  # import config
2025-08-20T20:26:12.1832304Z [00:02:50.868]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.1832990Z [00:02:50.868]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:12.1833544Z [00:02:50.868]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.1833967Z [00:02:50.868]➜  packagefile flag=/tmp/go-build1823208636/b246/_pkg_.a
2025-08-20T20:26:12.1834379Z [00:02:50.868]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.1834844Z [00:02:50.868]➜  packagefile go.uber.org/multierr=/tmp/go-build1823208636/b1058/_pkg_.a
2025-08-20T20:26:12.1835376Z [00:02:50.868]➜  packagefile go.uber.org/zap/internal=/tmp/go-build1823208636/b1059/_pkg_.a
2025-08-20T20:26:12.1839725Z [00:02:50.868]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build1823208636/b1063/_pkg_.a
2025-08-20T20:26:12.1840341Z [00:02:50.868]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build1823208636/b1062/_pkg_.a
2025-08-20T20:26:12.1841125Z [00:02:50.868]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build1823208636/b1066/_pkg_.a
2025-08-20T20:26:12.1841784Z [00:02:50.868]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build1823208636/b1060/_pkg_.a
2025-08-20T20:26:12.1842250Z [00:02:50.868]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.1842658Z [00:02:50.868]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:12.1843067Z [00:02:50.868]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:12.1843508Z [00:02:50.868]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:12.1844099Z [00:02:50.868]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:12.1844509Z [00:02:50.868]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:12.1844947Z [00:02:50.868]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:12.1845386Z [00:02:50.868]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:12.1846063Z [00:02:50.868]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.1846493Z [00:02:50.868]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:12.1846927Z [00:02:50.869]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:12.1847602Z [00:02:50.869]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:12.1847915Z [00:02:50.869]➜  EOF
2025-08-20T20:26:12.1851940Z [00:02:50.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1057/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0=>go.uber.org/zap@v1.27.0;$WORK/b1057=>" -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/b1057/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-20T20:26:12.1908548Z [00:02:50.877]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T20:26:12.1916082Z [00:02:50.877]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/85/8539f2c949f06ddec83584b4d419a368222b93a6ec0048da09dc47609bec5233-d # internal
2025-08-20T20:26:12.1945436Z [00:02:50.881]➜  golang.org/x/crypto/openpgp/errors
2025-08-20T20:26:12.1952049Z [00:02:50.881]➜  mkdir -p $WORK/b1076/
2025-08-20T20:26:12.1952719Z [00:02:50.881]➜  cat >/tmp/go-build1823208636/b1076/importcfg << 'EOF' # internal
2025-08-20T20:26:12.1953131Z [00:02:50.881]➜  # import config
2025-08-20T20:26:12.1953477Z [00:02:50.881]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:12.1953804Z [00:02:50.881]➜  EOF
2025-08-20T20:26:12.1957120Z [00:02:50.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1076/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/errors=>golang.org/x/crypto@v0.41.0/openpgp/errors;$WORK/b1076=>" -p golang.org/x/crypto/openpgp/errors -lang=go1.23 -complete -installsuffix shared -buildid SuWQJEbVvAcMrPByhG0-/SuWQJEbVvAcMrPByhG0- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/errors/errors.go
2025-08-20T20:26:12.2102366Z [00:02:50.896]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T20:26:12.2108477Z [00:02:50.897]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/e2/e23ecffa2b7ba1b1a606ea1e237c7b750f19cf6bf541514967d5c0d3dd56920e-d # internal
2025-08-20T20:26:12.2117887Z [00:02:50.898]➜  golang.org/x/crypto/openpgp/armor
2025-08-20T20:26:12.2120388Z [00:02:50.898]➜  mkdir -p $WORK/b1075/
2025-08-20T20:26:12.2131815Z [00:02:50.899]➜  cat >/tmp/go-build1823208636/b1075/importcfg << 'EOF' # internal
2025-08-20T20:26:12.2132521Z [00:02:50.899]➜  # import config
2025-08-20T20:26:12.2133514Z [00:02:50.899]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:12.2134157Z [00:02:50.899]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.2135053Z [00:02:50.899]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:12.2136888Z [00:02:50.899]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build1823208636/b1076/_pkg_.a
2025-08-20T20:26:12.2137414Z [00:02:50.899]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.2137733Z [00:02:50.899]➜  EOF
2025-08-20T20:26:12.2139871Z [00:02:50.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1075/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/armor=>golang.org/x/crypto@v0.41.0/openpgp/armor;$WORK/b1075=>" -p golang.org/x/crypto/openpgp/armor -lang=go1.23 -complete -installsuffix shared -buildid jXlktYnX6KrgenudSKlc/jXlktYnX6KrgenudSKlc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/armor/armor.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/armor/encode.go
2025-08-20T20:26:12.2517997Z [00:02:50.937]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T20:26:12.2518764Z [00:02:50.937]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/50/502c204a33d0aaace0a232c71d7c845baa7d52a34473f9f7c92a7253b4d0f4d6-d # internal
2025-08-20T20:26:12.2519315Z [00:02:50.937]➜  compress/bzip2
2025-08-20T20:26:12.2519575Z [00:02:50.937]➜  mkdir -p $WORK/b1078/
2025-08-20T20:26:12.2520635Z [00:02:50.938]➜  cat >/tmp/go-build1823208636/b1078/importcfg << 'EOF' # internal
2025-08-20T20:26:12.2521349Z [00:02:50.938]➜  # import config
2025-08-20T20:26:12.2522694Z [00:02:50.938]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:12.2523127Z [00:02:50.938]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:26:12.2523535Z [00:02:50.938]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.2523945Z [00:02:50.938]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:12.2524268Z [00:02:50.938]➜  EOF
2025-08-20T20:26:12.2526933Z [00:02:50.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1078/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b1078=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid TqBajTQfFBHlgJ51aebO/TqBajTQfFBHlgJ51aebO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/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-20T20:26:12.3100716Z [00:02:50.996]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T20:26:12.3111990Z [00:02:50.997]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d # internal
2025-08-20T20:26:12.3119685Z [00:02:50.998]➜  golang.org/x/crypto/cast5
2025-08-20T20:26:12.3127151Z [00:02:50.999]➜  mkdir -p $WORK/b1079/
2025-08-20T20:26:12.3127795Z [00:02:50.999]➜  cat >/tmp/go-build1823208636/b1079/importcfg << 'EOF' # internal
2025-08-20T20:26:12.3128189Z [00:02:50.999]➜  # import config
2025-08-20T20:26:12.3128539Z [00:02:50.999]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.3128970Z [00:02:50.999]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:12.3129292Z [00:02:50.999]➜  EOF
2025-08-20T20:26:12.3131255Z [00:02:50.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1079/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cast5=>golang.org/x/crypto@v0.41.0/cast5;$WORK/b1079=>" -p golang.org/x/crypto/cast5 -lang=go1.23 -complete -installsuffix shared -buildid q2NRi2cV2p_FsRY_INPF/q2NRi2cV2p_FsRY_INPF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cast5/cast5.go
2025-08-20T20:26:12.3311289Z [00:02:51.017]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T20:26:12.3389666Z [00:02:51.024]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/c8/c8ee119a80f6704961b4a3f4a56c42d964a4e0907766c8d5a5eadfe830fc4303-d # internal
2025-08-20T20:26:12.3414821Z [00:02:51.028]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T20:26:12.3424570Z [00:02:51.028]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/46/4604ddf0f6c6eca03f2795bf4a5c32f2dffa0512be6f53950954457998c17f94-d # internal
2025-08-20T20:26:12.3431931Z [00:02:51.029]➜  google.golang.org/grpc/xds/internal/clients/xdsclient
2025-08-20T20:26:12.3432441Z [00:02:51.029]➜  mkdir -p $WORK/b934/
2025-08-20T20:26:12.3434990Z [00:02:51.030]➜  cat >/tmp/go-build1823208636/b934/importcfg << 'EOF' # internal
2025-08-20T20:26:12.3435848Z [00:02:51.030]➜  # import config
2025-08-20T20:26:12.3436596Z [00:02:51.030]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:12.3438446Z [00:02:51.030]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.3441523Z [00:02:51.030]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.3442693Z [00:02:51.030]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build1823208636/b904/_pkg_.a
2025-08-20T20:26:12.3443563Z [00:02:51.030]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:12.3444428Z [00:02:51.030]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build1823208636/b935/_pkg_.a
2025-08-20T20:26:12.3445269Z [00:02:51.030]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build1823208636/b903/_pkg_.a
2025-08-20T20:26:12.3446226Z [00:02:51.030]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build1823208636/b733/_pkg_.a
2025-08-20T20:26:12.3446955Z [00:02:51.030]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:26:12.3447608Z [00:02:51.030]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:12.3448244Z [00:02:51.030]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:12.3448910Z [00:02:51.030]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:12.3449629Z [00:02:51.030]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal=/tmp/go-build1823208636/b931/_pkg_.a
2025-08-20T20:26:12.3450707Z [00:02:51.030]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/backoff=/tmp/go-build1823208636/b932/_pkg_.a
2025-08-20T20:26:12.3451607Z [00:02:51.030]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/buffer=/tmp/go-build1823208636/b936/_pkg_.a
2025-08-20T20:26:12.3452427Z [00:02:51.030]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/pretty=/tmp/go-build1823208636/b937/_pkg_.a
2025-08-20T20:26:12.3453245Z [00:02:51.030]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/syncutil=/tmp/go-build1823208636/b938/_pkg_.a
2025-08-20T20:26:12.3454076Z [00:02:51.030]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal=/tmp/go-build1823208636/b939/_pkg_.a
2025-08-20T20:26:12.3454994Z [00:02:51.030]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource=/tmp/go-build1823208636/b940/_pkg_.a
2025-08-20T20:26:12.3456165Z [00:02:51.030]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/metrics=/tmp/go-build1823208636/b941/_pkg_.a
2025-08-20T20:26:12.3456935Z [00:02:51.030]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:12.3457590Z [00:02:51.030]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:12.3458312Z [00:02:51.030]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:12.3458888Z [00:02:51.030]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.3459478Z [00:02:51.030]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:12.3459917Z [00:02:51.030]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:12.3460349Z [00:02:51.030]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:12.3460653Z [00:02:51.030]➜  EOF
2025-08-20T20:26:12.3469116Z [00:02:51.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b934/_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/b934=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient -lang=go1.23 -complete -installsuffix shared -buildid qPgWzs-e-XB9THQB6yAE/qPgWzs-e-XB9THQB6yAE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/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-20T20:26:12.3474134Z [00:02:51.031]➜  golang.org/x/crypto/openpgp/elgamal
2025-08-20T20:26:12.3474449Z [00:02:51.031]➜  mkdir -p $WORK/b1080/
2025-08-20T20:26:12.3474822Z [00:02:51.031]➜  cat >/tmp/go-build1823208636/b1080/importcfg << 'EOF' # internal
2025-08-20T20:26:12.3475169Z [00:02:51.031]➜  # import config
2025-08-20T20:26:12.3485869Z [00:02:51.031]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:12.3486612Z [00:02:51.031]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:26:12.3487070Z [00:02:51.031]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.3487479Z [00:02:51.031]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.3487913Z [00:02:51.031]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:12.3488497Z [00:02:51.031]➜  EOF
2025-08-20T20:26:12.3490463Z [00:02:51.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1080/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/elgamal=>golang.org/x/crypto@v0.41.0/openpgp/elgamal;$WORK/b1080=>" -p golang.org/x/crypto/openpgp/elgamal -lang=go1.23 -complete -installsuffix shared -buildid s5r7h5UQ2hf3SbzagIe6/s5r7h5UQ2hf3SbzagIe6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/elgamal/elgamal.go
2025-08-20T20:26:12.3800862Z [00:02:51.066]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T20:26:12.3811745Z [00:02:51.067]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/a2/a23e512e768d8999aafa6a2ed511fc8e559e41c297594c311468ad443e530756-d # internal
2025-08-20T20:26:12.3819810Z [00:02:51.068]➜  golang.org/x/crypto/openpgp/s2k
2025-08-20T20:26:12.3826177Z [00:02:51.069]➜  mkdir -p $WORK/b1081/
2025-08-20T20:26:12.3836969Z [00:02:51.070]➜  cat >/tmp/go-build1823208636/b1081/importcfg << 'EOF' # internal
2025-08-20T20:26:12.3837387Z [00:02:51.070]➜  # import config
2025-08-20T20:26:12.3837746Z [00:02:51.070]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:12.3838290Z [00:02:51.070]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build1823208636/b1076/_pkg_.a
2025-08-20T20:26:12.3838806Z [00:02:51.070]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:12.3839533Z [00:02:51.070]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.3839950Z [00:02:51.070]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:12.3840300Z [00:02:51.070]➜  EOF
2025-08-20T20:26:12.3842133Z [00:02:51.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1081/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/s2k=>golang.org/x/crypto@v0.41.0/openpgp/s2k;$WORK/b1081=>" -p golang.org/x/crypto/openpgp/s2k -lang=go1.23 -complete -installsuffix shared -buildid 9_qm0HvomkHLEHWf9Wwu/9_qm0HvomkHLEHWf9Wwu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/s2k/s2k.go
2025-08-20T20:26:12.4513953Z [00:02:51.137]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T20:26:12.4518465Z [00:02:51.138]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/1d/1d64e7e33cf6361ac67f4ee6bbf88a6de2a40b150bc4d8a79dee3f571493eec7-d # internal
2025-08-20T20:26:12.4519089Z [00:02:51.138]➜  image/internal/imageutil
2025-08-20T20:26:12.4519371Z [00:02:51.138]➜  mkdir -p $WORK/b1083/
2025-08-20T20:26:12.4519828Z [00:02:51.138]➜  cat >/tmp/go-build1823208636/b1083/importcfg << 'EOF' # internal
2025-08-20T20:26:12.4522893Z [00:02:51.138]➜  # import config
2025-08-20T20:26:12.4523260Z [00:02:51.138]➜  packagefile image=/tmp/go-build1823208636/b285/_pkg_.a
2025-08-20T20:26:12.4523593Z [00:02:51.138]➜  EOF
2025-08-20T20:26:12.4525783Z [00:02:51.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1083/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b1083=>" -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/b1083/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T20:26:12.5151406Z [00:02:51.201]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T20:26:12.5155013Z [00:02:51.202]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d # internal
2025-08-20T20:26:12.5176815Z [00:02:51.202]➜  image/jpeg
2025-08-20T20:26:12.5177824Z [00:02:51.202]➜  mkdir -p $WORK/b1082/
2025-08-20T20:26:12.5178843Z [00:02:51.203]➜  cat >/tmp/go-build1823208636/b1082/importcfg << 'EOF' # internal
2025-08-20T20:26:12.5179773Z [00:02:51.203]➜  # import config
2025-08-20T20:26:12.5180521Z [00:02:51.203]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:12.5181026Z [00:02:51.203]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.5181464Z [00:02:51.203]➜  packagefile image=/tmp/go-build1823208636/b285/_pkg_.a
2025-08-20T20:26:12.5181901Z [00:02:51.203]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:26:12.5182417Z [00:02:51.203]➜  packagefile image/internal/imageutil=/tmp/go-build1823208636/b1083/_pkg_.a
2025-08-20T20:26:12.5182906Z [00:02:51.203]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.5183208Z [00:02:51.203]➜  EOF
2025-08-20T20:26:12.5185368Z [00:02:51.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1082/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b1082=>" -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/b1082/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-20T20:26:12.5872200Z [00:02:51.273]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T20:26:12.6006184Z [00:02:51.287]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/6b/6b47cf917cb46039a456cbdf6dae3f08ae8e8c2ab657b3858ec397a93a595156-d # internal
2025-08-20T20:26:12.6007226Z [00:02:51.287]➜  github.com/sigstore/rekor/pkg/log
2025-08-20T20:26:12.6007547Z [00:02:51.287]➜  mkdir -p $WORK/b1052/
2025-08-20T20:26:12.6009637Z [00:02:51.287]➜  cat >/tmp/go-build1823208636/b1052/importcfg << 'EOF' # internal
2025-08-20T20:26:12.6010064Z [00:02:51.287]➜  # import config
2025-08-20T20:26:12.6010415Z [00:02:51.287]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:12.6010865Z [00:02:51.287]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.6011388Z [00:02:51.287]➜  packagefile github.com/go-chi/chi/middleware=/tmp/go-build1823208636/b1053/_pkg_.a
2025-08-20T20:26:12.6011927Z [00:02:51.287]➜  packagefile go.uber.org/zap=/tmp/go-build1823208636/b1057/_pkg_.a
2025-08-20T20:26:12.6012697Z [00:02:51.287]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build1823208636/b1060/_pkg_.a
2025-08-20T20:26:12.6013165Z [00:02:51.287]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:12.6013471Z [00:02:51.287]➜  EOF
2025-08-20T20:26:12.6015308Z [00:02:51.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/log=>github.com/sigstore/rekor@v1.3.10/pkg/log;$WORK/b1052=>" -p github.com/sigstore/rekor/pkg/log -lang=go1.23 -complete -installsuffix shared -buildid i_VY9JtFyywEDE5e2Qs_/i_VY9JtFyywEDE5e2Qs_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/log/log.go
2025-08-20T20:26:12.6215154Z [00:02:51.307]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T20:26:12.6250801Z [00:02:51.311]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/99/9943400d7697ea06bdfdd0ef3f4f8e397e304b335868ea92bcacaa751ecd9ae7-d # internal
2025-08-20T20:26:12.6338842Z [00:02:51.320]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T20:26:12.6359496Z [00:02:51.322]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/dd/dd1bcdee4a828f4634e9a547bdeb6ced8f2720d18c63cf83255696d32cd44555-d # internal
2025-08-20T20:26:12.6360567Z [00:02:51.322]➜  golang.org/x/crypto/ssh/terminal
2025-08-20T20:26:12.6361230Z [00:02:51.322]➜  mkdir -p $WORK/b1087/
2025-08-20T20:26:12.6362239Z [00:02:51.322]➜  cat >/tmp/go-build1823208636/b1087/importcfg << 'EOF' # internal
2025-08-20T20:26:12.6362645Z [00:02:51.322]➜  # import config
2025-08-20T20:26:12.6363059Z [00:02:51.322]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:26:12.6363826Z [00:02:51.322]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.6364190Z [00:02:51.322]➜  EOF
2025-08-20T20:26:12.6366235Z [00:02:51.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1087/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/terminal=>golang.org/x/crypto@v0.41.0/ssh/terminal;$WORK/b1087=>" -p golang.org/x/crypto/ssh/terminal -lang=go1.23 -complete -installsuffix shared -buildid jyRh109hsOjNFVvHoBZ9/jyRh109hsOjNFVvHoBZ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/terminal/terminal.go
2025-08-20T20:26:12.6400266Z [00:02:51.326]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource
2025-08-20T20:26:12.6400702Z [00:02:51.326]➜  mkdir -p $WORK/b942/
2025-08-20T20:26:12.6408380Z [00:02:51.327]➜  cat >/tmp/go-build1823208636/b942/importcfg << 'EOF' # internal
2025-08-20T20:26:12.6412109Z [00:02:51.327]➜  # import config
2025-08-20T20:26:12.6412608Z [00:02:51.327]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:12.6413070Z [00:02:51.327]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.6413503Z [00:02:51.327]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.6414031Z [00:02:51.327]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build1823208636/b943/_pkg_.a
2025-08-20T20:26:12.6414643Z [00:02:51.327]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build1823208636/b909/_pkg_.a
2025-08-20T20:26:12.6415736Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build1823208636/b915/_pkg_.a
2025-08-20T20:26:12.6416625Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:12.6417449Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build1823208636/b916/_pkg_.a
2025-08-20T20:26:12.6418284Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build1823208636/b917/_pkg_.a
2025-08-20T20:26:12.6419101Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build1823208636/b907/_pkg_.a
2025-08-20T20:26:12.6420184Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build1823208636/b944/_pkg_.a
2025-08-20T20:26:12.6421222Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build1823208636/b945/_pkg_.a
2025-08-20T20:26:12.6422252Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build1823208636/b921/_pkg_.a
2025-08-20T20:26:12.6423150Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build1823208636/b935/_pkg_.a
2025-08-20T20:26:12.6423945Z [00:02:51.327]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:12.6424592Z [00:02:51.327]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:12.6425170Z [00:02:51.327]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:12.6426047Z [00:02:51.327]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:12.6426755Z [00:02:51.327]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:12.6427406Z [00:02:51.327]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1823208636/b616/_pkg_.a
2025-08-20T20:26:12.6428051Z [00:02:51.327]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:12.6429200Z [00:02:51.327]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1823208636/b628/_pkg_.a
2025-08-20T20:26:12.6430154Z [00:02:51.327]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:12.6431071Z [00:02:51.327]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build1823208636/b879/_pkg_.a
2025-08-20T20:26:12.6431894Z [00:02:51.327]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build1823208636/b947/_pkg_.a
2025-08-20T20:26:12.6432668Z [00:02:51.327]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:12.6433374Z [00:02:51.327]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:12.6434114Z [00:02:51.327]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build1823208636/b948/_pkg_.a
2025-08-20T20:26:12.6434871Z [00:02:51.327]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:12.6451082Z [00:02:51.327]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient=/tmp/go-build1823208636/b934/_pkg_.a
2025-08-20T20:26:12.6452180Z [00:02:51.327]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build1823208636/b949/_pkg_.a
2025-08-20T20:26:12.6452945Z [00:02:51.327]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build1823208636/b950/_pkg_.a
2025-08-20T20:26:12.6453712Z [00:02:51.327]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build1823208636/b951/_pkg_.a
2025-08-20T20:26:12.6454746Z [00:02:51.327]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build1823208636/b952/_pkg_.a
2025-08-20T20:26:12.6455471Z [00:02:51.327]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:12.6456341Z [00:02:51.327]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:12.6457065Z [00:02:51.327]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:12.6457628Z [00:02:51.327]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:12.6458301Z [00:02:51.327]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:12.6458741Z [00:02:51.327]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:12.6459157Z [00:02:51.327]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:12.6459612Z [00:02:51.327]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:12.6460030Z [00:02:51.327]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:12.6460447Z [00:02:51.327]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:12.6460874Z [00:02:51.327]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.6461320Z [00:02:51.327]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:12.6461754Z [00:02:51.327]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:12.6462062Z [00:02:51.327]➜  EOF
2025-08-20T20:26:12.6472107Z [00:02:51.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b942/_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/b942=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource -lang=go1.23 -complete -installsuffix shared -buildid L3wn-Cy7wIxBa0WvN2Zh/L3wn-Cy7wIxBa0WvN2Zh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/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-20T20:26:12.6557143Z [00:02:51.337]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T20:26:12.6558004Z [00:02:51.337]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/98/982170f1d8323cdafed74794d50b9886fe38d0de69ce6d483a98b0ac820ae243-d # internal
2025-08-20T20:26:12.6558616Z [00:02:51.337]➜  github.com/sassoftware/relic/lib/x509tools
2025-08-20T20:26:12.6558964Z [00:02:51.337]➜  mkdir -p $WORK/b1086/
2025-08-20T20:26:12.6559363Z [00:02:51.338]➜  cat >/tmp/go-build1823208636/b1086/importcfg << 'EOF' # internal
2025-08-20T20:26:12.6569629Z [00:02:51.338]➜  # import config
2025-08-20T20:26:12.6570317Z [00:02:51.338]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.6570748Z [00:02:51.338]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:12.6571195Z [00:02:51.338]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:12.6571672Z [00:02:51.338]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:26:12.6572155Z [00:02:51.338]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:12.6572611Z [00:02:51.338]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:12.6573064Z [00:02:51.338]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:26:12.6573522Z [00:02:51.338]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:12.6573977Z [00:02:51.338]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:12.6574454Z [00:02:51.338]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:26:12.6574936Z [00:02:51.338]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:26:12.6575410Z [00:02:51.338]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:12.6577004Z [00:02:51.338]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:12.6577467Z [00:02:51.338]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.6577880Z [00:02:51.338]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.6578353Z [00:02:51.338]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:12.6578940Z [00:02:51.338]➜  packagefile golang.org/x/crypto/ssh/terminal=/tmp/go-build1823208636/b1087/_pkg_.a
2025-08-20T20:26:12.6579688Z [00:02:51.338]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.6580190Z [00:02:51.338]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:26:12.6580635Z [00:02:51.340]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:12.6581049Z [00:02:51.340]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:12.6581462Z [00:02:51.340]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:12.6581891Z [00:02:51.340]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.6582313Z [00:02:51.340]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:12.6582722Z [00:02:51.340]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:12.6583163Z [00:02:51.340]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:26:12.6583495Z [00:02:51.340]➜  EOF
2025-08-20T20:26:12.6589296Z [00:02:51.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1086/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools=>github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools;$WORK/b1086=>" -p github.com/sassoftware/relic/lib/x509tools -lang=go1.16 -complete -installsuffix shared -buildid JU8xtDepZuMzTZKbpWMs/JU8xtDepZuMzTZKbpWMs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/importcfg -pack /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/certpool.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/digests.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/ecdsa_curves.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/keylogfile.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/names.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/pkix.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/printcert.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/rsapss.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/util.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/x509tools/x509cmd.go
2025-08-20T20:26:12.6594330Z [00:02:51.342]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T20:26:12.6595011Z [00:02:51.343]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d # internal
2025-08-20T20:26:12.6641634Z [00:02:51.350]➜  golang.org/x/crypto/openpgp/packet
2025-08-20T20:26:12.6647304Z [00:02:51.351]➜  mkdir -p $WORK/b1077/
2025-08-20T20:26:12.6651147Z [00:02:51.351]➜  cat >/tmp/go-build1823208636/b1077/importcfg << 'EOF' # internal
2025-08-20T20:26:12.6651932Z [00:02:51.351]➜  # import config
2025-08-20T20:26:12.6652630Z [00:02:51.351]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:12.6653281Z [00:02:51.351]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.6654002Z [00:02:51.351]➜  packagefile compress/bzip2=/tmp/go-build1823208636/b1078/_pkg_.a
2025-08-20T20:26:12.6655136Z [00:02:51.351]➜  packagefile compress/flate=/tmp/go-build1823208636/b149/_pkg_.a
2025-08-20T20:26:12.6655807Z [00:02:51.351]➜  packagefile compress/zlib=/tmp/go-build1823208636/b283/_pkg_.a
2025-08-20T20:26:12.6656319Z [00:02:51.351]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:12.6656789Z [00:02:51.351]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:26:12.6657250Z [00:02:51.351]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:26:12.6657707Z [00:02:51.351]➜  packagefile crypto/des=/tmp/go-build1823208636/b156/_pkg_.a
2025-08-20T20:26:12.6658160Z [00:02:51.351]➜  packagefile crypto/dsa=/tmp/go-build1823208636/b197/_pkg_.a
2025-08-20T20:26:12.6658626Z [00:02:51.351]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:12.6659406Z [00:02:51.351]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:26:12.6660011Z [00:02:51.351]➜  packagefile crypto/md5=/tmp/go-build1823208636/b189/_pkg_.a
2025-08-20T20:26:12.6660477Z [00:02:51.351]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:12.6660929Z [00:02:51.351]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:12.6661383Z [00:02:51.351]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:26:12.6661852Z [00:02:51.351]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:12.6662318Z [00:02:51.351]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:26:12.6662779Z [00:02:51.351]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:26:12.6663390Z [00:02:51.351]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:26:12.6663934Z [00:02:51.351]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:12.6664380Z [00:02:51.351]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.6664873Z [00:02:51.351]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build1823208636/b1079/_pkg_.a
2025-08-20T20:26:12.6665480Z [00:02:51.351]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build1823208636/b1080/_pkg_.a
2025-08-20T20:26:12.6666322Z [00:02:51.351]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build1823208636/b1076/_pkg_.a
2025-08-20T20:26:12.6667117Z [00:02:51.351]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build1823208636/b1081/_pkg_.a
2025-08-20T20:26:12.6667616Z [00:02:51.351]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:12.6668027Z [00:02:51.351]➜  packagefile image=/tmp/go-build1823208636/b285/_pkg_.a
2025-08-20T20:26:12.6668470Z [00:02:51.351]➜  packagefile image/jpeg=/tmp/go-build1823208636/b1082/_pkg_.a
2025-08-20T20:26:12.6668897Z [00:02:51.351]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.6669313Z [00:02:51.351]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:12.6669956Z [00:02:51.351]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:12.6670395Z [00:02:51.351]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:12.6670823Z [00:02:51.351]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.6671238Z [00:02:51.351]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:12.6671547Z [00:02:51.351]➜  EOF
2025-08-20T20:26:12.6689601Z [00:02:51.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1077/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet=>golang.org/x/crypto@v0.41.0/openpgp/packet;$WORK/b1077=>" -p golang.org/x/crypto/openpgp/packet -lang=go1.23 -complete -installsuffix shared -buildid QNjkZoXjnOyiyeOA5IA9/QNjkZoXjnOyiyeOA5IA9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/compressed.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/config.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/encrypted_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/literal.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/ocfb.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/one_pass_signature.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/opaque.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/packet.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/private_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/public_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/public_key_v3.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/reader.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/signature.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/signature_v3.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/symmetric_key_encrypted.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/symmetrically_encrypted.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/userattribute.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/packet/userid.go
2025-08-20T20:26:12.7012376Z [00:02:51.387]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T20:26:12.7086777Z [00:02:51.395]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/db/db8d286a3438247a4cc06b18a6171d8e6a0592d85beefd7c5223f593e48d5425-d # internal
2025-08-20T20:26:12.7095755Z [00:02:51.396]➜  github.com/sigstore/rekor/pkg/generated/models
2025-08-20T20:26:12.7096171Z [00:02:51.396]➜  mkdir -p $WORK/b1036/
2025-08-20T20:26:12.7100739Z [00:02:51.396]➜  cat >/tmp/go-build1823208636/b1036/importcfg << 'EOF' # internal
2025-08-20T20:26:12.7101421Z [00:02:51.396]➜  # import config
2025-08-20T20:26:12.7101824Z [00:02:51.396]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.7102267Z [00:02:51.396]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:12.7102728Z [00:02:51.396]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:12.7103252Z [00:02:51.396]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:12.7103818Z [00:02:51.396]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:12.7104584Z [00:02:51.396]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:12.7105139Z [00:02:51.396]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:12.7106024Z [00:02:51.396]➜  packagefile github.com/go-openapi/validate=/tmp/go-build1823208636/b1037/_pkg_.a
2025-08-20T20:26:12.7106525Z [00:02:51.396]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.7106948Z [00:02:51.396]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:12.7107267Z [00:02:51.396]➜  EOF
2025-08-20T20:26:12.7137953Z [00:02:51.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models=>github.com/sigstore/rekor@v1.3.10/pkg/generated/models;$WORK/b1036=>" -p github.com/sigstore/rekor/pkg/generated/models -lang=go1.23 -complete -installsuffix shared -buildid 3aRBAsP4ybyCltd77RD6/3aRBAsP4ybyCltd77RD6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/alpine.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/alpine_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/alpine_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/consistency_proof.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/cose.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/cose_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/cose_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/dsse.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/dsse_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/dsse_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/error.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/hashedrekord.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/hashedrekord_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/hashedrekord_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/helm.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/helm_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/helm_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/inactive_shard_log_info.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/inclusion_proof.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/intoto.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/intoto_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/intoto_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/intoto_v002_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/jar.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/jar_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/jar_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/log_entry.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/log_info.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/proposed_entry.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/rekord.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/rekord_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/rekord_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/rfc3161.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/rfc3161_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/rfc3161_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/rpm.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/rpm_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/rpm_v001_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/search_index.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/search_log_query.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/tuf.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/tuf_schema.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/models/tuf_v001_schema.go
2025-08-20T20:26:12.7735064Z [00:02:51.459]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T20:26:12.7782177Z [00:02:51.463]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/b0/b00605a0e65732533effdc6ef99406c8e613e996071e302e8a99bb084a21c396-d # internal
2025-08-20T20:26:12.7782882Z [00:02:51.463]➜  github.com/sassoftware/relic/lib/pkcs7
2025-08-20T20:26:12.7783201Z [00:02:51.463]➜  mkdir -p $WORK/b1085/
2025-08-20T20:26:12.7792199Z [00:02:51.464]➜  cat >/tmp/go-build1823208636/b1085/importcfg << 'EOF' # internal
2025-08-20T20:26:12.7794903Z [00:02:51.464]➜  # import config
2025-08-20T20:26:12.7800706Z [00:02:51.464]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.7803939Z [00:02:51.464]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:12.7806670Z [00:02:51.464]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:26:12.7807422Z [00:02:51.464]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:12.7810011Z [00:02:51.464]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:12.7811318Z [00:02:51.464]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:12.7812735Z [00:02:51.464]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:26:12.7813448Z [00:02:51.464]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:26:12.7814237Z [00:02:51.464]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.7814891Z [00:02:51.464]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.7815967Z [00:02:51.464]➜  packagefile github.com/pkg/errors=/tmp/go-build1823208636/b562/_pkg_.a
2025-08-20T20:26:12.7817000Z [00:02:51.464]➜  packagefile github.com/sassoftware/relic/lib/x509tools=/tmp/go-build1823208636/b1086/_pkg_.a
2025-08-20T20:26:12.7817727Z [00:02:51.464]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:12.7818562Z [00:02:51.464]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:12.7819201Z [00:02:51.464]➜  EOF
2025-08-20T20:26:12.7825723Z [00:02:51.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/pkcs7=>github.com/sassoftware/relic@v7.2.1+incompatible/lib/pkcs7;$WORK/b1085=>" -p github.com/sassoftware/relic/lib/pkcs7 -lang=go1.16 -complete -installsuffix shared -buildid K4eyVVL9fIz4-70dTJ7M/K4eyVVL9fIz4-70dTJ7M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/importcfg -pack /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/pkcs7/attributes.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/pkcs7/builder.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/pkcs7/content.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/pkcs7/marshal.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/pkcs7/structs.go /root/go/pkg/mod/github.com/sassoftware/relic@v7.2.1+incompatible/lib/pkcs7/verify.go
2025-08-20T20:26:12.8519647Z [00:02:51.536]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T20:26:12.8539835Z [00:02:51.540]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/16/165d8a2fb050ac826e3892f4f2394d5cd66e1672fde209fbef346e091024a233-d # internal
2025-08-20T20:26:12.8547979Z [00:02:51.541]➜  github.com/sigstore/rekor/pkg/pki/pkcs7
2025-08-20T20:26:12.8549142Z [00:02:51.541]➜  mkdir -p $WORK/b1084/
2025-08-20T20:26:12.8550891Z [00:02:51.541]➜  cat >/tmp/go-build1823208636/b1084/importcfg << 'EOF' # internal
2025-08-20T20:26:12.8551481Z [00:02:51.541]➜  # import config
2025-08-20T20:26:12.8552154Z [00:02:51.541]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.8553391Z [00:02:51.541]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:12.8554158Z [00:02:51.541]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:12.8554624Z [00:02:51.541]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:12.8555090Z [00:02:51.541]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:26:12.8555758Z [00:02:51.541]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:12.8556298Z [00:02:51.541]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:12.8556745Z [00:02:51.541]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.8557159Z [00:02:51.541]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.8557864Z [00:02:51.541]➜  packagefile github.com/sassoftware/relic/lib/pkcs7=/tmp/go-build1823208636/b1085/_pkg_.a
2025-08-20T20:26:12.8558614Z [00:02:51.541]➜  packagefile github.com/sigstore/rekor/pkg/pki/identity=/tmp/go-build1823208636/b1068/_pkg_.a
2025-08-20T20:26:12.8559316Z [00:02:51.541]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:26:12.8560009Z [00:02:51.541]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:12.8560537Z [00:02:51.541]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.8560961Z [00:02:51.541]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:12.8561275Z [00:02:51.541]➜  EOF
2025-08-20T20:26:12.8563436Z [00:02:51.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/pkcs7=>github.com/sigstore/rekor@v1.3.10/pkg/pki/pkcs7;$WORK/b1084=>" -p github.com/sigstore/rekor/pkg/pki/pkcs7 -lang=go1.23 -complete -installsuffix shared -buildid 8Bv-TlAQbE2okcelkpv2/8Bv-TlAQbE2okcelkpv2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/pkcs7/pkcs7.go
2025-08-20T20:26:12.8915999Z [00:02:51.577]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T20:26:12.8968809Z [00:02:51.583]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/40/404b57da648c6cac940f5db2df3ed3c62d468a592a2f8a39f15ef56e4a6a265a-d # internal
2025-08-20T20:26:12.8985492Z [00:02:51.584]➜  golang.org/x/crypto/openpgp
2025-08-20T20:26:12.8987451Z [00:02:51.585]➜  mkdir -p $WORK/b1074/
2025-08-20T20:26:12.8991007Z [00:02:51.585]➜  cat >/tmp/go-build1823208636/b1074/importcfg << 'EOF' # internal
2025-08-20T20:26:12.8992941Z [00:02:51.585]➜  # import config
2025-08-20T20:26:12.8993320Z [00:02:51.585]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:12.8993790Z [00:02:51.585]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:12.8994267Z [00:02:51.585]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:12.8994826Z [00:02:51.585]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build1823208636/b1075/_pkg_.a
2025-08-20T20:26:12.8995629Z [00:02:51.585]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build1823208636/b1076/_pkg_.a
2025-08-20T20:26:12.8996311Z [00:02:51.585]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build1823208636/b1077/_pkg_.a
2025-08-20T20:26:12.8996934Z [00:02:51.585]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build1823208636/b1081/_pkg_.a
2025-08-20T20:26:12.8997435Z [00:02:51.585]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:12.8997841Z [00:02:51.585]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.8998256Z [00:02:51.585]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:12.8998683Z [00:02:51.585]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:12.8998997Z [00:02:51.585]➜  EOF
2025-08-20T20:26:12.9001464Z [00:02:51.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1074/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp=>golang.org/x/crypto@v0.41.0/openpgp;$WORK/b1074=>" -p golang.org/x/crypto/openpgp -lang=go1.23 -complete -installsuffix shared -buildid 4BlzlrRNt3wUFaI3dmrL/4BlzlrRNt3wUFaI3dmrL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/canonical_text.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/read.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/openpgp/write.go
2025-08-20T20:26:12.9064292Z [00:02:51.592]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T20:26:12.9111530Z [00:02:51.597]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/d3/d3f0e9241383daedfcdf439dfa6065682787e6a75df73abaf7eb0bafcb66c348-d # internal
2025-08-20T20:26:12.9118565Z [00:02:51.598]➜  github.com/sigstore/rekor/pkg/pki/ssh
2025-08-20T20:26:12.9122002Z [00:02:51.598]➜  mkdir -p $WORK/b1088/
2025-08-20T20:26:12.9122898Z [00:02:51.598]➜  cat >/tmp/go-build1823208636/b1088/importcfg << 'EOF' # internal
2025-08-20T20:26:12.9125923Z [00:02:51.598]➜  # import config
2025-08-20T20:26:12.9126283Z [00:02:51.598]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:12.9126741Z [00:02:51.598]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:12.9127234Z [00:02:51.598]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:12.9127752Z [00:02:51.598]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:26:12.9128230Z [00:02:51.598]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:12.9128942Z [00:02:51.598]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:12.9129484Z [00:02:51.598]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:26:12.9130080Z [00:02:51.598]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:12.9130638Z [00:02:51.598]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:12.9131087Z [00:02:51.598]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.9131505Z [00:02:51.598]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.9132020Z [00:02:51.598]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build1823208636/b568/_pkg_.a
2025-08-20T20:26:12.9132912Z [00:02:51.598]➜  packagefile github.com/sigstore/rekor/pkg/pki/identity=/tmp/go-build1823208636/b1068/_pkg_.a
2025-08-20T20:26:12.9133612Z [00:02:51.598]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:26:12.9134307Z [00:02:51.598]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:12.9134920Z [00:02:51.598]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1823208636/b496/_pkg_.a
2025-08-20T20:26:12.9135390Z [00:02:51.598]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:12.9135974Z [00:02:51.598]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.9136398Z [00:02:51.598]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:12.9136719Z [00:02:51.598]➜  EOF
2025-08-20T20:26:12.9139453Z [00:02:51.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1088/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/ssh=>github.com/sigstore/rekor@v1.3.10/pkg/pki/ssh;$WORK/b1088=>" -p github.com/sigstore/rekor/pkg/pki/ssh -lang=go1.23 -complete -installsuffix shared -buildid tuFuW3YPZT3TPMX6DiaZ/tuFuW3YPZT3TPMX6DiaZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/ssh/encode.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/ssh/sign.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/ssh/ssh.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/ssh/verify.go
2025-08-20T20:26:12.9835128Z [00:02:51.669]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T20:26:12.9867901Z [00:02:51.672]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/06/06c3b508134c1bd48d26df090e5b9253c00e703aca3eaf4b881a1488d7ed86da-d # internal
2025-08-20T20:26:12.9868667Z [00:02:51.673]➜  github.com/sigstore/rekor/pkg/pki/pgp
2025-08-20T20:26:12.9872843Z [00:02:51.673]➜  mkdir -p $WORK/b1073/
2025-08-20T20:26:12.9876402Z [00:02:51.673]➜  cat >/tmp/go-build1823208636/b1073/importcfg << 'EOF' # internal
2025-08-20T20:26:12.9879539Z [00:02:51.673]➜  # import config
2025-08-20T20:26:12.9879905Z [00:02:51.673]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:12.9880350Z [00:02:51.673]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:12.9881031Z [00:02:51.673]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:12.9881544Z [00:02:51.673]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:12.9882023Z [00:02:51.673]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:12.9882481Z [00:02:51.673]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:12.9882938Z [00:02:51.673]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:12.9883388Z [00:02:51.673]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:12.9883805Z [00:02:51.673]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:12.9884323Z [00:02:51.673]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build1823208636/b568/_pkg_.a
2025-08-20T20:26:12.9885118Z [00:02:51.673]➜  packagefile github.com/sigstore/rekor/pkg/pki/identity=/tmp/go-build1823208636/b1068/_pkg_.a
2025-08-20T20:26:12.9891127Z [00:02:51.673]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:26:12.9891836Z [00:02:51.674]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:12.9892473Z [00:02:51.674]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build1823208636/b1074/_pkg_.a
2025-08-20T20:26:12.9893068Z [00:02:51.674]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build1823208636/b1075/_pkg_.a
2025-08-20T20:26:12.9893984Z [00:02:51.674]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build1823208636/b1077/_pkg_.a
2025-08-20T20:26:12.9894493Z [00:02:51.674]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:12.9894914Z [00:02:51.674]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:12.9895232Z [00:02:51.674]➜  EOF
2025-08-20T20:26:12.9903565Z [00:02:51.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/pgp=>github.com/sigstore/rekor@v1.3.10/pkg/pki/pgp;$WORK/b1073=>" -p github.com/sigstore/rekor/pkg/pki/pgp -lang=go1.23 -complete -installsuffix shared -buildid XAsRbVQBvlsHkdv-87PK/XAsRbVQBvlsHkdv-87PK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/pgp/pgp.go
2025-08-20T20:26:12.9981829Z [00:02:51.684]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T20:26:12.9989779Z [00:02:51.685]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/4e/4e1af6c19b8c62a57a5b84cf5699d1f01660ff334d5d17a8ff64df15bae159ef-d # internal
2025-08-20T20:26:12.9998341Z [00:02:51.686]➜  github.com/theupdateframework/go-tuf/data
2025-08-20T20:26:13.0002129Z [00:02:51.686]➜  mkdir -p $WORK/b1090/
2025-08-20T20:26:13.0009458Z [00:02:51.687]➜  cat >/tmp/go-build1823208636/b1090/importcfg << 'EOF' # internal
2025-08-20T20:26:13.0011221Z [00:02:51.687]➜  # import config
2025-08-20T20:26:13.0014261Z [00:02:51.687]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.0014748Z [00:02:51.687]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:13.0015225Z [00:02:51.687]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:13.0016128Z [00:02:51.687]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.0016601Z [00:02:51.687]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.0017030Z [00:02:51.687]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.0017639Z [00:02:51.687]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/cjson=/tmp/go-build1823208636/b520/_pkg_.a
2025-08-20T20:26:13.0018214Z [00:02:51.687]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:13.0018634Z [00:02:51.687]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.0019062Z [00:02:51.687]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.0019757Z [00:02:51.687]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.0020125Z [00:02:51.687]➜  EOF
2025-08-20T20:26:13.0022408Z [00:02:51.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1090/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/data=>github.com/theupdateframework/go-tuf@v0.7.0/data;$WORK/b1090=>" -p github.com/theupdateframework/go-tuf/data -lang=go1.20 -complete -installsuffix shared -buildid TftqqknYM1dc7nErtfzL/TftqqknYM1dc7nErtfzL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/data/hex_bytes.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/data/types.go
2025-08-20T20:26:13.0063714Z [00:02:51.692]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T20:26:13.0169263Z [00:02:51.703]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/de/de0631611192981c850965eae2f0a106519eddd17da4aa2349acdd57c61fc066-d # internal
2025-08-20T20:26:13.0232028Z [00:02:51.709]➜  google.golang.org/grpc/xds/internal/xdsclient
2025-08-20T20:26:13.0234672Z [00:02:51.709]➜  mkdir -p $WORK/b926/
2025-08-20T20:26:13.0244826Z [00:02:51.710]➜  cat >/tmp/go-build1823208636/b926/importcfg << 'EOF' # internal
2025-08-20T20:26:13.0246190Z [00:02:51.710]➜  # import config
2025-08-20T20:26:13.0246766Z [00:02:51.710]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.0249143Z [00:02:51.711]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.0250279Z [00:02:51.711]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build1823208636/b903/_pkg_.a
2025-08-20T20:26:13.0251234Z [00:02:51.711]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:13.0257122Z [00:02:51.711]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:13.0257783Z [00:02:51.711]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:13.0258411Z [00:02:51.711]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:26:13.0259339Z [00:02:51.711]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:13.0259992Z [00:02:51.711]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:13.0260635Z [00:02:51.711]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1823208636/b648/_pkg_.a
2025-08-20T20:26:13.0261301Z [00:02:51.711]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build1823208636/b879/_pkg_.a
2025-08-20T20:26:13.0261938Z [00:02:51.711]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:13.0262546Z [00:02:51.711]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build1823208636/b898/_pkg_.a
2025-08-20T20:26:13.0263205Z [00:02:51.711]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:13.0263947Z [00:02:51.711]➜  packagefile google.golang.org/grpc/xds/internal/clients/grpctransport=/tmp/go-build1823208636/b928/_pkg_.a
2025-08-20T20:26:13.0264723Z [00:02:51.711]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build1823208636/b929/_pkg_.a
2025-08-20T20:26:13.0265482Z [00:02:51.711]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient=/tmp/go-build1823208636/b934/_pkg_.a
2025-08-20T20:26:13.0273688Z [00:02:51.711]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/metrics=/tmp/go-build1823208636/b941/_pkg_.a
2025-08-20T20:26:13.0274503Z [00:02:51.711]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build1823208636/b942/_pkg_.a
2025-08-20T20:26:13.0275342Z [00:02:51.711]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build1823208636/b952/_pkg_.a
2025-08-20T20:26:13.0276446Z [00:02:51.711]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:13.0277017Z [00:02:51.711]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.0277455Z [00:02:51.711]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:13.0277892Z [00:02:51.711]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.0278196Z [00:02:51.711]➜  EOF
2025-08-20T20:26:13.0282998Z [00:02:51.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b926/_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/b926=>" -p google.golang.org/grpc/xds/internal/xdsclient -lang=go1.23 -complete -installsuffix shared -buildid vdRwaIdnP4TReqaR_-Wl/vdRwaIdnP4TReqaR_-Wl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/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-20T20:26:13.0653685Z [00:02:51.751]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T20:26:13.0661428Z [00:02:51.752]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/0e/0eb1ab875fa2bfda141b211b26d1ffcdbc360a99e5ad402037fc79aec6c540a0-d # internal
2025-08-20T20:26:13.0672911Z [00:02:51.753]➜  google.golang.org/grpc/xds/internal/server
2025-08-20T20:26:13.0673877Z [00:02:51.753]➜  mkdir -p $WORK/b989/
2025-08-20T20:26:13.0680132Z [00:02:51.754]➜  cat >/tmp/go-build1823208636/b989/importcfg << 'EOF' # internal
2025-08-20T20:26:13.0684307Z [00:02:51.754]➜  # import config
2025-08-20T20:26:13.0686670Z [00:02:51.754]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.0687790Z [00:02:51.754]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1823208636/b594/_pkg_.a
2025-08-20T20:26:13.0690830Z [00:02:51.754]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:13.0692192Z [00:02:51.754]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build1823208636/b888/_pkg_.a
2025-08-20T20:26:13.0692881Z [00:02:51.754]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:13.0693514Z [00:02:51.754]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:26:13.0694199Z [00:02:51.754]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build1823208636/b961/_pkg_.a
2025-08-20T20:26:13.0694887Z [00:02:51.754]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:13.0701721Z [00:02:51.754]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:13.0702924Z [00:02:51.754]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1823208636/b632/_pkg_.a
2025-08-20T20:26:13.0703753Z [00:02:51.754]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build1823208636/b879/_pkg_.a
2025-08-20T20:26:13.0704510Z [00:02:51.754]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build1823208636/b942/_pkg_.a
2025-08-20T20:26:13.0705115Z [00:02:51.754]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:13.0705899Z [00:02:51.754]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.0706401Z [00:02:51.754]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:13.0706843Z [00:02:51.754]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.0707148Z [00:02:51.754]➜  EOF
2025-08-20T20:26:13.0709972Z [00:02:51.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b989/_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/b989=>" -p google.golang.org/grpc/xds/internal/server -lang=go1.23 -complete -installsuffix shared -buildid eBZJxPWZoMZp8a2XnJFG/eBZJxPWZoMZp8a2XnJFG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/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-20T20:26:13.0712432Z [00:02:51.755]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T20:26:13.0723218Z [00:02:51.758]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/59/598b4ab79d807a5ee18e384409f2ae72b649e60b1c948ec4b67820425b58b4c4-d # internal
2025-08-20T20:26:13.0746088Z [00:02:51.761]➜  github.com/theupdateframework/go-tuf/pkg/keys
2025-08-20T20:26:13.0747725Z [00:02:51.761]➜  mkdir -p $WORK/b1091/
2025-08-20T20:26:13.0761321Z [00:02:51.762]➜  cat >/tmp/go-build1823208636/b1091/importcfg << 'EOF' # internal
2025-08-20T20:26:13.2126566Z [00:02:51.762]➜  # import config
2025-08-20T20:26:13.2127192Z [00:02:51.762]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.2127635Z [00:02:51.762]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:13.2128112Z [00:02:51.762]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:13.2128598Z [00:02:51.762]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:13.2129073Z [00:02:51.762]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:26:13.2129866Z [00:02:51.762]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:13.2130324Z [00:02:51.762]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:13.2130784Z [00:02:51.762]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:13.2131260Z [00:02:51.762]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:26:13.2131717Z [00:02:51.762]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:13.2132178Z [00:02:51.762]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.2132643Z [00:02:51.762]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:13.2133091Z [00:02:51.762]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.2133509Z [00:02:51.762]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.2134068Z [00:02:51.762]➜  packagefile github.com/theupdateframework/go-tuf/data=/tmp/go-build1823208636/b1090/_pkg_.a
2025-08-20T20:26:13.2134601Z [00:02:51.762]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.2135011Z [00:02:51.762]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.2135319Z [00:02:51.762]➜  EOF
2025-08-20T20:26:13.2139341Z [00:02:51.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1091/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/pkg/keys=>github.com/theupdateframework/go-tuf@v0.7.0/pkg/keys;$WORK/b1091=>" -p github.com/theupdateframework/go-tuf/pkg/keys -lang=go1.20 -complete -installsuffix shared -buildid B-Zl2PxGaLwMhtovRH9B/B-Zl2PxGaLwMhtovRH9B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/importcfg -pack /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/pkg/keys/deprecated_ecdsa.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/pkg/keys/ecdsa.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/pkg/keys/ed25519.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/pkg/keys/keys.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/pkg/keys/pkix.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/pkg/keys/rsa.go
2025-08-20T20:26:13.2142535Z [00:02:51.898]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T20:26:13.2173752Z [00:02:51.903]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/5c/5c30cff55da987ee8cae049204ef7e07d2bb16f0e25f57123e7e12dc2af4996a-d # internal
2025-08-20T20:26:13.2191245Z [00:02:51.905]➜  github.com/theupdateframework/go-tuf/internal/roles
2025-08-20T20:26:13.2195307Z [00:02:51.905]➜  mkdir -p $WORK/b1093/
2025-08-20T20:26:13.2204184Z [00:02:51.905]➜  cat >/tmp/go-build1823208636/b1093/importcfg << 'EOF' # internal
2025-08-20T20:26:13.2204622Z [00:02:51.905]➜  # import config
2025-08-20T20:26:13.2204984Z [00:02:51.905]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:13.2205419Z [00:02:51.905]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.2205898Z [00:02:51.905]➜  EOF
2025-08-20T20:26:13.2208058Z [00:02:51.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1093/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/internal/roles=>github.com/theupdateframework/go-tuf@v0.7.0/internal/roles;$WORK/b1093=>" -p github.com/theupdateframework/go-tuf/internal/roles -lang=go1.20 -complete -installsuffix shared -buildid dN2nFB75HzJ42kVIj6vm/dN2nFB75HzJ42kVIj6vm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/importcfg -pack /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/internal/roles/roles.go
2025-08-20T20:26:13.2415326Z [00:02:51.927]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T20:26:13.2454342Z [00:02:51.931]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/5c/5c407da3051c5a9afc4825a735d82ec0674db3999752eb5f79f83ae3c21e74d5-d # internal
2025-08-20T20:26:13.2462087Z [00:02:51.932]➜  github.com/sigstore/rekor/pkg/pki/x509
2025-08-20T20:26:13.2463341Z [00:02:51.932]➜  mkdir -p $WORK/b1094/
2025-08-20T20:26:13.2469909Z [00:02:51.933]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T20:26:13.2473450Z [00:02:51.933]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/3d/3d638624e63ffa4d9e09419bd6c6670b18e6a4b84671acc1eceb543e6a583ac1-d # internal
2025-08-20T20:26:13.2483603Z [00:02:51.934]➜  cat >/tmp/go-build1823208636/b1094/importcfg << 'EOF' # internal
2025-08-20T20:26:13.2485184Z [00:02:51.934]➜  # import config
2025-08-20T20:26:13.2485973Z [00:02:51.934]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.2486889Z [00:02:51.934]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:13.2487617Z [00:02:51.934]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:13.2488261Z [00:02:51.934]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:13.2489515Z [00:02:51.934]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:26:13.2490243Z [00:02:51.934]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:13.2491193Z [00:02:51.934]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:13.2493186Z [00:02:51.934]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.2507568Z [00:02:51.934]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.2516494Z [00:02:51.934]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build1823208636/b568/_pkg_.a
2025-08-20T20:26:13.2517296Z [00:02:51.934]➜  packagefile github.com/sigstore/rekor/pkg/pki/identity=/tmp/go-build1823208636/b1068/_pkg_.a
2025-08-20T20:26:13.2518019Z [00:02:51.934]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:26:13.2518953Z [00:02:51.934]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:13.2519555Z [00:02:51.934]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.2519969Z [00:02:51.934]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.2520284Z [00:02:51.934]➜  EOF
2025-08-20T20:26:13.2522274Z [00:02:51.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/x509=>github.com/sigstore/rekor@v1.3.10/pkg/pki/x509;$WORK/b1094=>" -p github.com/sigstore/rekor/pkg/pki/x509 -lang=go1.23 -complete -installsuffix shared -buildid LJ_8ZpkBXdPQLTkEvPb7/LJ_8ZpkBXdPQLTkEvPb7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/x509/x509.go
2025-08-20T20:26:13.2524189Z [00:02:51.937]➜  github.com/theupdateframework/go-tuf/verify
2025-08-20T20:26:13.2524577Z [00:02:51.937]➜  mkdir -p $WORK/b1092/
2025-08-20T20:26:13.2524954Z [00:02:51.937]➜  cat >/tmp/go-build1823208636/b1092/importcfg << 'EOF' # internal
2025-08-20T20:26:13.2525306Z [00:02:51.937]➜  # import config
2025-08-20T20:26:13.2525881Z [00:02:51.937]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.2526393Z [00:02:51.937]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.2526805Z [00:02:51.937]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.2527648Z [00:02:51.937]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/cjson=/tmp/go-build1823208636/b520/_pkg_.a
2025-08-20T20:26:13.2528365Z [00:02:51.937]➜  packagefile github.com/theupdateframework/go-tuf/data=/tmp/go-build1823208636/b1090/_pkg_.a
2025-08-20T20:26:13.2529087Z [00:02:51.937]➜  packagefile github.com/theupdateframework/go-tuf/internal/roles=/tmp/go-build1823208636/b1093/_pkg_.a
2025-08-20T20:26:13.2529815Z [00:02:51.937]➜  packagefile github.com/theupdateframework/go-tuf/pkg/keys=/tmp/go-build1823208636/b1091/_pkg_.a
2025-08-20T20:26:13.2530368Z [00:02:51.937]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.2530999Z [00:02:51.937]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.2531309Z [00:02:51.937]➜  EOF
2025-08-20T20:26:13.2533873Z [00:02:51.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1092/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/verify=>github.com/theupdateframework/go-tuf@v0.7.0/verify;$WORK/b1092=>" -p github.com/theupdateframework/go-tuf/verify -lang=go1.20 -complete -installsuffix shared -buildid Z7W3gTVsordcbpeNF2-P/Z7W3gTVsordcbpeNF2-P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/importcfg -pack /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/verify/db.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/verify/errors.go /root/go/pkg/mod/github.com/theupdateframework/go-tuf@v0.7.0/verify/verify.go
2025-08-20T20:26:13.2574661Z [00:02:51.943]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T20:26:13.2679589Z [00:02:51.954]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/d8/d8c86ab784c851cf48f59d369680572b7049f15991e774d215e26e4319d09501-d # internal
2025-08-20T20:26:13.2708096Z [00:02:51.954]➜  github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.1
2025-08-20T20:26:13.2708608Z [00:02:51.954]➜  mkdir -p $WORK/b1099/
2025-08-20T20:26:13.2709029Z [00:02:51.954]➜  cat >/tmp/go-build1823208636/b1099/importcfg << 'EOF' # internal
2025-08-20T20:26:13.2709382Z [00:02:51.954]➜  # import config
2025-08-20T20:26:13.2709951Z [00:02:51.954]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common=/tmp/go-build1823208636/b1098/_pkg_.a
2025-08-20T20:26:13.2710557Z [00:02:51.954]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.2710875Z [00:02:51.954]➜  EOF
2025-08-20T20:26:13.2713416Z [00:02:51.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/v0.1=>github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/v0.1;$WORK/b1099=>" -p github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.1 -lang=go1.20 -complete -installsuffix shared -buildid 7M-WqPeaxpvj7gzWzSPE/7M-WqPeaxpvj7gzWzSPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/v0.1/provenance.go
2025-08-20T20:26:13.2841801Z [00:02:51.969]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T20:26:13.2843753Z [00:02:51.970]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/9f/9fba3f22af06030a70f07ecde48eb523df2bbd66358b26478498bb2409b864de-d # internal
2025-08-20T20:26:13.2852740Z [00:02:51.971]➜  github.com/sigstore/rekor/pkg/pki/tuf
2025-08-20T20:26:13.2853158Z [00:02:51.971]➜  mkdir -p $WORK/b1089/
2025-08-20T20:26:13.2857354Z [00:02:51.972]➜  cat >/tmp/go-build1823208636/b1089/importcfg << 'EOF' # internal
2025-08-20T20:26:13.2859168Z [00:02:51.972]➜  # import config
2025-08-20T20:26:13.2861729Z [00:02:51.972]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:13.2862561Z [00:02:51.972]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:13.2865193Z [00:02:51.972]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:13.2866466Z [00:02:51.972]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:13.2868880Z [00:02:51.972]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.2869360Z [00:02:51.972]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.2869785Z [00:02:51.972]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.2870509Z [00:02:51.972]➜  packagefile github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer=/tmp/go-build1823208636/b564/_pkg_.a
2025-08-20T20:26:13.2871333Z [00:02:51.972]➜  packagefile github.com/sigstore/rekor/pkg/pki/identity=/tmp/go-build1823208636/b1068/_pkg_.a
2025-08-20T20:26:13.2872289Z [00:02:51.972]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:26:13.2872987Z [00:02:51.972]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:13.2873671Z [00:02:51.972]➜  packagefile github.com/theupdateframework/go-tuf/data=/tmp/go-build1823208636/b1090/_pkg_.a
2025-08-20T20:26:13.2874361Z [00:02:51.972]➜  packagefile github.com/theupdateframework/go-tuf/pkg/keys=/tmp/go-build1823208636/b1091/_pkg_.a
2025-08-20T20:26:13.2875054Z [00:02:51.972]➜  packagefile github.com/theupdateframework/go-tuf/verify=/tmp/go-build1823208636/b1092/_pkg_.a
2025-08-20T20:26:13.2875850Z [00:02:51.972]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.2876327Z [00:02:51.972]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.2876639Z [00:02:51.972]➜  EOF
2025-08-20T20:26:13.2878551Z [00:02:51.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1089/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/tuf=>github.com/sigstore/rekor@v1.3.10/pkg/pki/tuf;$WORK/b1089=>" -p github.com/sigstore/rekor/pkg/pki/tuf -lang=go1.23 -complete -installsuffix shared -buildid ZkoskDwnM1Dtu4NOugft/ZkoskDwnM1Dtu4NOugft -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/tuf/tuf.go
2025-08-20T20:26:13.2912072Z [00:02:51.977]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T20:26:13.2929967Z [00:02:51.977]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/fa/fa2c0db5eb7129784575834eee9004f3680590f1aa88bcfe2582a13e8130cbb7-d # internal
2025-08-20T20:26:13.2930672Z [00:02:51.977]➜  github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.2
2025-08-20T20:26:13.2931292Z [00:02:51.977]➜  mkdir -p $WORK/b1100/
2025-08-20T20:26:13.2931725Z [00:02:51.978]➜  cat >/tmp/go-build1823208636/b1100/importcfg << 'EOF' # internal
2025-08-20T20:26:13.2932083Z [00:02:51.978]➜  # import config
2025-08-20T20:26:13.2932636Z [00:02:51.978]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common=/tmp/go-build1823208636/b1098/_pkg_.a
2025-08-20T20:26:13.2935959Z [00:02:51.978]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.2936295Z [00:02:51.978]➜  EOF
2025-08-20T20:26:13.2938764Z [00:02:51.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/v0.2=>github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/v0.2;$WORK/b1100=>" -p github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.2 -lang=go1.20 -complete -installsuffix shared -buildid 8hNNmR_MkOXUZM88_Cbm/8hNNmR_MkOXUZM88_Cbm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/v0.2/provenance.go
2025-08-20T20:26:13.2961743Z [00:02:51.981]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T20:26:13.2962513Z [00:02:51.982]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/4d/4d0fb5e1554c198263b2a392b07a2fc05c5f57bd2e75e353bb744e801861822c-d # internal
2025-08-20T20:26:13.2963174Z [00:02:51.982]➜  github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v1
2025-08-20T20:26:13.2963922Z [00:02:51.982]➜  mkdir -p $WORK/b1101/
2025-08-20T20:26:13.2965398Z [00:02:51.983]➜  cat >/tmp/go-build1823208636/b1101/importcfg << 'EOF' # internal
2025-08-20T20:26:13.2966443Z [00:02:51.983]➜  # import config
2025-08-20T20:26:13.2967283Z [00:02:51.983]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common=/tmp/go-build1823208636/b1098/_pkg_.a
2025-08-20T20:26:13.2969082Z [00:02:51.983]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.2969621Z [00:02:51.983]➜  EOF
2025-08-20T20:26:13.2971962Z [00:02:51.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/v1=>github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/v1;$WORK/b1101=>" -p github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v1 -lang=go1.20 -complete -installsuffix shared -buildid _UBK_gLkKPbXEY8yUH4d/_UBK_gLkKPbXEY8yUH4d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/slsa_provenance/v1/provenance.go
2025-08-20T20:26:13.3056276Z [00:02:51.992]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T20:26:13.3058100Z [00:02:51.992]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T20:26:13.3062941Z [00:02:51.992]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/23/235cf9c06b32fb53a8928c1348b7ba0025cdafcbf2f36fe43b6e88162d2640d7-d # internal
2025-08-20T20:26:13.3064860Z [00:02:51.993]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/8b/8b70ae1c1d05648525645ccb69f55af70305ed8e2742a72c56d31740459f4d3d-d # internal
2025-08-20T20:26:13.3066627Z [00:02:51.993]➜  github.com/shibumi/go-pathspec
2025-08-20T20:26:13.3068110Z [00:02:51.993]➜  mkdir -p $WORK/b1103/
2025-08-20T20:26:13.3072752Z [00:02:51.993]➜  cat >/tmp/go-build1823208636/b1103/importcfg << 'EOF' # internal
2025-08-20T20:26:13.3073307Z [00:02:51.993]➜  # import config
2025-08-20T20:26:13.3073797Z [00:02:51.993]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:13.3074911Z [00:02:51.993]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.3075996Z [00:02:51.993]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.3078654Z [00:02:51.993]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:13.3079630Z [00:02:51.993]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:13.3080421Z [00:02:51.993]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.3081603Z [00:02:51.993]➜  EOF
2025-08-20T20:26:13.3083775Z [00:02:51.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shibumi/go-pathspec@v1.3.0=>github.com/shibumi/go-pathspec@v1.3.0;$WORK/b1103=>" -p github.com/shibumi/go-pathspec -lang=go1.17 -complete -installsuffix shared -buildid 0NLmhD8zVjPAwQevMoVI/0NLmhD8zVjPAwQevMoVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/importcfg -pack /root/go/pkg/mod/github.com/shibumi/go-pathspec@v1.3.0/gitignore.go
2025-08-20T20:26:13.3086373Z [00:02:51.994]➜  github.com/secure-systems-lab/go-securesystemslib/signerverifier
2025-08-20T20:26:13.3086939Z [00:02:51.994]➜  mkdir -p $WORK/b1102/
2025-08-20T20:26:13.3093263Z [00:02:51.995]➜  cat >/tmp/go-build1823208636/b1102/importcfg << 'EOF' # internal
2025-08-20T20:26:13.3093748Z [00:02:51.995]➜  # import config
2025-08-20T20:26:13.3094096Z [00:02:51.995]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.3094525Z [00:02:51.995]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:13.3094967Z [00:02:51.995]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:13.3095435Z [00:02:51.995]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:13.3096209Z [00:02:51.995]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:13.3096662Z [00:02:51.995]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:13.3097121Z [00:02:51.995]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:13.3097583Z [00:02:51.995]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:26:13.3098051Z [00:02:51.995]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:13.3098511Z [00:02:51.995]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:13.3098978Z [00:02:51.995]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.3099637Z [00:02:51.995]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:13.3100084Z [00:02:51.995]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.3100498Z [00:02:51.995]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.3101114Z [00:02:51.995]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/cjson=/tmp/go-build1823208636/b520/_pkg_.a
2025-08-20T20:26:13.3101683Z [00:02:51.995]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:13.3102084Z [00:02:51.995]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:13.3102502Z [00:02:51.995]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.3102933Z [00:02:51.995]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:26:13.3103248Z [00:02:51.995]➜  EOF
2025-08-20T20:26:13.3109306Z [00:02:51.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/signerverifier=>github.com/secure-systems-lab/go-securesystemslib@v0.9.0/signerverifier;$WORK/b1102=>" -p github.com/secure-systems-lab/go-securesystemslib/signerverifier -lang=go1.20 -complete -installsuffix shared -buildid PyrhIIJQA86zKpUPyuMg/PyrhIIJQA86zKpUPyuMg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/importcfg -pack /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/signerverifier/ecdsa.go /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/signerverifier/ed25519.go /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/signerverifier/rsa.go /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/signerverifier/signerverifier.go /root/go/pkg/mod/github.com/secure-systems-lab/go-securesystemslib@v0.9.0/signerverifier/utils.go
2025-08-20T20:26:13.3172934Z [00:02:52.003]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T20:26:13.3178442Z [00:02:52.004]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T20:26:13.3183608Z [00:02:52.004]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/a7/a7699d9a95b72547a5c5d116b9506742082db7a75553bb61c2a05f5bef450adc-d # internal
2025-08-20T20:26:13.3184230Z [00:02:52.004]➜  github.com/sigstore/rekor/pkg/pki
2025-08-20T20:26:13.3184533Z [00:02:52.004]➜  mkdir -p $WORK/b1067/
2025-08-20T20:26:13.3188100Z [00:02:52.004]➜  cat >/tmp/go-build1823208636/b1067/importcfg << 'EOF' # internal
2025-08-20T20:26:13.3190640Z [00:02:52.004]➜  # import config
2025-08-20T20:26:13.3206695Z [00:02:52.004]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.3209657Z [00:02:52.004]➜  packagefile github.com/sigstore/rekor/pkg/pki/identity=/tmp/go-build1823208636/b1068/_pkg_.a
2025-08-20T20:26:13.3212749Z [00:02:52.004]➜  packagefile github.com/sigstore/rekor/pkg/pki/minisign=/tmp/go-build1823208636/b1069/_pkg_.a
2025-08-20T20:26:13.3213441Z [00:02:52.004]➜  packagefile github.com/sigstore/rekor/pkg/pki/pgp=/tmp/go-build1823208636/b1073/_pkg_.a
2025-08-20T20:26:13.3214094Z [00:02:52.004]➜  packagefile github.com/sigstore/rekor/pkg/pki/pkcs7=/tmp/go-build1823208636/b1084/_pkg_.a
2025-08-20T20:26:13.3214738Z [00:02:52.005]➜  packagefile github.com/sigstore/rekor/pkg/pki/ssh=/tmp/go-build1823208636/b1088/_pkg_.a
2025-08-20T20:26:13.3221456Z [00:02:52.005]➜  packagefile github.com/sigstore/rekor/pkg/pki/tuf=/tmp/go-build1823208636/b1089/_pkg_.a
2025-08-20T20:26:13.3222190Z [00:02:52.005]➜  packagefile github.com/sigstore/rekor/pkg/pki/x509=/tmp/go-build1823208636/b1094/_pkg_.a
2025-08-20T20:26:13.3222872Z [00:02:52.005]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:13.3223414Z [00:02:52.005]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.3223720Z [00:02:52.005]➜  EOF
2025-08-20T20:26:13.3225913Z [00:02:52.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki=>github.com/sigstore/rekor@v1.3.10/pkg/pki;$WORK/b1067=>" -p github.com/sigstore/rekor/pkg/pki -lang=go1.23 -complete -installsuffix shared -buildid rvKtG28e7eTL58W4MF1U/rvKtG28e7eTL58W4MF1U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/factory.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/pki/pki.go
2025-08-20T20:26:13.3267064Z [00:02:52.013]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/a8/a8382ec3b63cab89c43c7c0343e431782a058b103e1219a26eaec869ac7f931b-d # internal
2025-08-20T20:26:13.3272353Z [00:02:52.013]➜  google.golang.org/grpc/xds/csds
2025-08-20T20:26:13.3272739Z [00:02:52.013]➜  mkdir -p $WORK/b925/
2025-08-20T20:26:13.3286814Z [00:02:52.014]➜  cat >/tmp/go-build1823208636/b925/importcfg << 'EOF' # internal
2025-08-20T20:26:13.3290382Z [00:02:52.014]➜  # import config
2025-08-20T20:26:13.3292813Z [00:02:52.014]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.3294302Z [00:02:52.014]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.3298399Z [00:02:52.014]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build1823208636/b903/_pkg_.a
2025-08-20T20:26:13.3299190Z [00:02:52.014]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:13.3299768Z [00:02:52.014]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:13.3300389Z [00:02:52.014]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:13.3301010Z [00:02:52.014]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:13.3301958Z [00:02:52.014]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build1823208636/b926/_pkg_.a
2025-08-20T20:26:13.3302561Z [00:02:52.014]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.3302873Z [00:02:52.014]➜  EOF
2025-08-20T20:26:13.3304669Z [00:02:52.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b925/_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/b925=>" -p google.golang.org/grpc/xds/csds -lang=go1.23 -complete -installsuffix shared -buildid mrbT98A0Gagu5qBfrDBA/mrbT98A0Gagu5qBfrDBA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/csds/csds.go
2025-08-20T20:26:13.3306548Z [00:02:52.016]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T20:26:13.3307367Z [00:02:52.016]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/d5/d57ebe4e106175b0439aa120cc3767f092ab46a94fbacc7be9655319ee7a4813-d # internal
2025-08-20T20:26:13.3321304Z [00:02:52.018]➜  google.golang.org/grpc/xds/internal/balancer/clusterimpl
2025-08-20T20:26:13.3327185Z [00:02:52.018]➜  mkdir -p $WORK/b965/
2025-08-20T20:26:13.3327614Z [00:02:52.018]➜  cat >/tmp/go-build1823208636/b965/importcfg << 'EOF' # internal
2025-08-20T20:26:13.3327962Z [00:02:52.018]➜  # import config
2025-08-20T20:26:13.3328309Z [00:02:52.018]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.3329054Z [00:02:52.018]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.3329497Z [00:02:52.018]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.3330037Z [00:02:52.018]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build1823208636/b966/_pkg_.a
2025-08-20T20:26:13.3330662Z [00:02:52.018]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:13.3331249Z [00:02:52.018]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:13.3331843Z [00:02:52.018]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:13.3332626Z [00:02:52.018]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:13.3333206Z [00:02:52.018]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:13.3333906Z [00:02:52.018]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build1823208636/b620/_pkg_.a
2025-08-20T20:26:13.3334621Z [00:02:52.018]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:13.3335266Z [00:02:52.018]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:13.3336186Z [00:02:52.018]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:13.3336859Z [00:02:52.018]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1823208636/b648/_pkg_.a
2025-08-20T20:26:13.3337486Z [00:02:52.018]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build1823208636/b957/_pkg_.a
2025-08-20T20:26:13.3338109Z [00:02:52.018]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build1823208636/b818/_pkg_.a
2025-08-20T20:26:13.3338764Z [00:02:52.018]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build1823208636/b879/_pkg_.a
2025-08-20T20:26:13.3339402Z [00:02:52.018]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:13.3340008Z [00:02:52.018]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:13.3340604Z [00:02:52.018]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:13.3341201Z [00:02:52.018]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build1823208636/b948/_pkg_.a
2025-08-20T20:26:13.3342083Z [00:02:52.018]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build1823208636/b967/_pkg_.a
2025-08-20T20:26:13.3342875Z [00:02:52.018]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:13.3343599Z [00:02:52.018]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build1823208636/b929/_pkg_.a
2025-08-20T20:26:13.3344324Z [00:02:52.018]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build1823208636/b926/_pkg_.a
2025-08-20T20:26:13.3344868Z [00:02:52.018]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.3345300Z [00:02:52.018]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:13.3349972Z [00:02:52.018]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.3351151Z [00:02:52.019]➜  EOF
2025-08-20T20:26:13.3358340Z [00:02:52.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b965/_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/b965=>" -p google.golang.org/grpc/xds/internal/balancer/clusterimpl -lang=go1.23 -complete -installsuffix shared -buildid kNJaQqDj1cYNoz1Bgq09/kNJaQqDj1cYNoz1Bgq09 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/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-20T20:26:13.3468440Z [00:02:52.033]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T20:26:13.3475054Z [00:02:52.034]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/67/67f5ef134cd01fd0b0ac926e088d1d18f72d83ad95dd5a106efb41b2e7db5024-d # internal
2025-08-20T20:26:13.3505630Z [00:02:52.037]➜  google.golang.org/grpc/xds/internal/resolver
2025-08-20T20:26:13.3506550Z [00:02:52.037]➜  mkdir -p $WORK/b985/
2025-08-20T20:26:13.3510676Z [00:02:52.037]➜  cat >/tmp/go-build1823208636/b985/importcfg << 'EOF' # internal
2025-08-20T20:26:13.3515118Z [00:02:52.037]➜  # import config
2025-08-20T20:26:13.3518233Z [00:02:52.037]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.3518866Z [00:02:52.037]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.3519311Z [00:02:52.037]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.3519816Z [00:02:52.038]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build1823208636/b986/_pkg_.a
2025-08-20T20:26:13.3520386Z [00:02:52.038]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:13.3521040Z [00:02:52.038]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:13.3521664Z [00:02:52.038]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:13.3522258Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:13.3522913Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:13.3523564Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:13.3524229Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1823208636/b616/_pkg_.a
2025-08-20T20:26:13.3524904Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:13.3525696Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1823208636/b628/_pkg_.a
2025-08-20T20:26:13.3526762Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build1823208636/b987/_pkg_.a
2025-08-20T20:26:13.3527488Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:13.3528197Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build1823208636/b957/_pkg_.a
2025-08-20T20:26:13.3528861Z [00:02:52.038]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build1823208636/b879/_pkg_.a
2025-08-20T20:26:13.3529504Z [00:02:52.038]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:13.3530091Z [00:02:52.038]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:13.3530673Z [00:02:52.038]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:13.3531521Z [00:02:52.038]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build1823208636/b971/_pkg_.a
2025-08-20T20:26:13.3532390Z [00:02:52.038]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build1823208636/b950/_pkg_.a
2025-08-20T20:26:13.3533132Z [00:02:52.038]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build1823208636/b988/_pkg_.a
2025-08-20T20:26:13.3533859Z [00:02:52.038]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build1823208636/b926/_pkg_.a
2025-08-20T20:26:13.3534610Z [00:02:52.038]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build1823208636/b942/_pkg_.a
2025-08-20T20:26:13.3535454Z [00:02:52.038]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:13.3536367Z [00:02:52.038]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:13.3537055Z [00:02:52.038]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.3537663Z [00:02:52.038]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:13.3538278Z [00:02:52.038]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.3538659Z [00:02:52.038]➜  EOF
2025-08-20T20:26:13.3542524Z [00:02:52.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b985/_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/b985=>" -p google.golang.org/grpc/xds/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid _xCTjV8xdwnz1aGfj6ft/_xCTjV8xdwnz1aGfj6ft -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/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-20T20:26:13.3668943Z [00:02:52.053]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T20:26:13.3669702Z [00:02:52.053]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/e6/e66bfc0ea0f460ee15bfd1e05ccc25d44979e6bfa4734f97b2a588d864c7cdb7-d # internal
2025-08-20T20:26:13.3679550Z [00:02:52.054]➜  github.com/sigstore/rekor/pkg/types
2025-08-20T20:26:13.3681061Z [00:02:52.054]➜  mkdir -p $WORK/b1050/
2025-08-20T20:26:13.3682271Z [00:02:52.054]➜  cat >/tmp/go-build1823208636/b1050/importcfg << 'EOF' # internal
2025-08-20T20:26:13.3682741Z [00:02:52.054]➜  # import config
2025-08-20T20:26:13.3683096Z [00:02:52.054]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.3683564Z [00:02:52.054]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:13.3684021Z [00:02:52.054]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.3684454Z [00:02:52.054]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.3685243Z [00:02:52.054]➜  packagefile github.com/blang/semver=/tmp/go-build1823208636/b1051/_pkg_.a
2025-08-20T20:26:13.3687180Z [00:02:52.054]➜  packagefile github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer=/tmp/go-build1823208636/b564/_pkg_.a
2025-08-20T20:26:13.3687953Z [00:02:52.054]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:13.3688544Z [00:02:52.054]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build1823208636/b569/_pkg_.a
2025-08-20T20:26:13.3689229Z [00:02:52.054]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:13.3689893Z [00:02:52.054]➜  packagefile github.com/sigstore/rekor/pkg/log=/tmp/go-build1823208636/b1052/_pkg_.a
2025-08-20T20:26:13.3690503Z [00:02:52.054]➜  packagefile github.com/sigstore/rekor/pkg/pki=/tmp/go-build1823208636/b1067/_pkg_.a
2025-08-20T20:26:13.3691247Z [00:02:52.054]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1823208636/b1095/_pkg_.a
2025-08-20T20:26:13.3691826Z [00:02:52.054]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:13.3692261Z [00:02:52.054]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:13.3692706Z [00:02:52.054]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.3693015Z [00:02:52.054]➜  EOF
2025-08-20T20:26:13.3696609Z [00:02:52.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types=>github.com/sigstore/rekor@v1.3.10/pkg/types;$WORK/b1050=>" -p github.com/sigstore/rekor/pkg/types -lang=go1.23 -complete -installsuffix shared -buildid gUY2F-OJuJt5S3jiOUaA/gUY2F-OJuJt5S3jiOUaA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1050/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/entries.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/error.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/test_util.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/types.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/versionmap.go
2025-08-20T20:26:13.4146286Z [00:02:52.100]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T20:26:13.4167372Z [00:02:52.103]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/93/9359b010bab2d7e41232c1cf66f3e9c277c343adb2981c2133307c8e1c50fbe2-d # internal
2025-08-20T20:26:13.4172894Z [00:02:52.103]➜  github.com/in-toto/in-toto-golang/in_toto
2025-08-20T20:26:13.4173428Z [00:02:52.103]➜  mkdir -p $WORK/b1097/
2025-08-20T20:26:13.4178589Z [00:02:52.104]➜  cat >/tmp/go-build1823208636/b1097/importcfg << 'EOF' # internal
2025-08-20T20:26:13.4179215Z [00:02:52.104]➜  # import config
2025-08-20T20:26:13.4179567Z [00:02:52.104]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.4180004Z [00:02:52.104]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.4180449Z [00:02:52.104]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:13.4180903Z [00:02:52.104]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:13.4181373Z [00:02:52.104]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:13.4181845Z [00:02:52.104]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:13.4182301Z [00:02:52.104]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:13.4182759Z [00:02:52.104]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:13.4183228Z [00:02:52.104]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:26:13.4183688Z [00:02:52.104]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:13.4184155Z [00:02:52.104]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:13.4184651Z [00:02:52.104]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:13.4185383Z [00:02:52.104]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.4186066Z [00:02:52.104]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:13.4186526Z [00:02:52.104]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.4186937Z [00:02:52.104]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.4187575Z [00:02:52.104]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common=/tmp/go-build1823208636/b1098/_pkg_.a
2025-08-20T20:26:13.4188381Z [00:02:52.104]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.1=/tmp/go-build1823208636/b1099/_pkg_.a
2025-08-20T20:26:13.4189166Z [00:02:52.104]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.2=/tmp/go-build1823208636/b1100/_pkg_.a
2025-08-20T20:26:13.4190098Z [00:02:52.104]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v1=/tmp/go-build1823208636/b1101/_pkg_.a
2025-08-20T20:26:13.4190963Z [00:02:52.104]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/cjson=/tmp/go-build1823208636/b520/_pkg_.a
2025-08-20T20:26:13.4191730Z [00:02:52.104]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/dsse=/tmp/go-build1823208636/b495/_pkg_.a
2025-08-20T20:26:13.4192535Z [00:02:52.104]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/signerverifier=/tmp/go-build1823208636/b1102/_pkg_.a
2025-08-20T20:26:13.4193241Z [00:02:52.104]➜  packagefile github.com/shibumi/go-pathspec=/tmp/go-build1823208636/b1103/_pkg_.a
2025-08-20T20:26:13.4193961Z [00:02:52.104]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:26:13.4194424Z [00:02:52.104]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:13.4194825Z [00:02:52.104]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.4195240Z [00:02:52.104]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:13.4195801Z [00:02:52.104]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:13.4196268Z [00:02:52.104]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:13.4196946Z [00:02:52.104]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:13.4197388Z [00:02:52.104]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:13.4197836Z [00:02:52.104]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:13.4198263Z [00:02:52.104]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:13.4198684Z [00:02:52.104]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:13.4199108Z [00:02:52.104]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.4199533Z [00:02:52.104]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:13.4199954Z [00:02:52.104]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.4200493Z [00:02:52.104]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:13.4200887Z [00:02:52.104]➜  EOF
2025-08-20T20:26:13.4218496Z [00:02:52.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1097/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto=>github.com/in-toto/in-toto-golang@v0.9.0/in_toto;$WORK/b1097=>" -p github.com/in-toto/in-toto-golang/in_toto -lang=go1.20 -complete -installsuffix shared -buildid h7CBh5cfFd6545AGMIng/h7CBh5cfFd6545AGMIng -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/attestations.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/certconstraint.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/envelope.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/hashlib.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/keylib.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/match.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/model.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/rulelib.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/runlib.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/util.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/util_unix.go /root/go/pkg/mod/github.com/in-toto/in-toto-golang@v0.9.0/in_toto/verifylib.go
2025-08-20T20:26:13.5236409Z [00:02:52.209]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T20:26:13.5278750Z [00:02:52.214]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/20/2071eaa0613083023dd1a55f449f77b050d619e933e02f4840d977222346cf0d-d # internal
2025-08-20T20:26:13.5295263Z [00:02:52.215]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T20:26:13.5319033Z [00:02:52.218]➜  google.golang.org/grpc/xds/internal/balancer/clusterresolver
2025-08-20T20:26:13.5320134Z [00:02:52.218]➜  mkdir -p $WORK/b962/
2025-08-20T20:26:13.5325935Z [00:02:52.219]➜  cat >/tmp/go-build1823208636/b962/importcfg << 'EOF' # internal
2025-08-20T20:26:13.5326743Z [00:02:52.219]➜  # import config
2025-08-20T20:26:13.5327141Z [00:02:52.219]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.5328342Z [00:02:52.219]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.5328812Z [00:02:52.219]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.5329285Z [00:02:52.219]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.5329708Z [00:02:52.219]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.5330231Z [00:02:52.219]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1823208636/b599/_pkg_.a
2025-08-20T20:26:13.5330839Z [00:02:52.219]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:13.5331462Z [00:02:52.219]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:13.5332083Z [00:02:52.219]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:13.5333093Z [00:02:52.219]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:13.5333758Z [00:02:52.219]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build1823208636/b960/_pkg_.a
2025-08-20T20:26:13.5334472Z [00:02:52.219]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build1823208636/b963/_pkg_.a
2025-08-20T20:26:13.5335147Z [00:02:52.219]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1823208636/b625/_pkg_.a
2025-08-20T20:26:13.5335979Z [00:02:52.219]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:13.5336658Z [00:02:52.219]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:13.5337500Z [00:02:52.219]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build1823208636/b958/_pkg_.a
2025-08-20T20:26:13.5338232Z [00:02:52.219]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:13.5338915Z [00:02:52.219]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:13.5339611Z [00:02:52.219]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build1823208636/b879/_pkg_.a
2025-08-20T20:26:13.5340255Z [00:02:52.219]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:13.5340883Z [00:02:52.219]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build1823208636/b964/_pkg_.a
2025-08-20T20:26:13.5341653Z [00:02:52.219]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:13.5342353Z [00:02:52.219]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build1823208636/b948/_pkg_.a
2025-08-20T20:26:13.5343071Z [00:02:52.219]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build1823208636/b965/_pkg_.a
2025-08-20T20:26:13.5343893Z [00:02:52.219]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build1823208636/b968/_pkg_.a
2025-08-20T20:26:13.5344692Z [00:02:52.219]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build1823208636/b969/_pkg_.a
2025-08-20T20:26:13.5345910Z [00:02:52.219]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build1823208636/b970/_pkg_.a
2025-08-20T20:26:13.5346709Z [00:02:52.219]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:13.5347411Z [00:02:52.219]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build1823208636/b926/_pkg_.a
2025-08-20T20:26:13.5348165Z [00:02:52.219]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build1823208636/b942/_pkg_.a
2025-08-20T20:26:13.5349271Z [00:02:52.219]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:13.5350022Z [00:02:52.219]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:13.5350633Z [00:02:52.219]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.5350957Z [00:02:52.219]➜  EOF
2025-08-20T20:26:13.5356373Z [00:02:52.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b962/_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/b962=>" -p google.golang.org/grpc/xds/internal/balancer/clusterresolver -lang=go1.23 -complete -installsuffix shared -buildid dyvlr7NjipqdDv5Oq8d-/dyvlr7NjipqdDv5Oq8d- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/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-20T20:26:13.5362364Z [00:02:52.221]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/f7/f77624d58bcdf5d159790af03a1fcf5e976d16bf2ff55b9d568f9da625dd36ae-d # internal
2025-08-20T20:26:13.5363093Z [00:02:52.222]➜  github.com/sigstore/rekor/pkg/types/dsse
2025-08-20T20:26:13.5363671Z [00:02:52.222]➜  mkdir -p $WORK/b1104/
2025-08-20T20:26:13.5364131Z [00:02:52.222]➜  cat >/tmp/go-build1823208636/b1104/importcfg << 'EOF' # internal
2025-08-20T20:26:13.5364488Z [00:02:52.222]➜  # import config
2025-08-20T20:26:13.5364832Z [00:02:52.222]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.5365259Z [00:02:52.222]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.5365823Z [00:02:52.222]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.5366449Z [00:02:52.222]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:13.5367121Z [00:02:52.222]➜  packagefile github.com/sigstore/rekor/pkg/types=/tmp/go-build1823208636/b1050/_pkg_.a
2025-08-20T20:26:13.5367530Z [00:02:52.222]➜  EOF
2025-08-20T20:26:13.5369633Z [00:02:52.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1104/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/dsse=>github.com/sigstore/rekor@v1.3.10/pkg/types/dsse;$WORK/b1104=>" -p github.com/sigstore/rekor/pkg/types/dsse -lang=go1.23 -complete -installsuffix shared -buildid 2D0fA_YqhRPmUgrXxXpb/2D0fA_YqhRPmUgrXxXpb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/dsse/dsse.go
2025-08-20T20:26:13.5393638Z [00:02:52.225]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T20:26:13.5443572Z [00:02:52.230]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/b4/b46f4dded457041e52ba048c8fc1b07f549aa502e5f9cd0c0e34f31ccd5da9f0-d # internal
2025-08-20T20:26:13.5448308Z [00:02:52.231]➜  github.com/sigstore/sigstore/pkg/signature/dsse
2025-08-20T20:26:13.5451854Z [00:02:52.231]➜  mkdir -p $WORK/b1105/
2025-08-20T20:26:13.5452347Z [00:02:52.231]➜  cat >/tmp/go-build1823208636/b1105/importcfg << 'EOF' # internal
2025-08-20T20:26:13.5453493Z [00:02:52.231]➜  # import config
2025-08-20T20:26:13.5454445Z [00:02:52.231]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.5455245Z [00:02:52.231]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.5455910Z [00:02:52.231]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:13.5456387Z [00:02:52.231]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:13.5456863Z [00:02:52.231]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.5457319Z [00:02:52.231]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.5457925Z [00:02:52.231]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/dsse=/tmp/go-build1823208636/b495/_pkg_.a
2025-08-20T20:26:13.5458647Z [00:02:52.231]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:13.5459380Z [00:02:52.231]➜  packagefile github.com/sigstore/sigstore/pkg/signature/options=/tmp/go-build1823208636/b553/_pkg_.a
2025-08-20T20:26:13.5459940Z [00:02:52.231]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.5460616Z [00:02:52.231]➜  EOF
2025-08-20T20:26:13.5463657Z [00:02:52.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1105/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/dsse=>github.com/sigstore/sigstore@v1.9.5/pkg/signature/dsse;$WORK/b1105=>" -p github.com/sigstore/sigstore/pkg/signature/dsse -lang=go1.23 -complete -installsuffix shared -buildid S4N2uPAj_j-50q4N2Czr/S4N2uPAj_j-50q4N2Czr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/dsse/adapters.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/dsse/doc.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/dsse/dsse.go /root/go/pkg/mod/github.com/sigstore/sigstore@v1.9.5/pkg/signature/dsse/multidsse.go
2025-08-20T20:26:13.6175067Z [00:02:52.303]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T20:26:13.6204853Z [00:02:52.306]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/50/50ff1e2fcada62e438b11f25ba1d0a26e880e17f6a7d4e573a9319f02afa8ad3-d # internal
2025-08-20T20:26:13.6219790Z [00:02:52.308]➜  github.com/sigstore/rekor/pkg/types/hashedrekord
2025-08-20T20:26:13.6221257Z [00:02:52.308]➜  mkdir -p $WORK/b1107/
2025-08-20T20:26:13.6222222Z [00:02:52.308]➜  cat >/tmp/go-build1823208636/b1107/importcfg << 'EOF' # internal
2025-08-20T20:26:13.6222630Z [00:02:52.308]➜  # import config
2025-08-20T20:26:13.6222978Z [00:02:52.308]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.6223408Z [00:02:52.308]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.6223827Z [00:02:52.308]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.6224702Z [00:02:52.308]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:13.6225475Z [00:02:52.308]➜  packagefile github.com/sigstore/rekor/pkg/types=/tmp/go-build1823208636/b1050/_pkg_.a
2025-08-20T20:26:13.6226139Z [00:02:52.308]➜  EOF
2025-08-20T20:26:13.6231685Z [00:02:52.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1107/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/hashedrekord=>github.com/sigstore/rekor@v1.3.10/pkg/types/hashedrekord;$WORK/b1107=>" -p github.com/sigstore/rekor/pkg/types/hashedrekord -lang=go1.23 -complete -installsuffix shared -buildid ngfB8t9yWL9Bs9Bv4jiI/ngfB8t9yWL9Bs9Bv4jiI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/hashedrekord/hashedrekord.go
2025-08-20T20:26:13.6233935Z [00:02:52.309]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T20:26:13.6242187Z [00:02:52.310]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/fe/fe7853d622b5859e789db59e610816cb6017c17194bb7377f0a847ab9de93459-d # internal
2025-08-20T20:26:13.6251423Z [00:02:52.311]➜  github.com/sigstore/rekor/pkg/util
2025-08-20T20:26:13.6269460Z [00:02:52.313]➜  mkdir -p $WORK/b1108/
2025-08-20T20:26:13.6274361Z [00:02:52.314]➜  cat >/tmp/go-build1823208636/b1108/importcfg << 'EOF' # internal
2025-08-20T20:26:13.6275841Z [00:02:52.314]➜  # import config
2025-08-20T20:26:13.6276196Z [00:02:52.314]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:13.6277565Z [00:02:52.314]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.6279031Z [00:02:52.314]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.6279840Z [00:02:52.314]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:13.6280952Z [00:02:52.314]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:13.6281822Z [00:02:52.314]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:13.6282300Z [00:02:52.314]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:13.6282768Z [00:02:52.314]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:13.6283243Z [00:02:52.314]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:13.6283716Z [00:02:52.314]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:13.6284238Z [00:02:52.314]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:13.6284700Z [00:02:52.314]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.6285112Z [00:02:52.314]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.6285772Z [00:02:52.314]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:13.6286569Z [00:02:52.314]➜  packagefile github.com/sigstore/sigstore/pkg/signature/options=/tmp/go-build1823208636/b553/_pkg_.a
2025-08-20T20:26:13.6287506Z [00:02:52.314]➜  packagefile golang.org/x/mod/sumdb/note=/tmp/go-build1823208636/b657/_pkg_.a
2025-08-20T20:26:13.6288065Z [00:02:52.314]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.6288493Z [00:02:52.314]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:13.6288926Z [00:02:52.314]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:13.6289351Z [00:02:52.314]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.6289691Z [00:02:52.314]➜  EOF
2025-08-20T20:26:13.6292553Z [00:02:52.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1108/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/util=>github.com/sigstore/rekor@v1.3.10/pkg/util;$WORK/b1108=>" -p github.com/sigstore/rekor/pkg/util -lang=go1.23 -complete -installsuffix shared -buildid LD18VvyEJLznBrfXStqJ/LD18VvyEJLznBrfXStqJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/util/checkpoint.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/util/fetch.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/util/sha.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/util/signed_note.go
2025-08-20T20:26:13.7156373Z [00:02:52.402]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T20:26:13.7171091Z [00:02:52.403]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/d5/d50883dc3c25af4e30f43471e3038e9f278bd4414a02d8a432bb4b72f1c923c8-d # internal
2025-08-20T20:26:13.7177863Z [00:02:52.404]➜  github.com/sigstore/rekor/pkg/types/intoto
2025-08-20T20:26:13.7188154Z [00:02:52.405]➜  mkdir -p $WORK/b1110/
2025-08-20T20:26:13.7189092Z [00:02:52.405]➜  cat >/tmp/go-build1823208636/b1110/importcfg << 'EOF' # internal
2025-08-20T20:26:13.7189497Z [00:02:52.405]➜  # import config
2025-08-20T20:26:13.7189883Z [00:02:52.405]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.7190333Z [00:02:52.405]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.7190754Z [00:02:52.405]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.7191600Z [00:02:52.405]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:13.7192272Z [00:02:52.405]➜  packagefile github.com/sigstore/rekor/pkg/log=/tmp/go-build1823208636/b1052/_pkg_.a
2025-08-20T20:26:13.7192895Z [00:02:52.405]➜  packagefile github.com/sigstore/rekor/pkg/types=/tmp/go-build1823208636/b1050/_pkg_.a
2025-08-20T20:26:13.7193488Z [00:02:52.405]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1823208636/b1095/_pkg_.a
2025-08-20T20:26:13.7193863Z [00:02:52.405]➜  EOF
2025-08-20T20:26:13.7196082Z [00:02:52.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1110/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/intoto=>github.com/sigstore/rekor@v1.3.10/pkg/types/intoto;$WORK/b1110=>" -p github.com/sigstore/rekor/pkg/types/intoto -lang=go1.23 -complete -installsuffix shared -buildid shPYxH9guXoeaSUuVWCe/shPYxH9guXoeaSUuVWCe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/intoto/intoto.go
2025-08-20T20:26:13.7268654Z [00:02:52.413]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T20:26:13.7297307Z [00:02:52.416]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/24/2424a886e2d6528f4e6b036288a2437aaaec10fe2de5e77b2f6dad173a65388d-d # internal
2025-08-20T20:26:13.7298337Z [00:02:52.416]➜  github.com/sigstore/rekor/pkg/types/hashedrekord/v0.0.1
2025-08-20T20:26:13.7298706Z [00:02:52.416]➜  mkdir -p $WORK/b1106/
2025-08-20T20:26:13.7317735Z [00:02:52.418]➜  cat >/tmp/go-build1823208636/b1106/importcfg << 'EOF' # internal
2025-08-20T20:26:13.7318861Z [00:02:52.418]➜  # import config
2025-08-20T20:26:13.7319676Z [00:02:52.418]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.7320423Z [00:02:52.418]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.7320922Z [00:02:52.418]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:13.7321391Z [00:02:52.418]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:13.7321856Z [00:02:52.418]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:13.7322321Z [00:02:52.418]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.7322772Z [00:02:52.418]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.7324396Z [00:02:52.418]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.7326040Z [00:02:52.418]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build1823208636/b568/_pkg_.a
2025-08-20T20:26:13.7326655Z [00:02:52.418]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:13.7327461Z [00:02:52.418]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:13.7328226Z [00:02:52.418]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:13.7328906Z [00:02:52.418]➜  packagefile github.com/sigstore/rekor/pkg/log=/tmp/go-build1823208636/b1052/_pkg_.a
2025-08-20T20:26:13.7329524Z [00:02:52.418]➜  packagefile github.com/sigstore/rekor/pkg/pki=/tmp/go-build1823208636/b1067/_pkg_.a
2025-08-20T20:26:13.7330158Z [00:02:52.418]➜  packagefile github.com/sigstore/rekor/pkg/pki/x509=/tmp/go-build1823208636/b1094/_pkg_.a
2025-08-20T20:26:13.7330998Z [00:02:52.418]➜  packagefile github.com/sigstore/rekor/pkg/types=/tmp/go-build1823208636/b1050/_pkg_.a
2025-08-20T20:26:13.7331684Z [00:02:52.418]➜  packagefile github.com/sigstore/rekor/pkg/types/hashedrekord=/tmp/go-build1823208636/b1107/_pkg_.a
2025-08-20T20:26:13.7332365Z [00:02:52.418]➜  packagefile github.com/sigstore/rekor/pkg/util=/tmp/go-build1823208636/b1108/_pkg_.a
2025-08-20T20:26:13.7333057Z [00:02:52.418]➜  packagefile github.com/sigstore/sigstore/pkg/signature/options=/tmp/go-build1823208636/b553/_pkg_.a
2025-08-20T20:26:13.7333613Z [00:02:52.418]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:13.7334236Z [00:02:52.418]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:13.7334688Z [00:02:52.418]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.7335004Z [00:02:52.418]➜  EOF
2025-08-20T20:26:13.7337443Z [00:02:52.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1106/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/hashedrekord/v0.0.1=>github.com/sigstore/rekor@v1.3.10/pkg/types/hashedrekord/v0.0.1;$WORK/b1106=>" -p github.com/sigstore/rekor/pkg/types/hashedrekord/v0.0.1 -lang=go1.23 -complete -installsuffix shared -buildid jjM4is-jcoJ_yYfKMJQ9/jjM4is-jcoJ_yYfKMJQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/hashedrekord/v0.0.1/entry.go
2025-08-20T20:26:13.7578567Z [00:02:52.444]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T20:26:13.7609789Z [00:02:52.447]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/88/88f067097d6887f44d2cfb99c4ee1777468bd3a328d0a8adcd7a771decf71986-d # internal
2025-08-20T20:26:13.7611478Z [00:02:52.447]➜  github.com/sigstore/rekor/pkg/types/dsse/v0.0.1
2025-08-20T20:26:13.7612009Z [00:02:52.447]➜  mkdir -p $WORK/b1096/
2025-08-20T20:26:13.7617777Z [00:02:52.448]➜  cat >/tmp/go-build1823208636/b1096/importcfg << 'EOF' # internal
2025-08-20T20:26:13.7618632Z [00:02:52.448]➜  # import config
2025-08-20T20:26:13.7619036Z [00:02:52.448]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.7619474Z [00:02:52.448]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.7619920Z [00:02:52.448]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:13.7620634Z [00:02:52.448]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:13.7621170Z [00:02:52.448]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:13.7621648Z [00:02:52.448]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.7622088Z [00:02:52.448]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.7622501Z [00:02:52.448]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.7622997Z [00:02:52.448]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:13.7623561Z [00:02:52.448]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:13.7624167Z [00:02:52.448]➜  packagefile github.com/in-toto/in-toto-golang/in_toto=/tmp/go-build1823208636/b1097/_pkg_.a
2025-08-20T20:26:13.7625028Z [00:02:52.448]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/dsse=/tmp/go-build1823208636/b495/_pkg_.a
2025-08-20T20:26:13.7626032Z [00:02:52.448]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:13.7626713Z [00:02:52.448]➜  packagefile github.com/sigstore/rekor/pkg/log=/tmp/go-build1823208636/b1052/_pkg_.a
2025-08-20T20:26:13.7627338Z [00:02:52.448]➜  packagefile github.com/sigstore/rekor/pkg/pki=/tmp/go-build1823208636/b1067/_pkg_.a
2025-08-20T20:26:13.7627969Z [00:02:52.448]➜  packagefile github.com/sigstore/rekor/pkg/pki/x509=/tmp/go-build1823208636/b1094/_pkg_.a
2025-08-20T20:26:13.7628817Z [00:02:52.448]➜  packagefile github.com/sigstore/rekor/pkg/types=/tmp/go-build1823208636/b1050/_pkg_.a
2025-08-20T20:26:13.7629469Z [00:02:52.448]➜  packagefile github.com/sigstore/rekor/pkg/types/dsse=/tmp/go-build1823208636/b1104/_pkg_.a
2025-08-20T20:26:13.7630138Z [00:02:52.448]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:13.7630846Z [00:02:52.448]➜  packagefile github.com/sigstore/sigstore/pkg/signature/dsse=/tmp/go-build1823208636/b1105/_pkg_.a
2025-08-20T20:26:13.7631399Z [00:02:52.448]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:13.7631843Z [00:02:52.448]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:13.7632503Z [00:02:52.448]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:13.7632926Z [00:02:52.448]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.7633243Z [00:02:52.448]➜  EOF
2025-08-20T20:26:13.7635330Z [00:02:52.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1096/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/dsse/v0.0.1=>github.com/sigstore/rekor@v1.3.10/pkg/types/dsse/v0.0.1;$WORK/b1096=>" -p github.com/sigstore/rekor/pkg/types/dsse/v0.0.1 -lang=go1.23 -complete -installsuffix shared -buildid vOuWzVpwGGQb_k2nZluo/vOuWzVpwGGQb_k2nZluo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/dsse/v0.0.1/entry.go
2025-08-20T20:26:13.7828761Z [00:02:52.469]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T20:26:13.7920307Z [00:02:52.478]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/59/59652edfdcc51efe09fb4d7a128949b1bb5216b8e8e19f8ec5b55326618c2b47-d # internal
2025-08-20T20:26:13.7968230Z [00:02:52.483]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T20:26:13.7984434Z [00:02:52.484]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/87/8746a2a4f08c09056e8dc0885ef997b020056ed57d8f02de1ea41336de219cb2-d # internal
2025-08-20T20:26:13.7988168Z [00:02:52.485]➜  github.com/fsnotify/fsnotify/internal
2025-08-20T20:26:13.7988552Z [00:02:52.485]➜  mkdir -p $WORK/b1113/
2025-08-20T20:26:13.7990667Z [00:02:52.485]➜  google.golang.org/grpc/xds/internal/balancer/cdsbalancer
2025-08-20T20:26:13.7991027Z [00:02:52.485]➜  mkdir -p $WORK/b959/
2025-08-20T20:26:13.7991461Z [00:02:52.485]➜  cat >/tmp/go-build1823208636/b959/importcfg << 'EOF' # internal
2025-08-20T20:26:13.7992119Z [00:02:52.485]➜  # import config
2025-08-20T20:26:13.7992526Z [00:02:52.485]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:13.7992983Z [00:02:52.485]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:13.7993446Z [00:02:52.485]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.7993881Z [00:02:52.485]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.7994393Z [00:02:52.485]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:13.7995007Z [00:02:52.485]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:13.8004633Z [00:02:52.485]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:13.8005966Z [00:02:52.485]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:13.8006934Z [00:02:52.485]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build1823208636/b888/_pkg_.a
2025-08-20T20:26:13.8007826Z [00:02:52.485]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:13.8008763Z [00:02:52.485]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build1823208636/b960/_pkg_.a
2025-08-20T20:26:13.8009674Z [00:02:52.485]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build1823208636/b961/_pkg_.a
2025-08-20T20:26:13.8010762Z [00:02:52.485]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:13.8011628Z [00:02:52.485]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:13.8012612Z [00:02:52.485]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:13.8013493Z [00:02:52.485]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:13.8014245Z [00:02:52.485]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:13.8015357Z [00:02:52.485]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build1823208636/b962/_pkg_.a
2025-08-20T20:26:13.8016557Z [00:02:52.485]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build1823208636/b926/_pkg_.a
2025-08-20T20:26:13.8017351Z [00:02:52.485]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build1823208636/b942/_pkg_.a
2025-08-20T20:26:13.8017977Z [00:02:52.485]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:13.8018305Z [00:02:52.485]➜  EOF
2025-08-20T20:26:13.8021336Z [00:02:52.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b959/_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/b959=>" -p google.golang.org/grpc/xds/internal/balancer/cdsbalancer -lang=go1.23 -complete -installsuffix shared -buildid ek2dn8evR-_8KYvEU8tF/ek2dn8evR-_8KYvEU8tF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/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-20T20:26:13.8035962Z [00:02:52.488]➜  cat >/tmp/go-build1823208636/b1113/importcfg << 'EOF' # internal
2025-08-20T20:26:13.8036374Z [00:02:52.488]➜  # import config
2025-08-20T20:26:13.8036714Z [00:02:52.488]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.8047310Z [00:02:52.488]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:26:13.8047812Z [00:02:52.488]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:13.8048462Z [00:02:52.488]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.8048974Z [00:02:52.488]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:13.8049402Z [00:02:52.488]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.8049706Z [00:02:52.488]➜  EOF
2025-08-20T20:26:13.8052548Z [00:02:52.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1113/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal=>github.com/fsnotify/fsnotify@v1.9.0/internal;$WORK/b1113=>" -p github.com/fsnotify/fsnotify/internal -lang=go1.17 -complete -installsuffix shared -buildid VrP7am0f1f8qfgr2v60U/VrP7am0f1f8qfgr2v60U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/debug_linux.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/internal.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/unix.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/unix2.go
2025-08-20T20:26:13.8108728Z [00:02:52.497]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T20:26:13.8133707Z [00:02:52.499]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/44/448c378071ad0b674f2e4210673fde96e5db114ff6f15732e400e73368993e33-d # internal
2025-08-20T20:26:13.8141292Z [00:02:52.500]➜  github.com/go-viper/mapstructure/v2/internal/errors
2025-08-20T20:26:13.8142039Z [00:02:52.500]➜  mkdir -p $WORK/b1115/
2025-08-20T20:26:13.8142422Z [00:02:52.500]➜  cat >/tmp/go-build1823208636/b1115/importcfg << 'EOF' # internal
2025-08-20T20:26:13.8142771Z [00:02:52.500]➜  # import config
2025-08-20T20:26:13.8143108Z [00:02:52.500]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.8143420Z [00:02:52.500]➜  EOF
2025-08-20T20:26:13.8146043Z [00:02:52.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1115/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/internal/errors=>github.com/go-viper/mapstructure/v2@v2.3.0/internal/errors;$WORK/b1115=>" -p github.com/go-viper/mapstructure/v2/internal/errors -lang=go1.18 -complete -installsuffix shared -buildid BQisguOmic6kEJjuiWLu/BQisguOmic6kEJjuiWLu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/internal/errors/errors.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/internal/errors/join.go
2025-08-20T20:26:13.8180431Z [00:02:52.504]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T20:26:13.8196291Z [00:02:52.505]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/79/79b7f1bf6d950f620a5af247562c6f6507821d3d79554c1561b509446a90b08a-d # internal
2025-08-20T20:26:13.8197010Z [00:02:52.505]➜  github.com/sourcegraph/conc/panics
2025-08-20T20:26:13.8197673Z [00:02:52.505]➜  mkdir -p $WORK/b1119/
2025-08-20T20:26:13.8198206Z [00:02:52.505]➜  cat >/tmp/go-build1823208636/b1119/importcfg << 'EOF' # internal
2025-08-20T20:26:13.8198677Z [00:02:52.505]➜  # import config
2025-08-20T20:26:13.8199036Z [00:02:52.505]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.8199559Z [00:02:52.505]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:13.8200139Z [00:02:52.505]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:26:13.8200733Z [00:02:52.505]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:13.8201194Z [00:02:52.505]➜  EOF
2025-08-20T20:26:13.8207041Z [00:02:52.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1119/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics=>github.com/sourcegraph/conc@v0.3.0/panics;$WORK/b1119=>" -p github.com/sourcegraph/conc/panics -lang=go1.19 -complete -installsuffix shared -buildid HzxH2HCsoFH0bCsJu8Hs/HzxH2HCsoFH0bCsJu8Hs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/panics.go /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/try.go
2025-08-20T20:26:13.8347274Z [00:02:52.521]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T20:26:13.8379371Z [00:02:52.524]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T20:26:13.8382378Z [00:02:52.524]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/82/828a02e90227d1b4044a90e17dae034df201b57bdb5752b811aaac4af6ac5067-d # internal
2025-08-20T20:26:13.8383554Z [00:02:52.524]➜  github.com/sourcegraph/conc
2025-08-20T20:26:13.8384230Z [00:02:52.524]➜  mkdir -p $WORK/b1118/
2025-08-20T20:26:13.8384935Z [00:02:52.524]➜  cat >/tmp/go-build1823208636/b1118/importcfg << 'EOF' # internal
2025-08-20T20:26:13.8385481Z [00:02:52.524]➜  # import config
2025-08-20T20:26:13.8386309Z [00:02:52.524]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build1823208636/b1119/_pkg_.a
2025-08-20T20:26:13.8387558Z [00:02:52.524]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.8388689Z [00:02:52.524]➜  EOF
2025-08-20T20:26:13.8390544Z [00:02:52.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1118/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0=>github.com/sourcegraph/conc@v0.3.0;$WORK/b1118=>" -p github.com/sourcegraph/conc -lang=go1.19 -complete -installsuffix shared -buildid 8f-M9dXbjEUGew891sz1/8f-M9dXbjEUGew891sz1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/waitgroup.go
2025-08-20T20:26:13.8401462Z [00:02:52.526]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/43/43875c3d67effe6d9186447de255f984717d71206f3f1211c481322ef180c763-d # internal
2025-08-20T20:26:13.8402459Z [00:02:52.526]➜  github.com/go-viper/mapstructure/v2
2025-08-20T20:26:13.8403079Z [00:02:52.526]➜  mkdir -p $WORK/b1114/
2025-08-20T20:26:13.8403653Z [00:02:52.526]➜  cat >/tmp/go-build1823208636/b1114/importcfg << 'EOF' # internal
2025-08-20T20:26:13.8404156Z [00:02:52.526]➜  # import config
2025-08-20T20:26:13.8404902Z [00:02:52.526]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:26:13.8406482Z [00:02:52.526]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:13.8406984Z [00:02:52.526]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.8407408Z [00:02:52.526]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.8408011Z [00:02:52.526]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build1823208636/b1115/_pkg_.a
2025-08-20T20:26:13.8408595Z [00:02:52.526]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:13.8409019Z [00:02:52.526]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:26:13.8409452Z [00:02:52.526]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:13.8409884Z [00:02:52.526]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:13.8410311Z [00:02:52.526]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:13.8410730Z [00:02:52.526]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:13.8411161Z [00:02:52.526]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.8411586Z [00:02:52.526]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.8411892Z [00:02:52.526]➜  EOF
2025-08-20T20:26:13.8414902Z [00:02:52.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1114/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0=>github.com/go-viper/mapstructure/v2@v2.3.0;$WORK/b1114=>" -p github.com/go-viper/mapstructure/v2 -lang=go1.18 -complete -installsuffix shared -buildid 0UpZcnwXB-4_9z4H0_4K/0UpZcnwXB-4_9z4H0_4K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/decode_hooks.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/errors.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/mapstructure.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/reflect_go1_20.go
2025-08-20T20:26:13.8446890Z [00:02:52.531]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T20:26:13.8471261Z [00:02:52.533]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/27/2791bfaf859886cb755409e125c0748d85d586988c0163d3ea967dc9566ac317-d # internal
2025-08-20T20:26:13.8472189Z [00:02:52.533]➜  github.com/fsnotify/fsnotify
2025-08-20T20:26:13.8472764Z [00:02:52.533]➜  mkdir -p $WORK/b1112/
2025-08-20T20:26:13.8473188Z [00:02:52.533]➜  cat >/tmp/go-build1823208636/b1112/importcfg << 'EOF' # internal
2025-08-20T20:26:13.8473863Z [00:02:52.533]➜  # import config
2025-08-20T20:26:13.8474475Z [00:02:52.533]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.8475285Z [00:02:52.533]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.8476232Z [00:02:52.533]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build1823208636/b1113/_pkg_.a
2025-08-20T20:26:13.8477138Z [00:02:52.533]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:26:13.8477714Z [00:02:52.533]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.8478390Z [00:02:52.533]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:13.8479044Z [00:02:52.533]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:13.8479863Z [00:02:52.533]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:13.8480623Z [00:02:52.533]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.8481205Z [00:02:52.533]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.8481825Z [00:02:52.533]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.8482148Z [00:02:52.533]➜  EOF
2025-08-20T20:26:13.8484879Z [00:02:52.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1112/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0=>github.com/fsnotify/fsnotify@v1.9.0;$WORK/b1112=>" -p github.com/fsnotify/fsnotify -lang=go1.17 -complete -installsuffix shared -buildid tDox-ZsU7Go2qVqJgBaH/tDox-ZsU7Go2qVqJgBaH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/backend_inotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/fsnotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/shared.go
2025-08-20T20:26:13.8543411Z [00:02:52.540]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T20:26:13.8548762Z [00:02:52.541]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/90/90dddb76e82dd3beb05a3aa45613aa759e5d0f5751920e6cf1c44cd80c61afc4-d # internal
2025-08-20T20:26:13.8549897Z [00:02:52.541]➜  github.com/sourcegraph/conc/internal/multierror
2025-08-20T20:26:13.8550302Z [00:02:52.541]➜  mkdir -p $WORK/b1120/
2025-08-20T20:26:13.8553804Z [00:02:52.541]➜  cat >/tmp/go-build1823208636/b1120/importcfg << 'EOF' # internal
2025-08-20T20:26:13.8555680Z [00:02:52.542]➜  # import config
2025-08-20T20:26:13.8556873Z [00:02:52.542]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.8557240Z [00:02:52.542]➜  EOF
2025-08-20T20:26:13.8559413Z [00:02:52.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/internal/multierror=>github.com/sourcegraph/conc@v0.3.0/internal/multierror;$WORK/b1120=>" -p github.com/sourcegraph/conc/internal/multierror -lang=go1.19 -complete -installsuffix shared -buildid zRcurVuCrvOCMgIwAVLi/zRcurVuCrvOCMgIwAVLi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/internal/multierror/multierror_go120.go
2025-08-20T20:26:13.8676055Z [00:02:52.554]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T20:26:13.8678232Z [00:02:52.554]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/68/68991a4b903eaef78f3449f2ea1dd567857ed30a527d3fc7962f27690a61705e-d # internal
2025-08-20T20:26:13.8680172Z [00:02:52.554]➜  github.com/sourcegraph/conc/iter
2025-08-20T20:26:13.8681100Z [00:02:52.554]➜  mkdir -p $WORK/b1117/
2025-08-20T20:26:13.8681578Z [00:02:52.554]➜  cat >/tmp/go-build1823208636/b1117/importcfg << 'EOF' # internal
2025-08-20T20:26:13.8681942Z [00:02:52.554]➜  # import config
2025-08-20T20:26:13.8682368Z [00:02:52.554]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build1823208636/b1118/_pkg_.a
2025-08-20T20:26:13.8683056Z [00:02:52.554]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build1823208636/b1120/_pkg_.a
2025-08-20T20:26:13.8683632Z [00:02:52.554]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:13.8684055Z [00:02:52.554]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.8684728Z [00:02:52.554]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:13.8685120Z [00:02:52.554]➜  EOF
2025-08-20T20:26:13.8687417Z [00:02:52.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1117/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter=>github.com/sourcegraph/conc@v0.3.0/iter;$WORK/b1117=>" -p github.com/sourcegraph/conc/iter -lang=go1.19 -complete -installsuffix shared -buildid oZZm_wNdmyUuiETq-n2h/oZZm_wNdmyUuiETq-n2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter/iter.go /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter/map.go
2025-08-20T20:26:13.8816107Z [00:02:52.568]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T20:26:13.8820210Z [00:02:52.568]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/59/59438294e28d90a303a064b882fbd48bddd057c73307400ba262fa1cf4da0ac7-d # internal
2025-08-20T20:26:13.8820912Z [00:02:52.568]➜  github.com/spf13/afero/internal/common
2025-08-20T20:26:13.8821225Z [00:02:52.568]➜  mkdir -p $WORK/b1122/
2025-08-20T20:26:13.8821639Z [00:02:52.568]➜  cat >/tmp/go-build1823208636/b1122/importcfg << 'EOF' # internal
2025-08-20T20:26:13.8822272Z [00:02:52.568]➜  # import config
2025-08-20T20:26:13.8822616Z [00:02:52.568]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:13.8822929Z [00:02:52.568]➜  EOF
2025-08-20T20:26:13.8824897Z [00:02:52.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1122/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0/internal/common=>github.com/spf13/afero@v1.14.0/internal/common;$WORK/b1122=>" -p github.com/spf13/afero/internal/common -lang=go1.23 -complete -installsuffix shared -buildid CRHcFTAVW0fRHZe9xxbd/CRHcFTAVW0fRHZe9xxbd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/internal/common/adapters.go
2025-08-20T20:26:13.9029306Z [00:02:52.589]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T20:26:13.9032669Z [00:02:52.589]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/52/524c52fcc3158311669f16d56c8d7b086688d8d06ce16ca1a78d07ecafe188d8-d # internal
2025-08-20T20:26:13.9033262Z [00:02:52.589]➜  github.com/spf13/afero/mem
2025-08-20T20:26:13.9033552Z [00:02:52.589]➜  mkdir -p $WORK/b1123/
2025-08-20T20:26:13.9036207Z [00:02:52.590]➜  cat >/tmp/go-build1823208636/b1123/importcfg << 'EOF' # internal
2025-08-20T20:26:13.9036568Z [00:02:52.590]➜  # import config
2025-08-20T20:26:13.9036914Z [00:02:52.590]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.9037351Z [00:02:52.590]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.9037901Z [00:02:52.590]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build1823208636/b1122/_pkg_.a
2025-08-20T20:26:13.9038413Z [00:02:52.590]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.9038826Z [00:02:52.590]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:13.9039533Z [00:02:52.590]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:13.9040052Z [00:02:52.590]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:13.9040501Z [00:02:52.590]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:13.9041299Z [00:02:52.590]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.9041890Z [00:02:52.590]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:13.9042448Z [00:02:52.590]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.9042887Z [00:02:52.590]➜  EOF
2025-08-20T20:26:13.9045401Z [00:02:52.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1123/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem=>github.com/spf13/afero@v1.14.0/mem;$WORK/b1123=>" -p github.com/spf13/afero/mem -lang=go1.23 -complete -installsuffix shared -buildid NqsvtEAWJM6In6UOTVFM/NqsvtEAWJM6In6UOTVFM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem/dir.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem/dirmap.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem/file.go
2025-08-20T20:26:13.9474410Z [00:02:52.633]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T20:26:13.9491543Z [00:02:52.635]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/c7/c7282b0902e3ad79e476a094dfc65d4696b7c5486f847796851abf02a98bc265-d # internal
2025-08-20T20:26:13.9496548Z [00:02:52.636]➜  golang.org/x/text/encoding/internal
2025-08-20T20:26:13.9497437Z [00:02:52.636]➜  mkdir -p $WORK/b1127/
2025-08-20T20:26:13.9503997Z [00:02:52.637]➜  cat >/tmp/go-build1823208636/b1127/importcfg << 'EOF' # internal
2025-08-20T20:26:13.9504406Z [00:02:52.637]➜  # import config
2025-08-20T20:26:13.9504842Z [00:02:52.637]➜  packagefile golang.org/x/text/encoding=/tmp/go-build1823208636/b403/_pkg_.a
2025-08-20T20:26:13.9505867Z [00:02:52.637]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build1823208636/b404/_pkg_.a
2025-08-20T20:26:13.9506575Z [00:02:52.637]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:26:13.9507271Z [00:02:52.637]➜  EOF
2025-08-20T20:26:13.9509205Z [00:02:52.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1127/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal=>golang.org/x/text@v0.28.0/encoding/internal;$WORK/b1127=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid Pp09fVc-rO6QmcvDobwY/Pp09fVc-rO6QmcvDobwY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/internal.go
2025-08-20T20:26:13.9733086Z [00:02:52.659]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T20:26:13.9743730Z [00:02:52.660]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/09/09f67d82ecd7f5e0df56cc09ed88d42c0770faa3e02ca0bdc99a53da7370d3c9-d # internal
2025-08-20T20:26:13.9744732Z [00:02:52.661]➜  github.com/spf13/afero
2025-08-20T20:26:13.9745200Z [00:02:52.661]➜  mkdir -p $WORK/b1121/
2025-08-20T20:26:13.9754336Z [00:02:52.661]➜  cat >/tmp/go-build1823208636/b1121/importcfg << 'EOF' # internal
2025-08-20T20:26:13.9754734Z [00:02:52.661]➜  # import config
2025-08-20T20:26:13.9755082Z [00:02:52.661]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.9756229Z [00:02:52.661]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.9757070Z [00:02:52.661]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:13.9757703Z [00:02:52.661]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build1823208636/b1122/_pkg_.a
2025-08-20T20:26:13.9758309Z [00:02:52.661]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build1823208636/b1123/_pkg_.a
2025-08-20T20:26:13.9758870Z [00:02:52.661]➜  packagefile golang.org/x/text/runes=/tmp/go-build1823208636/b316/_pkg_.a
2025-08-20T20:26:13.9759713Z [00:02:52.661]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:26:13.9760386Z [00:02:52.661]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1823208636/b274/_pkg_.a
2025-08-20T20:26:13.9760881Z [00:02:52.661]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:13.9761491Z [00:02:52.661]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:13.9762005Z [00:02:52.661]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:13.9763086Z [00:02:52.661]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:13.9763536Z [00:02:52.661]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:13.9788732Z [00:02:52.661]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:13.9789231Z [00:02:52.661]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:13.9794306Z [00:02:52.661]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:13.9800214Z [00:02:52.661]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:13.9801137Z [00:02:52.661]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:13.9802383Z [00:02:52.661]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:13.9802838Z [00:02:52.661]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:13.9803264Z [00:02:52.661]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:13.9803967Z [00:02:52.661]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:13.9804387Z [00:02:52.661]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:13.9804806Z [00:02:52.661]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:13.9805123Z [00:02:52.661]➜  EOF
2025-08-20T20:26:13.9810648Z [00:02:52.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1121/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0=>github.com/spf13/afero@v1.14.0;$WORK/b1121=>" -p github.com/spf13/afero -lang=go1.23 -complete -installsuffix shared -buildid Bq6lST70dj2ehqNnX0Uw/Bq6lST70dj2ehqNnX0Uw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/afero.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/basepath.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/cacheOnReadFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/const_win_unix.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/copyOnWriteFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/httpFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/iofs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/ioutil.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/lstater.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/match.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/memmap.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/os.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/path.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/readonlyfs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/regexpfs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/symlink.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/unionFile.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/util.go
2025-08-20T20:26:13.9815975Z [00:02:52.668]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T20:26:13.9821845Z [00:02:52.668]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/af/afd10fdb245a330008e51bb48e2618eea880c8ccda0312572dce0b7ce6755758-d # internal
2025-08-20T20:26:13.9841645Z [00:02:52.670]➜  golang.org/x/text/encoding/unicode
2025-08-20T20:26:13.9878831Z [00:02:52.670]➜  mkdir -p $WORK/b1126/
2025-08-20T20:26:13.9879286Z [00:02:52.670]➜  cat >/tmp/go-build1823208636/b1126/importcfg << 'EOF' # internal
2025-08-20T20:26:13.9879649Z [00:02:52.670]➜  # import config
2025-08-20T20:26:13.9880014Z [00:02:52.670]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:13.9880785Z [00:02:52.670]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:13.9881396Z [00:02:52.670]➜  packagefile golang.org/x/text/encoding=/tmp/go-build1823208636/b403/_pkg_.a
2025-08-20T20:26:13.9882016Z [00:02:52.670]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build1823208636/b1127/_pkg_.a
2025-08-20T20:26:13.9882696Z [00:02:52.670]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build1823208636/b404/_pkg_.a
2025-08-20T20:26:13.9883394Z [00:02:52.670]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build1823208636/b1128/_pkg_.a
2025-08-20T20:26:13.9883988Z [00:02:52.670]➜  packagefile golang.org/x/text/runes=/tmp/go-build1823208636/b316/_pkg_.a
2025-08-20T20:26:13.9884538Z [00:02:52.670]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:26:13.9885197Z [00:02:52.670]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:26:13.9890694Z [00:02:52.670]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:13.9891058Z [00:02:52.670]➜  EOF
2025-08-20T20:26:13.9893220Z [00:02:52.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1126/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/unicode=>golang.org/x/text@v0.28.0/encoding/unicode;$WORK/b1126=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid Z1EnIc5Sl1JnonbmAgG6/Z1EnIc5Sl1JnonbmAgG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/unicode/unicode.go
2025-08-20T20:26:13.9956899Z [00:02:52.682]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T20:26:14.0042498Z [00:02:52.690]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/84/840ee28ed5a34735fa39f79ea6f3745f3493916703a5a7e25e2c15f07d9ba106-d # internal
2025-08-20T20:26:14.0059103Z [00:02:52.692]➜  google.golang.org/grpc/xds/internal/balancer
2025-08-20T20:26:14.0061453Z [00:02:52.692]➜  mkdir -p $WORK/b953/
2025-08-20T20:26:14.0061860Z [00:02:52.692]➜  cat >/tmp/go-build1823208636/b953/importcfg << 'EOF' # internal
2025-08-20T20:26:14.0062481Z [00:02:52.692]➜  # import config
2025-08-20T20:26:14.0062971Z [00:02:52.692]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build1823208636/b954/_pkg_.a
2025-08-20T20:26:14.0063678Z [00:02:52.692]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build1823208636/b955/_pkg_.a
2025-08-20T20:26:14.0064443Z [00:02:52.692]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build1823208636/b959/_pkg_.a
2025-08-20T20:26:14.0065232Z [00:02:52.692]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build1823208636/b965/_pkg_.a
2025-08-20T20:26:14.0066231Z [00:02:52.692]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build1823208636/b971/_pkg_.a
2025-08-20T20:26:14.0067069Z [00:02:52.692]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build1823208636/b962/_pkg_.a
2025-08-20T20:26:14.0067902Z [00:02:52.692]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build1823208636/b968/_pkg_.a
2025-08-20T20:26:14.0068701Z [00:02:52.692]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build1823208636/b969/_pkg_.a
2025-08-20T20:26:14.0069171Z [00:02:52.692]➜  EOF
2025-08-20T20:26:14.0071407Z [00:02:52.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b953/_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/b953=>" -p google.golang.org/grpc/xds/internal/balancer -lang=go1.23 -complete -installsuffix shared -buildid fOdSqufoaZ75lCbwhGvR/fOdSqufoaZ75lCbwhGvR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/balancer.go
2025-08-20T20:26:14.0290966Z [00:02:52.715]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T20:26:14.0301327Z [00:02:52.716]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/fc/fc779877dacba32a8eb30046121cda512cb98e572b315e88190d47a45e89b422-d # internal
2025-08-20T20:26:14.0308593Z [00:02:52.716]➜  github.com/subosito/gotenv
2025-08-20T20:26:14.0308925Z [00:02:52.716]➜  mkdir -p $WORK/b1125/
2025-08-20T20:26:14.0309337Z [00:02:52.716]➜  cat >/tmp/go-build1823208636/b1125/importcfg << 'EOF' # internal
2025-08-20T20:26:14.0309688Z [00:02:52.716]➜  # import config
2025-08-20T20:26:14.0310031Z [00:02:52.716]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:14.0310448Z [00:02:52.716]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.0310857Z [00:02:52.716]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.0311609Z [00:02:52.716]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build1823208636/b1126/_pkg_.a
2025-08-20T20:26:14.0312280Z [00:02:52.716]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:26:14.0312768Z [00:02:52.716]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:14.0313163Z [00:02:52.716]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:14.0313600Z [00:02:52.716]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:14.0314292Z [00:02:52.716]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:14.0314705Z [00:02:52.716]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:14.0315121Z [00:02:52.716]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:14.0315725Z [00:02:52.716]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.0316112Z [00:02:52.716]➜  EOF
2025-08-20T20:26:14.0317861Z [00:02:52.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1125/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0=>github.com/subosito/gotenv@v1.6.0;$WORK/b1125=>" -p github.com/subosito/gotenv -lang=go1.18 -complete -installsuffix shared -buildid W0A6OTlbBpdgaAyH9r4-/W0A6OTlbBpdgaAyH9r4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/importcfg -pack /root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0/gotenv.go
2025-08-20T20:26:14.0326424Z [00:02:52.719]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T20:26:14.0332132Z [00:02:52.719]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/d1/d10bf14d846933edfd7e8cd5ca4eafb4211b0aead92a8d2c5c9dc320944785cc-d # internal
2025-08-20T20:26:14.0343362Z [00:02:52.720]➜  google.golang.org/grpc/xds
2025-08-20T20:26:14.0346059Z [00:02:52.721]➜  mkdir -p $WORK/b902/
2025-08-20T20:26:14.0347871Z [00:02:52.721]➜  cat >/tmp/go-build1823208636/b902/importcfg << 'EOF' # internal
2025-08-20T20:26:14.0349826Z [00:02:52.721]➜  # import config
2025-08-20T20:26:14.0350199Z [00:02:52.721]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:14.0350638Z [00:02:52.721]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.0351057Z [00:02:52.721]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.0351694Z [00:02:52.721]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build1823208636/b903/_pkg_.a
2025-08-20T20:26:14.0352366Z [00:02:52.721]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:14.0352930Z [00:02:52.721]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:14.0353524Z [00:02:52.721]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:14.0354263Z [00:02:52.721]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build1823208636/b900/_pkg_.a
2025-08-20T20:26:14.0355288Z [00:02:52.721]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:14.0356553Z [00:02:52.721]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:14.0357194Z [00:02:52.721]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:14.0357806Z [00:02:52.721]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build1823208636/b924/_pkg_.a
2025-08-20T20:26:14.0358449Z [00:02:52.721]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:14.0359108Z [00:02:52.721]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:14.0359762Z [00:02:52.721]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1823208636/b628/_pkg_.a
2025-08-20T20:26:14.0360599Z [00:02:52.721]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1823208636/b648/_pkg_.a
2025-08-20T20:26:14.0361318Z [00:02:52.721]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1823208636/b632/_pkg_.a
2025-08-20T20:26:14.0362007Z [00:02:52.721]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build1823208636/b879/_pkg_.a
2025-08-20T20:26:14.0362651Z [00:02:52.721]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:14.0363240Z [00:02:52.721]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:14.0364031Z [00:02:52.721]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:14.0364615Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build1823208636/b925/_pkg_.a
2025-08-20T20:26:14.0365252Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build1823208636/b953/_pkg_.a
2025-08-20T20:26:14.0366262Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build1823208636/b972/_pkg_.a
2025-08-20T20:26:14.0367043Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build1823208636/b973/_pkg_.a
2025-08-20T20:26:14.0368015Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build1823208636/b976/_pkg_.a
2025-08-20T20:26:14.0368765Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build1823208636/b983/_pkg_.a
2025-08-20T20:26:14.0369480Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build1823208636/b985/_pkg_.a
2025-08-20T20:26:14.0370165Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build1823208636/b989/_pkg_.a
2025-08-20T20:26:14.0370847Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build1823208636/b926/_pkg_.a
2025-08-20T20:26:14.0371655Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build1823208636/b990/_pkg_.a
2025-08-20T20:26:14.0372503Z [00:02:52.721]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build1823208636/b942/_pkg_.a
2025-08-20T20:26:14.0373093Z [00:02:52.721]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:14.0373400Z [00:02:52.721]➜  EOF
2025-08-20T20:26:14.0375941Z [00:02:52.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b902/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds=>google.golang.org/grpc@v1.74.2/xds;$WORK/b902=>" -p google.golang.org/grpc/xds -lang=go1.23 -complete -installsuffix shared -buildid XLqL6sqKELlUCT1TV9OA/XLqL6sqKELlUCT1TV9OA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/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-20T20:26:14.0471332Z [00:02:52.733]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T20:26:14.0497549Z [00:02:52.736]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/e2/e2cd9fb0db004b32c75724fb6dcd36d973ef0fc6c9a1ae7a1cee5255ff8e8006-d # internal
2025-08-20T20:26:14.0498298Z [00:02:52.736]➜  github.com/spf13/viper/internal/encoding/json
2025-08-20T20:26:14.0498627Z [00:02:52.736]➜  mkdir -p $WORK/b1129/
2025-08-20T20:26:14.0504958Z [00:02:52.736]➜  cat >/tmp/go-build1823208636/b1129/importcfg << 'EOF' # internal
2025-08-20T20:26:14.0505649Z [00:02:52.736]➜  # import config
2025-08-20T20:26:14.0506221Z [00:02:52.736]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:14.0506671Z [00:02:52.736]➜  EOF
2025-08-20T20:26:14.0509144Z [00:02:52.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1129/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/json=>github.com/spf13/viper@v1.20.1/internal/encoding/json;$WORK/b1129=>" -p github.com/spf13/viper/internal/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid 1Gu99zE03b1LWdyW3l02/1Gu99zE03b1LWdyW3l02 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/json/codec.go
2025-08-20T20:26:14.0626304Z [00:02:52.748]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T20:26:14.0627743Z [00:02:52.749]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/b6/b6287373a97a606b594c43cc9d23af4c3482783256e6af9f186093e4e8d25bef-d # internal
2025-08-20T20:26:14.0628782Z [00:02:52.749]➜  github.com/pelletier/go-toml/v2/internal/danger
2025-08-20T20:26:14.0629174Z [00:02:52.749]➜  mkdir -p $WORK/b1133/
2025-08-20T20:26:14.0629573Z [00:02:52.749]➜  cat >/tmp/go-build1823208636/b1133/importcfg << 'EOF' # internal
2025-08-20T20:26:14.0629920Z [00:02:52.749]➜  # import config
2025-08-20T20:26:14.0630250Z [00:02:52.749]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.0630682Z [00:02:52.749]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:14.0631011Z [00:02:52.749]➜  EOF
2025-08-20T20:26:14.0633408Z [00:02:52.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1133/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/danger=>github.com/pelletier/go-toml/v2@v2.2.4/internal/danger;$WORK/b1133=>" -p github.com/pelletier/go-toml/v2/internal/danger -lang=go1.21 -complete -installsuffix shared -buildid lUCXc1RNGbt2liI6Q6LE/lUCXc1RNGbt2liI6Q6LE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/danger/danger.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/danger/typeid.go
2025-08-20T20:26:14.0717624Z [00:02:52.758]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T20:26:14.0726388Z [00:02:52.759]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/02/02ed8680601e66cd93cd591fa715fd415f84d9262f40c07c141c63f38244dc3a-d # internal
2025-08-20T20:26:14.0728116Z [00:02:52.759]➜  github.com/spf13/viper/internal/encoding/dotenv
2025-08-20T20:26:14.0729505Z [00:02:52.759]➜  mkdir -p $WORK/b1124/
2025-08-20T20:26:14.0732368Z [00:02:52.759]➜  cat >/tmp/go-build1823208636/b1124/importcfg << 'EOF' # internal
2025-08-20T20:26:14.0735070Z [00:02:52.759]➜  # import config
2025-08-20T20:26:14.0735424Z [00:02:52.760]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.0736483Z [00:02:52.760]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.0737321Z [00:02:52.760]➜  packagefile github.com/spf13/cast=/tmp/go-build1823208636/b386/_pkg_.a
2025-08-20T20:26:14.0738091Z [00:02:52.760]➜  packagefile github.com/subosito/gotenv=/tmp/go-build1823208636/b1125/_pkg_.a
2025-08-20T20:26:14.0738816Z [00:02:52.760]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:14.0740482Z [00:02:52.760]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.0740877Z [00:02:52.760]➜  EOF
2025-08-20T20:26:14.0743338Z [00:02:52.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1124/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv=>github.com/spf13/viper@v1.20.1/internal/encoding/dotenv;$WORK/b1124=>" -p github.com/spf13/viper/internal/encoding/dotenv -lang=go1.21 -complete -installsuffix shared -buildid KXjngnfJ6eHrYyuQYtIr/KXjngnfJ6eHrYyuQYtIr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv/codec.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv/map_utils.go
2025-08-20T20:26:14.0874766Z [00:02:52.774]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T20:26:14.0890452Z [00:02:52.775]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/49/49d120179239c6afedc2fad542681757c01f1e45fca694b1fa8fb29011fc06fe-d # internal
2025-08-20T20:26:14.0891135Z [00:02:52.775]➜  github.com/pelletier/go-toml/v2/unstable
2025-08-20T20:26:14.0893236Z [00:02:52.775]➜  mkdir -p $WORK/b1135/
2025-08-20T20:26:14.0895195Z [00:02:52.776]➜  cat >/tmp/go-build1823208636/b1135/importcfg << 'EOF' # internal
2025-08-20T20:26:14.0895699Z [00:02:52.776]➜  # import config
2025-08-20T20:26:14.0896099Z [00:02:52.776]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.0896517Z [00:02:52.776]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.0897108Z [00:02:52.776]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build1823208636/b1132/_pkg_.a
2025-08-20T20:26:14.0897845Z [00:02:52.776]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build1823208636/b1133/_pkg_.a
2025-08-20T20:26:14.0898401Z [00:02:52.776]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:14.0898718Z [00:02:52.776]➜  EOF
2025-08-20T20:26:14.0902317Z [00:02:52.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable=>github.com/pelletier/go-toml/v2@v2.2.4/unstable;$WORK/b1135=>" -p github.com/pelletier/go-toml/v2/unstable -lang=go1.21 -complete -installsuffix shared -buildid T74YBu3OF2aIBzTBwwwc/T74YBu3OF2aIBzTBwwwc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/ast.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/builder.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/kind.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/parser.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/scanner.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unstable/unmarshaler.go
2025-08-20T20:26:14.0929412Z [00:02:52.779]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T20:26:14.0940939Z [00:02:52.780]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/b2/b2e53bfd597f1de39e6ea2408b276862199d01a5e4308dd4eb59e3867f9414ca-d # internal
2025-08-20T20:26:14.0949279Z [00:02:52.781]➜  github.com/spf13/viper/internal/encoding/yaml
2025-08-20T20:26:14.0952188Z [00:02:52.781]➜  mkdir -p $WORK/b1136/
2025-08-20T20:26:14.0960425Z [00:02:52.782]➜  cat >/tmp/go-build1823208636/b1136/importcfg << 'EOF' # internal
2025-08-20T20:26:14.0961152Z [00:02:52.782]➜  # import config
2025-08-20T20:26:14.0962002Z [00:02:52.782]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:26:14.0962422Z [00:02:52.782]➜  EOF
2025-08-20T20:26:14.0975195Z [00:02:52.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1136/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/yaml=>github.com/spf13/viper@v1.20.1/internal/encoding/yaml;$WORK/b1136=>" -p github.com/spf13/viper/internal/encoding/yaml -lang=go1.21 -complete -installsuffix shared -buildid jX-KqlySsrAxJC8uOY1X/jX-KqlySsrAxJC8uOY1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/yaml/codec.go
2025-08-20T20:26:14.1180146Z [00:02:52.804]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T20:26:14.1183660Z [00:02:52.804]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/be/be211f663b439c72daff9bed254dbed38d0d3186534a1a27f48accebd3519078-d # internal
2025-08-20T20:26:14.1184310Z [00:02:52.804]➜  github.com/go-openapi/runtime/logger
2025-08-20T20:26:14.1184994Z [00:02:52.804]➜  mkdir -p $WORK/b1141/
2025-08-20T20:26:14.1188165Z [00:02:52.805]➜  cat >/tmp/go-build1823208636/b1141/importcfg << 'EOF' # internal
2025-08-20T20:26:14.1188909Z [00:02:52.805]➜  # import config
2025-08-20T20:26:14.1189790Z [00:02:52.805]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.1190249Z [00:02:52.805]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:14.1191011Z [00:02:52.805]➜  EOF
2025-08-20T20:26:14.1193810Z [00:02:52.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1141/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/logger=>github.com/go-openapi/runtime@v0.28.0/logger;$WORK/b1141=>" -p github.com/go-openapi/runtime/logger -lang=go1.20 -complete -installsuffix shared -buildid lhj8ps_RKNnTI7sygDs7/lhj8ps_RKNnTI7sygDs7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/logger/logger.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/logger/standard.go
2025-08-20T20:26:14.1670635Z [00:02:52.853]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T20:26:14.1677749Z [00:02:52.854]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/18/1877e62079500045c1189afa4c70cfda1959c50761367ddc0e3c5127395e6235-d # internal
2025-08-20T20:26:14.1691604Z [00:02:52.855]➜  github.com/go-openapi/runtime/middleware/denco
2025-08-20T20:26:14.1692010Z [00:02:52.855]➜  mkdir -p $WORK/b1143/
2025-08-20T20:26:14.1711696Z [00:02:52.857]➜  cat >/tmp/go-build1823208636/b1143/importcfg << 'EOF' # internal
2025-08-20T20:26:14.1712786Z [00:02:52.857]➜  # import config
2025-08-20T20:26:14.1713140Z [00:02:52.857]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.1713892Z [00:02:52.857]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.1714317Z [00:02:52.857]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.1714743Z [00:02:52.857]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:14.1715403Z [00:02:52.857]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.1716015Z [00:02:52.857]➜  EOF
2025-08-20T20:26:14.1718927Z [00:02:52.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/denco=>github.com/go-openapi/runtime@v0.28.0/middleware/denco;$WORK/b1143=>" -p github.com/go-openapi/runtime/middleware/denco -lang=go1.20 -complete -installsuffix shared -buildid OBcyAiYsFXmtmaHObkT_/OBcyAiYsFXmtmaHObkT_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/denco/router.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/denco/server.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/denco/util.go
2025-08-20T20:26:14.2069849Z [00:02:52.893]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T20:26:14.2081178Z [00:02:52.894]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/8c/8cba868904d62cec25fd42c29c2a1173afd92d828a921eedd80671ffb1da84f4-d # internal
2025-08-20T20:26:14.2084394Z [00:02:52.894]➜  github.com/pelletier/go-toml/v2/internal/tracker
2025-08-20T20:26:14.2084780Z [00:02:52.894]➜  mkdir -p $WORK/b1134/
2025-08-20T20:26:14.2085164Z [00:02:52.894]➜  cat >/tmp/go-build1823208636/b1134/importcfg << 'EOF' # internal
2025-08-20T20:26:14.2085847Z [00:02:52.894]➜  # import config
2025-08-20T20:26:14.2086636Z [00:02:52.894]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.2087130Z [00:02:52.894]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.2087692Z [00:02:52.894]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build1823208636/b1135/_pkg_.a
2025-08-20T20:26:14.2088216Z [00:02:52.894]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:14.2088522Z [00:02:52.894]➜  EOF
2025-08-20T20:26:14.2091187Z [00:02:52.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1134/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker=>github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker;$WORK/b1134=>" -p github.com/pelletier/go-toml/v2/internal/tracker -lang=go1.21 -complete -installsuffix shared -buildid vQeWGvLn1pu_yYe2-DSv/vQeWGvLn1pu_yYe2-DSv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker/key.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker/seen.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/internal/tracker/tracker.go
2025-08-20T20:26:14.2308237Z [00:02:52.917]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T20:26:14.2320743Z [00:02:52.918]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/f1/f118416be5d14b4ab84235eac7a308feb7da7f46619a11829150e779eb2cc197-d # internal
2025-08-20T20:26:14.2376950Z [00:02:52.921]➜  github.com/go-openapi/runtime/middleware/header
2025-08-20T20:26:14.2377410Z [00:02:52.921]➜  mkdir -p $WORK/b1144/
2025-08-20T20:26:14.2377795Z [00:02:52.922]➜  cat >/tmp/go-build1823208636/b1144/importcfg << 'EOF' # internal
2025-08-20T20:26:14.2378146Z [00:02:52.922]➜  # import config
2025-08-20T20:26:14.2378488Z [00:02:52.922]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.2378935Z [00:02:52.922]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.2379363Z [00:02:52.922]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:14.2379671Z [00:02:52.922]➜  EOF
2025-08-20T20:26:14.2381756Z [00:02:52.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1144/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/header=>github.com/go-openapi/runtime@v0.28.0/middleware/header;$WORK/b1144=>" -p github.com/go-openapi/runtime/middleware/header -lang=go1.20 -complete -installsuffix shared -buildid lkaoSf4jcgnDX6u-BWlO/lkaoSf4jcgnDX6u-BWlO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/header/header.go
2025-08-20T20:26:14.2477687Z [00:02:52.934]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T20:26:14.2492238Z [00:02:52.935]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/60/60d25576fa2066fcbf3eef7fa0737a3c59f914f624492fdfa31318d59984bee9-d # internal
2025-08-20T20:26:14.2500080Z [00:02:52.936]➜  github.com/pelletier/go-toml/v2
2025-08-20T20:26:14.2501055Z [00:02:52.936]➜  mkdir -p $WORK/b1131/
2025-08-20T20:26:14.2511235Z [00:02:52.937]➜  cat >/tmp/go-build1823208636/b1131/importcfg << 'EOF' # internal
2025-08-20T20:26:14.2512166Z [00:02:52.937]➜  # import config
2025-08-20T20:26:14.2513031Z [00:02:52.937]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.2513568Z [00:02:52.937]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:26:14.2514062Z [00:02:52.937]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:14.2514557Z [00:02:52.937]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.2514979Z [00:02:52.937]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.2515749Z [00:02:52.937]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build1823208636/b1132/_pkg_.a
2025-08-20T20:26:14.2516778Z [00:02:52.937]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build1823208636/b1133/_pkg_.a
2025-08-20T20:26:14.2517579Z [00:02:52.937]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build1823208636/b1134/_pkg_.a
2025-08-20T20:26:14.2518271Z [00:02:52.937]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build1823208636/b1135/_pkg_.a
2025-08-20T20:26:14.2518788Z [00:02:52.937]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:14.2519193Z [00:02:52.937]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:14.2519804Z [00:02:52.937]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:14.2520229Z [00:02:52.937]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:14.2520654Z [00:02:52.937]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:14.2521082Z [00:02:52.937]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.2521536Z [00:02:52.937]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:14.2521975Z [00:02:52.937]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:14.2522396Z [00:02:52.937]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:14.2522890Z [00:02:52.937]➜  EOF
2025-08-20T20:26:14.2539425Z [00:02:52.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1131/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4=>github.com/pelletier/go-toml/v2@v2.2.4;$WORK/b1131=>" -p github.com/pelletier/go-toml/v2 -lang=go1.21 -complete -installsuffix shared -buildid pPoHaOMY6IaGv4XTbMYe/pPoHaOMY6IaGv4XTbMYe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/decode.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/errors.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/localtime.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/marshaler.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/strict.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/types.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.4/unmarshaler.go
2025-08-20T20:26:14.2579261Z [00:02:52.944]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T20:26:14.2636439Z [00:02:52.949]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/d3/d311c01f9c75d1158567642a7a14fdcf701204f5c106130b324b7bffc998583c-d # internal
2025-08-20T20:26:14.2693729Z [00:02:52.955]➜  google.golang.org/grpc/xds/googledirectpath
2025-08-20T20:26:14.2699618Z [00:02:52.955]➜  mkdir -p $WORK/b878/
2025-08-20T20:26:14.2720779Z [00:02:52.958]➜  cat >/tmp/go-build1823208636/b878/importcfg << 'EOF' # internal
2025-08-20T20:26:14.2721503Z [00:02:52.958]➜  # import config
2025-08-20T20:26:14.2722146Z [00:02:52.958]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.2724019Z [00:02:52.958]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:14.2724793Z [00:02:52.958]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.2725361Z [00:02:52.958]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:14.2726186Z [00:02:52.958]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:14.2726874Z [00:02:52.958]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build1823208636/b816/_pkg_.a
2025-08-20T20:26:14.2727548Z [00:02:52.958]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:14.2728227Z [00:02:52.958]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build1823208636/b879/_pkg_.a
2025-08-20T20:26:14.2728865Z [00:02:52.958]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:14.2729589Z [00:02:52.958]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build1823208636/b902/_pkg_.a
2025-08-20T20:26:14.2730279Z [00:02:52.958]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build1823208636/b926/_pkg_.a
2025-08-20T20:26:14.2730818Z [00:02:52.958]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:14.2731251Z [00:02:52.958]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:14.2731705Z [00:02:52.958]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.2732310Z [00:02:52.958]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:14.2732738Z [00:02:52.958]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.2733156Z [00:02:52.958]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:14.2733563Z [00:02:52.958]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:14.2733868Z [00:02:52.958]➜  EOF
2025-08-20T20:26:14.2736436Z [00:02:52.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b878/_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/b878=>" -p google.golang.org/grpc/xds/googledirectpath -lang=go1.23 -complete -installsuffix shared -buildid f3XoyvdIweaVobRJgARM/f3XoyvdIweaVobRJgARM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/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-20T20:26:14.2817751Z [00:02:52.968]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T20:26:14.2825949Z [00:02:52.969]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/0f/0f8acb21cfe5b9b8e102f7f5b17a296eb16e245f0abc956bd8cb38ca55289148-d # internal
2025-08-20T20:26:14.2850253Z [00:02:52.971]➜  github.com/go-openapi/runtime/middleware/untyped
2025-08-20T20:26:14.2850702Z [00:02:52.971]➜  mkdir -p $WORK/b1145/
2025-08-20T20:26:14.2853082Z [00:02:52.971]➜  cat >/tmp/go-build1823208636/b1145/importcfg << 'EOF' # internal
2025-08-20T20:26:14.2853473Z [00:02:52.971]➜  # import config
2025-08-20T20:26:14.2853805Z [00:02:52.971]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.2854424Z [00:02:52.971]➜  packagefile github.com/go-openapi/analysis=/tmp/go-build1823208636/b1038/_pkg_.a
2025-08-20T20:26:14.2855002Z [00:02:52.971]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:14.2855639Z [00:02:52.971]➜  packagefile github.com/go-openapi/loads=/tmp/go-build1823208636/b1049/_pkg_.a
2025-08-20T20:26:14.2856268Z [00:02:52.971]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:14.2856834Z [00:02:52.971]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:14.2857396Z [00:02:52.971]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:14.2858164Z [00:02:52.971]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.2858695Z [00:02:52.971]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:14.2859125Z [00:02:52.971]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.2859439Z [00:02:52.971]➜  EOF
2025-08-20T20:26:14.2861556Z [00:02:52.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1145/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/untyped=>github.com/go-openapi/runtime@v0.28.0/middleware/untyped;$WORK/b1145=>" -p github.com/go-openapi/runtime/middleware/untyped -lang=go1.20 -complete -installsuffix shared -buildid 02hmlxia7oGTrMpuuIF3/02hmlxia7oGTrMpuuIF3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/untyped/api.go
2025-08-20T20:26:14.2978184Z [00:02:52.983]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T20:26:14.3024485Z [00:02:52.988]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/55/55be18cfcba65801843751a68dd3898bdef34a79f78920fa9cd1b183f0aa277b-d # internal
2025-08-20T20:26:14.3025141Z [00:02:52.988]➜  github.com/sagikazarmark/locafero
2025-08-20T20:26:14.3025456Z [00:02:52.988]➜  mkdir -p $WORK/b1116/
2025-08-20T20:26:14.3026035Z [00:02:52.988]➜  cat >/tmp/go-build1823208636/b1116/importcfg << 'EOF' # internal
2025-08-20T20:26:14.3026393Z [00:02:52.988]➜  # import config
2025-08-20T20:26:14.3026732Z [00:02:52.988]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.3027520Z [00:02:52.988]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.3028040Z [00:02:52.988]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build1823208636/b1117/_pkg_.a
2025-08-20T20:26:14.3028614Z [00:02:52.988]➜  packagefile github.com/spf13/afero=/tmp/go-build1823208636/b1121/_pkg_.a
2025-08-20T20:26:14.3029089Z [00:02:52.988]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:14.3029543Z [00:02:52.988]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:14.3029994Z [00:02:52.988]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.3030488Z [00:02:52.988]➜  EOF
2025-08-20T20:26:14.3033303Z [00:02:52.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0=>github.com/sagikazarmark/locafero@v0.9.0;$WORK/b1116=>" -p github.com/sagikazarmark/locafero -lang=go1.23 -complete -installsuffix shared -buildid d6ftbpeR3xxtA6yAHCA9/d6ftbpeR3xxtA6yAHCA9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/file_type.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/finder.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/glob.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/helpers.go
2025-08-20T20:26:14.3308915Z [00:02:53.017]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T20:26:14.3320232Z [00:02:53.018]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/44/44389c9681c3b6880d80a90c439746e8eeed4e76646d0b86108db99ebb8764e6-d # internal
2025-08-20T20:26:14.3322152Z [00:02:53.018]➜  github.com/go-openapi/runtime/security
2025-08-20T20:26:14.3322527Z [00:02:53.018]➜  mkdir -p $WORK/b1146/
2025-08-20T20:26:14.3331236Z [00:02:53.019]➜  cat >/tmp/go-build1823208636/b1146/importcfg << 'EOF' # internal
2025-08-20T20:26:14.3331675Z [00:02:53.019]➜  # import config
2025-08-20T20:26:14.3332029Z [00:02:53.019]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:14.3332539Z [00:02:53.019]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:14.3333107Z [00:02:53.019]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:14.3333610Z [00:02:53.019]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.3334293Z [00:02:53.019]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.3334676Z [00:02:53.019]➜  EOF
2025-08-20T20:26:14.3338815Z [00:02:53.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1146/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/security=>github.com/go-openapi/runtime@v0.28.0/security;$WORK/b1146=>" -p github.com/go-openapi/runtime/security -lang=go1.20 -complete -installsuffix shared -buildid E2gXXjvVuxvg9HGNGNH5/E2gXXjvVuxvg9HGNGNH5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/security/authenticator.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/security/authorizer.go
2025-08-20T20:26:14.3411110Z [00:02:53.027]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T20:26:14.3421937Z [00:02:53.028]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/e9/e958ad57e30ae1eb54ba3560270dfb32bb0456aba5ab0a8ceb90d591a68d0186-d # internal
2025-08-20T20:26:14.3426809Z [00:02:53.028]➜  github.com/go-openapi/runtime/yamlpc
2025-08-20T20:26:14.3427247Z [00:02:53.028]➜  mkdir -p $WORK/b1147/
2025-08-20T20:26:14.3427808Z [00:02:53.029]➜  cat >/tmp/go-build1823208636/b1147/importcfg << 'EOF' # internal
2025-08-20T20:26:14.3428180Z [00:02:53.029]➜  # import config
2025-08-20T20:26:14.3428601Z [00:02:53.029]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:14.3429126Z [00:02:53.029]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:26:14.3429939Z [00:02:53.029]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:14.3430250Z [00:02:53.029]➜  EOF
2025-08-20T20:26:14.3432168Z [00:02:53.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1147/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/yamlpc=>github.com/go-openapi/runtime@v0.28.0/yamlpc;$WORK/b1147=>" -p github.com/go-openapi/runtime/yamlpc -lang=go1.20 -complete -installsuffix shared -buildid uwQYy0IhAtUUsaGM398K/uwQYy0IhAtUUsaGM398K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/yamlpc/yaml.go
2025-08-20T20:26:14.3690906Z [00:02:53.055]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T20:26:14.3698242Z [00:02:53.056]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/45/45b9bc7cf14c6ab0886c4c924bb0f7410c5317a7174e3a1d5aa9aa6121ef24a8-d # internal
2025-08-20T20:26:14.3770527Z [00:02:53.063]➜  github.com/opentracing/opentracing-go/log
2025-08-20T20:26:14.3771145Z [00:02:53.063]➜  mkdir -p $WORK/b1149/
2025-08-20T20:26:14.3776126Z [00:02:53.064]➜  cat >/tmp/go-build1823208636/b1149/importcfg << 'EOF' # internal
2025-08-20T20:26:14.3776505Z [00:02:53.064]➜  # import config
2025-08-20T20:26:14.3776846Z [00:02:53.064]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.3777301Z [00:02:53.064]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:14.3777736Z [00:02:53.064]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:14.3778055Z [00:02:53.064]➜  EOF
2025-08-20T20:26:14.3780547Z [00:02:53.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1149/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/log=>github.com/opentracing/opentracing-go@v1.2.0/log;$WORK/b1149=>" -p github.com/opentracing/opentracing-go/log -lang=go1.14 -complete -installsuffix shared -buildid xXka4u6yFQFT5c2fCUja/xXka4u6yFQFT5c2fCUja -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/log/field.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/log/util.go
2025-08-20T20:26:14.3838030Z [00:02:53.070]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T20:26:14.3850613Z [00:02:53.071]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/10/10cf5c181a8134c4ddfbe390a415b87cf5057611e020cb5b7b8f329992621d85-d # internal
2025-08-20T20:26:14.3866536Z [00:02:53.072]➜  github.com/go-openapi/runtime/middleware
2025-08-20T20:26:14.3868561Z [00:02:53.072]➜  mkdir -p $WORK/b1142/
2025-08-20T20:26:14.3869323Z [00:02:53.073]➜  cat >/tmp/go-build1823208636/b1142/importcfg << 'EOF' # internal
2025-08-20T20:26:14.3870342Z [00:02:53.073]➜  # import config
2025-08-20T20:26:14.3870885Z [00:02:53.073]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.3871787Z [00:02:53.073]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:14.3872747Z [00:02:53.073]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:26:14.3873264Z [00:02:53.073]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:14.3873746Z [00:02:53.073]➜  packagefile encoding/gob=/tmp/go-build1823208636/b765/_pkg_.a
2025-08-20T20:26:14.3874466Z [00:02:53.073]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.3875038Z [00:02:53.073]➜  packagefile github.com/go-openapi/analysis=/tmp/go-build1823208636/b1038/_pkg_.a
2025-08-20T20:26:14.3875829Z [00:02:53.073]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:14.3876476Z [00:02:53.073]➜  packagefile github.com/go-openapi/loads=/tmp/go-build1823208636/b1049/_pkg_.a
2025-08-20T20:26:14.3877042Z [00:02:53.073]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:14.3877644Z [00:02:53.073]➜  packagefile github.com/go-openapi/runtime/logger=/tmp/go-build1823208636/b1141/_pkg_.a
2025-08-20T20:26:14.3878536Z [00:02:53.073]➜  packagefile github.com/go-openapi/runtime/middleware/denco=/tmp/go-build1823208636/b1143/_pkg_.a
2025-08-20T20:26:14.3879257Z [00:02:53.073]➜  packagefile github.com/go-openapi/runtime/middleware/header=/tmp/go-build1823208636/b1144/_pkg_.a
2025-08-20T20:26:14.3879985Z [00:02:53.073]➜  packagefile github.com/go-openapi/runtime/middleware/untyped=/tmp/go-build1823208636/b1145/_pkg_.a
2025-08-20T20:26:14.3880672Z [00:02:53.073]➜  packagefile github.com/go-openapi/runtime/security=/tmp/go-build1823208636/b1146/_pkg_.a
2025-08-20T20:26:14.3881275Z [00:02:53.073]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:14.3881993Z [00:02:53.073]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:14.3882548Z [00:02:53.073]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:14.3896609Z [00:02:53.073]➜  packagefile github.com/go-openapi/validate=/tmp/go-build1823208636/b1037/_pkg_.a
2025-08-20T20:26:14.3897369Z [00:02:53.073]➜  packagefile html/template=/tmp/go-build1823208636/b388/_pkg_.a
2025-08-20T20:26:14.3897818Z [00:02:53.073]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:14.3898230Z [00:02:53.073]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:14.3898672Z [00:02:53.073]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.3899113Z [00:02:53.073]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:14.3899527Z [00:02:53.073]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:14.3899983Z [00:02:53.073]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:14.3900406Z [00:02:53.073]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:14.3900828Z [00:02:53.073]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:14.3901263Z [00:02:53.073]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.3901683Z [00:02:53.073]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:14.3902125Z [00:02:53.073]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:26:14.3902458Z [00:02:53.073]➜  EOF
2025-08-20T20:26:14.3909330Z [00:02:53.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware=>github.com/go-openapi/runtime@v0.28.0/middleware;$WORK/b1142=>" -p github.com/go-openapi/runtime/middleware -lang=go1.20 -complete -installsuffix shared -buildid ILTXo6CqFNpZP5E_hF3a/ILTXo6CqFNpZP5E_hF3a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/context.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/doc.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/negotiate.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/not_implemented.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/operation.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/parameter.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/rapidoc.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/redoc.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/request.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/router.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/security.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/spec.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/swaggerui.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/swaggerui_oauth2.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/ui_options.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/middleware/validation.go
2025-08-20T20:26:14.4234616Z [00:02:53.109]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T20:26:14.4250813Z [00:02:53.111]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/d6/d630d0d1ffbc82cda49c75be61f7549cf9bce75aaa4b0ee1776b57f8ec9896a5-d # internal
2025-08-20T20:26:14.4337998Z [00:02:53.120]➜  github.com/opentracing/opentracing-go
2025-08-20T20:26:14.4338703Z [00:02:53.120]➜  mkdir -p $WORK/b1148/
2025-08-20T20:26:14.4340899Z [00:02:53.120]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T20:26:14.4346213Z [00:02:53.121]➜  cat >/tmp/go-build1823208636/b1148/importcfg << 'EOF' # internal
2025-08-20T20:26:14.4348765Z [00:02:53.121]➜  # import config
2025-08-20T20:26:14.4349132Z [00:02:53.121]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:14.4349566Z [00:02:53.121]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.4350131Z [00:02:53.121]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build1823208636/b1149/_pkg_.a
2025-08-20T20:26:14.4350702Z [00:02:53.121]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.4351127Z [00:02:53.121]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:14.4351435Z [00:02:53.121]➜  EOF
2025-08-20T20:26:14.4355048Z [00:02:53.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1148/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0=>github.com/opentracing/opentracing-go@v1.2.0;$WORK/b1148=>" -p github.com/opentracing/opentracing-go -lang=go1.14 -complete -installsuffix shared -buildid uAtCbFYFR4ESogc2NTYm/uAtCbFYFR4ESogc2NTYm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/ext.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/globaltracer.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/gocontext.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/noop.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/propagation.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/span.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/tracer.go
2025-08-20T20:26:14.4399571Z [00:02:53.126]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/3f/3f52917bfc73e84908a0437b83818be85a3aeec62846c66a26179eb270b01d4d-d # internal
2025-08-20T20:26:14.4428750Z [00:02:53.126]➜  cloud.google.com/go/spanner
2025-08-20T20:26:14.4429322Z [00:02:53.127]➜  mkdir -p $WORK/b714/
2025-08-20T20:26:14.4436387Z [00:02:53.129]➜  cat >/tmp/go-build1823208636/b714/importcfg << 'EOF' # internal
2025-08-20T20:26:14.4437233Z [00:02:53.129]➜  # import config
2025-08-20T20:26:14.4437995Z [00:02:53.129]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.4439090Z [00:02:53.129]➜  packagefile cloud.google.com/go/civil=/tmp/go-build1823208636/b715/_pkg_.a
2025-08-20T20:26:14.4439778Z [00:02:53.129]➜  packagefile cloud.google.com/go/internal/fields=/tmp/go-build1823208636/b716/_pkg_.a
2025-08-20T20:26:14.4440455Z [00:02:53.129]➜  packagefile cloud.google.com/go/internal/protostruct=/tmp/go-build1823208636/b717/_pkg_.a
2025-08-20T20:26:14.4441095Z [00:02:53.129]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build1823208636/b718/_pkg_.a
2025-08-20T20:26:14.4442080Z [00:02:53.129]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build1823208636/b721/_pkg_.a
2025-08-20T20:26:14.4442854Z [00:02:53.129]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build1823208636/b722/_pkg_.a
2025-08-20T20:26:14.4443534Z [00:02:53.129]➜  packagefile cloud.google.com/go/spanner/apiv1=/tmp/go-build1823208636/b822/_pkg_.a
2025-08-20T20:26:14.4462585Z [00:02:53.129]➜  packagefile cloud.google.com/go/spanner/apiv1/spannerpb=/tmp/go-build1823208636/b823/_pkg_.a
2025-08-20T20:26:14.4463453Z [00:02:53.129]➜  packagefile cloud.google.com/go/spanner/internal=/tmp/go-build1823208636/b824/_pkg_.a
2025-08-20T20:26:14.4464419Z [00:02:53.129]➜  packagefile container/heap=/tmp/go-build1823208636/b834/_pkg_.a
2025-08-20T20:26:14.4464905Z [00:02:53.129]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:26:14.4465363Z [00:02:53.129]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:14.4466063Z [00:02:53.129]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:14.4466536Z [00:02:53.129]➜  packagefile database/sql=/tmp/go-build1823208636/b835/_pkg_.a
2025-08-20T20:26:14.4467023Z [00:02:53.129]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:26:14.4467743Z [00:02:53.129]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:14.4468214Z [00:02:53.129]➜  packagefile encoding/gob=/tmp/go-build1823208636/b765/_pkg_.a
2025-08-20T20:26:14.4468677Z [00:02:53.129]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:14.4469123Z [00:02:53.129]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.4469532Z [00:02:53.129]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.4470117Z [00:02:53.129]➜  packagefile github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp=/tmp/go-build1823208636/b836/_pkg_.a
2025-08-20T20:26:14.4470905Z [00:02:53.129]➜  packagefile github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/grpc_gcp=/tmp/go-build1823208636/b837/_pkg_.a
2025-08-20T20:26:14.4471565Z [00:02:53.129]➜  packagefile github.com/google/uuid=/tmp/go-build1823208636/b381/_pkg_.a
2025-08-20T20:26:14.4472129Z [00:02:53.129]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:14.4472756Z [00:02:53.129]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1823208636/b731/_pkg_.a
2025-08-20T20:26:14.4473399Z [00:02:53.129]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build1823208636/b735/_pkg_.a
2025-08-20T20:26:14.4473982Z [00:02:53.129]➜  packagefile go.opencensus.io/stats=/tmp/go-build1823208636/b839/_pkg_.a
2025-08-20T20:26:14.4474524Z [00:02:53.129]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build1823208636/b845/_pkg_.a
2025-08-20T20:26:14.4475055Z [00:02:53.129]➜  packagefile go.opencensus.io/tag=/tmp/go-build1823208636/b843/_pkg_.a
2025-08-20T20:26:14.4475727Z [00:02:53.129]➜  packagefile go.opencensus.io/trace=/tmp/go-build1823208636/b848/_pkg_.a
2025-08-20T20:26:14.4476583Z [00:02:53.129]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build1823208636/b854/_pkg_.a
2025-08-20T20:26:14.4477288Z [00:02:53.129]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:14.4477873Z [00:02:53.129]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:14.4478469Z [00:02:53.129]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:14.4479072Z [00:02:53.129]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1823208636/b805/_pkg_.a
2025-08-20T20:26:14.4479695Z [00:02:53.129]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build1823208636/b859/_pkg_.a
2025-08-20T20:26:14.4480357Z [00:02:53.129]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1823208636/b864/_pkg_.a
2025-08-20T20:26:14.4481168Z [00:02:53.129]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build1823208636/b866/_pkg_.a
2025-08-20T20:26:14.4481843Z [00:02:53.129]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:14.4482424Z [00:02:53.129]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:14.4483041Z [00:02:53.129]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:14.4483667Z [00:02:53.129]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:14.4484464Z [00:02:53.129]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build1823208636/b798/_pkg_.a
2025-08-20T20:26:14.4485172Z [00:02:53.129]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build1823208636/b723/_pkg_.a
2025-08-20T20:26:14.4486168Z [00:02:53.129]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build1823208636/b725/_pkg_.a
2025-08-20T20:26:14.4486933Z [00:02:53.129]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build1823208636/b726/_pkg_.a
2025-08-20T20:26:14.4487704Z [00:02:53.129]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build1823208636/b734/_pkg_.a
2025-08-20T20:26:14.4488544Z [00:02:53.129]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:14.4489123Z [00:02:53.129]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build1823208636/b867/_pkg_.a
2025-08-20T20:26:14.4489711Z [00:02:53.129]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:14.4490341Z [00:02:53.129]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:14.4490991Z [00:02:53.129]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build1823208636/b873/_pkg_.a
2025-08-20T20:26:14.4491639Z [00:02:53.130]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:14.4492263Z [00:02:53.130]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:14.4492837Z [00:02:53.130]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1823208636/b643/_pkg_.a
2025-08-20T20:26:14.4493456Z [00:02:53.130]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build1823208636/b874/_pkg_.a
2025-08-20T20:26:14.4494068Z [00:02:53.130]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:14.4494698Z [00:02:53.130]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build1823208636/b878/_pkg_.a
2025-08-20T20:26:14.4495338Z [00:02:53.130]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:14.4496156Z [00:02:53.130]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1823208636/b545/_pkg_.a
2025-08-20T20:26:14.4496856Z [00:02:53.130]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:14.4497706Z [00:02:53.130]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:14.4498506Z [00:02:53.130]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:14.4499235Z [00:02:53.130]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:14.4499809Z [00:02:53.130]➜  packagefile hash/fnv=/tmp/go-build1823208636/b310/_pkg_.a
2025-08-20T20:26:14.4500229Z [00:02:53.130]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:14.4500630Z [00:02:53.130]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:14.4501036Z [00:02:53.130]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:14.4501453Z [00:02:53.130]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:14.4501990Z [00:02:53.130]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:14.4502482Z [00:02:53.130]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:14.4502894Z [00:02:53.130]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:14.4503319Z [00:02:53.130]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:14.4503764Z [00:02:53.130]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:26:14.4504208Z [00:02:53.130]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:14.4504786Z [00:02:53.130]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.4505207Z [00:02:53.130]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:14.4505788Z [00:02:53.130]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:14.4506280Z [00:02:53.130]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:14.4506599Z [00:02:53.130]➜  EOF
2025-08-20T20:26:14.4555174Z [00:02:53.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0=>cloud.google.com/go/spanner@v1.82.0;$WORK/b714=>" -p cloud.google.com/go/spanner -lang=go1.23 -complete -installsuffix shared -buildid 3-9lwfVx6yUkEBxiFHwi/3-9lwfVx6yUkEBxiFHwi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/batch.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/client.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/doc.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/errors.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/grpc_client.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/key.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/metrics.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/metrics_monitoring_exporter.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/mutation.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/ot_metrics.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/pdml.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/protoutils.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/read.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/request_id_header.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/retry.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/row.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/session.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/sessionclient.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/statement.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/stats.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/timestampbound.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/transaction.go /root/go/pkg/mod/cloud.google.com/go/spanner@v1.82.0/value.go
2025-08-20T20:26:14.5119046Z [00:02:53.198]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T20:26:14.5134714Z [00:02:53.199]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/4a/4aa09d7341171df1e6a3f2317bbe5d1a15386137ce3e20b02c1feea598fe9504-d # internal
2025-08-20T20:26:14.5143140Z [00:02:53.200]➜  cloud.google.com/go/storage
2025-08-20T20:26:14.5148306Z [00:02:53.201]➜  mkdir -p $WORK/b1011/
2025-08-20T20:26:14.5155464Z [00:02:53.202]➜  cat >/tmp/go-build1823208636/b1011/importcfg << 'EOF' # internal
2025-08-20T20:26:14.5157218Z [00:02:53.202]➜  # import config
2025-08-20T20:26:14.5157576Z [00:02:53.202]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.5158102Z [00:02:53.202]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:14.5158697Z [00:02:53.202]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:14.5159272Z [00:02:53.202]➜  packagefile cloud.google.com/go/iam=/tmp/go-build1823208636/b1012/_pkg_.a
2025-08-20T20:26:14.5160148Z [00:02:53.202]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build1823208636/b1005/_pkg_.a
2025-08-20T20:26:14.5160821Z [00:02:53.202]➜  packagefile cloud.google.com/go/internal=/tmp/go-build1823208636/b1013/_pkg_.a
2025-08-20T20:26:14.5161430Z [00:02:53.202]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build1823208636/b1014/_pkg_.a
2025-08-20T20:26:14.5162087Z [00:02:53.202]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build1823208636/b718/_pkg_.a
2025-08-20T20:26:14.5162706Z [00:02:53.202]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build1823208636/b1015/_pkg_.a
2025-08-20T20:26:14.5165806Z [00:02:53.202]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build1823208636/b1016/_pkg_.a
2025-08-20T20:26:14.5172406Z [00:02:53.202]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build1823208636/b1017/_pkg_.a
2025-08-20T20:26:14.5173071Z [00:02:53.202]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build1823208636/b1018/_pkg_.a
2025-08-20T20:26:14.5173817Z [00:02:53.202]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build1823208636/b1019/_pkg_.a
2025-08-20T20:26:14.5174402Z [00:02:53.202]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:14.5175091Z [00:02:53.202]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:14.5175689Z [00:02:53.202]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:14.5176217Z [00:02:53.202]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:14.5176678Z [00:02:53.202]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:14.5177144Z [00:02:53.202]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:14.5177615Z [00:02:53.202]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:14.5178096Z [00:02:53.202]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:14.5178579Z [00:02:53.202]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:14.5179052Z [00:02:53.202]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:14.5179517Z [00:02:53.202]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:14.5179961Z [00:02:53.202]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.5180376Z [00:02:53.202]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.5181081Z [00:02:53.202]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build1823208636/b1021/_pkg_.a
2025-08-20T20:26:14.5181814Z [00:02:53.202]➜  packagefile github.com/google/uuid=/tmp/go-build1823208636/b381/_pkg_.a
2025-08-20T20:26:14.5182376Z [00:02:53.202]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:14.5183012Z [00:02:53.202]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build1823208636/b735/_pkg_.a
2025-08-20T20:26:14.5183844Z [00:02:53.202]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build1823208636/b854/_pkg_.a
2025-08-20T20:26:14.5184529Z [00:02:53.202]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:14.5185113Z [00:02:53.202]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:14.5188495Z [00:02:53.202]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:14.5189166Z [00:02:53.202]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build1823208636/b859/_pkg_.a
2025-08-20T20:26:14.5189834Z [00:02:53.202]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1823208636/b864/_pkg_.a
2025-08-20T20:26:14.5190495Z [00:02:53.202]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1823208636/b856/_pkg_.a
2025-08-20T20:26:14.5191253Z [00:02:53.202]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:14.5191904Z [00:02:53.202]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:14.5192525Z [00:02:53.202]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build1823208636/b1023/_pkg_.a
2025-08-20T20:26:14.5193143Z [00:02:53.202]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:14.5193717Z [00:02:53.202]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:14.5194339Z [00:02:53.202]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:14.5195142Z [00:02:53.202]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build1823208636/b1025/_pkg_.a
2025-08-20T20:26:14.5195869Z [00:02:53.202]➜  packagefile google.golang.org/api/transport=/tmp/go-build1823208636/b1026/_pkg_.a
2025-08-20T20:26:14.5196498Z [00:02:53.202]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1823208636/b825/_pkg_.a
2025-08-20T20:26:14.5197188Z [00:02:53.202]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build1823208636/b1020/_pkg_.a
2025-08-20T20:26:14.5197905Z [00:02:53.202]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build1823208636/b1006/_pkg_.a
2025-08-20T20:26:14.5198684Z [00:02:53.202]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:14.5199258Z [00:02:53.202]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build1823208636/b867/_pkg_.a
2025-08-20T20:26:14.5199852Z [00:02:53.202]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:14.5200428Z [00:02:53.202]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1823208636/b615/_pkg_.a
2025-08-20T20:26:14.5201057Z [00:02:53.202]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:14.5201664Z [00:02:53.202]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1823208636/b617/_pkg_.a
2025-08-20T20:26:14.5202242Z [00:02:53.202]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:14.5202875Z [00:02:53.202]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build1823208636/b874/_pkg_.a
2025-08-20T20:26:14.5203497Z [00:02:53.202]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:14.5204127Z [00:02:53.202]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build1823208636/b878/_pkg_.a
2025-08-20T20:26:14.5204824Z [00:02:53.202]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:26:14.5205464Z [00:02:53.202]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:14.5206278Z [00:02:53.202]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:14.5207261Z [00:02:53.202]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:14.5208059Z [00:02:53.202]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build1823208636/b653/_pkg_.a
2025-08-20T20:26:14.5208803Z [00:02:53.202]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:14.5209390Z [00:02:53.202]➜  packagefile hash/crc32=/tmp/go-build1823208636/b150/_pkg_.a
2025-08-20T20:26:14.5209812Z [00:02:53.202]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:14.5210235Z [00:02:53.202]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:26:14.5210656Z [00:02:53.202]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:14.5211060Z [00:02:53.202]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:14.5211581Z [00:02:53.202]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:14.5212104Z [00:02:53.202]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.5212537Z [00:02:53.202]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:14.5212948Z [00:02:53.202]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:14.5213360Z [00:02:53.202]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:14.5213782Z [00:02:53.202]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:14.5214194Z [00:02:53.202]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:14.5214767Z [00:02:53.202]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:14.5215194Z [00:02:53.202]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.5220681Z [00:02:53.202]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:14.5221253Z [00:02:53.202]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:14.5221713Z [00:02:53.202]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:14.5222057Z [00:02:53.202]➜  EOF
2025-08-20T20:26:14.5228978Z [00:02:53.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1011/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0=>cloud.google.com/go/storage@v1.55.0;$WORK/b1011=>" -p cloud.google.com/go/storage -lang=go1.23 -complete -installsuffix shared -buildid UqmYv_qipC8qlm_eOCYo/UqmYv_qipC8qlm_eOCYo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1011/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/acl.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/bucket.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/copy.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/dynamic_delay.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/grpc_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/grpc_dp.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/grpc_metrics.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/grpc_reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/grpc_reader_multi_range.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/grpc_writer.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/hmac.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/http_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/iam.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/invoke.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/notifications.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/option.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/post_policy_v4.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/storage.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/trace.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.55.0/writer.go
2025-08-20T20:26:14.5778999Z [00:02:53.264]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T20:26:14.5849316Z [00:02:53.271]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/6d/6dfddc4e2e228c76db2ff06713b6d64610fbee8b54de884f925b52bec72f3936-d # internal
2025-08-20T20:26:14.5877982Z [00:02:53.274]➜  github.com/spf13/viper/internal/encoding/toml
2025-08-20T20:26:14.5880874Z [00:02:53.274]➜  mkdir -p $WORK/b1130/
2025-08-20T20:26:14.5985463Z [00:02:53.284]➜  cat >/tmp/go-build1823208636/b1130/importcfg << 'EOF' # internal
2025-08-20T20:26:14.5986639Z [00:02:53.284]➜  # import config
2025-08-20T20:26:14.5987542Z [00:02:53.284]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build1823208636/b1131/_pkg_.a
2025-08-20T20:26:14.5988581Z [00:02:53.284]➜  EOF
2025-08-20T20:26:14.5991391Z [00:02:53.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1130/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/toml=>github.com/spf13/viper@v1.20.1/internal/encoding/toml;$WORK/b1130=>" -p github.com/spf13/viper/internal/encoding/toml -lang=go1.21 -complete -installsuffix shared -buildid AbybQ8M95PI3UvZe0rIZ/AbybQ8M95PI3UvZe0rIZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/toml/codec.go
2025-08-20T20:26:14.6170870Z [00:02:53.303]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T20:26:14.6174876Z [00:02:53.304]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/3a/3a33eb0653621a2f3e8c8c51c161d8dd5e7d6d6de7135347bfbaf449eff80ecd-d # internal
2025-08-20T20:26:14.6178417Z [00:02:53.304]➜  github.com/spf13/viper
2025-08-20T20:26:14.6179214Z [00:02:53.304]➜  mkdir -p $WORK/b1111/
2025-08-20T20:26:14.6184559Z [00:02:53.304]➜  cat >/tmp/go-build1823208636/b1111/importcfg << 'EOF' # internal
2025-08-20T20:26:14.6185201Z [00:02:53.305]➜  # import config
2025-08-20T20:26:14.6186537Z [00:02:53.305]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.6187024Z [00:02:53.305]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:14.6187482Z [00:02:53.305]➜  packagefile encoding/csv=/tmp/go-build1823208636/b395/_pkg_.a
2025-08-20T20:26:14.6188199Z [00:02:53.305]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.6188616Z [00:02:53.305]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.6189120Z [00:02:53.305]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build1823208636/b1112/_pkg_.a
2025-08-20T20:26:14.6189735Z [00:02:53.305]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build1823208636/b1114/_pkg_.a
2025-08-20T20:26:14.6190355Z [00:02:53.305]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build1823208636/b1116/_pkg_.a
2025-08-20T20:26:14.6190931Z [00:02:53.305]➜  packagefile github.com/spf13/afero=/tmp/go-build1823208636/b1121/_pkg_.a
2025-08-20T20:26:14.6191462Z [00:02:53.305]➜  packagefile github.com/spf13/cast=/tmp/go-build1823208636/b386/_pkg_.a
2025-08-20T20:26:14.6191995Z [00:02:53.305]➜  packagefile github.com/spf13/pflag=/tmp/go-build1823208636/b394/_pkg_.a
2025-08-20T20:26:14.6192636Z [00:02:53.305]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build1823208636/b1124/_pkg_.a
2025-08-20T20:26:14.6193356Z [00:02:53.305]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build1823208636/b1129/_pkg_.a
2025-08-20T20:26:14.6194062Z [00:02:53.305]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build1823208636/b1130/_pkg_.a
2025-08-20T20:26:14.6194769Z [00:02:53.305]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build1823208636/b1136/_pkg_.a
2025-08-20T20:26:14.6195448Z [00:02:53.305]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build1823208636/b1137/_pkg_.a
2025-08-20T20:26:14.6196218Z [00:02:53.305]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:14.6196645Z [00:02:53.305]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:14.6197235Z [00:02:53.305]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:14.6197762Z [00:02:53.305]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:14.6198224Z [00:02:53.305]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:14.6198653Z [00:02:53.305]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:14.6199072Z [00:02:53.305]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:14.6199500Z [00:02:53.305]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:14.6199920Z [00:02:53.305]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.6200338Z [00:02:53.305]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:14.6200742Z [00:02:53.305]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:14.6201305Z [00:02:53.305]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:14.6201686Z [00:02:53.305]➜  EOF
2025-08-20T20:26:14.6205058Z [00:02:53.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1111/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1=>github.com/spf13/viper@v1.20.1;$WORK/b1111=>" -p github.com/spf13/viper -lang=go1.21 -complete -installsuffix shared -buildid lGWW93s8mwtTAfKOvx_r/lGWW93s8mwtTAfKOvx_r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/encoding.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/experimental.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/file.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/finder.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/flags.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/logger.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/remote.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/util.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/viper.go
2025-08-20T20:26:14.6305605Z [00:02:53.316]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T20:26:14.6346831Z [00:02:53.320]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/3a/3aa74cc277e0eabd9b40577d8b98eb4ba25e66cb7012f65e2e73ee9d2d0391fc-d # internal
2025-08-20T20:26:14.6356099Z [00:02:53.321]➜  github.com/opentracing/opentracing-go/ext
2025-08-20T20:26:14.6356491Z [00:02:53.321]➜  mkdir -p $WORK/b1150/
2025-08-20T20:26:14.6374479Z [00:02:53.322]➜  cat >/tmp/go-build1823208636/b1150/importcfg << 'EOF' # internal
2025-08-20T20:26:14.6375258Z [00:02:53.322]➜  # import config
2025-08-20T20:26:14.6376450Z [00:02:53.322]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build1823208636/b1148/_pkg_.a
2025-08-20T20:26:14.6377169Z [00:02:53.322]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build1823208636/b1149/_pkg_.a
2025-08-20T20:26:14.6377608Z [00:02:53.322]➜  EOF
2025-08-20T20:26:14.6379904Z [00:02:53.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1150/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/ext=>github.com/opentracing/opentracing-go@v1.2.0/ext;$WORK/b1150=>" -p github.com/opentracing/opentracing-go/ext -lang=go1.14 -complete -installsuffix shared -buildid 8WP4uyc0OXHOSbIVi9wr/8WP4uyc0OXHOSbIVi9wr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/ext/field.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/ext/tags.go
2025-08-20T20:26:14.6826720Z [00:02:53.368]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T20:26:14.6827522Z [00:02:53.369]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/0a/0a76f1088c6481d780c9d22a946611e267c22658113dc91ce89728e8d97495d3-d # internal
2025-08-20T20:26:14.6838729Z [00:02:53.369]➜  go.opentelemetry.io/otel/semconv/v1.17.0
2025-08-20T20:26:14.6839079Z [00:02:53.369]➜  mkdir -p $WORK/b1151/
2025-08-20T20:26:14.6839491Z [00:02:53.369]➜  cat >/tmp/go-build1823208636/b1151/importcfg << 'EOF' # internal
2025-08-20T20:26:14.6839843Z [00:02:53.369]➜  # import config
2025-08-20T20:26:14.6840596Z [00:02:53.369]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:14.6841066Z [00:02:53.369]➜  EOF
2025-08-20T20:26:14.6844728Z [00:02:53.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1151/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0;$WORK/b1151=>" -p go.opentelemetry.io/otel/semconv/v1.17.0 -lang=go1.23 -complete -installsuffix shared -buildid T5KlCX5w9CB-qsoShdn_/T5KlCX5w9CB-qsoShdn_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/trace.go
2025-08-20T20:26:14.8223218Z [00:02:53.508]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T20:26:14.8257145Z [00:02:53.511]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/eb/eb6b0001af8b99497329e3816829b8e1506823bd1102dcaf7d6b10f84ee22ef0-d # internal
2025-08-20T20:26:14.8257814Z [00:02:53.511]➜  go.opentelemetry.io/otel/semconv/internal/v2
2025-08-20T20:26:14.8274218Z [00:02:53.511]➜  mkdir -p $WORK/b1153/
2025-08-20T20:26:14.8277029Z [00:02:53.511]➜  cat >/tmp/go-build1823208636/b1153/importcfg << 'EOF' # internal
2025-08-20T20:26:14.8277835Z [00:02:53.511]➜  # import config
2025-08-20T20:26:14.8278221Z [00:02:53.511]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.8278777Z [00:02:53.511]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:14.8279381Z [00:02:53.511]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:14.8279869Z [00:02:53.511]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:14.8281730Z [00:02:53.511]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.8282177Z [00:02:53.511]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:14.8282611Z [00:02:53.511]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.8282942Z [00:02:53.511]➜  EOF
2025-08-20T20:26:14.8285438Z [00:02:53.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1153/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/internal/v2=>go.opentelemetry.io/otel@v1.37.0/semconv/internal/v2;$WORK/b1153=>" -p go.opentelemetry.io/otel/semconv/internal/v2 -lang=go1.23 -complete -installsuffix shared -buildid jE4ed6_zGWVJXZcQ5H9H/jE4ed6_zGWVJXZcQ5H9H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/internal/v2/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/internal/v2/net.go
2025-08-20T20:26:14.8391140Z [00:02:53.525]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T20:26:14.8427356Z [00:02:53.529]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/85/85ad0aad3a2149b74fe5b76173060d103a8b1c1ac57b636bc337cf6c5a8275cc-d # internal
2025-08-20T20:26:14.8433415Z [00:02:53.529]➜  github.com/sigstore/rekor/pkg/types/intoto/v0.0.2
2025-08-20T20:26:14.8435721Z [00:02:53.529]➜  mkdir -p $WORK/b1109/
2025-08-20T20:26:14.8437471Z [00:02:53.530]➜  cat >/tmp/go-build1823208636/b1109/importcfg << 'EOF' # internal
2025-08-20T20:26:14.8437850Z [00:02:53.530]➜  # import config
2025-08-20T20:26:14.8438192Z [00:02:53.530]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.8438825Z [00:02:53.530]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:14.8439301Z [00:02:53.530]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:14.8439748Z [00:02:53.530]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:14.8440230Z [00:02:53.530]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:14.8440700Z [00:02:53.530]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:14.8441197Z [00:02:53.530]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:14.8441829Z [00:02:53.530]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.8442248Z [00:02:53.530]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.8442736Z [00:02:53.530]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:14.8443299Z [00:02:53.530]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:14.8443912Z [00:02:53.530]➜  packagefile github.com/in-toto/in-toto-golang/in_toto=/tmp/go-build1823208636/b1097/_pkg_.a
2025-08-20T20:26:14.8444621Z [00:02:53.530]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/dsse=/tmp/go-build1823208636/b495/_pkg_.a
2025-08-20T20:26:14.8445369Z [00:02:53.530]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:14.8446239Z [00:02:53.530]➜  packagefile github.com/sigstore/rekor/pkg/log=/tmp/go-build1823208636/b1052/_pkg_.a
2025-08-20T20:26:14.8446867Z [00:02:53.530]➜  packagefile github.com/sigstore/rekor/pkg/pki=/tmp/go-build1823208636/b1067/_pkg_.a
2025-08-20T20:26:14.8447499Z [00:02:53.530]➜  packagefile github.com/sigstore/rekor/pkg/pki/x509=/tmp/go-build1823208636/b1094/_pkg_.a
2025-08-20T20:26:14.8448136Z [00:02:53.530]➜  packagefile github.com/sigstore/rekor/pkg/types=/tmp/go-build1823208636/b1050/_pkg_.a
2025-08-20T20:26:14.8448796Z [00:02:53.530]➜  packagefile github.com/sigstore/rekor/pkg/types/intoto=/tmp/go-build1823208636/b1110/_pkg_.a
2025-08-20T20:26:14.8449475Z [00:02:53.530]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:14.8450407Z [00:02:53.530]➜  packagefile github.com/sigstore/sigstore/pkg/signature/options=/tmp/go-build1823208636/b553/_pkg_.a
2025-08-20T20:26:14.8451043Z [00:02:53.530]➜  packagefile github.com/spf13/viper=/tmp/go-build1823208636/b1111/_pkg_.a
2025-08-20T20:26:14.8451581Z [00:02:53.530]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1823208636/b1095/_pkg_.a
2025-08-20T20:26:14.8452056Z [00:02:53.530]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:14.8452489Z [00:02:53.530]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:14.8452936Z [00:02:53.530]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.8453252Z [00:02:53.530]➜  EOF
2025-08-20T20:26:14.8455495Z [00:02:53.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1109/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/intoto/v0.0.2=>github.com/sigstore/rekor@v1.3.10/pkg/types/intoto/v0.0.2;$WORK/b1109=>" -p github.com/sigstore/rekor/pkg/types/intoto/v0.0.2 -lang=go1.23 -complete -installsuffix shared -buildid kSvBlC8YHKNQByWh-N4l/kSvBlC8YHKNQByWh-N4l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/types/intoto/v0.0.2/entry.go
2025-08-20T20:26:14.8969726Z [00:02:53.583]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T20:26:14.8982211Z [00:02:53.584]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/1d/1dc9b2424cfadc903c15f8b50112de97503c41178d7583daca2e16e7ca4da8fa-d # internal
2025-08-20T20:26:14.8989985Z [00:02:53.585]➜  go.opentelemetry.io/otel/semconv/v1.17.0/httpconv
2025-08-20T20:26:14.8997349Z [00:02:53.585]➜  mkdir -p $WORK/b1152/
2025-08-20T20:26:14.8998019Z [00:02:53.585]➜  cat >/tmp/go-build1823208636/b1152/importcfg << 'EOF' # internal
2025-08-20T20:26:14.8998469Z [00:02:53.585]➜  # import config
2025-08-20T20:26:14.8998920Z [00:02:53.585]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:14.8999529Z [00:02:53.585]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:14.9000169Z [00:02:53.585]➜  packagefile go.opentelemetry.io/otel/semconv/internal/v2=/tmp/go-build1823208636/b1153/_pkg_.a
2025-08-20T20:26:14.9000843Z [00:02:53.585]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build1823208636/b1151/_pkg_.a
2025-08-20T20:26:14.9001583Z [00:02:53.585]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.9001902Z [00:02:53.585]➜  EOF
2025-08-20T20:26:14.9003995Z [00:02:53.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1152/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/httpconv=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/httpconv;$WORK/b1152=>" -p go.opentelemetry.io/otel/semconv/v1.17.0/httpconv -lang=go1.23 -complete -installsuffix shared -buildid HgQOn9yDUmvfTy6iwWJm/HgQOn9yDUmvfTy6iwWJm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.17.0/httpconv/http.go
2025-08-20T20:26:14.9131492Z [00:02:53.599]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T20:26:14.9150977Z [00:02:53.601]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/fa/fa7abbfb570cbe5ec8700f7d1a9b5be77d448ef10cfe1f7cbaa59e225efc5c0a-d # internal
2025-08-20T20:26:14.9159060Z [00:02:53.602]➜  github.com/google/certificate-transparency-go/asn1
2025-08-20T20:26:14.9160129Z [00:02:53.602]➜  mkdir -p $WORK/b1161/
2025-08-20T20:26:14.9170508Z [00:02:53.603]➜  cat >/tmp/go-build1823208636/b1161/importcfg << 'EOF' # internal
2025-08-20T20:26:14.9174823Z [00:02:53.603]➜  # import config
2025-08-20T20:26:14.9175293Z [00:02:53.603]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.9178557Z [00:02:53.604]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.9179071Z [00:02:53.604]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:14.9179745Z [00:02:53.604]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:14.9180203Z [00:02:53.604]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:14.9180628Z [00:02:53.604]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:14.9181063Z [00:02:53.604]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.9181478Z [00:02:53.604]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:14.9181918Z [00:02:53.604]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:26:14.9182379Z [00:02:53.604]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:14.9182718Z [00:02:53.604]➜  EOF
2025-08-20T20:26:14.9191493Z [00:02:53.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/asn1=>github.com/google/certificate-transparency-go@v1.3.2/asn1;$WORK/b1161=>" -p github.com/google/certificate-transparency-go/asn1 -lang=go1.23 -complete -installsuffix shared -buildid ebDFj01tcxXkq-Y8JGxB/ebDFj01tcxXkq-Y8JGxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/asn1/asn1.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/asn1/common.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/asn1/marshal.go
2025-08-20T20:26:14.9238765Z [00:02:53.610]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T20:26:14.9246923Z [00:02:53.611]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/45/453b8a7ce2567c5534c4bf6a032c0751906bcb0175589fe8962a8d0108cba285-d # internal
2025-08-20T20:26:14.9257124Z [00:02:53.611]➜  github.com/go-openapi/runtime/client
2025-08-20T20:26:14.9257473Z [00:02:53.611]➜  mkdir -p $WORK/b1140/
2025-08-20T20:26:14.9257862Z [00:02:53.612]➜  cat >/tmp/go-build1823208636/b1140/importcfg << 'EOF' # internal
2025-08-20T20:26:14.9258223Z [00:02:53.612]➜  # import config
2025-08-20T20:26:14.9258562Z [00:02:53.612]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:14.9258981Z [00:02:53.612]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:14.9259672Z [00:02:53.612]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:14.9260116Z [00:02:53.612]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:14.9260570Z [00:02:53.612]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:14.9261019Z [00:02:53.612]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:14.9261476Z [00:02:53.612]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:14.9261950Z [00:02:53.612]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:14.9262423Z [00:02:53.612]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:14.9263041Z [00:02:53.612]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:14.9263457Z [00:02:53.612]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:14.9263951Z [00:02:53.612]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:14.9264559Z [00:02:53.612]➜  packagefile github.com/go-openapi/runtime/logger=/tmp/go-build1823208636/b1141/_pkg_.a
2025-08-20T20:26:14.9265203Z [00:02:53.612]➜  packagefile github.com/go-openapi/runtime/middleware=/tmp/go-build1823208636/b1142/_pkg_.a
2025-08-20T20:26:14.9266067Z [00:02:53.612]➜  packagefile github.com/go-openapi/runtime/yamlpc=/tmp/go-build1823208636/b1147/_pkg_.a
2025-08-20T20:26:14.9266669Z [00:02:53.612]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:14.9267285Z [00:02:53.612]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build1823208636/b1148/_pkg_.a
2025-08-20T20:26:14.9267949Z [00:02:53.612]➜  packagefile github.com/opentracing/opentracing-go/ext=/tmp/go-build1823208636/b1150/_pkg_.a
2025-08-20T20:26:14.9268621Z [00:02:53.612]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build1823208636/b1149/_pkg_.a
2025-08-20T20:26:14.9269224Z [00:02:53.612]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:14.9269807Z [00:02:53.612]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:14.9270399Z [00:02:53.612]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:14.9271011Z [00:02:53.612]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1823208636/b696/_pkg_.a
2025-08-20T20:26:14.9271811Z [00:02:53.612]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build1823208636/b1151/_pkg_.a
2025-08-20T20:26:14.9272609Z [00:02:53.612]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0/httpconv=/tmp/go-build1823208636/b1152/_pkg_.a
2025-08-20T20:26:14.9273260Z [00:02:53.612]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:14.9273741Z [00:02:53.612]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:14.9274141Z [00:02:53.612]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:14.9274546Z [00:02:53.612]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:14.9274988Z [00:02:53.612]➜  packagefile mime/multipart=/tmp/go-build1823208636/b220/_pkg_.a
2025-08-20T20:26:14.9275440Z [00:02:53.612]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:14.9296814Z [00:02:53.612]➜  packagefile net/http/httputil=/tmp/go-build1823208636/b645/_pkg_.a
2025-08-20T20:26:14.9297397Z [00:02:53.612]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:26:14.9297861Z [00:02:53.612]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:14.9298281Z [00:02:53.612]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:14.9298686Z [00:02:53.612]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:14.9299125Z [00:02:53.612]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:14.9299571Z [00:02:53.612]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:14.9300177Z [00:02:53.612]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:14.9300610Z [00:02:53.612]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:14.9301037Z [00:02:53.612]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:14.9301345Z [00:02:53.612]➜  EOF
2025-08-20T20:26:14.9304892Z [00:02:53.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1140/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client=>github.com/go-openapi/runtime@v0.28.0/client;$WORK/b1140=>" -p github.com/go-openapi/runtime/client -lang=go1.20 -complete -installsuffix shared -buildid hYtsGrNCc_e_rmovPJuO/hYtsGrNCc_e_rmovPJuO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client/auth_info.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client/keepalive.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client/opentelemetry.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client/opentracing.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client/request.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client/response.go /root/go/pkg/mod/github.com/go-openapi/runtime@v0.28.0/client/runtime.go
2025-08-20T20:26:15.0459744Z [00:02:53.732]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T20:26:15.0484670Z [00:02:53.735]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/a5/a5ac742ef0ed75c5151904ddced584e6cdc91fe6df51f9532dfe6a43c655ba7b-d # internal
2025-08-20T20:26:15.0493952Z [00:02:53.735]➜  github.com/google/certificate-transparency-go/tls
2025-08-20T20:26:15.0494760Z [00:02:53.735]➜  mkdir -p $WORK/b1160/
2025-08-20T20:26:15.0504957Z [00:02:53.736]➜  cat >/tmp/go-build1823208636/b1160/importcfg << 'EOF' # internal
2025-08-20T20:26:15.0505351Z [00:02:53.737]➜  # import config
2025-08-20T20:26:15.0510019Z [00:02:53.737]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:15.0510574Z [00:02:53.737]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:15.0511026Z [00:02:53.737]➜  packagefile crypto/dsa=/tmp/go-build1823208636/b197/_pkg_.a
2025-08-20T20:26:15.0511488Z [00:02:53.737]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:15.0511956Z [00:02:53.737]➜  packagefile crypto/md5=/tmp/go-build1823208636/b189/_pkg_.a
2025-08-20T20:26:15.0512608Z [00:02:53.737]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:15.0513184Z [00:02:53.737]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:15.0513648Z [00:02:53.737]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:26:15.0514109Z [00:02:53.737]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:15.0514576Z [00:02:53.737]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:26:15.0515059Z [00:02:53.737]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:15.0515508Z [00:02:53.737]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:15.0516174Z [00:02:53.737]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.0518893Z [00:02:53.737]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build1823208636/b1161/_pkg_.a
2025-08-20T20:26:15.0519915Z [00:02:53.737]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:15.0520784Z [00:02:53.737]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:15.0521737Z [00:02:53.737]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:15.0522226Z [00:02:53.737]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:15.0522661Z [00:02:53.737]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:15.0522978Z [00:02:53.737]➜  EOF
2025-08-20T20:26:15.0526212Z [00:02:53.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1160/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/tls=>github.com/google/certificate-transparency-go@v1.3.2/tls;$WORK/b1160=>" -p github.com/google/certificate-transparency-go/tls -lang=go1.23 -complete -installsuffix shared -buildid 9G-jJkhSFVBls2Rwrjx4/9G-jJkhSFVBls2Rwrjx4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/tls/signature.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/tls/tls.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/tls/types.go
2025-08-20T20:26:15.0835729Z [00:02:53.770]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T20:26:15.0859635Z [00:02:53.772]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/81/817cc77d8edafc390e49cbb8806bb9b0ea869d8d3679afe8cdc21e1c3255f8ec-d # internal
2025-08-20T20:26:15.0861747Z [00:02:53.772]➜  github.com/sigstore/rekor/pkg/generated/client/entries
2025-08-20T20:26:15.0863432Z [00:02:53.772]➜  mkdir -p $WORK/b1154/
2025-08-20T20:26:15.0866764Z [00:02:53.773]➜  cat >/tmp/go-build1823208636/b1154/importcfg << 'EOF' # internal
2025-08-20T20:26:15.0868710Z [00:02:53.773]➜  # import config
2025-08-20T20:26:15.0869530Z [00:02:53.773]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:15.0870398Z [00:02:53.773]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:15.0870896Z [00:02:53.773]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.0871405Z [00:02:53.773]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:15.0871990Z [00:02:53.773]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:15.0872601Z [00:02:53.773]➜  packagefile github.com/go-openapi/runtime/client=/tmp/go-build1823208636/b1140/_pkg_.a
2025-08-20T20:26:15.0873199Z [00:02:53.773]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:15.0873754Z [00:02:53.773]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:15.0874402Z [00:02:53.773]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:15.0874956Z [00:02:53.773]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.0875803Z [00:02:53.773]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:15.0876308Z [00:02:53.773]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:15.0876630Z [00:02:53.773]➜  EOF
2025-08-20T20:26:15.0882449Z [00:02:53.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1154/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries=>github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries;$WORK/b1154=>" -p github.com/sigstore/rekor/pkg/generated/client/entries -lang=go1.23 -complete -installsuffix shared -buildid 6eIwbGR40sPMhvkGK2BW/6eIwbGR40sPMhvkGK2BW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries/create_log_entry_parameters.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries/create_log_entry_responses.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries/entries_client.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries/get_log_entry_by_index_parameters.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries/get_log_entry_by_index_responses.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries/get_log_entry_by_uuid_parameters.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries/get_log_entry_by_uuid_responses.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries/search_log_query_parameters.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/entries/search_log_query_responses.go
2025-08-20T20:26:15.1411406Z [00:02:53.827]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T20:26:15.1430627Z [00:02:53.829]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/f4/f4feaeac1f502f392ad6dd819e6b13aaabf97c5d2dace36cf6e6533688437c93-d # internal
2025-08-20T20:26:15.1439511Z [00:02:53.830]➜  github.com/sigstore/rekor/pkg/generated/client/index
2025-08-20T20:26:15.1439985Z [00:02:53.830]➜  mkdir -p $WORK/b1155/
2025-08-20T20:26:15.1454538Z [00:02:53.831]➜  cat >/tmp/go-build1823208636/b1155/importcfg << 'EOF' # internal
2025-08-20T20:26:15.1455226Z [00:02:53.831]➜  # import config
2025-08-20T20:26:15.1455703Z [00:02:53.831]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:15.1456224Z [00:02:53.831]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:15.1456704Z [00:02:53.831]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.1457199Z [00:02:53.831]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:15.1457767Z [00:02:53.831]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:15.1458377Z [00:02:53.831]➜  packagefile github.com/go-openapi/runtime/client=/tmp/go-build1823208636/b1140/_pkg_.a
2025-08-20T20:26:15.1458973Z [00:02:53.831]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:15.1459620Z [00:02:53.831]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:15.1460172Z [00:02:53.831]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.1460587Z [00:02:53.831]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:15.1461010Z [00:02:53.831]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:15.1461322Z [00:02:53.831]➜  EOF
2025-08-20T20:26:15.1464521Z [00:02:53.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1155/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/index=>github.com/sigstore/rekor@v1.3.10/pkg/generated/client/index;$WORK/b1155=>" -p github.com/sigstore/rekor/pkg/generated/client/index -lang=go1.23 -complete -installsuffix shared -buildid j2oCOI-gJ7I_RZK2jXCF/j2oCOI-gJ7I_RZK2jXCF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/index/index_client.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/index/search_index_parameters.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/index/search_index_responses.go
2025-08-20T20:26:15.1938573Z [00:02:53.880]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T20:26:15.1960296Z [00:02:53.881]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/e0/e08dfc726fffeddba144f5135e04b2268075cce1d50fe1d5a48c6bd335b358dd-d # internal
2025-08-20T20:26:15.1961029Z [00:02:53.881]➜  github.com/sigstore/rekor/pkg/generated/client/pubkey
2025-08-20T20:26:15.1961390Z [00:02:53.881]➜  mkdir -p $WORK/b1156/
2025-08-20T20:26:15.1961766Z [00:02:53.881]➜  cat >/tmp/go-build1823208636/b1156/importcfg << 'EOF' # internal
2025-08-20T20:26:15.1962321Z [00:02:53.881]➜  # import config
2025-08-20T20:26:15.1962745Z [00:02:53.881]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:15.1963204Z [00:02:53.881]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:15.1963647Z [00:02:53.881]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.1964140Z [00:02:53.881]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:15.1964707Z [00:02:53.881]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:15.1965470Z [00:02:53.881]➜  packagefile github.com/go-openapi/runtime/client=/tmp/go-build1823208636/b1140/_pkg_.a
2025-08-20T20:26:15.1966233Z [00:02:53.881]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:15.1966887Z [00:02:53.881]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:15.1967438Z [00:02:53.881]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.1967859Z [00:02:53.881]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:15.1968279Z [00:02:53.881]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:15.1968756Z [00:02:53.881]➜  EOF
2025-08-20T20:26:15.1971843Z [00:02:53.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1156/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/pubkey=>github.com/sigstore/rekor@v1.3.10/pkg/generated/client/pubkey;$WORK/b1156=>" -p github.com/sigstore/rekor/pkg/generated/client/pubkey -lang=go1.23 -complete -installsuffix shared -buildid 5lFlsVLEQDcU6UHD0m03/5lFlsVLEQDcU6UHD0m03 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/pubkey/get_public_key_parameters.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/pubkey/get_public_key_responses.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/pubkey/pubkey_client.go
2025-08-20T20:26:15.2037625Z [00:02:53.889]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T20:26:15.2057150Z [00:02:53.892]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/30/30a146858d092b33ff4c999cc8bbe87481230a3889a1dcd10391dc85a0564648-d # internal
2025-08-20T20:26:15.2068002Z [00:02:53.893]➜  github.com/sigstore/rekor/pkg/generated/client/tlog
2025-08-20T20:26:15.2069923Z [00:02:53.893]➜  mkdir -p $WORK/b1157/
2025-08-20T20:26:15.2071569Z [00:02:53.893]➜  cat >/tmp/go-build1823208636/b1157/importcfg << 'EOF' # internal
2025-08-20T20:26:15.2071948Z [00:02:53.893]➜  # import config
2025-08-20T20:26:15.2072302Z [00:02:53.893]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:15.2072753Z [00:02:53.893]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:15.2073210Z [00:02:53.893]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.2073923Z [00:02:53.893]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:15.2074565Z [00:02:53.893]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:15.2075186Z [00:02:53.893]➜  packagefile github.com/go-openapi/runtime/client=/tmp/go-build1823208636/b1140/_pkg_.a
2025-08-20T20:26:15.2075961Z [00:02:53.893]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:15.2076532Z [00:02:53.893]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:15.2077183Z [00:02:53.893]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:15.2077730Z [00:02:53.893]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.2078149Z [00:02:53.893]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:15.2078718Z [00:02:53.893]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:15.2079100Z [00:02:53.893]➜  EOF
2025-08-20T20:26:15.2082898Z [00:02:53.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1157/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/tlog=>github.com/sigstore/rekor@v1.3.10/pkg/generated/client/tlog;$WORK/b1157=>" -p github.com/sigstore/rekor/pkg/generated/client/tlog -lang=go1.23 -complete -installsuffix shared -buildid _BDPJvfe6GmPLrq8QxHx/_BDPJvfe6GmPLrq8QxHx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/tlog/get_log_info_parameters.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/tlog/get_log_info_responses.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/tlog/get_log_proof_parameters.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/tlog/get_log_proof_responses.go /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/tlog/tlog_client.go
2025-08-20T20:26:15.2663490Z [00:02:53.952]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T20:26:15.2729762Z [00:02:53.959]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/97/977657b033cdd2385b89b6c6c60a38318fc7ba4c72856182cc743ce48d27d82f-d # internal
2025-08-20T20:26:15.2747183Z [00:02:53.959]➜  github.com/google/certificate-transparency-go/x509/pkix
2025-08-20T20:26:15.2747598Z [00:02:53.959]➜  mkdir -p $WORK/b1163/
2025-08-20T20:26:15.2748019Z [00:02:53.959]➜  cat >/tmp/go-build1823208636/b1163/importcfg << 'EOF' # internal
2025-08-20T20:26:15.2748364Z [00:02:53.959]➜  # import config
2025-08-20T20:26:15.2748723Z [00:02:53.959]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:15.2749163Z [00:02:53.959]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.2749770Z [00:02:53.959]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build1823208636/b1161/_pkg_.a
2025-08-20T20:26:15.2750366Z [00:02:53.959]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:15.2750786Z [00:02:53.959]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:15.2751099Z [00:02:53.959]➜  EOF
2025-08-20T20:26:15.2753302Z [00:02:53.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/pkix=>github.com/google/certificate-transparency-go@v1.3.2/x509/pkix;$WORK/b1163=>" -p github.com/google/certificate-transparency-go/x509/pkix -lang=go1.23 -complete -installsuffix shared -buildid 6Q_lvfP9EkrZ5DB-1-aC/6Q_lvfP9EkrZ5DB-1-aC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/pkix/pkix.go
2025-08-20T20:26:15.2949786Z [00:02:53.981]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T20:26:15.2968217Z [00:02:53.982]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/5a/5a257c019ad283bdf52a702847d9a984d67939a78783cb479d6048a2db989505-d # internal
2025-08-20T20:26:15.2992102Z [00:02:53.985]➜  github.com/sigstore/rekor/pkg/generated/client
2025-08-20T20:26:15.2994796Z [00:02:53.985]➜  mkdir -p $WORK/b1139/
2025-08-20T20:26:15.2995787Z [00:02:53.985]➜  cat >/tmp/go-build1823208636/b1139/importcfg << 'EOF' # internal
2025-08-20T20:26:15.2996426Z [00:02:53.985]➜  # import config
2025-08-20T20:26:15.2997694Z [00:02:53.985]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:15.2998342Z [00:02:53.985]➜  packagefile github.com/go-openapi/runtime/client=/tmp/go-build1823208636/b1140/_pkg_.a
2025-08-20T20:26:15.2998937Z [00:02:53.985]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:15.3011564Z [00:02:53.985]➜  packagefile github.com/sigstore/rekor/pkg/generated/client/entries=/tmp/go-build1823208636/b1154/_pkg_.a
2025-08-20T20:26:15.3012660Z [00:02:53.985]➜  packagefile github.com/sigstore/rekor/pkg/generated/client/index=/tmp/go-build1823208636/b1155/_pkg_.a
2025-08-20T20:26:15.3013449Z [00:02:53.985]➜  packagefile github.com/sigstore/rekor/pkg/generated/client/pubkey=/tmp/go-build1823208636/b1156/_pkg_.a
2025-08-20T20:26:15.3014225Z [00:02:53.985]➜  packagefile github.com/sigstore/rekor/pkg/generated/client/tlog=/tmp/go-build1823208636/b1157/_pkg_.a
2025-08-20T20:26:15.3014688Z [00:02:53.985]➜  EOF
2025-08-20T20:26:15.3016917Z [00:02:53.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client=>github.com/sigstore/rekor@v1.3.10/pkg/generated/client;$WORK/b1139=>" -p github.com/sigstore/rekor/pkg/generated/client -lang=go1.23 -complete -installsuffix shared -buildid oIcua-l70U8EvX9q_7vG/oIcua-l70U8EvX9q_7vG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/generated/client/rekor_client.go
2025-08-20T20:26:15.3364029Z [00:02:54.022]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T20:26:15.3377871Z [00:02:54.024]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/8a/8ace985806c278f9c4e44121a7e50e255fe9078c124c56760f68620e5b22b925-d # internal
2025-08-20T20:26:15.3405928Z [00:02:54.026]➜  github.com/google/certificate-transparency-go/x509
2025-08-20T20:26:15.3406390Z [00:02:54.027]➜  mkdir -p $WORK/b1162/
2025-08-20T20:26:15.3415177Z [00:02:54.027]➜  cat >/tmp/go-build1823208636/b1162/importcfg << 'EOF' # internal
2025-08-20T20:26:15.3416787Z [00:02:54.028]➜  # import config
2025-08-20T20:26:15.3417941Z [00:02:54.028]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:15.3418715Z [00:02:54.028]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:15.3419723Z [00:02:54.028]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:26:15.3420266Z [00:02:54.028]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:26:15.3420749Z [00:02:54.028]➜  packagefile crypto/des=/tmp/go-build1823208636/b156/_pkg_.a
2025-08-20T20:26:15.3421204Z [00:02:54.028]➜  packagefile crypto/dsa=/tmp/go-build1823208636/b197/_pkg_.a
2025-08-20T20:26:15.3421673Z [00:02:54.028]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:15.3422150Z [00:02:54.028]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:26:15.3422616Z [00:02:54.028]➜  packagefile crypto/md5=/tmp/go-build1823208636/b189/_pkg_.a
2025-08-20T20:26:15.3423071Z [00:02:54.028]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:15.3423522Z [00:02:54.028]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:26:15.3423987Z [00:02:54.028]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:15.3424455Z [00:02:54.028]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:26:15.3425197Z [00:02:54.028]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:15.3425956Z [00:02:54.028]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:15.3426445Z [00:02:54.028]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:15.3426890Z [00:02:54.028]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:15.3427305Z [00:02:54.028]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.3427905Z [00:02:54.028]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build1823208636/b1161/_pkg_.a
2025-08-20T20:26:15.3428654Z [00:02:54.028]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build1823208636/b1160/_pkg_.a
2025-08-20T20:26:15.3431657Z [00:02:54.028]➜  packagefile github.com/google/certificate-transparency-go/x509/pkix=/tmp/go-build1823208636/b1163/_pkg_.a
2025-08-20T20:26:15.3432552Z [00:02:54.028]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1823208636/b707/_pkg_.a
2025-08-20T20:26:15.3433244Z [00:02:54.028]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1823208636/b708/_pkg_.a
2025-08-20T20:26:15.3433850Z [00:02:54.028]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build1823208636/b1072/_pkg_.a
2025-08-20T20:26:15.3434326Z [00:02:54.028]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.3434742Z [00:02:54.028]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:15.3435334Z [00:02:54.028]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:15.3435945Z [00:02:54.028]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:15.3436362Z [00:02:54.028]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:15.3436773Z [00:02:54.028]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:15.3437202Z [00:02:54.028]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:15.3437632Z [00:02:54.028]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:15.3438057Z [00:02:54.028]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:15.3438723Z [00:02:54.028]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:15.3439131Z [00:02:54.028]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:15.3439569Z [00:02:54.028]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:15.3439908Z [00:02:54.028]➜  EOF
2025-08-20T20:26:15.3447133Z [00:02:54.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509=>github.com/google/certificate-transparency-go@v1.3.2/x509;$WORK/b1162=>" -p github.com/google/certificate-transparency-go/x509 -lang=go1.23 -complete -installsuffix shared -buildid v8AueV1H7aH8JrlhuOtM/v8AueV1H7aH8JrlhuOtM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/cert_pool.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/curves.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/error.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/errors.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/names.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/pem_decrypt.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/pkcs1.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/pkcs8.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/revoked.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/root.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/root_linux.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/root_unix.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/rpki.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/sec1.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/verify.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509/x509.go
2025-08-20T20:26:15.3527556Z [00:02:54.039]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T20:26:15.3548628Z [00:02:54.041]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/a6/a6e07a7037e9247ef5416f08572292e766e1aa84547ab374747f66c1688e9c7d-d # internal
2025-08-20T20:26:15.3552653Z [00:02:54.041]➜  github.com/sigstore/rekor/pkg/verify
2025-08-20T20:26:15.3552998Z [00:02:54.041]➜  mkdir -p $WORK/b1138/
2025-08-20T20:26:15.3557591Z [00:02:54.042]➜  cat >/tmp/go-build1823208636/b1138/importcfg << 'EOF' # internal
2025-08-20T20:26:15.3557982Z [00:02:54.042]➜  # import config
2025-08-20T20:26:15.3558564Z [00:02:54.042]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:15.3559081Z [00:02:54.042]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:15.3559541Z [00:02:54.042]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:15.3560021Z [00:02:54.042]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:15.3560489Z [00:02:54.042]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:15.3560934Z [00:02:54.042]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:15.3561558Z [00:02:54.042]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.3562267Z [00:02:54.042]➜  packagefile github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer=/tmp/go-build1823208636/b564/_pkg_.a
2025-08-20T20:26:15.3563103Z [00:02:54.042]➜  packagefile github.com/sigstore/rekor/pkg/generated/client=/tmp/go-build1823208636/b1139/_pkg_.a
2025-08-20T20:26:15.3563848Z [00:02:54.042]➜  packagefile github.com/sigstore/rekor/pkg/generated/client/tlog=/tmp/go-build1823208636/b1157/_pkg_.a
2025-08-20T20:26:15.3564576Z [00:02:54.042]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:15.3565741Z [00:02:54.042]➜  packagefile github.com/sigstore/rekor/pkg/util=/tmp/go-build1823208636/b1108/_pkg_.a
2025-08-20T20:26:15.3566533Z [00:02:54.042]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:15.3567367Z [00:02:54.042]➜  packagefile github.com/sigstore/sigstore/pkg/signature/options=/tmp/go-build1823208636/b553/_pkg_.a
2025-08-20T20:26:15.3568194Z [00:02:54.042]➜  packagefile github.com/transparency-dev/merkle/proof=/tmp/go-build1823208636/b662/_pkg_.a
2025-08-20T20:26:15.3568987Z [00:02:54.042]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:15.3569521Z [00:02:54.042]➜  EOF
2025-08-20T20:26:15.3583230Z [00:02:54.044]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1138/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/verify=>github.com/sigstore/rekor@v1.3.10/pkg/verify;$WORK/b1138=>" -p github.com/sigstore/rekor/pkg/verify -lang=go1.23 -complete -installsuffix shared -buildid XzSDDgd4v6aD9PUcXyn7/XzSDDgd4v6aD9PUcXyn7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor@v1.3.10/pkg/verify/verify.go
2025-08-20T20:26:15.4217736Z [00:02:54.108]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T20:26:15.4230721Z [00:02:54.109]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/eb/ebdd0ac22373c414848a228fd235249c50192d037446c059f9622a6bc969b283-d # internal
2025-08-20T20:26:15.4240007Z [00:02:54.110]➜  github.com/google/certificate-transparency-go/client/configpb
2025-08-20T20:26:15.4240428Z [00:02:54.110]➜  mkdir -p $WORK/b1166/
2025-08-20T20:26:15.4241942Z [00:02:54.110]➜  cat >/tmp/go-build1823208636/b1166/importcfg << 'EOF' # internal
2025-08-20T20:26:15.4243248Z [00:02:54.110]➜  # import config
2025-08-20T20:26:15.4243837Z [00:02:54.110]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:15.4244567Z [00:02:54.110]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:15.4245290Z [00:02:54.110]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:15.4246119Z [00:02:54.110]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:15.4246554Z [00:02:54.110]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:15.4246863Z [00:02:54.110]➜  EOF
2025-08-20T20:26:15.4249373Z [00:02:54.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/client/configpb=>github.com/google/certificate-transparency-go@v1.3.2/client/configpb;$WORK/b1166=>" -p github.com/google/certificate-transparency-go/client/configpb -lang=go1.23 -complete -installsuffix shared -buildid 6cDkSrKtv8j_9vnBB85H/6cDkSrKtv8j_9vnBB85H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1166/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/client/configpb/multilog.pb.go
2025-08-20T20:26:15.4823702Z [00:02:54.168]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T20:26:15.4833874Z [00:02:54.169]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/67/679b832cf7cf678912cf8b41e123c3471f727dfedfb95dd9a62aab05f8a89eb9-d # internal
2025-08-20T20:26:15.4854770Z [00:02:54.171]➜  github.com/sigstore/sigstore-go/pkg/fulcio/certificate
2025-08-20T20:26:15.4856065Z [00:02:54.172]➜  mkdir -p $WORK/b1171/
2025-08-20T20:26:15.4858101Z [00:02:54.172]➜  cat >/tmp/go-build1823208636/b1171/importcfg << 'EOF' # internal
2025-08-20T20:26:15.4864169Z [00:02:54.172]➜  # import config
2025-08-20T20:26:15.4864576Z [00:02:54.172]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:15.4865067Z [00:02:54.172]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:26:15.4865899Z [00:02:54.172]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:26:15.4866348Z [00:02:54.172]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:15.4866764Z [00:02:54.172]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.4867344Z [00:02:54.172]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:26:15.4867905Z [00:02:54.172]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:15.4868221Z [00:02:54.172]➜  EOF
2025-08-20T20:26:15.4870828Z [00:02:54.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/fulcio/certificate=>github.com/sigstore/sigstore-go@v1.1.0/pkg/fulcio/certificate;$WORK/b1171=>" -p github.com/sigstore/sigstore-go/pkg/fulcio/certificate -lang=go1.24 -complete -installsuffix shared -buildid pWemmIOMnPoH-Ymtu9Xm/pWemmIOMnPoH-Ymtu9Xm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1171/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/fulcio/certificate/extensions.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/fulcio/certificate/summarize.go
2025-08-20T20:26:15.5817877Z [00:02:54.266]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T20:26:15.5821401Z [00:02:54.268]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/74/741c28c3724d75d9f13d077781abae42827ae18309f560b370ed2c8ad01762cd-d # internal
2025-08-20T20:26:15.5831604Z [00:02:54.269]➜  golang.org/x/mod/semver
2025-08-20T20:26:15.5832461Z [00:02:54.269]➜  mkdir -p $WORK/b1172/
2025-08-20T20:26:15.5834567Z [00:02:54.270]➜  cat >/tmp/go-build1823208636/b1172/importcfg << 'EOF' # internal
2025-08-20T20:26:15.5836041Z [00:02:54.270]➜  # import config
2025-08-20T20:26:15.5837088Z [00:02:54.270]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:15.5838462Z [00:02:54.270]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:15.5839052Z [00:02:54.270]➜  EOF
2025-08-20T20:26:15.5841205Z [00:02:54.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1172/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.26.0/semver=>golang.org/x/mod@v0.26.0/semver;$WORK/b1172=>" -p golang.org/x/mod/semver -lang=go1.23 -complete -installsuffix shared -buildid EvD138zutc6uPa4TdhhF/EvD138zutc6uPa4TdhhF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1172/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.26.0/semver/semver.go
2025-08-20T20:26:15.6813524Z [00:02:54.367]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T20:26:15.6821910Z [00:02:54.368]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/8f/8fae2202cddf069e3611c266eab9595912008261e86e518ea1fe8ac6ef82b747-d # internal
2025-08-20T20:26:15.6946470Z [00:02:54.381]➜  github.com/golang/snappy
2025-08-20T20:26:15.6949737Z [00:02:54.381]➜  mkdir -p $WORK/b1173/
2025-08-20T20:26:15.6950102Z [00:02:54.381]➜  echo -n > $WORK/b1173/go_asm.h # internal
2025-08-20T20:26:15.6950493Z [00:02:54.381]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T20:26:15.6951855Z [00:02:54.381]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b1173=>" -I $WORK/b1173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1173/symabis ./decode_arm64.s ./encode_arm64.s
2025-08-20T20:26:15.7033974Z [00:02:54.389]➜  cat >/tmp/go-build1823208636/b1173/importcfg << 'EOF' # internal
2025-08-20T20:26:15.7035471Z [00:02:54.390]➜  # import config
2025-08-20T20:26:15.7037467Z [00:02:54.390]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:15.7039270Z [00:02:54.390]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:15.7040167Z [00:02:54.390]➜  packagefile hash/crc32=/tmp/go-build1823208636/b150/_pkg_.a
2025-08-20T20:26:15.7041470Z [00:02:54.390]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.7041829Z [00:02:54.390]➜  EOF
2025-08-20T20:26:15.7042106Z [00:02:54.390]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:26:15.7044996Z [00:02:54.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1173/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b1173=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid BcBINpMWhUQoiplmyGIJ/BcBINpMWhUQoiplmyGIJ -goversion go1.25.0 -symabis $WORK/b1173/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1173/importcfg -pack -asmhdr $WORK/b1173/go_asm.h /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/decode.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/decode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/encode.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/encode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/snappy.go
2025-08-20T20:26:15.7447930Z [00:02:54.431]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T20:26:15.7449313Z [00:02:54.431]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b1173=>" -I $WORK/b1173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1173/decode_arm64.o ./decode_arm64.s
2025-08-20T20:26:15.7514143Z [00:02:54.437]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b1173=>" -I $WORK/b1173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1173/encode_arm64.o ./encode_arm64.s
2025-08-20T20:26:15.7555938Z [00:02:54.441]➜  go tool pack r $WORK/b1173/_pkg_.a $WORK/b1173/decode_arm64.o $WORK/b1173/encode_arm64.o # internal
2025-08-20T20:26:15.7556720Z [00:02:54.442]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T20:26:15.7562452Z [00:02:54.442]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/29/29f0546ce21c09b99958b7c72792967414edbecf56515aa18972cc0bcd7c1983-d # internal
2025-08-20T20:26:15.7569246Z [00:02:54.443]➜  github.com/cli/cli/v2/pkg/cmd/attestation/artifact/digest
2025-08-20T20:26:15.7569631Z [00:02:54.443]➜  mkdir -p $WORK/b1175/
2025-08-20T20:26:15.7570033Z [00:02:54.443]➜  cat >/tmp/go-build1823208636/b1175/importcfg << 'EOF' # internal
2025-08-20T20:26:15.7570379Z [00:02:54.443]➜  # import config
2025-08-20T20:26:15.7570740Z [00:02:54.443]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:15.7571207Z [00:02:54.443]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:26:15.7571915Z [00:02:54.443]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:15.7572433Z [00:02:54.443]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.7572847Z [00:02:54.443]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:15.7573254Z [00:02:54.443]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.7573557Z [00:02:54.443]➜  EOF
2025-08-20T20:26:15.7573823Z [00:02:54.443]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:26:15.7576233Z [00:02:54.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1175/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/digest=>github.com/cli/cli/v2/pkg/cmd/attestation/artifact/digest;$WORK/b1175=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/artifact/digest -lang=go1.24 -complete -installsuffix shared -buildid IHYR2ZW2FsFCHHyPRz3A/IHYR2ZW2FsFCHHyPRz3A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/digest/digest.go
2025-08-20T20:26:15.7824448Z [00:02:54.468]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T20:26:15.7825261Z [00:02:54.469]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/e3/e3321291dce86c785c03b3a98be6324a37e59b17e76dadc7126e0a955e734def-d # internal
2025-08-20T20:26:15.7837297Z [00:02:54.470]➜  github.com/docker/docker-credential-helpers/credentials
2025-08-20T20:26:15.7844670Z [00:02:54.470]➜  mkdir -p $WORK/b1183/
2025-08-20T20:26:15.7850431Z [00:02:54.471]➜  cat >/tmp/go-build1823208636/b1183/importcfg << 'EOF' # internal
2025-08-20T20:26:15.7851267Z [00:02:54.471]➜  # import config
2025-08-20T20:26:15.7851648Z [00:02:54.471]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:15.7852073Z [00:02:54.471]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:15.7852524Z [00:02:54.471]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:15.7852997Z [00:02:54.471]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:15.7853419Z [00:02:54.471]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.7853823Z [00:02:54.471]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.7854225Z [00:02:54.471]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:15.7854639Z [00:02:54.471]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:15.7854951Z [00:02:54.471]➜  EOF
2025-08-20T20:26:15.7858713Z [00:02:54.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1183/_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/b1183=>" -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/b1183/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-20T20:26:15.8544933Z [00:02:54.540]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T20:26:15.8556756Z [00:02:54.542]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/51/51f3948dbbfb15272da4c495e0a3289563005cf6ecd9b48efb423277fbabab7f-d # internal
2025-08-20T20:26:15.8557503Z [00:02:54.542]➜  github.com/docker/docker-credential-helpers/client
2025-08-20T20:26:15.8557848Z [00:02:54.542]➜  mkdir -p $WORK/b1182/
2025-08-20T20:26:15.8562794Z [00:02:54.542]➜  cat >/tmp/go-build1823208636/b1182/importcfg << 'EOF' # internal
2025-08-20T20:26:15.8563575Z [00:02:54.542]➜  # import config
2025-08-20T20:26:15.8565064Z [00:02:54.542]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:15.8567085Z [00:02:54.542]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:15.8567867Z [00:02:54.542]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.8568862Z [00:02:54.542]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build1823208636/b1183/_pkg_.a
2025-08-20T20:26:15.8576808Z [00:02:54.542]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.8578659Z [00:02:54.542]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:15.8579393Z [00:02:54.542]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:15.8579823Z [00:02:54.542]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:15.8580135Z [00:02:54.542]➜  EOF
2025-08-20T20:26:15.8582645Z [00:02:54.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1182/_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/b1182=>" -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/b1182/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-20T20:26:15.8610956Z [00:02:54.547]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T20:26:15.8662250Z [00:02:54.552]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/97/97be20f0d32f1191d5b9d27cd8ef4ba89b26d0f262ac42a6e95ead678ab13c48-d # internal
2025-08-20T20:26:15.8668180Z [00:02:54.553]➜  github.com/google/certificate-transparency-go
2025-08-20T20:26:15.8669019Z [00:02:54.553]➜  mkdir -p $WORK/b1159/
2025-08-20T20:26:15.8679274Z [00:02:54.554]➜  cat >/tmp/go-build1823208636/b1159/importcfg << 'EOF' # internal
2025-08-20T20:26:15.8682275Z [00:02:54.554]➜  # import config
2025-08-20T20:26:15.8682644Z [00:02:54.554]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:15.8683094Z [00:02:54.554]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:15.8683580Z [00:02:54.554]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:26:15.8684046Z [00:02:54.554]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:15.8684508Z [00:02:54.554]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:15.8684995Z [00:02:54.554]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:15.8685463Z [00:02:54.554]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:15.8686054Z [00:02:54.554]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:15.8686498Z [00:02:54.554]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.8687400Z [00:02:54.554]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build1823208636/b1160/_pkg_.a
2025-08-20T20:26:15.8688207Z [00:02:54.554]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build1823208636/b1162/_pkg_.a
2025-08-20T20:26:15.8688778Z [00:02:54.554]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:15.8689188Z [00:02:54.554]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:15.8689499Z [00:02:54.554]➜  EOF
2025-08-20T20:26:15.8692640Z [00:02:54.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1159/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2=>github.com/google/certificate-transparency-go@v1.3.2;$WORK/b1159=>" -p github.com/google/certificate-transparency-go -lang=go1.23 -complete -installsuffix shared -buildid X18c5l5--dFHmoZJ75U-/X18c5l5--dFHmoZJ75U- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/proto_gen.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/serialization.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/signatures.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/types.go
2025-08-20T20:26:15.9413747Z [00:02:54.627]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T20:26:15.9421337Z [00:02:54.628]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/a3/a3efbc7e7ab3ff747936def35406bdb714267d40a0788d0e35ec6a781348959d-d # internal
2025-08-20T20:26:15.9452989Z [00:02:54.631]➜  github.com/docker/cli/cli/config/credentials
2025-08-20T20:26:15.9455924Z [00:02:54.631]➜  mkdir -p $WORK/b1180/
2025-08-20T20:26:15.9463607Z [00:02:54.632]➜  cat >/tmp/go-build1823208636/b1180/importcfg << 'EOF' # internal
2025-08-20T20:26:15.9464429Z [00:02:54.632]➜  # import config
2025-08-20T20:26:15.9467064Z [00:02:54.632]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.9467969Z [00:02:54.632]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1823208636/b1181/_pkg_.a
2025-08-20T20:26:15.9477570Z [00:02:54.632]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build1823208636/b1182/_pkg_.a
2025-08-20T20:26:15.9479288Z [00:02:54.632]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build1823208636/b1183/_pkg_.a
2025-08-20T20:26:15.9480124Z [00:02:54.632]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:15.9480818Z [00:02:54.632]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:15.9481726Z [00:02:54.632]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:15.9482205Z [00:02:54.632]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:15.9482641Z [00:02:54.632]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:15.9483115Z [00:02:54.632]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:15.9483447Z [00:02:54.632]➜  EOF
2025-08-20T20:26:15.9487390Z [00:02:54.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials=>github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials;$WORK/b1180=>" -p github.com/docker/cli/cli/config/credentials -lang=go1.16 -complete -installsuffix shared -buildid VDkrABDxEfftjUlBLBgu/VDkrABDxEfftjUlBLBgu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/credentials.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/default_store.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/default_store_linux.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/file_store.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/native_store.go
2025-08-20T20:26:15.9648612Z [00:02:54.651]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T20:26:15.9664423Z [00:02:54.653]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/1d/1dd4fd86ea9b2a1f2a7ccfbb49a2b3160848a4e1b7e371686b90f910bf247c62-d # internal
2025-08-20T20:26:15.9665155Z [00:02:54.653]➜  github.com/google/certificate-transparency-go/jsonclient
2025-08-20T20:26:15.9665620Z [00:02:54.653]➜  mkdir -p $WORK/b1167/
2025-08-20T20:26:15.9689806Z [00:02:54.655]➜  cat >/tmp/go-build1823208636/b1167/importcfg << 'EOF' # internal
2025-08-20T20:26:15.9690643Z [00:02:54.655]➜  # import config
2025-08-20T20:26:15.9691402Z [00:02:54.655]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:15.9691882Z [00:02:54.655]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:15.9692323Z [00:02:54.655]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:15.9693150Z [00:02:54.655]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:15.9693677Z [00:02:54.655]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:15.9694094Z [00:02:54.655]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:15.9694674Z [00:02:54.655]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build1823208636/b1159/_pkg_.a
2025-08-20T20:26:15.9695413Z [00:02:54.655]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build1823208636/b1162/_pkg_.a
2025-08-20T20:26:15.9696341Z [00:02:54.655]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:15.9696748Z [00:02:54.655]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:15.9697258Z [00:02:54.655]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:15.9697705Z [00:02:54.655]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:15.9698144Z [00:02:54.655]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:15.9698574Z [00:02:54.655]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:15.9699001Z [00:02:54.655]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:15.9699616Z [00:02:54.655]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:15.9700029Z [00:02:54.655]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:15.9700337Z [00:02:54.655]➜  EOF
2025-08-20T20:26:15.9702958Z [00:02:54.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1167/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/jsonclient=>github.com/google/certificate-transparency-go@v1.3.2/jsonclient;$WORK/b1167=>" -p github.com/google/certificate-transparency-go/jsonclient -lang=go1.23 -complete -installsuffix shared -buildid TF8B_Lw8NAq2Xj3lh2Qz/TF8B_Lw8NAq2Xj3lh2Qz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1167/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/jsonclient/backoff.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/jsonclient/client.go
2025-08-20T20:26:16.0279917Z [00:02:54.714]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T20:26:16.0335334Z [00:02:54.719]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/2f/2f49111907bbabb16f4d856e0e126d8ffdbae4f2c5487c33fb958ff80e2ec0de-d # internal
2025-08-20T20:26:16.0354526Z [00:02:54.720]➜  github.com/google/certificate-transparency-go/gossip/minimal/x509ext
2025-08-20T20:26:16.0356118Z [00:02:54.720]➜  mkdir -p $WORK/b1170/
2025-08-20T20:26:16.0356528Z [00:02:54.720]➜  cat >/tmp/go-build1823208636/b1170/importcfg << 'EOF' # internal
2025-08-20T20:26:16.0356885Z [00:02:54.720]➜  # import config
2025-08-20T20:26:16.0357254Z [00:02:54.720]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.0357689Z [00:02:54.720]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.0358563Z [00:02:54.720]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build1823208636/b1159/_pkg_.a
2025-08-20T20:26:16.0359404Z [00:02:54.720]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build1823208636/b1161/_pkg_.a
2025-08-20T20:26:16.0360165Z [00:02:54.720]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build1823208636/b1160/_pkg_.a
2025-08-20T20:26:16.0360908Z [00:02:54.720]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build1823208636/b1162/_pkg_.a
2025-08-20T20:26:16.0361376Z [00:02:54.720]➜  EOF
2025-08-20T20:26:16.0363969Z [00:02:54.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/gossip/minimal/x509ext=>github.com/google/certificate-transparency-go@v1.3.2/gossip/minimal/x509ext;$WORK/b1170=>" -p github.com/google/certificate-transparency-go/gossip/minimal/x509ext -lang=go1.23 -complete -installsuffix shared -buildid K-WB62hIRFaXu4JkG7Ps/K-WB62hIRFaXu4JkG7Ps -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1170/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/gossip/minimal/x509ext/x509ext.go
2025-08-20T20:26:16.0550652Z [00:02:54.741]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T20:26:16.0566123Z [00:02:54.743]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/be/beaf4280f72e129c944cad4616846872d6bacd10bc6e93ac2cadea11aec7e4d6-d # internal
2025-08-20T20:26:16.0593138Z [00:02:54.745]➜  github.com/google/certificate-transparency-go/client
2025-08-20T20:26:16.0594121Z [00:02:54.745]➜  mkdir -p $WORK/b1165/
2025-08-20T20:26:16.0604817Z [00:02:54.747]➜  cat >/tmp/go-build1823208636/b1165/importcfg << 'EOF' # internal
2025-08-20T20:26:16.0610549Z [00:02:54.747]➜  # import config
2025-08-20T20:26:16.0610918Z [00:02:54.747]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:16.0611401Z [00:02:54.747]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:16.0611893Z [00:02:54.747]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:16.0612343Z [00:02:54.747]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.0613099Z [00:02:54.747]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.0613676Z [00:02:54.747]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build1823208636/b1159/_pkg_.a
2025-08-20T20:26:16.0614463Z [00:02:54.747]➜  packagefile github.com/google/certificate-transparency-go/client/configpb=/tmp/go-build1823208636/b1166/_pkg_.a
2025-08-20T20:26:16.0615284Z [00:02:54.747]➜  packagefile github.com/google/certificate-transparency-go/jsonclient=/tmp/go-build1823208636/b1167/_pkg_.a
2025-08-20T20:26:16.0616371Z [00:02:54.747]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build1823208636/b1160/_pkg_.a
2025-08-20T20:26:16.0617127Z [00:02:54.747]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build1823208636/b1162/_pkg_.a
2025-08-20T20:26:16.0618007Z [00:02:54.747]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build1823208636/b487/_pkg_.a
2025-08-20T20:26:16.0618739Z [00:02:54.747]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:16.0619252Z [00:02:54.747]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:16.0619668Z [00:02:54.747]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.0620088Z [00:02:54.747]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:16.0620506Z [00:02:54.747]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.0620813Z [00:02:54.747]➜  EOF
2025-08-20T20:26:16.0623842Z [00:02:54.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1165/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/client=>github.com/google/certificate-transparency-go@v1.3.2/client;$WORK/b1165=>" -p github.com/google/certificate-transparency-go/client -lang=go1.23 -complete -installsuffix shared -buildid 9LeClxJrvxzn1skG5O7L/9LeClxJrvxzn1skG5O7L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1165/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/client/getentries.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/client/logclient.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/client/multilog.go
2025-08-20T20:26:16.0707222Z [00:02:54.756]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T20:26:16.0710870Z [00:02:54.757]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/a9/a94d7e4021c284c9a766920746d964a7b002118ace5cece3509e467bf52d775f-d # internal
2025-08-20T20:26:16.0715927Z [00:02:54.757]➜  github.com/google/certificate-transparency-go/x509util
2025-08-20T20:26:16.0717754Z [00:02:54.757]➜  mkdir -p $WORK/b1169/
2025-08-20T20:26:16.0719020Z [00:02:54.757]➜  cat >/tmp/go-build1823208636/b1169/importcfg << 'EOF' # internal
2025-08-20T20:26:16.0719403Z [00:02:54.757]➜  # import config
2025-08-20T20:26:16.0719747Z [00:02:54.757]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.0720196Z [00:02:54.757]➜  packagefile crypto/dsa=/tmp/go-build1823208636/b197/_pkg_.a
2025-08-20T20:26:16.0720656Z [00:02:54.757]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:16.0721130Z [00:02:54.757]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:26:16.0721605Z [00:02:54.757]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:16.0722065Z [00:02:54.757]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:16.0722538Z [00:02:54.757]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:16.0723018Z [00:02:54.757]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:16.0723490Z [00:02:54.757]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:16.0723933Z [00:02:54.757]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.0724702Z [00:02:54.757]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.0725278Z [00:02:54.757]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build1823208636/b1159/_pkg_.a
2025-08-20T20:26:16.0726804Z [00:02:54.757]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build1823208636/b1161/_pkg_.a
2025-08-20T20:26:16.0727657Z [00:02:54.757]➜  packagefile github.com/google/certificate-transparency-go/gossip/minimal/x509ext=/tmp/go-build1823208636/b1170/_pkg_.a
2025-08-20T20:26:16.0728466Z [00:02:54.757]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build1823208636/b1160/_pkg_.a
2025-08-20T20:26:16.0729216Z [00:02:54.757]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build1823208636/b1162/_pkg_.a
2025-08-20T20:26:16.0730238Z [00:02:54.757]➜  packagefile github.com/google/certificate-transparency-go/x509/pkix=/tmp/go-build1823208636/b1163/_pkg_.a
2025-08-20T20:26:16.0730882Z [00:02:54.757]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.0731290Z [00:02:54.757]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:16.0731710Z [00:02:54.757]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:16.0732143Z [00:02:54.757]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:16.0732559Z [00:02:54.757]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.0732967Z [00:02:54.757]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:16.0733391Z [00:02:54.757]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.0733703Z [00:02:54.757]➜  EOF
2025-08-20T20:26:16.0737256Z [00:02:54.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1169/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509util=>github.com/google/certificate-transparency-go@v1.3.2/x509util;$WORK/b1169=>" -p github.com/google/certificate-transparency-go/x509util -lang=go1.23 -complete -installsuffix shared -buildid pNPiTZQOJaHWk4RD13IX/pNPiTZQOJaHWk4RD13IX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1169/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509util/files.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509util/pem_cert_pool.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509util/revoked.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/x509util/x509util.go
2025-08-20T20:26:16.1633970Z [00:02:54.849]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T20:26:16.1655277Z [00:02:54.851]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/42/423ac90a280c1b2695350c4573122ed14cbb2708c512db7815f28788030b27d3-d # internal
2025-08-20T20:26:16.1668264Z [00:02:54.853]➜  github.com/docker/cli/cli/config/memorystore
2025-08-20T20:26:16.1668986Z [00:02:54.853]➜  mkdir -p $WORK/b1184/
2025-08-20T20:26:16.1669694Z [00:02:54.853]➜  cat >/tmp/go-build1823208636/b1184/importcfg << 'EOF' # internal
2025-08-20T20:26:16.1670553Z [00:02:54.853]➜  # import config
2025-08-20T20:26:16.1671201Z [00:02:54.853]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.1671877Z [00:02:54.853]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.1672685Z [00:02:54.853]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build1823208636/b1180/_pkg_.a
2025-08-20T20:26:16.1673605Z [00:02:54.853]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1823208636/b1181/_pkg_.a
2025-08-20T20:26:16.1674411Z [00:02:54.853]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:26:16.1675395Z [00:02:54.853]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.1676009Z [00:02:54.853]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.1676329Z [00:02:54.853]➜  EOF
2025-08-20T20:26:16.1678564Z [00:02:54.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1184/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/memorystore=>github.com/docker/cli@v28.3.0+incompatible/cli/config/memorystore;$WORK/b1184=>" -p github.com/docker/cli/cli/config/memorystore -lang=go1.16 -complete -installsuffix shared -buildid npA56qfpy11a9VEGvS2E/npA56qfpy11a9VEGvS2E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/memorystore/store.go
2025-08-20T20:26:16.2040848Z [00:02:54.890]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T20:26:16.2056565Z [00:02:54.892]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/f7/f7f432b7a0299132d729a3a50ceef999adb5fc424b003fe34c83e014ccc0055f-d # internal
2025-08-20T20:26:16.2066314Z [00:02:54.893]➜  github.com/google/certificate-transparency-go/loglist3
2025-08-20T20:26:16.2066776Z [00:02:54.893]➜  mkdir -p $WORK/b1168/
2025-08-20T20:26:16.2067165Z [00:02:54.893]➜  cat >/tmp/go-build1823208636/b1168/importcfg << 'EOF' # internal
2025-08-20T20:26:16.2067527Z [00:02:54.893]➜  # import config
2025-08-20T20:26:16.2067870Z [00:02:54.893]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.2068293Z [00:02:54.893]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:16.2068744Z [00:02:54.893]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:16.2069199Z [00:02:54.893]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:16.2069656Z [00:02:54.893]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:16.2070127Z [00:02:54.893]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:16.2070729Z [00:02:54.893]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:16.2071246Z [00:02:54.893]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:16.2071690Z [00:02:54.893]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.2072280Z [00:02:54.893]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build1823208636/b1160/_pkg_.a
2025-08-20T20:26:16.2073026Z [00:02:54.893]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build1823208636/b1162/_pkg_.a
2025-08-20T20:26:16.2074059Z [00:02:54.893]➜  packagefile github.com/google/certificate-transparency-go/x509util=/tmp/go-build1823208636/b1169/_pkg_.a
2025-08-20T20:26:16.2095919Z [00:02:54.893]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:16.2096550Z [00:02:54.893]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:16.2097008Z [00:02:54.893]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.2097440Z [00:02:54.893]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.2097862Z [00:02:54.893]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:16.2098485Z [00:02:54.893]➜  EOF
2025-08-20T20:26:16.2101472Z [00:02:54.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1168/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/loglist3=>github.com/google/certificate-transparency-go@v1.3.2/loglist3;$WORK/b1168=>" -p github.com/google/certificate-transparency-go/loglist3 -lang=go1.23 -complete -installsuffix shared -buildid e2L8DiM_uyPdVqCnKm0_/e2L8DiM_uyPdVqCnKm0_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1168/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/loglist3/logfilter.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/loglist3/loglist3.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/loglist3/logstatus_string.go
2025-08-20T20:26:16.2104096Z [00:02:54.893]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T20:26:16.2104783Z [00:02:54.895]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/37/372421cc3a7d02e531057baf56aacf12a78c119e6be9bb66ec8d4be707c4010f-d # internal
2025-08-20T20:26:16.2119168Z [00:02:54.897]➜  github.com/sirupsen/logrus
2025-08-20T20:26:16.2119490Z [00:02:54.897]➜  mkdir -p $WORK/b1185/
2025-08-20T20:26:16.2119870Z [00:02:54.897]➜  cat >/tmp/go-build1823208636/b1185/importcfg << 'EOF' # internal
2025-08-20T20:26:16.2120231Z [00:02:54.897]➜  # import config
2025-08-20T20:26:16.2120562Z [00:02:54.897]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:16.2120979Z [00:02:54.897]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.2121400Z [00:02:54.897]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:16.2121855Z [00:02:54.897]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:16.2122514Z [00:02:54.897]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.2123047Z [00:02:54.897]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:26:16.2123510Z [00:02:54.897]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.2123911Z [00:02:54.897]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:16.2124309Z [00:02:54.897]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.2124725Z [00:02:54.897]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:16.2125149Z [00:02:54.897]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:16.2125768Z [00:02:54.897]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:16.2126264Z [00:02:54.897]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:16.2126828Z [00:02:54.897]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.2127314Z [00:02:54.897]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.2127748Z [00:02:54.897]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:16.2128187Z [00:02:54.897]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.2128617Z [00:02:54.897]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:16.2128949Z [00:02:54.897]➜  EOF
2025-08-20T20:26:16.2133773Z [00:02:54.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b1185=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid 7A2KQUZNZPrbp9gUvrAt/7A2KQUZNZPrbp9gUvrAt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/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-20T20:26:16.2770099Z [00:02:54.963]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T20:26:16.2779467Z [00:02:54.964]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/43/43dd69ac2ebf8c99b4188a80f988a3a2194b6c2eec18aee4ce93c31f267f69bb-d # internal
2025-08-20T20:26:16.2785875Z [00:02:54.965]➜  github.com/google/certificate-transparency-go/ctutil
2025-08-20T20:26:16.2788930Z [00:02:54.965]➜  mkdir -p $WORK/b1164/
2025-08-20T20:26:16.2800933Z [00:02:54.966]➜  cat >/tmp/go-build1823208636/b1164/importcfg << 'EOF' # internal
2025-08-20T20:26:16.2818044Z [00:02:54.966]➜  # import config
2025-08-20T20:26:16.2818426Z [00:02:54.966]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.2818859Z [00:02:54.966]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:16.2819309Z [00:02:54.966]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:16.2819753Z [00:02:54.966]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:16.2820228Z [00:02:54.966]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:16.2820686Z [00:02:54.966]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.2821462Z [00:02:54.966]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.2822104Z [00:02:54.966]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build1823208636/b1159/_pkg_.a
2025-08-20T20:26:16.2822859Z [00:02:54.966]➜  packagefile github.com/google/certificate-transparency-go/client=/tmp/go-build1823208636/b1165/_pkg_.a
2025-08-20T20:26:16.2823636Z [00:02:54.966]➜  packagefile github.com/google/certificate-transparency-go/jsonclient=/tmp/go-build1823208636/b1167/_pkg_.a
2025-08-20T20:26:16.2824420Z [00:02:54.966]➜  packagefile github.com/google/certificate-transparency-go/loglist3=/tmp/go-build1823208636/b1168/_pkg_.a
2025-08-20T20:26:16.2825172Z [00:02:54.966]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build1823208636/b1160/_pkg_.a
2025-08-20T20:26:16.2827029Z [00:02:54.966]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build1823208636/b1162/_pkg_.a
2025-08-20T20:26:16.2827900Z [00:02:54.966]➜  packagefile github.com/transparency-dev/merkle/proof=/tmp/go-build1823208636/b662/_pkg_.a
2025-08-20T20:26:16.2828675Z [00:02:54.966]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:16.2829230Z [00:02:54.966]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:16.2829666Z [00:02:54.966]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.2830087Z [00:02:54.966]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.2830652Z [00:02:54.966]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.2830959Z [00:02:54.966]➜  EOF
2025-08-20T20:26:16.2833502Z [00:02:54.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/ctutil=>github.com/google/certificate-transparency-go@v1.3.2/ctutil;$WORK/b1164=>" -p github.com/google/certificate-transparency-go/ctutil -lang=go1.23 -complete -installsuffix shared -buildid XmoOdCHfkTvAJAUCXyvF/XmoOdCHfkTvAJAUCXyvF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1164/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/ctutil/ctutil.go /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.3.2/ctutil/loginfo.go
2025-08-20T20:26:16.3746906Z [00:02:55.060]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T20:26:16.3758124Z [00:02:55.062]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/e7/e7f07110de78d70cf0ca8198f3d07567e012ba6c76b61d0678a9ff7636c011c9-d # internal
2025-08-20T20:26:16.3766005Z [00:02:55.063]➜  github.com/mitchellh/go-homedir
2025-08-20T20:26:16.3766920Z [00:02:55.063]➜  mkdir -p $WORK/b1186/
2025-08-20T20:26:16.3772930Z [00:02:55.063]➜  cat >/tmp/go-build1823208636/b1186/importcfg << 'EOF' # internal
2025-08-20T20:26:16.3773752Z [00:02:55.063]➜  # import config
2025-08-20T20:26:16.3774347Z [00:02:55.063]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.3777101Z [00:02:55.063]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.3777911Z [00:02:55.063]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.3778750Z [00:02:55.063]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:16.3779425Z [00:02:55.063]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:16.3780217Z [00:02:55.063]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:16.3781336Z [00:02:55.063]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:16.3782184Z [00:02:55.063]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.3783027Z [00:02:55.063]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.3788573Z [00:02:55.063]➜  EOF
2025-08-20T20:26:16.3791107Z [00:02:55.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b1186=>" -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/b1186/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T20:26:16.4334087Z [00:02:55.119]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T20:26:16.4339500Z [00:02:55.120]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/0f/0f16824bdde6b4771a7ac05f1c149345bbae56b27d2a17039e7a5f9874830f3e-d # internal
2025-08-20T20:26:16.4443453Z [00:02:55.130]➜  github.com/google/go-containerregistry/pkg/v1
2025-08-20T20:26:16.4445218Z [00:02:55.131]➜  mkdir -p $WORK/b1187/
2025-08-20T20:26:16.4446255Z [00:02:55.131]➜  cat >/tmp/go-build1823208636/b1187/importcfg << 'EOF' # internal
2025-08-20T20:26:16.4447703Z [00:02:55.131]➜  # import config
2025-08-20T20:26:16.4448613Z [00:02:55.131]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:16.4450532Z [00:02:55.131]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:26:16.4451030Z [00:02:55.131]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:16.4451510Z [00:02:55.131]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:16.4451949Z [00:02:55.131]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.4452542Z [00:02:55.131]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1823208636/b1188/_pkg_.a
2025-08-20T20:26:16.4453387Z [00:02:55.131]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:16.4453790Z [00:02:55.131]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.4454193Z [00:02:55.131]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:16.4454623Z [00:02:55.131]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.4455046Z [00:02:55.131]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.4455353Z [00:02:55.131]➜  EOF
2025-08-20T20:26:16.4460491Z [00:02:55.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1187/_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/b1187=>" -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/b1187/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-20T20:26:16.4468960Z [00:02:55.133]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T20:26:16.4602251Z [00:02:55.146]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/99/9955cbb9a462c869de14f53176093c527ca4252a79e041a4c87225f9d69e4325-d # internal
2025-08-20T20:26:16.4712630Z [00:02:55.157]➜  github.com/docker/cli/cli/config/configfile
2025-08-20T20:26:16.4725933Z [00:02:55.158]➜  mkdir -p $WORK/b1179/
2025-08-20T20:26:16.4726427Z [00:02:55.158]➜  cat >/tmp/go-build1823208636/b1179/importcfg << 'EOF' # internal
2025-08-20T20:26:16.4726832Z [00:02:55.158]➜  # import config
2025-08-20T20:26:16.4727466Z [00:02:55.158]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:16.4727986Z [00:02:55.158]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:16.4728438Z [00:02:55.158]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.4729005Z [00:02:55.158]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build1823208636/b1180/_pkg_.a
2025-08-20T20:26:16.4729712Z [00:02:55.158]➜  packagefile github.com/docker/cli/cli/config/memorystore=/tmp/go-build1823208636/b1184/_pkg_.a
2025-08-20T20:26:16.4730407Z [00:02:55.158]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1823208636/b1181/_pkg_.a
2025-08-20T20:26:16.4730992Z [00:02:55.158]➜  packagefile github.com/pkg/errors=/tmp/go-build1823208636/b562/_pkg_.a
2025-08-20T20:26:16.4731537Z [00:02:55.158]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1823208636/b1185/_pkg_.a
2025-08-20T20:26:16.4732148Z [00:02:55.158]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.4732634Z [00:02:55.158]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.4733070Z [00:02:55.158]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:16.4733527Z [00:02:55.158]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.4733958Z [00:02:55.158]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:16.4734273Z [00:02:55.158]➜  EOF
2025-08-20T20:26:16.4737327Z [00:02:55.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/configfile=>github.com/docker/cli@v28.3.0+incompatible/cli/config/configfile;$WORK/b1179=>" -p github.com/docker/cli/cli/config/configfile -lang=go1.16 -complete -installsuffix shared -buildid JaAjapwmr_3Ix6So7xs1/JaAjapwmr_3Ix6So7xs1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/configfile/file.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/configfile/file_unix.go
2025-08-20T20:26:16.5708888Z [00:02:55.257]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T20:26:16.5715760Z [00:02:55.258]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T20:26:16.5731115Z [00:02:55.259]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/ec/ec534db69fa9053356e8840dc117e563fe8127744ee19dd505812da4500d5f8c-d # internal
2025-08-20T20:26:16.5741772Z [00:02:55.260]➜  github.com/google/go-containerregistry/internal/redact
2025-08-20T20:26:16.5744167Z [00:02:55.260]➜  mkdir -p $WORK/b1190/
2025-08-20T20:26:16.5748260Z [00:02:55.261]➜  cat >/tmp/go-build1823208636/b1190/importcfg << 'EOF' # internal
2025-08-20T20:26:16.5749173Z [00:02:55.261]➜  # import config
2025-08-20T20:26:16.5751981Z [00:02:55.261]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:16.5753399Z [00:02:55.261]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.5755212Z [00:02:55.261]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:16.5755723Z [00:02:55.261]➜  EOF
2025-08-20T20:26:16.5757972Z [00:02:55.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1190/_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/b1190=>" -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/b1190/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/redact/redact.go
2025-08-20T20:26:16.5760273Z [00:02:55.262]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/db/dbdd5ad7e62176170d2c4de112691b8dce0c0efdf80df2db9029bf47da64a470-d # internal
2025-08-20T20:26:16.5767341Z [00:02:55.263]➜  github.com/docker/cli/cli/config
2025-08-20T20:26:16.5768126Z [00:02:55.263]➜  mkdir -p $WORK/b1178/
2025-08-20T20:26:16.5769031Z [00:02:55.263]➜  cat >/tmp/go-build1823208636/b1178/importcfg << 'EOF' # internal
2025-08-20T20:26:16.5769636Z [00:02:55.263]➜  # import config
2025-08-20T20:26:16.5770056Z [00:02:55.263]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.5801798Z [00:02:55.263]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build1823208636/b1179/_pkg_.a
2025-08-20T20:26:16.5804803Z [00:02:55.263]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build1823208636/b1180/_pkg_.a
2025-08-20T20:26:16.5805920Z [00:02:55.263]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1823208636/b1181/_pkg_.a
2025-08-20T20:26:16.5806812Z [00:02:55.263]➜  packagefile github.com/pkg/errors=/tmp/go-build1823208636/b562/_pkg_.a
2025-08-20T20:26:16.5807715Z [00:02:55.263]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.5808995Z [00:02:55.263]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.5809440Z [00:02:55.263]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:16.5809911Z [00:02:55.263]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:16.5810363Z [00:02:55.263]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:16.5810791Z [00:02:55.263]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.5811443Z [00:02:55.263]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.5811749Z [00:02:55.263]➜  EOF
2025-08-20T20:26:16.5813756Z [00:02:55.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config=>github.com/docker/cli@v28.3.0+incompatible/cli/config;$WORK/b1178=>" -p github.com/docker/cli/cli/config -lang=go1.16 -complete -installsuffix shared -buildid mxlLduAFrJHAvWi_MdiA/mxlLduAFrJHAvWi_MdiA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/config.go
2025-08-20T20:26:16.5989565Z [00:02:55.285]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T20:26:16.5995649Z [00:02:55.285]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/7b/7b6944cde8a3688dbbaa533320cdb9ff4cb920df43371a2a99cc11fb8c0cc927-d # internal
2025-08-20T20:26:16.6000852Z [00:02:55.286]➜  github.com/google/go-containerregistry/internal/retry/wait
2025-08-20T20:26:16.6003937Z [00:02:55.286]➜  mkdir -p $WORK/b1192/
2025-08-20T20:26:16.6010292Z [00:02:55.287]➜  cat >/tmp/go-build1823208636/b1192/importcfg << 'EOF' # internal
2025-08-20T20:26:16.6011553Z [00:02:55.287]➜  # import config
2025-08-20T20:26:16.6012255Z [00:02:55.287]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.6013041Z [00:02:55.287]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:16.6013722Z [00:02:55.287]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.6014453Z [00:02:55.287]➜  EOF
2025-08-20T20:26:16.6019879Z [00:02:55.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1192/_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/b1192=>" -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/b1192/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/wait/kubernetes_apimachinery_wait.go
2025-08-20T20:26:16.6216220Z [00:02:55.307]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T20:26:16.6259809Z [00:02:55.312]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/79/790c58e60acda953053d00cbf48c82fd3040fa06945596b412ca6c3f17779e66-d # internal
2025-08-20T20:26:16.6266255Z [00:02:55.313]➜  github.com/google/go-containerregistry/internal/retry
2025-08-20T20:26:16.6267409Z [00:02:55.313]➜  mkdir -p $WORK/b1191/
2025-08-20T20:26:16.6279134Z [00:02:55.314]➜  cat >/tmp/go-build1823208636/b1191/importcfg << 'EOF' # internal
2025-08-20T20:26:16.6280417Z [00:02:55.314]➜  # import config
2025-08-20T20:26:16.6281116Z [00:02:55.314]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:16.6282143Z [00:02:55.314]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.6283000Z [00:02:55.314]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.6283813Z [00:02:55.314]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build1823208636/b1192/_pkg_.a
2025-08-20T20:26:16.6284464Z [00:02:55.314]➜  EOF
2025-08-20T20:26:16.6290498Z [00:02:55.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1191/_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/b1191=>" -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/b1191/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/retry.go
2025-08-20T20:26:16.6333181Z [00:02:55.319]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T20:26:16.6340470Z [00:02:55.320]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/7d/7d5afd2a124f094ce9c1b8a414acb7c7aa1dc6fd5b43bffd72171329ffd93398-d # internal
2025-08-20T20:26:16.6342003Z [00:02:55.320]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T20:26:16.6385266Z [00:02:55.325]➜  github.com/google/go-containerregistry/pkg/authn
2025-08-20T20:26:16.6408366Z [00:02:55.327]➜  mkdir -p $WORK/b1177/
2025-08-20T20:26:16.6409406Z [00:02:55.327]➜  cat >/tmp/go-build1823208636/b1177/importcfg << 'EOF' # internal
2025-08-20T20:26:16.6410095Z [00:02:55.327]➜  # import config
2025-08-20T20:26:16.6410853Z [00:02:55.327]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:16.6412083Z [00:02:55.327]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:16.6412623Z [00:02:55.327]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:16.6413072Z [00:02:55.327]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.6413616Z [00:02:55.327]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build1823208636/b1178/_pkg_.a
2025-08-20T20:26:16.6414276Z [00:02:55.327]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build1823208636/b1179/_pkg_.a
2025-08-20T20:26:16.6414957Z [00:02:55.327]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1823208636/b1181/_pkg_.a
2025-08-20T20:26:16.6415870Z [00:02:55.327]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1823208636/b551/_pkg_.a
2025-08-20T20:26:16.6416590Z [00:02:55.327]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build1823208636/b1186/_pkg_.a
2025-08-20T20:26:16.6417089Z [00:02:55.327]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.6417529Z [00:02:55.327]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:16.6417977Z [00:02:55.327]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.6418402Z [00:02:55.327]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.6418811Z [00:02:55.327]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.6419119Z [00:02:55.327]➜  EOF
2025-08-20T20:26:16.6423663Z [00:02:55.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1177/_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/b1177=>" -p github.com/google/go-containerregistry/pkg/authn -lang=go1.24 -complete -installsuffix shared -buildid Z64oFs_YP42tGqIjcAKp/Z64oFs_YP42tGqIjcAKp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/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-20T20:26:16.6562860Z [00:02:55.342]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T20:26:16.6575136Z [00:02:55.344]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/e3/e35fa6763f95c73680f92ba797f1029c4451808d9919b0a35020bb1d4581b8c5-d # internal
2025-08-20T20:26:16.6605776Z [00:02:55.347]➜  github.com/google/go-containerregistry/internal/and
2025-08-20T20:26:16.6606222Z [00:02:55.347]➜  mkdir -p $WORK/b1194/
2025-08-20T20:26:16.6617603Z [00:02:55.348]➜  cat >/tmp/go-build1823208636/b1194/importcfg << 'EOF' # internal
2025-08-20T20:26:16.6618022Z [00:02:55.348]➜  # import config
2025-08-20T20:26:16.6618652Z [00:02:55.348]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.6618963Z [00:02:55.348]➜  EOF
2025-08-20T20:26:16.6626489Z [00:02:55.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1194/_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/b1194=>" -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/b1194/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/and/and_closer.go
2025-08-20T20:26:16.6838797Z [00:02:55.370]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T20:26:16.6850772Z [00:02:55.371]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/96/96c5ba425bfebefe39c58e2627234be0d9ac2db7887fb65cb85c8a69b396786e-d # internal
2025-08-20T20:26:16.6864312Z [00:02:55.372]➜  github.com/google/go-containerregistry/internal/verify
2025-08-20T20:26:16.6865637Z [00:02:55.373]➜  mkdir -p $WORK/b1193/
2025-08-20T20:26:16.6878653Z [00:02:55.374]➜  cat >/tmp/go-build1823208636/b1193/importcfg << 'EOF' # internal
2025-08-20T20:26:16.6879328Z [00:02:55.374]➜  # import config
2025-08-20T20:26:16.6879972Z [00:02:55.374]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.6880757Z [00:02:55.374]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:16.6881468Z [00:02:55.374]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.6882246Z [00:02:55.374]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.6886517Z [00:02:55.374]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1823208636/b1194/_pkg_.a
2025-08-20T20:26:16.6887724Z [00:02:55.374]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:16.6888524Z [00:02:55.374]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:16.6889112Z [00:02:55.374]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.6889553Z [00:02:55.374]➜  EOF
2025-08-20T20:26:16.6911080Z [00:02:55.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1193/_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/b1193=>" -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/b1193/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/verify/verify.go
2025-08-20T20:26:16.6931336Z [00:02:55.379]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/2f/2fde52bf11df83c10790d9ef06a308890e370a79fe250ba034551b59c1a8d87e-d # internal
2025-08-20T20:26:16.6936933Z [00:02:55.380]➜  github.com/google/go-containerregistry/pkg/logs
2025-08-20T20:26:16.6938596Z [00:02:55.380]➜  mkdir -p $WORK/b1195/
2025-08-20T20:26:16.6942300Z [00:02:55.380]➜  cat >/tmp/go-build1823208636/b1195/importcfg << 'EOF' # internal
2025-08-20T20:26:16.6942824Z [00:02:55.380]➜  # import config
2025-08-20T20:26:16.6943878Z [00:02:55.380]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.6945221Z [00:02:55.380]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:16.6945969Z [00:02:55.380]➜  EOF
2025-08-20T20:26:16.6959666Z [00:02:55.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1195/_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/b1195=>" -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/b1195/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/logs/logs.go
2025-08-20T20:26:16.7020844Z [00:02:55.388]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T20:26:16.7034141Z [00:02:55.389]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/96/96191e6c891658eeebc0e91a0729522396fa092680f8d4e2af378ba6a0d31a6d-d # internal
2025-08-20T20:26:16.7057708Z [00:02:55.392]➜  github.com/google/go-containerregistry/internal/gzip
2025-08-20T20:26:16.7059073Z [00:02:55.392]➜  mkdir -p $WORK/b1199/
2025-08-20T20:26:16.7070398Z [00:02:55.393]➜  cat >/tmp/go-build1823208636/b1199/importcfg << 'EOF' # internal
2025-08-20T20:26:16.7071130Z [00:02:55.393]➜  # import config
2025-08-20T20:26:16.7071476Z [00:02:55.393]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:16.7071893Z [00:02:55.393]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.7072339Z [00:02:55.393]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:16.7072975Z [00:02:55.393]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1823208636/b1194/_pkg_.a
2025-08-20T20:26:16.7073535Z [00:02:55.393]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.7073836Z [00:02:55.393]➜  EOF
2025-08-20T20:26:16.7076236Z [00:02:55.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1199/_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/b1199=>" -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/b1199/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/gzip/zip.go
2025-08-20T20:26:16.7164275Z [00:02:55.402]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T20:26:16.7181930Z [00:02:55.403]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/87/87f7e40db3d79039366e4d6eff15849145f311c45cf57fcadedd923454b72d72-d # internal
2025-08-20T20:26:16.7182771Z [00:02:55.403]➜  github.com/klauspost/compress/fse
2025-08-20T20:26:16.7183102Z [00:02:55.403]➜  mkdir -p $WORK/b1204/
2025-08-20T20:26:16.7183487Z [00:02:55.404]➜  cat >/tmp/go-build1823208636/b1204/importcfg << 'EOF' # internal
2025-08-20T20:26:16.7183863Z [00:02:55.404]➜  # import config
2025-08-20T20:26:16.7184567Z [00:02:55.404]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:16.7185083Z [00:02:55.404]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.7185513Z [00:02:55.404]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.7186092Z [00:02:55.404]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.7186509Z [00:02:55.404]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:16.7186838Z [00:02:55.404]➜  EOF
2025-08-20T20:26:16.7192508Z [00:02:55.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b1204=>" -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/b1204/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-20T20:26:16.7197655Z [00:02:55.406]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T20:26:16.7204032Z [00:02:55.407]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/78/78bc0fd81a911cbc27506b39837cdf1ba70628f8c223ff6f79fa38cec5a3e3e1-d # internal
2025-08-20T20:26:16.7206894Z [00:02:55.407]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T20:26:16.7208315Z [00:02:55.407]➜  mkdir -p $WORK/b1206/
2025-08-20T20:26:16.7213142Z [00:02:55.407]➜  cat >/tmp/go-build1823208636/b1206/importcfg << 'EOF' # internal
2025-08-20T20:26:16.7215995Z [00:02:55.407]➜  # import config
2025-08-20T20:26:16.7216601Z [00:02:55.407]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:16.7217183Z [00:02:55.407]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.7218016Z [00:02:55.407]➜  packagefile hash/crc32=/tmp/go-build1823208636/b150/_pkg_.a
2025-08-20T20:26:16.7218548Z [00:02:55.407]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.7218953Z [00:02:55.407]➜  EOF
2025-08-20T20:26:16.7222374Z [00:02:55.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1206/_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/b1206=>" -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/b1206/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-20T20:26:16.7347915Z [00:02:55.420]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T20:26:16.7348667Z [00:02:55.421]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/b5/b543fd9566cfa253e9fcd390181ad1d54c13eb127cb6360370660ce790bb8264-d # internal
2025-08-20T20:26:16.7356697Z [00:02:55.422]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T20:26:16.7358931Z [00:02:55.422]➜  mkdir -p $WORK/b1207/
2025-08-20T20:26:16.7359710Z [00:02:55.422]➜  echo -n > $WORK/b1207/go_asm.h # internal
2025-08-20T20:26:16.7360250Z [00:02:55.422]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T20:26:16.7362283Z [00:02:55.422]➜  /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/b1207=>" -I $WORK/b1207/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1207/symabis ./xxhash_arm64.s
2025-08-20T20:26:16.7442478Z [00:02:55.430]➜  cat >/tmp/go-build1823208636/b1207/importcfg << 'EOF' # internal
2025-08-20T20:26:16.7459361Z [00:02:55.430]➜  # import config
2025-08-20T20:26:16.7459811Z [00:02:55.430]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:16.7460281Z [00:02:55.430]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.7460719Z [00:02:55.430]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:16.7461042Z [00:02:55.430]➜  EOF
2025-08-20T20:26:16.7461630Z [00:02:55.430]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:26:16.7464829Z [00:02:55.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1207/_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/b1207=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid BsMI3q2JKCQLklBgxug0/BsMI3q2JKCQLklBgxug0 -goversion go1.25.0 -symabis $WORK/b1207/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1207/importcfg -pack -asmhdr $WORK/b1207/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-20T20:26:16.7633372Z [00:02:55.449]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T20:26:16.7641846Z [00:02:55.450]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/05/05fd846634fbd647c25e552d8a9a6a188ef498bf5afe4474a819aed37d03f438-d # internal
2025-08-20T20:26:16.7649270Z [00:02:55.450]➜  github.com/opencontainers/image-spec/specs-go
2025-08-20T20:26:16.7649939Z [00:02:55.450]➜  mkdir -p $WORK/b1211/
2025-08-20T20:26:16.7650325Z [00:02:55.451]➜  cat >/tmp/go-build1823208636/b1211/importcfg << 'EOF' # internal
2025-08-20T20:26:16.7650671Z [00:02:55.451]➜  # import config
2025-08-20T20:26:16.7651003Z [00:02:55.451]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.7651322Z [00:02:55.451]➜  EOF
2025-08-20T20:26:16.7662686Z [00:02:55.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1211/_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/b1211=>" -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/b1211/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-20T20:26:16.7830906Z [00:02:55.469]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T20:26:16.7835252Z [00:02:55.469]➜  /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/b1207=>" -I $WORK/b1207/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1207/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T20:26:16.7841328Z [00:02:55.470]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T20:26:16.7846078Z [00:02:55.471]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/db/db5dc881060c9a458e1bcad29aa05fcc177230a826019a26d7cd212fc0a50511-d # internal
2025-08-20T20:26:16.7864284Z [00:02:55.471]➜  github.com/opencontainers/image-spec/specs-go/v1
2025-08-20T20:26:16.7878751Z [00:02:55.474]➜  mkdir -p $WORK/b1210/
2025-08-20T20:26:16.7884380Z [00:02:55.474]➜  cat >/tmp/go-build1823208636/b1210/importcfg << 'EOF' # internal
2025-08-20T20:26:16.7886070Z [00:02:55.474]➜  # import config
2025-08-20T20:26:16.7886530Z [00:02:55.474]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1823208636/b552/_pkg_.a
2025-08-20T20:26:16.7887207Z [00:02:55.474]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1823208636/b1211/_pkg_.a
2025-08-20T20:26:16.7887778Z [00:02:55.474]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.7888084Z [00:02:55.474]➜  EOF
2025-08-20T20:26:16.7888355Z [00:02:55.475]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:26:16.7893252Z [00:02:55.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1210/_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/b1210=>" -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/b1210/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-20T20:26:16.7929534Z [00:02:55.479]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T20:26:16.7932238Z [00:02:55.479]➜  go tool pack r $WORK/b1207/_pkg_.a $WORK/b1207/xxhash_arm64.o # internal
2025-08-20T20:26:16.7937322Z [00:02:55.479]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T20:26:16.7938350Z [00:02:55.479]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/a3/a3b50f0c78abb4e589b327f22a5f6a942f41a99fe7386ff2839c191eec9c8d1d-d # internal
2025-08-20T20:26:16.7938902Z [00:02:55.480]➜  archive/tar
2025-08-20T20:26:16.7939149Z [00:02:55.480]➜  mkdir -p $WORK/b1213/
2025-08-20T20:26:16.7940000Z [00:02:55.480]➜  cat >/tmp/go-build1823208636/b1213/importcfg << 'EOF' # internal
2025-08-20T20:26:16.7940752Z [00:02:55.480]➜  # import config
2025-08-20T20:26:16.7941309Z [00:02:55.480]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.7942037Z [00:02:55.480]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.7942775Z [00:02:55.480]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.7943752Z [00:02:55.480]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:26:16.7944250Z [00:02:55.480]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.7944676Z [00:02:55.480]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:16.7945090Z [00:02:55.480]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:26:16.7945499Z [00:02:55.480]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:16.7946084Z [00:02:55.480]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:16.7946515Z [00:02:55.480]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:16.7946956Z [00:02:55.480]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:16.7947401Z [00:02:55.480]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:16.7947839Z [00:02:55.480]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:16.7948543Z [00:02:55.480]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:16.7949034Z [00:02:55.480]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:16.7949463Z [00:02:55.480]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.7949878Z [00:02:55.480]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.7950293Z [00:02:55.480]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:16.7950717Z [00:02:55.480]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.7951025Z [00:02:55.480]➜  EOF
2025-08-20T20:26:16.7951288Z [00:02:55.480]➜  cd /tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh
2025-08-20T20:26:16.7953769Z [00:02:55.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b1213=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid oVG1EN8JzqoOsy3UYdL5/oVG1EN8JzqoOsy3UYdL5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1213/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-20T20:26:16.8009864Z [00:02:55.487]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T20:26:16.8037181Z [00:02:55.490]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/c0/c070af0304919ae0aa00c386825a4a2e7e33671f724c4601531edfa2a8580a77-d # internal
2025-08-20T20:26:16.8044184Z [00:02:55.491]➜  github.com/klauspost/compress/huff0
2025-08-20T20:26:16.8045318Z [00:02:55.491]➜  mkdir -p $WORK/b1203/
2025-08-20T20:26:16.8056216Z [00:02:55.492]➜  cat >/tmp/go-build1823208636/b1203/importcfg << 'EOF' # internal
2025-08-20T20:26:16.8056804Z [00:02:55.492]➜  # import config
2025-08-20T20:26:16.8057409Z [00:02:55.492]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.8058097Z [00:02:55.492]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.8058842Z [00:02:55.492]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build1823208636/b1204/_pkg_.a
2025-08-20T20:26:16.8060155Z [00:02:55.492]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1823208636/b1205/_pkg_.a
2025-08-20T20:26:16.8060938Z [00:02:55.492]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.8061515Z [00:02:55.492]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:16.8062297Z [00:02:55.492]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:16.8063748Z [00:02:55.492]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:16.8064179Z [00:02:55.492]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.8064488Z [00:02:55.492]➜  EOF
2025-08-20T20:26:16.8080776Z [00:02:55.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1203/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b1203=>" -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/b1203/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-20T20:26:16.8083795Z [00:02:55.492]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T20:26:16.8084738Z [00:02:55.493]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/d9/d968fd4635488913f6ab12ad2e222806ae275be4036a223350163eec61b07b81-d # internal
2025-08-20T20:26:16.8085428Z [00:02:55.493]➜  github.com/google/go-containerregistry/pkg/v1/match
2025-08-20T20:26:16.8085894Z [00:02:55.493]➜  mkdir -p $WORK/b1209/
2025-08-20T20:26:16.8086277Z [00:02:55.494]➜  cat >/tmp/go-build1823208636/b1209/importcfg << 'EOF' # internal
2025-08-20T20:26:16.8086623Z [00:02:55.494]➜  # import config
2025-08-20T20:26:16.8087107Z [00:02:55.494]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:16.8087824Z [00:02:55.494]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1823208636/b1210/_pkg_.a
2025-08-20T20:26:16.8088274Z [00:02:55.494]➜  EOF
2025-08-20T20:26:16.8090582Z [00:02:55.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1209/_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/b1209=>" -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/b1209/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/match/match.go
2025-08-20T20:26:16.8227949Z [00:02:55.508]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T20:26:16.8228740Z [00:02:55.508]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/69/691980b848a9fbcba2ad8abde403fecf95725dc096eac9721f9a8e7903267404-d # internal
2025-08-20T20:26:16.8229829Z [00:02:55.509]➜  github.com/google/go-containerregistry/pkg/v1/stream
2025-08-20T20:26:16.8238637Z [00:02:55.509]➜  mkdir -p $WORK/b1214/
2025-08-20T20:26:16.8246006Z [00:02:55.510]➜  cat >/tmp/go-build1823208636/b1214/importcfg << 'EOF' # internal
2025-08-20T20:26:16.8251700Z [00:02:55.510]➜  # import config
2025-08-20T20:26:16.8252599Z [00:02:55.510]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:16.8254002Z [00:02:55.510]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:16.8254474Z [00:02:55.510]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:16.8255259Z [00:02:55.510]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:16.8258265Z [00:02:55.510]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.8258871Z [00:02:55.510]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:16.8259624Z [00:02:55.510]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1823208636/b1188/_pkg_.a
2025-08-20T20:26:16.8260189Z [00:02:55.510]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:16.8260595Z [00:02:55.510]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.8261001Z [00:02:55.510]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.8261412Z [00:02:55.510]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.8261719Z [00:02:55.510]➜  EOF
2025-08-20T20:26:16.8263889Z [00:02:55.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1214/_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/b1214=>" -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/b1214/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/stream/layer.go
2025-08-20T20:26:16.8550619Z [00:02:55.540]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T20:26:16.8553988Z [00:02:55.541]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/8d/8dcc563572763630b51c416e976459a5596671ee52311c8d8466bcf6b8dee0e4-d # internal
2025-08-20T20:26:16.8555027Z [00:02:55.541]➜  github.com/containerd/stargz-snapshotter/estargz/errorutil
2025-08-20T20:26:16.8555492Z [00:02:55.541]➜  mkdir -p $WORK/b1217/
2025-08-20T20:26:16.8556055Z [00:02:55.542]➜  cat >/tmp/go-build1823208636/b1217/importcfg << 'EOF' # internal
2025-08-20T20:26:16.8556424Z [00:02:55.542]➜  # import config
2025-08-20T20:26:16.8556761Z [00:02:55.542]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.8557176Z [00:02:55.542]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.8557604Z [00:02:55.542]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.8557918Z [00:02:55.542]➜  EOF
2025-08-20T20:26:16.8560424Z [00:02:55.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1217/_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/b1217=>" -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/b1217/importcfg -pack /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/errorutil/errors.go
2025-08-20T20:26:16.8670018Z [00:02:55.552]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T20:26:16.8672495Z [00:02:55.552]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/b8/b86b187d82d7696c1a3e82a6b6cfb63e66cad337f6fc5322b64cfdd2166d237e-d # internal
2025-08-20T20:26:16.8673543Z [00:02:55.553]➜  github.com/vbatts/tar-split/archive/tar
2025-08-20T20:26:16.8673862Z [00:02:55.553]➜  mkdir -p $WORK/b1218/
2025-08-20T20:26:16.8674238Z [00:02:55.553]➜  cat >/tmp/go-build1823208636/b1218/importcfg << 'EOF' # internal
2025-08-20T20:26:16.8674585Z [00:02:55.553]➜  # import config
2025-08-20T20:26:16.8674917Z [00:02:55.553]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.8675348Z [00:02:55.553]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.8675969Z [00:02:55.553]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.8676376Z [00:02:55.553]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.8677006Z [00:02:55.553]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:16.8677414Z [00:02:55.553]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.8677821Z [00:02:55.553]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:16.8678246Z [00:02:55.553]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:16.8698051Z [00:02:55.553]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:16.8698562Z [00:02:55.553]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:16.8698990Z [00:02:55.553]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:16.8699431Z [00:02:55.553]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:16.8699870Z [00:02:55.553]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:16.8700289Z [00:02:55.553]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.8700849Z [00:02:55.553]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:16.8701274Z [00:02:55.553]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.8701580Z [00:02:55.553]➜  EOF
2025-08-20T20:26:16.8705477Z [00:02:55.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1218/_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/b1218=>" -p github.com/vbatts/tar-split/archive/tar -lang=go1.17 -complete -installsuffix shared -buildid r_IR3gVkL-t_ncEh_WCI/r_IR3gVkL-t_ncEh_WCI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1218/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-20T20:26:16.8740458Z [00:02:55.560]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T20:26:16.9099488Z [00:02:55.596]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/5d/5d31648626673effe03c18dc566a01ea45a676ee67bb6f8641bdfb6ca0ef3de4-d # internal
2025-08-20T20:26:16.9100812Z [00:02:55.596]➜  github.com/transparency-dev/tessera/storage/gcp
2025-08-20T20:26:16.9101606Z [00:02:55.596]➜  mkdir -p $WORK/b713/
2025-08-20T20:26:16.9113659Z [00:02:55.597]➜  cat >/tmp/go-build1823208636/b713/importcfg << 'EOF' # internal
2025-08-20T20:26:16.9114492Z [00:02:55.597]➜  # import config
2025-08-20T20:26:16.9117334Z [00:02:55.597]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:16.9117894Z [00:02:55.597]➜  packagefile cloud.google.com/go/spanner=/tmp/go-build1823208636/b714/_pkg_.a
2025-08-20T20:26:16.9118574Z [00:02:55.597]➜  packagefile cloud.google.com/go/spanner/admin/database/apiv1=/tmp/go-build1823208636/b1004/_pkg_.a
2025-08-20T20:26:16.9119358Z [00:02:55.597]➜  packagefile cloud.google.com/go/spanner/admin/database/apiv1/databasepb=/tmp/go-build1823208636/b1010/_pkg_.a
2025-08-20T20:26:16.9120445Z [00:02:55.597]➜  packagefile cloud.google.com/go/spanner/apiv1/spannerpb=/tmp/go-build1823208636/b823/_pkg_.a
2025-08-20T20:26:16.9121068Z [00:02:55.597]➜  packagefile cloud.google.com/go/storage=/tmp/go-build1823208636/b1011/_pkg_.a
2025-08-20T20:26:16.9121558Z [00:02:55.597]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:16.9122022Z [00:02:55.597]➜  packagefile encoding/gob=/tmp/go-build1823208636/b765/_pkg_.a
2025-08-20T20:26:16.9122474Z [00:02:55.597]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.9122890Z [00:02:55.597]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.9123571Z [00:02:55.597]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build1823208636/b1027/_pkg_.a
2025-08-20T20:26:16.9124195Z [00:02:55.597]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:16.9124835Z [00:02:55.597]➜  packagefile github.com/transparency-dev/tessera=/tmp/go-build1823208636/b666/_pkg_.a
2025-08-20T20:26:16.9125479Z [00:02:55.597]➜  packagefile github.com/transparency-dev/tessera/api=/tmp/go-build1823208636/b671/_pkg_.a
2025-08-20T20:26:16.9126362Z [00:02:55.597]➜  packagefile github.com/transparency-dev/tessera/api/layout=/tmp/go-build1823208636/b672/_pkg_.a
2025-08-20T20:26:16.9127102Z [00:02:55.597]➜  packagefile github.com/transparency-dev/tessera/internal/migrate=/tmp/go-build1823208636/b709/_pkg_.a
2025-08-20T20:26:16.9127981Z [00:02:55.597]➜  packagefile github.com/transparency-dev/tessera/internal/otel=/tmp/go-build1823208636/b674/_pkg_.a
2025-08-20T20:26:16.9128788Z [00:02:55.597]➜  packagefile github.com/transparency-dev/tessera/internal/parse=/tmp/go-build1823208636/b710/_pkg_.a
2025-08-20T20:26:16.9129529Z [00:02:55.597]➜  packagefile github.com/transparency-dev/tessera/internal/stream=/tmp/go-build1823208636/b711/_pkg_.a
2025-08-20T20:26:16.9130278Z [00:02:55.597]➜  packagefile github.com/transparency-dev/tessera/storage/internal=/tmp/go-build1823208636/b1032/_pkg_.a
2025-08-20T20:26:16.9130927Z [00:02:55.597]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:16.9131509Z [00:02:55.597]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:16.9132185Z [00:02:55.597]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:16.9132839Z [00:02:55.597]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:16.9133426Z [00:02:55.597]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:16.9133998Z [00:02:55.597]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:16.9134473Z [00:02:55.597]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:16.9134879Z [00:02:55.597]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:16.9135505Z [00:02:55.597]➜  packagefile k8s.io/klog/v2=/tmp/go-build1823208636/b699/_pkg_.a
2025-08-20T20:26:16.9136127Z [00:02:55.597]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:16.9136547Z [00:02:55.597]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:16.9136978Z [00:02:55.597]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:16.9137428Z [00:02:55.597]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:16.9146124Z [00:02:55.597]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.9146633Z [00:02:55.597]➜  EOF
2025-08-20T20:26:16.9149494Z [00:02:55.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/gcp=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/gcp;$WORK/b713=>" -p github.com/transparency-dev/tessera/storage/gcp -lang=go1.24 -complete -installsuffix shared -buildid SUZj9hx3OjQVHrTVcOQE/SUZj9hx3OjQVHrTVcOQE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/gcp/gcp.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/gcp/otel.go
2025-08-20T20:26:16.9416368Z [00:02:55.628]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T20:26:16.9433680Z [00:02:55.629]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/ba/ba98cdf2a93c878e04029161e8b5dcf1e5507031ff8e832b5f9ebd9e394eefc6-d # internal
2025-08-20T20:26:16.9453049Z [00:02:55.631]➜  github.com/transparency-dev/tessera/storage/gcp/antispam
2025-08-20T20:26:16.9453474Z [00:02:55.631]➜  mkdir -p $WORK/b1035/
2025-08-20T20:26:16.9453864Z [00:02:55.631]➜  cat >/tmp/go-build1823208636/b1035/importcfg << 'EOF' # internal
2025-08-20T20:26:16.9454220Z [00:02:55.631]➜  # import config
2025-08-20T20:26:16.9454658Z [00:02:55.631]➜  packagefile cloud.google.com/go/spanner=/tmp/go-build1823208636/b714/_pkg_.a
2025-08-20T20:26:16.9455315Z [00:02:55.631]➜  packagefile cloud.google.com/go/spanner/admin/database/apiv1=/tmp/go-build1823208636/b1004/_pkg_.a
2025-08-20T20:26:16.9456340Z [00:02:55.631]➜  packagefile cloud.google.com/go/spanner/admin/database/apiv1/databasepb=/tmp/go-build1823208636/b1010/_pkg_.a
2025-08-20T20:26:16.9457502Z [00:02:55.631]➜  packagefile cloud.google.com/go/spanner/apiv1/spannerpb=/tmp/go-build1823208636/b823/_pkg_.a
2025-08-20T20:26:16.9458121Z [00:02:55.631]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:16.9458554Z [00:02:55.631]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:16.9458964Z [00:02:55.631]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:16.9459483Z [00:02:55.631]➜  packagefile github.com/transparency-dev/tessera=/tmp/go-build1823208636/b666/_pkg_.a
2025-08-20T20:26:16.9460176Z [00:02:55.631]➜  packagefile github.com/transparency-dev/tessera/internal/stream=/tmp/go-build1823208636/b711/_pkg_.a
2025-08-20T20:26:16.9460810Z [00:02:55.631]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:16.9461386Z [00:02:55.631]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:16.9462099Z [00:02:55.631]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:16.9462670Z [00:02:55.631]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:16.9463113Z [00:02:55.631]➜  packagefile k8s.io/klog/v2=/tmp/go-build1823208636/b699/_pkg_.a
2025-08-20T20:26:16.9463579Z [00:02:55.631]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:16.9464008Z [00:02:55.631]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:16.9464312Z [00:02:55.631]➜  EOF
2025-08-20T20:26:16.9467473Z [00:02:55.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/gcp/antispam=>github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/gcp/antispam;$WORK/b1035=>" -p github.com/transparency-dev/tessera/storage/gcp/antispam -lang=go1.24 -complete -installsuffix shared -buildid tKYGTDqXkJrm_929IPt-/tKYGTDqXkJrm_929IPt- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1035/importcfg -pack /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/gcp/antispam/gcp.go /root/go/pkg/mod/github.com/transparency-dev/tessera@v0.2.1-0.20250610150926-8ee4e93b2823/storage/gcp/antispam/otel.go
2025-08-20T20:26:17.1170761Z [00:02:55.802]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T20:26:17.1171248Z [00:02:55.802]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T20:26:17.1235333Z [00:02:55.808]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/fd/fd8f4bee02b904982ad70ecaf0f873dd9377598eafe8a998b0ff41cd60ae8180-d # internal
2025-08-20T20:26:17.1236157Z [00:02:55.808]➜  github.com/klauspost/compress/zstd
2025-08-20T20:26:17.1236481Z [00:02:55.808]➜  mkdir -p $WORK/b1201/
2025-08-20T20:26:17.1236866Z [00:02:55.809]➜  cat >/tmp/go-build1823208636/b1201/importcfg << 'EOF' # internal
2025-08-20T20:26:17.1237222Z [00:02:55.809]➜  # import config
2025-08-20T20:26:17.1237579Z [00:02:55.809]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:17.1246402Z [00:02:55.809]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:17.1246878Z [00:02:55.809]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:17.1247735Z [00:02:55.809]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:17.1248216Z [00:02:55.809]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:17.1248660Z [00:02:55.809]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.1249085Z [00:02:55.809]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.1249596Z [00:02:55.809]➜  packagefile github.com/klauspost/compress=/tmp/go-build1823208636/b1202/_pkg_.a
2025-08-20T20:26:17.1250216Z [00:02:55.809]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build1823208636/b1203/_pkg_.a
2025-08-20T20:26:17.1250899Z [00:02:55.809]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1823208636/b1205/_pkg_.a
2025-08-20T20:26:17.1251758Z [00:02:55.809]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build1823208636/b1206/_pkg_.a
2025-08-20T20:26:17.1252565Z [00:02:55.809]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build1823208636/b1207/_pkg_.a
2025-08-20T20:26:17.1253155Z [00:02:55.809]➜  packagefile hash/crc32=/tmp/go-build1823208636/b150/_pkg_.a
2025-08-20T20:26:17.1253578Z [00:02:55.809]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.1253987Z [00:02:55.809]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:17.1254393Z [00:02:55.809]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:17.1254823Z [00:02:55.809]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:17.1255255Z [00:02:55.809]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:17.1256075Z [00:02:55.809]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:26:17.1256598Z [00:02:55.809]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:17.1257017Z [00:02:55.809]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:17.1259473Z [00:02:55.809]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:17.1264836Z [00:02:55.809]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.1265361Z [00:02:55.809]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:17.1266109Z [00:02:55.809]➜  EOF
2025-08-20T20:26:17.1298273Z [00:02:55.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b1201=>" -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/b1201/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-20T20:26:17.1310002Z [00:02:55.812]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/36/3643ac688965ff4c202c18ed81794a940e62f6797eafece4c2f800632212f74f-d # internal
2025-08-20T20:26:17.1314293Z [00:02:55.817]➜  github.com/docker/distribution/registry/client/auth/challenge
2025-08-20T20:26:17.1315869Z [00:02:55.817]➜  mkdir -p $WORK/b1221/
2025-08-20T20:26:17.1316360Z [00:02:55.817]➜  cat >/tmp/go-build1823208636/b1221/importcfg << 'EOF' # internal
2025-08-20T20:26:17.1317671Z [00:02:55.817]➜  # import config
2025-08-20T20:26:17.1318960Z [00:02:55.817]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.1319742Z [00:02:55.817]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.1320256Z [00:02:55.817]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:17.1320862Z [00:02:55.817]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.1321506Z [00:02:55.817]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:17.1321933Z [00:02:55.817]➜  EOF
2025-08-20T20:26:17.1325489Z [00:02:55.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1221/_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/b1221=>" -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/b1221/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-20T20:26:17.1346933Z [00:02:55.821]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T20:26:17.1391049Z [00:02:55.825]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/89/89c6cd8108ad5738431f6eea874af9a2f54f1d8cf7f42cc84c87a5ae09822022-d # internal
2025-08-20T20:26:17.1420524Z [00:02:55.828]➜  github.com/distribution/reference
2025-08-20T20:26:17.1423810Z [00:02:55.828]➜  mkdir -p $WORK/b1222/
2025-08-20T20:26:17.1427130Z [00:02:55.829]➜  cat >/tmp/go-build1823208636/b1222/importcfg << 'EOF' # internal
2025-08-20T20:26:17.1440022Z [00:02:55.829]➜  # import config
2025-08-20T20:26:17.1440390Z [00:02:55.829]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.1440846Z [00:02:55.829]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.1441386Z [00:02:55.829]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1823208636/b552/_pkg_.a
2025-08-20T20:26:17.1441902Z [00:02:55.829]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:17.1442329Z [00:02:55.829]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:17.1442745Z [00:02:55.829]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:17.1443162Z [00:02:55.829]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.1443485Z [00:02:55.829]➜  EOF
2025-08-20T20:26:17.1446902Z [00:02:55.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/distribution/reference@v0.6.0=>github.com/distribution/reference@v0.6.0;$WORK/b1222=>" -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/b1222/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-20T20:26:17.1628543Z [00:02:55.849]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T20:26:17.1635830Z [00:02:55.849]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/7b/7b38d8c8345b9f2ab65b009d6337426a19465024c0fdaaa48ad1e5c2cfba1e39-d # internal
2025-08-20T20:26:17.1668017Z [00:02:55.853]➜  github.com/google/go-containerregistry/pkg/v1/remote/transport
2025-08-20T20:26:17.1668486Z [00:02:55.853]➜  mkdir -p $WORK/b1220/
2025-08-20T20:26:17.1680817Z [00:02:55.854]➜  cat >/tmp/go-build1823208636/b1220/importcfg << 'EOF' # internal
2025-08-20T20:26:17.1682917Z [00:02:55.854]➜  # import config
2025-08-20T20:26:17.1683743Z [00:02:55.854]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:17.1685343Z [00:02:55.854]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:17.1687232Z [00:02:55.854]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:17.1688005Z [00:02:55.854]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.1688627Z [00:02:55.854]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.1691513Z [00:02:55.854]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build1823208636/b1221/_pkg_.a
2025-08-20T20:26:17.1699749Z [00:02:55.854]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build1823208636/b1190/_pkg_.a
2025-08-20T20:26:17.1700647Z [00:02:55.854]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build1823208636/b1191/_pkg_.a
2025-08-20T20:26:17.1701414Z [00:02:55.854]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build1823208636/b1177/_pkg_.a
2025-08-20T20:26:17.1702143Z [00:02:55.854]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1823208636/b1195/_pkg_.a
2025-08-20T20:26:17.1703156Z [00:02:55.854]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1823208636/b551/_pkg_.a
2025-08-20T20:26:17.1703702Z [00:02:55.854]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.1704100Z [00:02:55.854]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:17.1704524Z [00:02:55.854]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.1704992Z [00:02:55.854]➜  packagefile net/http/httputil=/tmp/go-build1823208636/b645/_pkg_.a
2025-08-20T20:26:17.1705450Z [00:02:55.854]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:17.1709501Z [00:02:55.854]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:26:17.1709979Z [00:02:55.854]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.1710403Z [00:02:55.854]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:17.1710813Z [00:02:55.854]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:17.1711131Z [00:02:55.854]➜  EOF
2025-08-20T20:26:17.1717669Z [00:02:55.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1220/_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/b1220=>" -p github.com/google/go-containerregistry/pkg/v1/remote/transport -lang=go1.24 -complete -installsuffix shared -buildid DycYNYdCtsw3jH25H4A-/DycYNYdCtsw3jH25H4A- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/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-20T20:26:17.2039634Z [00:02:55.888]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T20:26:17.2049407Z [00:02:55.890]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/6d/6d4e0b1ffbb40e9a82887dc019ae801d5e3987eaf42420b63755289e6773e5f1-d # internal
2025-08-20T20:26:17.2050138Z [00:02:55.890]➜  github.com/cli/cli/v2/pkg/cmd/attestation/auth
2025-08-20T20:26:17.2050481Z [00:02:55.890]➜  mkdir -p $WORK/b1223/
2025-08-20T20:26:17.2050858Z [00:02:55.890]➜  cat >/tmp/go-build1823208636/b1223/importcfg << 'EOF' # internal
2025-08-20T20:26:17.2051208Z [00:02:55.890]➜  # import config
2025-08-20T20:26:17.2051541Z [00:02:55.890]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.2052246Z [00:02:55.890]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:17.2052641Z [00:02:55.890]➜  EOF
2025-08-20T20:26:17.2054576Z [00:02:55.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1223/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/auth=>github.com/cli/cli/v2/pkg/cmd/attestation/auth;$WORK/b1223=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/auth -lang=go1.24 -complete -installsuffix shared -buildid BoOO36RA26N0mqYi_0As/BoOO36RA26N0mqYi_0As -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/auth/host.go
2025-08-20T20:26:17.2145779Z [00:02:55.900]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T20:26:17.2150899Z [00:02:55.901]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/98/98a2ce493abaf64d75dfb3b45eb439febf8d89f18f31e4cbecef1a1b65d47497-d # internal
2025-08-20T20:26:17.2153964Z [00:02:55.901]➜  github.com/cli/cli/v2/pkg/cmd/auth/gitcredential
2025-08-20T20:26:17.2173105Z [00:02:55.901]➜  mkdir -p $WORK/b1229/
2025-08-20T20:26:17.2173563Z [00:02:55.902]➜  cat >/tmp/go-build1823208636/b1229/importcfg << 'EOF' # internal
2025-08-20T20:26:17.2173924Z [00:02:55.902]➜  # import config
2025-08-20T20:26:17.2174260Z [00:02:55.903]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:17.2174698Z [00:02:55.903]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.2175225Z [00:02:55.903]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:17.2181480Z [00:02:55.903]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.2182071Z [00:02:55.903]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:17.2182545Z [00:02:55.903]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:17.2182977Z [00:02:55.903]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.2183290Z [00:02:55.903]➜  EOF
2025-08-20T20:26:17.2185819Z [00:02:55.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1229/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/gitcredential=>github.com/cli/cli/v2/pkg/cmd/auth/gitcredential;$WORK/b1229=>" -p github.com/cli/cli/v2/pkg/cmd/auth/gitcredential -lang=go1.24 -complete -installsuffix shared -buildid n91sMrUxzWdzZEU9n-Cd/n91sMrUxzWdzZEU9n-Cd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1229/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/gitcredential/helper.go
2025-08-20T20:26:17.2623830Z [00:02:55.948]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T20:26:17.2653271Z [00:02:55.951]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/0a/0a8a02f98aaf7d798d2e93812c9cbf40b17e2afa788321aa190f6ae9f9f66186-d # internal
2025-08-20T20:26:17.2668266Z [00:02:55.953]➜  github.com/cli/oauth/api
2025-08-20T20:26:17.2672799Z [00:02:55.953]➜  mkdir -p $WORK/b1234/
2025-08-20T20:26:17.2673208Z [00:02:55.953]➜  cat >/tmp/go-build1823208636/b1234/importcfg << 'EOF' # internal
2025-08-20T20:26:17.2673560Z [00:02:55.953]➜  # import config
2025-08-20T20:26:17.2673923Z [00:02:55.953]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:17.2674366Z [00:02:55.953]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.2675059Z [00:02:55.953]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.2675838Z [00:02:55.953]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:26:17.2676333Z [00:02:55.953]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:17.2676769Z [00:02:55.953]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.2677198Z [00:02:55.953]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:17.2677625Z [00:02:55.953]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:17.2678171Z [00:02:55.953]➜  EOF
2025-08-20T20:26:17.2680142Z [00:02:55.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/oauth@v1.2.0/api=>github.com/cli/oauth@v1.2.0/api;$WORK/b1234=>" -p github.com/cli/oauth/api -lang=go1.13 -complete -installsuffix shared -buildid cw4kOgsy5YvkIUtdo3KK/cw4kOgsy5YvkIUtdo3KK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/importcfg -pack /root/go/pkg/mod/github.com/cli/oauth@v1.2.0/api/access_token.go /root/go/pkg/mod/github.com/cli/oauth@v1.2.0/api/form.go
2025-08-20T20:26:17.2834524Z [00:02:55.969]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T20:26:17.2859813Z [00:02:55.971]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/54/54d54ffa2bc0cee4ccaec1de02a63c2a9229ef3a10e4c613147ebc34067ca3f3-d # internal
2025-08-20T20:26:17.2860525Z [00:02:55.971]➜  github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials
2025-08-20T20:26:17.2860889Z [00:02:55.971]➜  mkdir -p $WORK/b1237/
2025-08-20T20:26:17.2861301Z [00:02:55.972]➜  cat >/tmp/go-build1823208636/b1237/importcfg << 'EOF' # internal
2025-08-20T20:26:17.2861648Z [00:02:55.972]➜  # import config
2025-08-20T20:26:17.2861981Z [00:02:55.972]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:17.2862405Z [00:02:55.972]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:17.2862831Z [00:02:55.972]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.2863398Z [00:02:55.972]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:17.2863967Z [00:02:55.972]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:17.2864592Z [00:02:55.972]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:17.2865189Z [00:02:55.972]➜  packagefile github.com/google/shlex=/tmp/go-build1823208636/b260/_pkg_.a
2025-08-20T20:26:17.2865826Z [00:02:55.972]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:17.2866289Z [00:02:55.972]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.2866606Z [00:02:55.972]➜  EOF
2025-08-20T20:26:17.2871100Z [00:02:55.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1237/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials=>github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials;$WORK/b1237=>" -p github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials -lang=go1.24 -complete -installsuffix shared -buildid qejWtLfMtO07WZXQUHuV/qejWtLfMtO07WZXQUHuV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/fake_helper_config.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/helper_config.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/updater.go
2025-08-20T20:26:17.3148316Z [00:02:56.001]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T20:26:17.3160961Z [00:02:56.002]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/e4/e4964f8dfb1474ab0709f8400bf2aaa411d72981d87bb163d991302eb4529cd5-d # internal
2025-08-20T20:26:17.3161758Z [00:02:56.002]➜  github.com/cli/cli/v2/pkg/cmd/ssh-key/shared
2025-08-20T20:26:17.3162093Z [00:02:56.002]➜  mkdir -p $WORK/b1239/
2025-08-20T20:26:17.3165278Z [00:02:56.003]➜  cat >/tmp/go-build1823208636/b1239/importcfg << 'EOF' # internal
2025-08-20T20:26:17.3167476Z [00:02:56.003]➜  # import config
2025-08-20T20:26:17.3169108Z [00:02:56.003]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:17.3171880Z [00:02:56.003]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.3172406Z [00:02:56.003]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:17.3173028Z [00:02:56.003]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:17.3173846Z [00:02:56.003]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.3174270Z [00:02:56.003]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.3174695Z [00:02:56.003]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:17.3175002Z [00:02:56.003]➜  EOF
2025-08-20T20:26:17.3190180Z [00:02:56.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1239/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/shared=>github.com/cli/cli/v2/pkg/cmd/ssh-key/shared;$WORK/b1239=>" -p github.com/cli/cli/v2/pkg/cmd/ssh-key/shared -lang=go1.24 -complete -installsuffix shared -buildid Tw7hOxZ-mPnVbAWPVG_N/Tw7hOxZ-mPnVbAWPVG_N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1239/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/shared/user_keys.go
2025-08-20T20:26:17.3253516Z [00:02:56.010]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T20:26:17.3258487Z [00:02:56.012]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/06/06dbf95f5812c9dcc86f56210aeb693bd1ad5bb8e61f3c39061c89d126c7ff1a-d # internal
2025-08-20T20:26:17.3267558Z [00:02:56.013]➜  github.com/cli/oauth/device
2025-08-20T20:26:17.3268243Z [00:02:56.013]➜  mkdir -p $WORK/b1235/
2025-08-20T20:26:17.3280752Z [00:02:56.014]➜  cat >/tmp/go-build1823208636/b1235/importcfg << 'EOF' # internal
2025-08-20T20:26:17.3281448Z [00:02:56.014]➜  # import config
2025-08-20T20:26:17.3282092Z [00:02:56.014]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:17.3283030Z [00:02:56.014]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.3283747Z [00:02:56.014]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.3284565Z [00:02:56.014]➜  packagefile github.com/cli/oauth/api=/tmp/go-build1823208636/b1234/_pkg_.a
2025-08-20T20:26:17.3285713Z [00:02:56.014]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.3286250Z [00:02:56.014]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:17.3286711Z [00:02:56.014]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:17.3287140Z [00:02:56.014]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.3287560Z [00:02:56.014]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:17.3287867Z [00:02:56.014]➜  EOF
2025-08-20T20:26:17.3290191Z [00:02:56.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/oauth@v1.2.0/device=>github.com/cli/oauth@v1.2.0/device;$WORK/b1235=>" -p github.com/cli/oauth/device -lang=go1.13 -complete -installsuffix shared -buildid NbNGPrzsUXFbV4oGXXIv/NbNGPrzsUXFbV4oGXXIv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/importcfg -pack /root/go/pkg/mod/github.com/cli/oauth@v1.2.0/device/device_flow.go /root/go/pkg/mod/github.com/cli/oauth@v1.2.0/device/poller.go
2025-08-20T20:26:17.3406879Z [00:02:56.027]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T20:26:17.3414732Z [00:02:56.028]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/f0/f0d73aff8bd6ae56161c170481c329cd02f4455209ac9cb9d547f74d8a5760bd-d # internal
2025-08-20T20:26:17.3450150Z [00:02:56.031]➜  github.com/cli/oauth/webapp
2025-08-20T20:26:17.3451064Z [00:02:56.031]➜  mkdir -p $WORK/b1236/
2025-08-20T20:26:17.3462377Z [00:02:56.032]➜  cat >/tmp/go-build1823208636/b1236/importcfg << 'EOF' # internal
2025-08-20T20:26:17.3462835Z [00:02:56.032]➜  # import config
2025-08-20T20:26:17.3463217Z [00:02:56.032]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:17.3463735Z [00:02:56.032]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:17.3464208Z [00:02:56.032]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:17.3464647Z [00:02:56.032]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.3465060Z [00:02:56.032]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.3465890Z [00:02:56.032]➜  packagefile github.com/cli/oauth/api=/tmp/go-build1823208636/b1234/_pkg_.a
2025-08-20T20:26:17.3466381Z [00:02:56.032]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.3466786Z [00:02:56.032]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:17.3467211Z [00:02:56.032]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.3467651Z [00:02:56.032]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:17.3468074Z [00:02:56.032]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.3468611Z [00:02:56.032]➜  EOF
2025-08-20T20:26:17.3477384Z [00:02:56.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/oauth@v1.2.0/webapp=>github.com/cli/oauth@v1.2.0/webapp;$WORK/b1236=>" -p github.com/cli/oauth/webapp -lang=go1.13 -complete -installsuffix shared -buildid MUJYeeDhxX-42PofEshI/MUJYeeDhxX-42PofEshI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/importcfg -pack /root/go/pkg/mod/github.com/cli/oauth@v1.2.0/webapp/local_server.go /root/go/pkg/mod/github.com/cli/oauth@v1.2.0/webapp/webapp_flow.go
2025-08-20T20:26:17.3727623Z [00:02:56.056]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T20:26:17.3730432Z [00:02:56.059]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/df/df6983dcd9ec63e61a4a7629f84b698d9715aae72e8e2ee3b304d5a0772aa7b2-d # internal
2025-08-20T20:26:17.3736798Z [00:02:56.060]➜  github.com/cli/cli/v2/pkg/cmd/ssh-key/add
2025-08-20T20:26:17.3737157Z [00:02:56.060]➜  mkdir -p $WORK/b1238/
2025-08-20T20:26:17.3737559Z [00:02:56.060]➜  cat >/tmp/go-build1823208636/b1238/importcfg << 'EOF' # internal
2025-08-20T20:26:17.3737911Z [00:02:56.060]➜  # import config
2025-08-20T20:26:17.3738247Z [00:02:56.060]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:17.3738692Z [00:02:56.060]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:17.3739143Z [00:02:56.060]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.3739560Z [00:02:56.060]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.3740039Z [00:02:56.060]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:17.3740625Z [00:02:56.060]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:17.3741553Z [00:02:56.060]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:17.3742338Z [00:02:56.060]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/shared=/tmp/go-build1823208636/b1239/_pkg_.a
2025-08-20T20:26:17.3742988Z [00:02:56.060]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:17.3743596Z [00:02:56.060]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.3744173Z [00:02:56.060]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:17.3744637Z [00:02:56.060]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.3745050Z [00:02:56.060]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.3745461Z [00:02:56.060]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:17.3746224Z [00:02:56.060]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.3746600Z [00:02:56.060]➜  EOF
2025-08-20T20:26:17.3749704Z [00:02:56.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1238/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add=>github.com/cli/cli/v2/pkg/cmd/ssh-key/add;$WORK/b1238=>" -p github.com/cli/cli/v2/pkg/cmd/ssh-key/add -lang=go1.24 -complete -installsuffix shared -buildid zsnaswarWyshPt7YQ0W7/zsnaswarWyshPt7YQ0W7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add/add.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add/http.go
2025-08-20T20:26:17.4322930Z [00:02:56.118]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T20:26:17.4341028Z [00:02:56.120]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/d0/d0bbdb90be4671f184f5327acb9ecc9e00b048de1132f5d8ab13c5fb25db84a8-d # internal
2025-08-20T20:26:17.4369948Z [00:02:56.123]➜  github.com/cli/oauth
2025-08-20T20:26:17.4371042Z [00:02:56.123]➜  mkdir -p $WORK/b1233/
2025-08-20T20:26:17.4381614Z [00:02:56.124]➜  cat >/tmp/go-build1823208636/b1233/importcfg << 'EOF' # internal
2025-08-20T20:26:17.4385362Z [00:02:56.124]➜  # import config
2025-08-20T20:26:17.4386653Z [00:02:56.124]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:17.4389253Z [00:02:56.124]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:17.4390033Z [00:02:56.124]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.4392499Z [00:02:56.124]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.4393349Z [00:02:56.124]➜  packagefile github.com/cli/browser=/tmp/go-build1823208636/b264/_pkg_.a
2025-08-20T20:26:17.4394323Z [00:02:56.124]➜  packagefile github.com/cli/oauth/api=/tmp/go-build1823208636/b1234/_pkg_.a
2025-08-20T20:26:17.4395207Z [00:02:56.124]➜  packagefile github.com/cli/oauth/device=/tmp/go-build1823208636/b1235/_pkg_.a
2025-08-20T20:26:17.4399085Z [00:02:56.124]➜  packagefile github.com/cli/oauth/webapp=/tmp/go-build1823208636/b1236/_pkg_.a
2025-08-20T20:26:17.4399586Z [00:02:56.124]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.4400021Z [00:02:56.124]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.4400451Z [00:02:56.124]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:17.4400859Z [00:02:56.124]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:17.4401269Z [00:02:56.124]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.4401590Z [00:02:56.124]➜  EOF
2025-08-20T20:26:17.4403947Z [00:02:56.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cli/oauth@v1.2.0=>github.com/cli/oauth@v1.2.0;$WORK/b1233=>" -p github.com/cli/oauth -lang=go1.13 -complete -installsuffix shared -buildid NxG3GDDgu85TlLFbPi4X/NxG3GDDgu85TlLFbPi4X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1233/importcfg -pack /root/go/pkg/mod/github.com/cli/oauth@v1.2.0/oauth.go /root/go/pkg/mod/github.com/cli/oauth@v1.2.0/oauth_device.go /root/go/pkg/mod/github.com/cli/oauth@v1.2.0/oauth_webapp.go
2025-08-20T20:26:17.4692242Z [00:02:56.155]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T20:26:17.4734038Z [00:02:56.159]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/ed/edeeccfe621237708db1992ce811fda55fc5a9bed47aec4a8eaf282eeaa75ad1-d # internal
2025-08-20T20:26:17.4735379Z [00:02:56.159]➜  github.com/cli/cli/v2/pkg/ssh
2025-08-20T20:26:17.4737021Z [00:02:56.159]➜  mkdir -p $WORK/b1240/
2025-08-20T20:26:17.4749599Z [00:02:56.161]➜  cat >/tmp/go-build1823208636/b1240/importcfg << 'EOF' # internal
2025-08-20T20:26:17.4750999Z [00:02:56.161]➜  # import config
2025-08-20T20:26:17.4751645Z [00:02:56.161]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.4752633Z [00:02:56.161]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.4753771Z [00:02:56.161]➜  packagefile github.com/cli/cli/v2/internal/config=/tmp/go-build1823208636/b237/_pkg_.a
2025-08-20T20:26:17.4755125Z [00:02:56.161]➜  packagefile github.com/cli/cli/v2/internal/run=/tmp/go-build1823208636/b256/_pkg_.a
2025-08-20T20:26:17.4755988Z [00:02:56.161]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:26:17.4756483Z [00:02:56.161]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:17.4756906Z [00:02:56.161]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:17.4757697Z [00:02:56.161]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:17.4758148Z [00:02:56.161]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:17.4758463Z [00:02:56.161]➜  EOF
2025-08-20T20:26:17.4760126Z [00:02:56.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1240/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/ssh=>github.com/cli/cli/v2/pkg/ssh;$WORK/b1240=>" -p github.com/cli/cli/v2/pkg/ssh -lang=go1.24 -complete -installsuffix shared -buildid 6bmnYb5JTjXGSvi-gvif/6bmnYb5JTjXGSvi-gvif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/ssh/ssh_keys.go
2025-08-20T20:26:17.5056610Z [00:02:56.192]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T20:26:17.5064843Z [00:02:56.193]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/59/590e09df6ca11f1e0def6cf3507caa34b69929e630e499813ae6af055a8faeff-d # internal
2025-08-20T20:26:17.5128566Z [00:02:56.199]➜  github.com/cli/cli/v2/internal/authflow
2025-08-20T20:26:17.5129308Z [00:02:56.199]➜  mkdir -p $WORK/b1232/
2025-08-20T20:26:17.5136209Z [00:02:56.200]➜  cat >/tmp/go-build1823208636/b1232/importcfg << 'EOF' # internal
2025-08-20T20:26:17.5136599Z [00:02:56.200]➜  # import config
2025-08-20T20:26:17.5136941Z [00:02:56.200]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:17.5137390Z [00:02:56.200]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.5137889Z [00:02:56.200]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:17.5138504Z [00:02:56.200]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:17.5139172Z [00:02:56.200]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:17.5139819Z [00:02:56.200]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.5140416Z [00:02:56.200]➜  packagefile github.com/cli/cli/v2/utils=/tmp/go-build1823208636/b104/_pkg_.a
2025-08-20T20:26:17.5140994Z [00:02:56.200]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:17.5141541Z [00:02:56.200]➜  packagefile github.com/cli/oauth=/tmp/go-build1823208636/b1233/_pkg_.a
2025-08-20T20:26:17.5142088Z [00:02:56.200]➜  packagefile github.com/henvic/httpretty=/tmp/go-build1823208636/b226/_pkg_.a
2025-08-20T20:26:17.5142827Z [00:02:56.200]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.5143331Z [00:02:56.200]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.5143769Z [00:02:56.200]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:17.5144195Z [00:02:56.200]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:17.5144629Z [00:02:56.200]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.5144953Z [00:02:56.200]➜  EOF
2025-08-20T20:26:17.5149212Z [00:02:56.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1232/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow=>github.com/cli/cli/v2/internal/authflow;$WORK/b1232=>" -p github.com/cli/cli/v2/internal/authflow -lang=go1.24 -complete -installsuffix shared -buildid 9RxXEz_27Q8qtlR4dzBS/9RxXEz_27Q8qtlR4dzBS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow/flow.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow/success.go
2025-08-20T20:26:17.5275509Z [00:02:56.213]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T20:26:17.5277115Z [00:02:56.214]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/18/18f96916e325f7c663a2707d97113c2bedce305032e36c95f4afaec98dd56b60-d # internal
2025-08-20T20:26:17.5280550Z [00:02:56.214]➜  github.com/cli/cli/v2/pkg/cmd/auth/setupgit
2025-08-20T20:26:17.5281985Z [00:02:56.214]➜  mkdir -p $WORK/b1243/
2025-08-20T20:26:17.5282706Z [00:02:56.214]➜  cat >/tmp/go-build1823208636/b1243/importcfg << 'EOF' # internal
2025-08-20T20:26:17.5283060Z [00:02:56.214]➜  # import config
2025-08-20T20:26:17.5283392Z [00:02:56.214]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.5283901Z [00:02:56.214]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:17.5284512Z [00:02:56.214]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:17.5285234Z [00:02:56.214]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials=/tmp/go-build1823208636/b1237/_pkg_.a
2025-08-20T20:26:17.5286287Z [00:02:56.214]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:17.5286914Z [00:02:56.214]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.5287490Z [00:02:56.214]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:17.5287974Z [00:02:56.214]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.5288288Z [00:02:56.214]➜  EOF
2025-08-20T20:26:17.5290178Z [00:02:56.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1243/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/setupgit=>github.com/cli/cli/v2/pkg/cmd/auth/setupgit;$WORK/b1243=>" -p github.com/cli/cli/v2/pkg/cmd/auth/setupgit -lang=go1.24 -complete -installsuffix shared -buildid b8Vm2DvyW_vf272iiEMg/b8Vm2DvyW_vf272iiEMg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1243/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/setupgit/setupgit.go
2025-08-20T20:26:17.6162525Z [00:02:56.302]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T20:26:17.6179934Z [00:02:56.304]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/1d/1dee3a2f7dc65eebae693951034b5eb6d6c7fcb83b5c94987c641102c162e4e3-d # internal
2025-08-20T20:26:17.6207110Z [00:02:56.306]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T20:26:17.6212338Z [00:02:56.307]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/cf/cff32712a9659c4852c7e6d7f0c63026bcb7fffc3db4b6003fbdd189e1b79967-d # internal
2025-08-20T20:26:17.6215207Z [00:02:56.308]➜  github.com/cli/cli/v2/pkg/cmd/auth/shared
2025-08-20T20:26:17.6215859Z [00:02:56.308]➜  mkdir -p $WORK/b1231/
2025-08-20T20:26:17.6225658Z [00:02:56.308]➜  cat >/tmp/go-build1823208636/b1231/importcfg << 'EOF' # internal
2025-08-20T20:26:17.6226419Z [00:02:56.308]➜  # import config
2025-08-20T20:26:17.6226844Z [00:02:56.308]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:17.6227299Z [00:02:56.308]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:17.6227756Z [00:02:56.308]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.6228174Z [00:02:56.308]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.6228685Z [00:02:56.308]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:17.6229263Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:17.6229803Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:17.6230546Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/internal/authflow=/tmp/go-build1823208636/b1232/_pkg_.a
2025-08-20T20:26:17.6231279Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:17.6231901Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:17.6232544Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:17.6233279Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials=/tmp/go-build1823208636/b1237/_pkg_.a
2025-08-20T20:26:17.6234194Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/add=/tmp/go-build1823208636/b1238/_pkg_.a
2025-08-20T20:26:17.6234829Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.6235424Z [00:02:56.308]➜  packagefile github.com/cli/cli/v2/pkg/ssh=/tmp/go-build1823208636/b1240/_pkg_.a
2025-08-20T20:26:17.6271235Z [00:02:56.308]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.6271704Z [00:02:56.308]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.6272130Z [00:02:56.308]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:17.6272963Z [00:02:56.308]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:17.6273389Z [00:02:56.308]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.6273705Z [00:02:56.308]➜  EOF
2025-08-20T20:26:17.6276797Z [00:02:56.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1231/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared=>github.com/cli/cli/v2/pkg/cmd/auth/shared;$WORK/b1231=>" -p github.com/cli/cli/v2/pkg/cmd/auth/shared -lang=go1.24 -complete -installsuffix shared -buildid OHRAKYCVzqzlANuh2N9z/OHRAKYCVzqzlANuh2N9z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/git_credential.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/login_flow.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/oauth_scopes.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/prompt.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/writeable.go
2025-08-20T20:26:17.6279418Z [00:02:56.309]➜  github.com/cli/cli/v2/pkg/cmd/auth/token
2025-08-20T20:26:17.6279725Z [00:02:56.309]➜  mkdir -p $WORK/b1246/
2025-08-20T20:26:17.6290029Z [00:02:56.315]➜  cat >/tmp/go-build1823208636/b1246/importcfg << 'EOF' # internal
2025-08-20T20:26:17.6300655Z [00:02:56.315]➜  # import config
2025-08-20T20:26:17.6301032Z [00:02:56.315]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.6301450Z [00:02:56.315]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.6301954Z [00:02:56.315]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:17.6302551Z [00:02:56.315]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:17.6303448Z [00:02:56.315]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:17.6304185Z [00:02:56.315]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.6304773Z [00:02:56.315]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:17.6305135Z [00:02:56.315]➜  EOF
2025-08-20T20:26:17.6307099Z [00:02:56.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1246/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/token=>github.com/cli/cli/v2/pkg/cmd/auth/token;$WORK/b1246=>" -p github.com/cli/cli/v2/pkg/cmd/auth/token -lang=go1.24 -complete -installsuffix shared -buildid 986PZ9Z01cH1yGS97WJ_/986PZ9Z01cH1yGS97WJ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1246/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/token/token.go
2025-08-20T20:26:17.7144213Z [00:02:56.400]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T20:26:17.7170746Z [00:02:56.403]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/00/008a21b75eff588b387a5a7e0fd88f3e343c27f1859b3b0b404fde780bde1a24-d # internal
2025-08-20T20:26:17.7171539Z [00:02:56.403]➜  github.com/cli/cli/v2/pkg/cmd/auth/login
2025-08-20T20:26:17.7171890Z [00:02:56.403]➜  mkdir -p $WORK/b1230/
2025-08-20T20:26:17.7211126Z [00:02:56.407]➜  cat >/tmp/go-build1823208636/b1230/importcfg << 'EOF' # internal
2025-08-20T20:26:17.7212170Z [00:02:56.407]➜  # import config
2025-08-20T20:26:17.7212918Z [00:02:56.407]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.7214072Z [00:02:56.407]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:17.7215235Z [00:02:56.407]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:17.7216074Z [00:02:56.407]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:17.7216741Z [00:02:56.407]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:17.7217401Z [00:02:56.407]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:17.7218349Z [00:02:56.407]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared=/tmp/go-build1823208636/b1231/_pkg_.a
2025-08-20T20:26:17.7219095Z [00:02:56.407]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials=/tmp/go-build1823208636/b1237/_pkg_.a
2025-08-20T20:26:17.7219791Z [00:02:56.407]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:17.7220410Z [00:02:56.407]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.7221011Z [00:02:56.407]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:17.7221563Z [00:02:56.407]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:17.7222037Z [00:02:56.407]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.7222463Z [00:02:56.407]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.7222898Z [00:02:56.407]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.7223220Z [00:02:56.407]➜  EOF
2025-08-20T20:26:17.7253559Z [00:02:56.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1230/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/login=>github.com/cli/cli/v2/pkg/cmd/auth/login;$WORK/b1230=>" -p github.com/cli/cli/v2/pkg/cmd/auth/login -lang=go1.24 -complete -installsuffix shared -buildid hZPutWTm_ZlipVhmo8wx/hZPutWTm_ZlipVhmo8wx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1230/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/login/login.go
2025-08-20T20:26:17.7383423Z [00:02:56.424]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T20:26:17.7475186Z [00:02:56.433]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/2a/2ae63c441d9a3e780b284c7dda4caaf828580501012df7debc84fde64475c3bc-d # internal
2025-08-20T20:26:17.7478031Z [00:02:56.434]➜  github.com/cli/cli/v2/pkg/cmd/auth/logout
2025-08-20T20:26:17.7478479Z [00:02:56.434]➜  mkdir -p $WORK/b1241/
2025-08-20T20:26:17.7482331Z [00:02:56.434]➜  cat >/tmp/go-build1823208636/b1241/importcfg << 'EOF' # internal
2025-08-20T20:26:17.7482906Z [00:02:56.434]➜  # import config
2025-08-20T20:26:17.7483267Z [00:02:56.434]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.7483882Z [00:02:56.434]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.7496680Z [00:02:56.434]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:17.7497342Z [00:02:56.434]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:17.7497998Z [00:02:56.434]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared=/tmp/go-build1823208636/b1231/_pkg_.a
2025-08-20T20:26:17.7499002Z [00:02:56.434]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:17.7499686Z [00:02:56.434]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.7500272Z [00:02:56.434]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:17.7500744Z [00:02:56.434]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:17.7501059Z [00:02:56.434]➜  EOF
2025-08-20T20:26:17.7502944Z [00:02:56.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1241/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/logout=>github.com/cli/cli/v2/pkg/cmd/auth/logout;$WORK/b1241=>" -p github.com/cli/cli/v2/pkg/cmd/auth/logout -lang=go1.24 -complete -installsuffix shared -buildid S0v2yWogrTVSSehpN4m2/S0v2yWogrTVSSehpN4m2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/logout/logout.go
2025-08-20T20:26:17.8125843Z [00:02:56.499]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T20:26:17.8159306Z [00:02:56.502]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/ee/ee24fcb5d79da34861a239281f6e4fddbf99ab8b90d7ab60f45517e8bda05866-d # internal
2025-08-20T20:26:17.8166104Z [00:02:56.503]➜  github.com/cli/cli/v2/pkg/cmd/auth/refresh
2025-08-20T20:26:17.8172759Z [00:02:56.503]➜  mkdir -p $WORK/b1242/
2025-08-20T20:26:17.8205440Z [00:02:56.506]➜  cat >/tmp/go-build1823208636/b1242/importcfg << 'EOF' # internal
2025-08-20T20:26:17.8206866Z [00:02:56.506]➜  # import config
2025-08-20T20:26:17.8207680Z [00:02:56.506]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.8208786Z [00:02:56.506]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:17.8209420Z [00:02:56.506]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:17.8210067Z [00:02:56.506]➜  packagefile github.com/cli/cli/v2/internal/authflow=/tmp/go-build1823208636/b1232/_pkg_.a
2025-08-20T20:26:17.8210711Z [00:02:56.506]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:17.8211360Z [00:02:56.506]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared=/tmp/go-build1823208636/b1231/_pkg_.a
2025-08-20T20:26:17.8212107Z [00:02:56.506]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials=/tmp/go-build1823208636/b1237/_pkg_.a
2025-08-20T20:26:17.8212842Z [00:02:56.506]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:17.8213462Z [00:02:56.506]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.8214056Z [00:02:56.506]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:17.8214601Z [00:02:56.506]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:17.8215088Z [00:02:56.506]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.8216140Z [00:02:56.506]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.8216559Z [00:02:56.506]➜  EOF
2025-08-20T20:26:17.8218473Z [00:02:56.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1242/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/refresh=>github.com/cli/cli/v2/pkg/cmd/auth/refresh;$WORK/b1242=>" -p github.com/cli/cli/v2/pkg/cmd/auth/refresh -lang=go1.24 -complete -installsuffix shared -buildid z2QpFjiWY1hbC2jZmtXS/z2QpFjiWY1hbC2jZmtXS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1242/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/refresh/refresh.go
2025-08-20T20:26:17.8508911Z [00:02:56.537]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T20:26:17.8576081Z [00:02:56.544]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/29/29756d8fb3ad31e897e65bb6e2d891487813a15b5c0fb4d98b5429e0350804cc-d # internal
2025-08-20T20:26:17.8608326Z [00:02:56.547]➜  github.com/google/go-containerregistry/internal/zstd
2025-08-20T20:26:17.8609027Z [00:02:56.547]➜  mkdir -p $WORK/b1200/
2025-08-20T20:26:17.8618806Z [00:02:56.548]➜  cat >/tmp/go-build1823208636/b1200/importcfg << 'EOF' # internal
2025-08-20T20:26:17.8619225Z [00:02:56.548]➜  # import config
2025-08-20T20:26:17.8619575Z [00:02:56.548]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:17.8620000Z [00:02:56.548]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:17.8620600Z [00:02:56.548]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1823208636/b1194/_pkg_.a
2025-08-20T20:26:17.8621843Z [00:02:56.548]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build1823208636/b1201/_pkg_.a
2025-08-20T20:26:17.8622513Z [00:02:56.548]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.8622928Z [00:02:56.548]➜  EOF
2025-08-20T20:26:17.8625140Z [00:02:56.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1200/_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/b1200=>" -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/b1200/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/zstd/zstd.go
2025-08-20T20:26:17.8633568Z [00:02:56.549]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T20:26:17.8667416Z [00:02:56.551]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/61/611581f56cef72fa8d1f0ce1faeb3209c1c135229e050b4e404ce3289a7c77d6-d # internal
2025-08-20T20:26:17.8673306Z [00:02:56.553]➜  github.com/containerd/stargz-snapshotter/estargz
2025-08-20T20:26:17.8676692Z [00:02:56.553]➜  mkdir -p $WORK/b1216/
2025-08-20T20:26:17.8677116Z [00:02:56.554]➜  cat >/tmp/go-build1823208636/b1216/importcfg << 'EOF' # internal
2025-08-20T20:26:17.8677479Z [00:02:56.554]➜  # import config
2025-08-20T20:26:17.8677836Z [00:02:56.554]➜  packagefile archive/tar=/tmp/go-build1823208636/b1213/_pkg_.a
2025-08-20T20:26:17.8678285Z [00:02:56.554]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:17.8678701Z [00:02:56.554]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:17.8679145Z [00:02:56.554]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:17.8679589Z [00:02:56.554]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:17.8680043Z [00:02:56.554]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:17.8680503Z [00:02:56.554]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:17.8680981Z [00:02:56.554]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:17.8681463Z [00:02:56.554]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:17.8682217Z [00:02:56.554]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.8682706Z [00:02:56.554]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.8683340Z [00:02:56.554]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build1823208636/b1217/_pkg_.a
2025-08-20T20:26:17.8684053Z [00:02:56.554]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build1823208636/b1201/_pkg_.a
2025-08-20T20:26:17.8684673Z [00:02:56.554]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1823208636/b552/_pkg_.a
2025-08-20T20:26:17.8685317Z [00:02:56.554]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build1823208636/b1218/_pkg_.a
2025-08-20T20:26:17.8686165Z [00:02:56.554]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:17.8686803Z [00:02:56.554]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:17.8687262Z [00:02:56.554]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.8687687Z [00:02:56.554]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:17.8688098Z [00:02:56.554]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:17.8688508Z [00:02:56.554]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:17.8688950Z [00:02:56.554]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:17.8689400Z [00:02:56.554]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:17.8690038Z [00:02:56.554]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:17.8690466Z [00:02:56.554]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:17.8690888Z [00:02:56.554]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:17.8691317Z [00:02:56.554]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.8691733Z [00:02:56.554]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:17.8692151Z [00:02:56.554]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:26:17.8692569Z [00:02:56.554]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:17.8693035Z [00:02:56.554]➜  EOF
2025-08-20T20:26:17.8700600Z [00:02:56.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1216/_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/b1216=>" -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/b1216/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-20T20:26:17.8911965Z [00:02:56.577]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T20:26:17.8925162Z [00:02:56.578]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/16/16d9da5a5a6a2c20cf656af17b63840c7eb7179d0ca2e46fe2666cedea166258-d # internal
2025-08-20T20:26:17.8926018Z [00:02:56.578]➜  github.com/cli/cli/v2/pkg/cmd/auth/status
2025-08-20T20:26:17.8927138Z [00:02:56.578]➜  mkdir -p $WORK/b1244/
2025-08-20T20:26:17.8929410Z [00:02:56.579]➜  cat >/tmp/go-build1823208636/b1244/importcfg << 'EOF' # internal
2025-08-20T20:26:17.8929817Z [00:02:56.579]➜  # import config
2025-08-20T20:26:17.8930158Z [00:02:56.579]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.8931101Z [00:02:56.579]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.8932878Z [00:02:56.579]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:17.8933568Z [00:02:56.579]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:17.8934189Z [00:02:56.579]➜  packagefile github.com/cli/cli/v2/internal/config=/tmp/go-build1823208636/b237/_pkg_.a
2025-08-20T20:26:17.8934805Z [00:02:56.579]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:17.8935448Z [00:02:56.579]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared=/tmp/go-build1823208636/b1231/_pkg_.a
2025-08-20T20:26:17.8937831Z [00:02:56.579]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:17.8938451Z [00:02:56.579]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.8939034Z [00:02:56.579]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:17.8939506Z [00:02:56.579]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:17.8939930Z [00:02:56.579]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:17.8940390Z [00:02:56.579]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:17.8940832Z [00:02:56.579]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:17.8941253Z [00:02:56.579]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:17.8941567Z [00:02:56.579]➜  EOF
2025-08-20T20:26:17.8943426Z [00:02:56.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1244/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/status=>github.com/cli/cli/v2/pkg/cmd/auth/status;$WORK/b1244=>" -p github.com/cli/cli/v2/pkg/cmd/auth/status -lang=go1.24 -complete -installsuffix shared -buildid 7gx2jJMnJDkujYjacMcF/7gx2jJMnJDkujYjacMcF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1244/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/status/status.go
2025-08-20T20:26:17.8945154Z [00:02:56.580]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T20:26:17.8945962Z [00:02:56.580]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/31/31813060ecff3a68670e8007336610662afa68a33f86177ee9ba51b9856d77ac-d # internal
2025-08-20T20:26:17.8957420Z [00:02:56.581]➜  github.com/google/go-containerregistry/internal/compression
2025-08-20T20:26:17.8957833Z [00:02:56.581]➜  mkdir -p $WORK/b1198/
2025-08-20T20:26:17.8958219Z [00:02:56.581]➜  cat >/tmp/go-build1823208636/b1198/importcfg << 'EOF' # internal
2025-08-20T20:26:17.8958586Z [00:02:56.581]➜  # import config
2025-08-20T20:26:17.8958931Z [00:02:56.581]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:17.8959351Z [00:02:56.581]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:17.8959962Z [00:02:56.581]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1823208636/b1199/_pkg_.a
2025-08-20T20:26:17.8960959Z [00:02:56.581]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build1823208636/b1200/_pkg_.a
2025-08-20T20:26:17.8961787Z [00:02:56.581]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build1823208636/b1208/_pkg_.a
2025-08-20T20:26:17.8962367Z [00:02:56.581]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.8962666Z [00:02:56.581]➜  EOF
2025-08-20T20:26:17.8965128Z [00:02:56.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1198/_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/b1198=>" -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/b1198/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/compression/compression.go
2025-08-20T20:26:17.9106223Z [00:02:56.597]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T20:26:17.9112726Z [00:02:56.597]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/b5/b548c82d17d0e84038c82c2baed0c64f49c5b1f948aef0606fc170335204a8a4-d # internal
2025-08-20T20:26:17.9133903Z [00:02:56.599]➜  github.com/google/go-containerregistry/pkg/v1/partial
2025-08-20T20:26:17.9135841Z [00:02:56.600]➜  mkdir -p $WORK/b1197/
2025-08-20T20:26:17.9137908Z [00:02:56.600]➜  cat >/tmp/go-build1823208636/b1197/importcfg << 'EOF' # internal
2025-08-20T20:26:17.9138574Z [00:02:56.600]➜  # import config
2025-08-20T20:26:17.9138930Z [00:02:56.600]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:17.9139385Z [00:02:56.600]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:17.9139827Z [00:02:56.600]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.9140439Z [00:02:56.600]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1823208636/b1194/_pkg_.a
2025-08-20T20:26:17.9141234Z [00:02:56.600]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build1823208636/b1198/_pkg_.a
2025-08-20T20:26:17.9142025Z [00:02:56.600]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1823208636/b1199/_pkg_.a
2025-08-20T20:26:17.9142777Z [00:02:56.600]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build1823208636/b1200/_pkg_.a
2025-08-20T20:26:17.9143544Z [00:02:56.600]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build1823208636/b1208/_pkg_.a
2025-08-20T20:26:17.9144283Z [00:02:56.600]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:17.9145007Z [00:02:56.600]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build1823208636/b1209/_pkg_.a
2025-08-20T20:26:17.9146016Z [00:02:56.600]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1823208636/b1188/_pkg_.a
2025-08-20T20:26:17.9146647Z [00:02:56.600]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:17.9147307Z [00:02:56.600]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:17.9147612Z [00:02:56.600]➜  EOF
2025-08-20T20:26:17.9151656Z [00:02:56.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1197/_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/b1197=>" -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/b1197/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-20T20:26:17.9229480Z [00:02:56.609]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T20:26:17.9392181Z [00:02:56.625]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/f9/f9ba18e106f06751af28f795d72244b2b36779bd7a7d3b246237d2f88d4cfdc0-d # internal
2025-08-20T20:26:17.9398732Z [00:02:56.625]➜  github.com/sigstore/rekor-tiles/internal/tessera
2025-08-20T20:26:17.9399115Z [00:02:56.625]➜  mkdir -p $WORK/b660/
2025-08-20T20:26:17.9401016Z [00:02:56.625]➜  cat >/tmp/go-build1823208636/b660/importcfg << 'EOF' # internal
2025-08-20T20:26:17.9402650Z [00:02:56.625]➜  # import config
2025-08-20T20:26:17.9404855Z [00:02:56.625]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:17.9406455Z [00:02:56.625]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.9408366Z [00:02:56.625]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/rekor/v1=/tmp/go-build1823208636/b511/_pkg_.a
2025-08-20T20:26:17.9410057Z [00:02:56.625]➜  packagefile github.com/sigstore/rekor-tiles/pkg/note=/tmp/go-build1823208636/b656/_pkg_.a
2025-08-20T20:26:17.9428326Z [00:02:56.625]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:17.9429916Z [00:02:56.625]➜  packagefile github.com/transparency-dev/formats/log=/tmp/go-build1823208636/b661/_pkg_.a
2025-08-20T20:26:17.9430641Z [00:02:56.625]➜  packagefile github.com/transparency-dev/merkle/proof=/tmp/go-build1823208636/b662/_pkg_.a
2025-08-20T20:26:17.9431330Z [00:02:56.625]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:17.9431986Z [00:02:56.625]➜  packagefile github.com/transparency-dev/tessera=/tmp/go-build1823208636/b666/_pkg_.a
2025-08-20T20:26:17.9432637Z [00:02:56.625]➜  packagefile github.com/transparency-dev/tessera/client=/tmp/go-build1823208636/b673/_pkg_.a
2025-08-20T20:26:17.9433501Z [00:02:56.625]➜  packagefile github.com/transparency-dev/tessera/storage/gcp=/tmp/go-build1823208636/b713/_pkg_.a
2025-08-20T20:26:17.9434264Z [00:02:56.625]➜  packagefile github.com/transparency-dev/tessera/storage/gcp/antispam=/tmp/go-build1823208636/b1035/_pkg_.a
2025-08-20T20:26:17.9434870Z [00:02:56.625]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:17.9435291Z [00:02:56.625]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:17.9435909Z [00:02:56.625]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:17.9436261Z [00:02:56.625]➜  EOF
2025-08-20T20:26:17.9439560Z [00:02:56.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/internal/tessera=>github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/internal/tessera;$WORK/b660=>" -p github.com/sigstore/rekor-tiles/internal/tessera -lang=go1.24 -complete -installsuffix shared -buildid RzZNw_H1DNRvKUj3JlaR/RzZNw_H1DNRvKUj3JlaR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/internal/tessera/gcp.go /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/internal/tessera/safeint.go /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/internal/tessera/tessera.go
2025-08-20T20:26:17.9835106Z [00:02:56.669]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T20:26:17.9856215Z [00:02:56.672]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/de/de057d4d89243fec4b79f66c7eae3242094ce3006b325961882f4021a65ba328-d # internal
2025-08-20T20:26:17.9868223Z [00:02:56.673]➜  github.com/google/go-containerregistry/pkg/v1/empty
2025-08-20T20:26:17.9877540Z [00:02:56.674]➜  mkdir -p $WORK/b1196/
2025-08-20T20:26:17.9878005Z [00:02:56.674]➜  cat >/tmp/go-build1823208636/b1196/importcfg << 'EOF' # internal
2025-08-20T20:26:17.9878381Z [00:02:56.674]➜  # import config
2025-08-20T20:26:17.9878752Z [00:02:56.674]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:17.9879204Z [00:02:56.674]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.9879632Z [00:02:56.674]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.9880206Z [00:02:56.674]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:17.9882475Z [00:02:56.674]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1823208636/b1197/_pkg_.a
2025-08-20T20:26:17.9883948Z [00:02:56.674]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1823208636/b1188/_pkg_.a
2025-08-20T20:26:17.9884530Z [00:02:56.674]➜  EOF
2025-08-20T20:26:17.9887479Z [00:02:56.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1196/_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/b1196=>" -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/b1196/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-20T20:26:17.9890199Z [00:02:56.675]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T20:26:17.9906089Z [00:02:56.677]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/54/54913263b63168d132fb4eeea4e82b21f9653a426977b1011139a39065f0386c-d # internal
2025-08-20T20:26:17.9907386Z [00:02:56.677]➜  github.com/cli/cli/v2/pkg/cmd/auth/switch
2025-08-20T20:26:17.9908475Z [00:02:56.677]➜  mkdir -p $WORK/b1245/
2025-08-20T20:26:17.9910970Z [00:02:56.677]➜  cat >/tmp/go-build1823208636/b1245/importcfg << 'EOF' # internal
2025-08-20T20:26:17.9911339Z [00:02:56.677]➜  # import config
2025-08-20T20:26:17.9913631Z [00:02:56.677]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:17.9914170Z [00:02:56.677]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:17.9914683Z [00:02:56.677]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:17.9915288Z [00:02:56.677]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:17.9916256Z [00:02:56.677]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared=/tmp/go-build1823208636/b1231/_pkg_.a
2025-08-20T20:26:17.9916924Z [00:02:56.677]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:17.9917540Z [00:02:56.677]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:17.9918120Z [00:02:56.677]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:17.9918606Z [00:02:56.678]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:17.9922726Z [00:02:56.678]➜  EOF
2025-08-20T20:26:17.9924811Z [00:02:56.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1245/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/switch=>github.com/cli/cli/v2/pkg/cmd/auth/switch;$WORK/b1245=>" -p github.com/cli/cli/v2/pkg/cmd/auth/switch -lang=go1.24 -complete -installsuffix shared -buildid HIjvuKygBMAGQ5mnUj9k/HIjvuKygBMAGQ5mnUj9k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/switch/switch.go
2025-08-20T20:26:18.0107674Z [00:02:56.697]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T20:26:18.0114017Z [00:02:56.697]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/64/64a7921e152cf5e99212e9838baee9fb969c1f87f7172b4c6bcb33074e1cecdc-d # internal
2025-08-20T20:26:18.0138381Z [00:02:56.700]➜  github.com/cli/cli/v2/pkg/cmd/browse
2025-08-20T20:26:18.0142778Z [00:02:56.700]➜  mkdir -p $WORK/b1247/
2025-08-20T20:26:18.0143691Z [00:02:56.700]➜  cat >/tmp/go-build1823208636/b1247/importcfg << 'EOF' # internal
2025-08-20T20:26:18.0144450Z [00:02:56.700]➜  # import config
2025-08-20T20:26:18.0146295Z [00:02:56.700]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.0146795Z [00:02:56.700]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.0147308Z [00:02:56.700]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:18.0148275Z [00:02:56.700]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:18.0148903Z [00:02:56.700]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:18.0149516Z [00:02:56.700]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:18.0150157Z [00:02:56.700]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:18.0150785Z [00:02:56.700]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:18.0151684Z [00:02:56.700]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.0152295Z [00:02:56.700]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:18.0152862Z [00:02:56.700]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.0153345Z [00:02:56.700]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.0153783Z [00:02:56.700]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:18.0154191Z [00:02:56.700]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:18.0154777Z [00:02:56.700]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:18.0155228Z [00:02:56.700]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:18.0161624Z [00:02:56.700]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:18.0162213Z [00:02:56.700]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:18.0162651Z [00:02:56.700]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.0162965Z [00:02:56.700]➜  EOF
2025-08-20T20:26:18.0164742Z [00:02:56.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1247/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/browse=>github.com/cli/cli/v2/pkg/cmd/browse;$WORK/b1247=>" -p github.com/cli/cli/v2/pkg/cmd/browse -lang=go1.24 -complete -installsuffix shared -buildid 5dKU_wB1We2IIpETkFQM/5dKU_wB1We2IIpETkFQM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/browse/browse.go
2025-08-20T20:26:18.0398137Z [00:02:56.726]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T20:26:18.0420862Z [00:02:56.728]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/72/72bca20f2556710e7d21174a70ee7a0c213f4c9846b9491f344ac45cff05c23a-d # internal
2025-08-20T20:26:18.0422592Z [00:02:56.728]➜  github.com/sigstore/rekor-tiles/pkg/verify
2025-08-20T20:26:18.0423816Z [00:02:56.728]➜  mkdir -p $WORK/b659/
2025-08-20T20:26:18.0425369Z [00:02:56.729]➜  cat >/tmp/go-build1823208636/b659/importcfg << 'EOF' # internal
2025-08-20T20:26:18.0425868Z [00:02:56.729]➜  # import config
2025-08-20T20:26:18.0426210Z [00:02:56.729]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.0430229Z [00:02:56.729]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/rekor/v1=/tmp/go-build1823208636/b511/_pkg_.a
2025-08-20T20:26:18.0431146Z [00:02:56.729]➜  packagefile github.com/sigstore/rekor-tiles/internal/tessera=/tmp/go-build1823208636/b660/_pkg_.a
2025-08-20T20:26:18.0431850Z [00:02:56.729]➜  packagefile github.com/transparency-dev/formats/log=/tmp/go-build1823208636/b661/_pkg_.a
2025-08-20T20:26:18.0432507Z [00:02:56.729]➜  packagefile github.com/transparency-dev/merkle/proof=/tmp/go-build1823208636/b662/_pkg_.a
2025-08-20T20:26:18.0433188Z [00:02:56.729]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:18.0433808Z [00:02:56.729]➜  packagefile golang.org/x/mod/sumdb/note=/tmp/go-build1823208636/b657/_pkg_.a
2025-08-20T20:26:18.0434185Z [00:02:56.729]➜  EOF
2025-08-20T20:26:18.0437872Z [00:02:56.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/verify=>github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/verify;$WORK/b659=>" -p github.com/sigstore/rekor-tiles/pkg/verify -lang=go1.24 -complete -installsuffix shared -buildid HAkd6NVpWX9e1W_qMYpg/HAkd6NVpWX9e1W_qMYpg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/github.com/sigstore/rekor-tiles@v0.1.7-0.20250624231741-98cd4a77300f/pkg/verify/verify.go
2025-08-20T20:26:18.0495302Z [00:02:56.736]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T20:26:18.0513782Z [00:02:56.737]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/8b/8ba6c839b1dadef35ee875b9f48e6f2cfe129687be2d5e90bb416a7c710d5523-d # internal
2025-08-20T20:26:18.0514993Z [00:02:56.738]➜  github.com/cli/cli/v2/pkg/cmd/auth
2025-08-20T20:26:18.0516032Z [00:02:56.738]➜  mkdir -p $WORK/b1228/
2025-08-20T20:26:18.0521006Z [00:02:56.738]➜  cat >/tmp/go-build1823208636/b1228/importcfg << 'EOF' # internal
2025-08-20T20:26:18.0521750Z [00:02:56.738]➜  # import config
2025-08-20T20:26:18.0522293Z [00:02:56.738]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/gitcredential=/tmp/go-build1823208636/b1229/_pkg_.a
2025-08-20T20:26:18.0522999Z [00:02:56.738]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/login=/tmp/go-build1823208636/b1230/_pkg_.a
2025-08-20T20:26:18.0523999Z [00:02:56.738]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/logout=/tmp/go-build1823208636/b1241/_pkg_.a
2025-08-20T20:26:18.0524724Z [00:02:56.738]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/refresh=/tmp/go-build1823208636/b1242/_pkg_.a
2025-08-20T20:26:18.0525415Z [00:02:56.738]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/setupgit=/tmp/go-build1823208636/b1243/_pkg_.a
2025-08-20T20:26:18.0526344Z [00:02:56.738]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/status=/tmp/go-build1823208636/b1244/_pkg_.a
2025-08-20T20:26:18.0527019Z [00:02:56.738]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/switch=/tmp/go-build1823208636/b1245/_pkg_.a
2025-08-20T20:26:18.0527686Z [00:02:56.738]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/token=/tmp/go-build1823208636/b1246/_pkg_.a
2025-08-20T20:26:18.0528316Z [00:02:56.738]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.0528883Z [00:02:56.738]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.0529269Z [00:02:56.738]➜  EOF
2025-08-20T20:26:18.0532113Z [00:02:56.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1228/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth=>github.com/cli/cli/v2/pkg/cmd/auth;$WORK/b1228=>" -p github.com/cli/cli/v2/pkg/cmd/auth -lang=go1.24 -complete -installsuffix shared -buildid p2PN5_dBtyzJF4mzOet0/p2PN5_dBtyzJF4mzOet0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1228/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/auth.go
2025-08-20T20:26:18.0731037Z [00:02:56.759]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T20:26:18.0747606Z [00:02:56.761]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/99/99b7bafdc0cd83c06b11d6de8b780c2c1d2ee577237ef1f43f37c2535e8406d9-d # internal
2025-08-20T20:26:18.0752727Z [00:02:56.761]➜  github.com/sigstore/sigstore-go/pkg/tlog
2025-08-20T20:26:18.0753252Z [00:02:56.761]➜  mkdir -p $WORK/b563/
2025-08-20T20:26:18.0759545Z [00:02:56.762]➜  cat >/tmp/go-build1823208636/b563/importcfg << 'EOF' # internal
2025-08-20T20:26:18.0760106Z [00:02:56.762]➜  # import config
2025-08-20T20:26:18.0760596Z [00:02:56.762]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.0761184Z [00:02:56.762]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.0763343Z [00:02:56.762]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:18.0763835Z [00:02:56.762]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:18.0764301Z [00:02:56.762]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:18.0764950Z [00:02:56.762]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:18.0765506Z [00:02:56.762]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:18.0766165Z [00:02:56.762]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.0766637Z [00:02:56.762]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:18.0767080Z [00:02:56.762]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.0767492Z [00:02:56.762]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.0768409Z [00:02:56.762]➜  packagefile github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer=/tmp/go-build1823208636/b564/_pkg_.a
2025-08-20T20:26:18.0769165Z [00:02:56.762]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:18.0769740Z [00:02:56.762]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:18.0770302Z [00:02:56.762]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:18.0770961Z [00:02:56.762]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:26:18.0771933Z [00:02:56.762]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/rekor/v1=/tmp/go-build1823208636/b511/_pkg_.a
2025-08-20T20:26:18.0772701Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor-tiles/pkg/generated/protobuf=/tmp/go-build1823208636/b584/_pkg_.a
2025-08-20T20:26:18.0773413Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor-tiles/pkg/note=/tmp/go-build1823208636/b656/_pkg_.a
2025-08-20T20:26:18.0774108Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor-tiles/pkg/types/verifier=/tmp/go-build1823208636/b658/_pkg_.a
2025-08-20T20:26:18.0774800Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor-tiles/pkg/verify=/tmp/go-build1823208636/b659/_pkg_.a
2025-08-20T20:26:18.0775506Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:18.0794057Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor/pkg/types=/tmp/go-build1823208636/b1050/_pkg_.a
2025-08-20T20:26:18.0795043Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor/pkg/types/dsse/v0.0.1=/tmp/go-build1823208636/b1096/_pkg_.a
2025-08-20T20:26:18.0795976Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor/pkg/types/hashedrekord/v0.0.1=/tmp/go-build1823208636/b1106/_pkg_.a
2025-08-20T20:26:18.0796809Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor/pkg/types/intoto/v0.0.2=/tmp/go-build1823208636/b1109/_pkg_.a
2025-08-20T20:26:18.0797491Z [00:02:56.762]➜  packagefile github.com/sigstore/rekor/pkg/verify=/tmp/go-build1823208636/b1138/_pkg_.a
2025-08-20T20:26:18.0798138Z [00:02:56.762]➜  packagefile github.com/sigstore/sigstore-go/pkg/root=/tmp/go-build1823208636/b512/_pkg_.a
2025-08-20T20:26:18.0798815Z [00:02:56.762]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:18.0799806Z [00:02:56.762]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:18.0800429Z [00:02:56.762]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.0800736Z [00:02:56.762]➜  EOF
2025-08-20T20:26:18.0802688Z [00:02:56.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/tlog=>github.com/sigstore/sigstore-go@v1.1.0/pkg/tlog;$WORK/b563=>" -p github.com/sigstore/sigstore-go/pkg/tlog -lang=go1.24 -complete -installsuffix shared -buildid 9zCvKvM4n494h8P_N6IJ/9zCvKvM4n494h8P_N6IJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/tlog/entry.go
2025-08-20T20:26:18.0987067Z [00:02:56.784]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T20:26:18.1058852Z [00:02:56.791]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/c2/c2c8ffc7ffb7a29fdad10e224a29f35d070a9fea3a5917c8d88f7834be0544a4-d # internal
2025-08-20T20:26:18.1059585Z [00:02:56.791]➜  github.com/cli/cli/v2/pkg/cmd/cache/shared
2025-08-20T20:26:18.1059922Z [00:02:56.791]➜  mkdir -p $WORK/b1250/
2025-08-20T20:26:18.1060320Z [00:02:56.791]➜  cat >/tmp/go-build1823208636/b1250/importcfg << 'EOF' # internal
2025-08-20T20:26:18.1060675Z [00:02:56.791]➜  # import config
2025-08-20T20:26:18.1061004Z [00:02:56.791]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.1061837Z [00:02:56.791]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:18.1062448Z [00:02:56.791]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:18.1063073Z [00:02:56.791]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.1063593Z [00:02:56.791]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:18.1064022Z [00:02:56.791]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.1064331Z [00:02:56.791]➜  EOF
2025-08-20T20:26:18.1066508Z [00:02:56.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1250/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/shared=>github.com/cli/cli/v2/pkg/cmd/cache/shared;$WORK/b1250=>" -p github.com/cli/cli/v2/pkg/cmd/cache/shared -lang=go1.24 -complete -installsuffix shared -buildid mmdsej_-RmurPMG0gxv_/mmdsej_-RmurPMG0gxv_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/shared/shared.go
2025-08-20T20:26:18.1269819Z [00:02:56.813]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T20:26:18.1274941Z [00:02:56.814]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T20:26:18.1283237Z [00:02:56.814]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/76/76a38a57003b44fefd8f920716d0a86c0302ccc6823909a85ef79550fbf6dc53-d # internal
2025-08-20T20:26:18.1289938Z [00:02:56.815]➜  github.com/cli/cli/v2/pkg/cmd/cache/delete
2025-08-20T20:26:18.1298319Z [00:02:56.816]➜  mkdir -p $WORK/b1249/
2025-08-20T20:26:18.1304049Z [00:02:56.816]➜  cat >/tmp/go-build1823208636/b1249/importcfg << 'EOF' # internal
2025-08-20T20:26:18.1305038Z [00:02:56.817]➜  # import config
2025-08-20T20:26:18.1308400Z [00:02:56.817]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.1308855Z [00:02:56.817]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.1309397Z [00:02:56.817]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:18.1309970Z [00:02:56.817]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:18.1310574Z [00:02:56.817]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:18.1311211Z [00:02:56.817]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:18.1312141Z [00:02:56.817]➜  packagefile github.com/cli/cli/v2/pkg/cmd/cache/shared=/tmp/go-build1823208636/b1250/_pkg_.a
2025-08-20T20:26:18.1312848Z [00:02:56.817]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.1313454Z [00:02:56.817]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:18.1314020Z [00:02:56.817]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.1314499Z [00:02:56.817]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.1314928Z [00:02:56.817]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:18.1315355Z [00:02:56.817]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:18.1316114Z [00:02:56.817]➜  EOF
2025-08-20T20:26:18.1318183Z [00:02:56.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1249/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/delete=>github.com/cli/cli/v2/pkg/cmd/cache/delete;$WORK/b1249=>" -p github.com/cli/cli/v2/pkg/cmd/cache/delete -lang=go1.24 -complete -installsuffix shared -buildid wb50gxcVHHkMscRodPD8/wb50gxcVHHkMscRodPD8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/delete/delete.go
2025-08-20T20:26:18.1342969Z [00:02:56.820]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/1b/1b95e06fd21682e93a22b392aaeb3177ceaf6b0a550c5e3143822a2376dc028f-d # internal
2025-08-20T20:26:18.1355390Z [00:02:56.820]➜  github.com/cli/cli/v2/pkg/cmd/cache/list
2025-08-20T20:26:18.1355867Z [00:02:56.820]➜  mkdir -p $WORK/b1251/
2025-08-20T20:26:18.1356253Z [00:02:56.821]➜  cat >/tmp/go-build1823208636/b1251/importcfg << 'EOF' # internal
2025-08-20T20:26:18.1356604Z [00:02:56.821]➜  # import config
2025-08-20T20:26:18.1356950Z [00:02:56.821]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.1357463Z [00:02:56.821]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:18.1358027Z [00:02:56.821]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:18.1358929Z [00:02:56.821]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:18.1359600Z [00:02:56.821]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:18.1360258Z [00:02:56.821]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:18.1360903Z [00:02:56.821]➜  packagefile github.com/cli/cli/v2/pkg/cmd/cache/shared=/tmp/go-build1823208636/b1250/_pkg_.a
2025-08-20T20:26:18.1361534Z [00:02:56.821]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.1362148Z [00:02:56.821]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:18.1362720Z [00:02:56.821]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.1363204Z [00:02:56.821]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.1363643Z [00:02:56.821]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.1364063Z [00:02:56.821]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.1364368Z [00:02:56.821]➜  EOF
2025-08-20T20:26:18.1369253Z [00:02:56.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1251/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/list=>github.com/cli/cli/v2/pkg/cmd/cache/list;$WORK/b1251=>" -p github.com/cli/cli/v2/pkg/cmd/cache/list -lang=go1.24 -complete -installsuffix shared -buildid sgnw7hKklEr1tj0RXSqe/sgnw7hKklEr1tj0RXSqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/list/list.go
2025-08-20T20:26:18.1596513Z [00:02:56.845]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T20:26:18.1619588Z [00:02:56.848]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/14/142b7784561a7a7b2ebf8a266c745b9329f18104271e2c748019287ee81d95d7-d # internal
2025-08-20T20:26:18.1736041Z [00:02:56.858]➜  github.com/sigstore/sigstore-go/pkg/verify
2025-08-20T20:26:18.1736488Z [00:02:56.859]➜  mkdir -p $WORK/b1158/
2025-08-20T20:26:18.1736879Z [00:02:56.859]➜  cat >/tmp/go-build1823208636/b1158/importcfg << 'EOF' # internal
2025-08-20T20:26:18.1737269Z [00:02:56.859]➜  # import config
2025-08-20T20:26:18.1737609Z [00:02:56.859]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.1738032Z [00:02:56.859]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.1738456Z [00:02:56.859]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:18.1739267Z [00:02:56.859]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:18.1739835Z [00:02:56.859]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:26:18.1740308Z [00:02:56.859]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:18.1740780Z [00:02:56.859]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:26:18.1741245Z [00:02:56.859]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:18.1741708Z [00:02:56.859]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.1742321Z [00:02:56.859]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.1742738Z [00:02:56.859]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.1743316Z [00:02:56.859]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build1823208636/b1159/_pkg_.a
2025-08-20T20:26:18.1744073Z [00:02:56.859]➜  packagefile github.com/google/certificate-transparency-go/ctutil=/tmp/go-build1823208636/b1164/_pkg_.a
2025-08-20T20:26:18.1744836Z [00:02:56.859]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build1823208636/b1162/_pkg_.a
2025-08-20T20:26:18.1745774Z [00:02:56.859]➜  packagefile github.com/google/certificate-transparency-go/x509util=/tmp/go-build1823208636/b1169/_pkg_.a
2025-08-20T20:26:18.1746840Z [00:02:56.859]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1823208636/b463/_pkg_.a
2025-08-20T20:26:18.1747542Z [00:02:56.859]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/dsse=/tmp/go-build1823208636/b495/_pkg_.a
2025-08-20T20:26:18.1748301Z [00:02:56.859]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:26:18.1749060Z [00:02:56.859]➜  packagefile github.com/sigstore/sigstore-go/pkg/fulcio/certificate=/tmp/go-build1823208636/b1171/_pkg_.a
2025-08-20T20:26:18.1749771Z [00:02:56.859]➜  packagefile github.com/sigstore/sigstore-go/pkg/root=/tmp/go-build1823208636/b512/_pkg_.a
2025-08-20T20:26:18.1750428Z [00:02:56.859]➜  packagefile github.com/sigstore/sigstore-go/pkg/tlog=/tmp/go-build1823208636/b563/_pkg_.a
2025-08-20T20:26:18.1751112Z [00:02:56.859]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:26:18.1751803Z [00:02:56.859]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:18.1752503Z [00:02:56.859]➜  packagefile github.com/sigstore/sigstore/pkg/signature/dsse=/tmp/go-build1823208636/b1105/_pkg_.a
2025-08-20T20:26:18.1753239Z [00:02:56.859]➜  packagefile github.com/sigstore/sigstore/pkg/signature/options=/tmp/go-build1823208636/b553/_pkg_.a
2025-08-20T20:26:18.1753957Z [00:02:56.859]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:18.1754498Z [00:02:56.859]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:18.1754911Z [00:02:56.859]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.1755510Z [00:02:56.859]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:18.1756150Z [00:02:56.859]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:18.1756567Z [00:02:56.859]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:18.1757084Z [00:02:56.859]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:18.1757514Z [00:02:56.859]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.1757930Z [00:02:56.859]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.1758243Z [00:02:56.859]➜  EOF
2025-08-20T20:26:18.1762752Z [00:02:56.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1158/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify=>github.com/sigstore/sigstore-go@v1.1.0/pkg/verify;$WORK/b1158=>" -p github.com/sigstore/sigstore-go/pkg/verify -lang=go1.24 -complete -installsuffix shared -buildid YCflb8KPD3b4nmN-17ee/YCflb8KPD3b4nmN-17ee -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify/certificate.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify/certificate_identity.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify/errors.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify/interface.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify/sct.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify/signature.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify/signed_entity.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify/tlog.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/verify/tsa.go
2025-08-20T20:26:18.2122183Z [00:02:56.898]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T20:26:18.2161901Z [00:02:56.902]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/a4/a4094677e2f3fd36b8564015f6711225f4a3a35ea911930788ecca0a7c3c4b38-d # internal
2025-08-20T20:26:18.2163024Z [00:02:56.902]➜  github.com/cli/cli/v2/internal/codespaces/api
2025-08-20T20:26:18.2165351Z [00:02:56.902]➜  mkdir -p $WORK/b1254/
2025-08-20T20:26:18.2173797Z [00:02:56.903]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T20:26:18.2175404Z [00:02:56.904]➜  cat >/tmp/go-build1823208636/b1254/importcfg << 'EOF' # internal
2025-08-20T20:26:18.2187072Z [00:02:56.904]➜  # import config
2025-08-20T20:26:18.2187824Z [00:02:56.904]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.2188790Z [00:02:56.904]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.2189534Z [00:02:56.904]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:18.2190238Z [00:02:56.904]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.2190974Z [00:02:56.904]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.2191800Z [00:02:56.904]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.2192636Z [00:02:56.904]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build1823208636/b459/_pkg_.a
2025-08-20T20:26:18.2193750Z [00:02:56.904]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:18.2194429Z [00:02:56.904]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:18.2195073Z [00:02:56.904]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.2195850Z [00:02:56.904]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build1823208636/b1148/_pkg_.a
2025-08-20T20:26:18.2196426Z [00:02:56.904]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.2196854Z [00:02:56.904]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.2197295Z [00:02:56.904]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:18.2197988Z [00:02:56.904]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:18.2198470Z [00:02:56.904]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:18.2198906Z [00:02:56.904]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:18.2199329Z [00:02:56.904]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:18.2199757Z [00:02:56.904]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.2200175Z [00:02:56.904]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.2200482Z [00:02:56.904]➜  EOF
2025-08-20T20:26:18.2202588Z [00:02:56.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1254/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/api=>github.com/cli/cli/v2/internal/codespaces/api;$WORK/b1254=>" -p github.com/cli/cli/v2/internal/codespaces/api -lang=go1.24 -complete -installsuffix shared -buildid 1i2k1SwPqx5hPZ07pDJS/1i2k1SwPqx5hPZ07pDJS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/api/api.go
2025-08-20T20:26:18.2204777Z [00:02:56.905]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/b7/b7ac729cc2e2cbb62bb433d8f74a5cd7f30a88c6703fed4a087810ec2667d074-d # internal
2025-08-20T20:26:18.2205381Z [00:02:56.906]➜  github.com/cli/cli/v2/pkg/cmd/cache
2025-08-20T20:26:18.2205857Z [00:02:56.906]➜  mkdir -p $WORK/b1248/
2025-08-20T20:26:18.2206411Z [00:02:56.906]➜  cat >/tmp/go-build1823208636/b1248/importcfg << 'EOF' # internal
2025-08-20T20:26:18.2206757Z [00:02:56.906]➜  # import config
2025-08-20T20:26:18.2207187Z [00:02:56.906]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:18.2207827Z [00:02:56.906]➜  packagefile github.com/cli/cli/v2/pkg/cmd/cache/delete=/tmp/go-build1823208636/b1249/_pkg_.a
2025-08-20T20:26:18.2208503Z [00:02:56.906]➜  packagefile github.com/cli/cli/v2/pkg/cmd/cache/list=/tmp/go-build1823208636/b1251/_pkg_.a
2025-08-20T20:26:18.2209131Z [00:02:56.906]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.2209856Z [00:02:56.906]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.2210223Z [00:02:56.906]➜  EOF
2025-08-20T20:26:18.2211942Z [00:02:56.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1248/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache=>github.com/cli/cli/v2/pkg/cmd/cache;$WORK/b1248=>" -p github.com/cli/cli/v2/pkg/cmd/cache -lang=go1.24 -complete -installsuffix shared -buildid sd5GjYPD-bKw0o6UoLAf/sd5GjYPD-bKw0o6UoLAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/cache.go
2025-08-20T20:26:18.3016365Z [00:02:56.988]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T20:26:18.3062584Z [00:02:56.992]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/06/060726256a3d1beaa0b76f162e38693a56c2133344b273f2fb0bfe7e655280aa-d # internal
2025-08-20T20:26:18.3130701Z [00:02:56.999]➜  github.com/gorilla/websocket
2025-08-20T20:26:18.3131066Z [00:02:56.999]➜  mkdir -p $WORK/b1256/
2025-08-20T20:26:18.3131679Z [00:02:56.999]➜  cat >/tmp/go-build1823208636/b1256/importcfg << 'EOF' # internal
2025-08-20T20:26:18.3132058Z [00:02:56.999]➜  # import config
2025-08-20T20:26:18.3140678Z [00:02:56.999]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:18.3141338Z [00:02:56.999]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.3141947Z [00:02:56.999]➜  packagefile compress/flate=/tmp/go-build1823208636/b149/_pkg_.a
2025-08-20T20:26:18.3142543Z [00:02:56.999]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.3143148Z [00:02:56.999]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:18.3143744Z [00:02:56.999]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:26:18.3144695Z [00:02:56.999]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:18.3145417Z [00:02:56.999]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:18.3146199Z [00:02:56.999]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:18.3146837Z [00:02:56.999]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.3147437Z [00:02:56.999]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.3147995Z [00:02:56.999]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.3148532Z [00:02:56.999]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.3149104Z [00:02:56.999]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:26:18.3149709Z [00:02:56.999]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:18.3150437Z [00:02:56.999]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:18.3151052Z [00:02:56.999]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.3151642Z [00:02:56.999]➜  packagefile net/http/httptrace=/tmp/go-build1823208636/b222/_pkg_.a
2025-08-20T20:26:18.3152253Z [00:02:56.999]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:18.3152778Z [00:02:56.999]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:18.3153336Z [00:02:56.999]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:18.3154052Z [00:02:56.999]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.3154569Z [00:02:56.999]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.3155087Z [00:02:56.999]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.3155755Z [00:02:56.999]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:18.3156249Z [00:02:56.999]➜  EOF
2025-08-20T20:26:18.3160947Z [00:02:56.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3=>github.com/gorilla/websocket@v1.5.3;$WORK/b1256=>" -p github.com/gorilla/websocket -lang=go1.12 -complete -installsuffix shared -buildid DSkMzi9L_OKY3Eb0qJ5X/DSkMzi9L_OKY3Eb0qJ5X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/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-20T20:26:18.3781437Z [00:02:57.064]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T20:26:18.3822860Z [00:02:57.068]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/46/467cbe9914ebab3c60b6b03d0e7025f2a1540e2383ee72d40c6a458579dac1a9-d # internal
2025-08-20T20:26:18.3860186Z [00:02:57.072]➜  github.com/sigstore/sigstore-go/pkg/bundle
2025-08-20T20:26:18.3862999Z [00:02:57.072]➜  mkdir -p $WORK/b462/
2025-08-20T20:26:18.3873597Z [00:02:57.073]➜  cat >/tmp/go-build1823208636/b462/importcfg << 'EOF' # internal
2025-08-20T20:26:18.3883621Z [00:02:57.073]➜  # import config
2025-08-20T20:26:18.3884008Z [00:02:57.073]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:18.3884492Z [00:02:57.073]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:18.3885260Z [00:02:57.073]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:18.3885886Z [00:02:57.073]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.3886316Z [00:02:57.073]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.3886844Z [00:02:57.073]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1823208636/b463/_pkg_.a
2025-08-20T20:26:18.3887541Z [00:02:57.073]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/dsse=/tmp/go-build1823208636/b495/_pkg_.a
2025-08-20T20:26:18.3888309Z [00:02:57.073]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/bundle/v1=/tmp/go-build1823208636/b503/_pkg_.a
2025-08-20T20:26:18.3889059Z [00:02:57.073]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:26:18.3889944Z [00:02:57.073]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/dsse=/tmp/go-build1823208636/b510/_pkg_.a
2025-08-20T20:26:18.3890704Z [00:02:57.073]➜  packagefile github.com/sigstore/sigstore-go/pkg/root=/tmp/go-build1823208636/b512/_pkg_.a
2025-08-20T20:26:18.3891357Z [00:02:57.073]➜  packagefile github.com/sigstore/sigstore-go/pkg/tlog=/tmp/go-build1823208636/b563/_pkg_.a
2025-08-20T20:26:18.3892021Z [00:02:57.073]➜  packagefile github.com/sigstore/sigstore-go/pkg/verify=/tmp/go-build1823208636/b1158/_pkg_.a
2025-08-20T20:26:18.3892624Z [00:02:57.073]➜  packagefile golang.org/x/mod/semver=/tmp/go-build1823208636/b1172/_pkg_.a
2025-08-20T20:26:18.3893438Z [00:02:57.073]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:18.3893976Z [00:02:57.073]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:18.3894386Z [00:02:57.073]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.3894803Z [00:02:57.073]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.3895109Z [00:02:57.073]➜  EOF
2025-08-20T20:26:18.3903413Z [00:02:57.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/bundle=>github.com/sigstore/sigstore-go@v1.1.0/pkg/bundle;$WORK/b462=>" -p github.com/sigstore/sigstore-go/pkg/bundle -lang=go1.24 -complete -installsuffix shared -buildid q6GXRorXhZQqol6Sv_Em/q6GXRorXhZQqol6Sv_Em -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/bundle/bundle.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/bundle/signature_content.go /root/go/pkg/mod/github.com/sigstore/sigstore-go@v1.1.0/pkg/bundle/verification_content.go
2025-08-20T20:26:18.4005300Z [00:02:57.086]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T20:26:18.4008417Z [00:02:57.086]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/2f/2f06aa899c9a42e422e8a097c65a19a08402e72ea9184e253c5ea8fcb06943b1-d # internal
2025-08-20T20:26:18.4084181Z [00:02:57.094]➜  github.com/microsoft/dev-tunnels/go/tunnels/ssh/messages
2025-08-20T20:26:18.4085234Z [00:02:57.094]➜  mkdir -p $WORK/b1259/
2025-08-20T20:26:18.4088125Z [00:02:57.095]➜  cat >/tmp/go-build1823208636/b1259/importcfg << 'EOF' # internal
2025-08-20T20:26:18.4088545Z [00:02:57.095]➜  # import config
2025-08-20T20:26:18.4088903Z [00:02:57.095]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.4089361Z [00:02:57.095]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:18.4089828Z [00:02:57.095]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.4090223Z [00:02:57.095]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.4090520Z [00:02:57.095]➜  EOF
2025-08-20T20:26:18.4100957Z [00:02:57.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/messages=>github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/messages;$WORK/b1259=>" -p github.com/microsoft/dev-tunnels/go/tunnels/ssh/messages -lang=go1.17 -complete -installsuffix shared -buildid k1DjaRONMJTvHt1u-GR3/k1DjaRONMJTvHt1u-GR3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/importcfg -pack /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/messages/channel_open.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/messages/port_forward_channel_open.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/messages/port_forward_request.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/messages/port_forward_success.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/messages/readers.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/messages/writers.go
2025-08-20T20:26:18.4382368Z [00:02:57.124]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T20:26:18.4407635Z [00:02:57.125]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/63/63143ef420a5fdfd698917f3649f3dce09550f64a5289ae9cdb92bcd0c8c4bc3-d # internal
2025-08-20T20:26:18.4416008Z [00:02:57.128]➜  github.com/microsoft/dev-tunnels/go/tunnels/ssh
2025-08-20T20:26:18.4418261Z [00:02:57.128]➜  mkdir -p $WORK/b1258/
2025-08-20T20:26:18.4428483Z [00:02:57.129]➜  cat >/tmp/go-build1823208636/b1258/importcfg << 'EOF' # internal
2025-08-20T20:26:18.4430054Z [00:02:57.129]➜  # import config
2025-08-20T20:26:18.4431240Z [00:02:57.129]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.4432164Z [00:02:57.129]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.4432959Z [00:02:57.129]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.4433983Z [00:02:57.129]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels/ssh/messages=/tmp/go-build1823208636/b1259/_pkg_.a
2025-08-20T20:26:18.4435313Z [00:02:57.129]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1823208636/b496/_pkg_.a
2025-08-20T20:26:18.4436003Z [00:02:57.129]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.4436421Z [00:02:57.129]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:18.4437187Z [00:02:57.129]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:18.4437603Z [00:02:57.129]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:18.4438030Z [00:02:57.129]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:18.4438450Z [00:02:57.129]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:18.4438878Z [00:02:57.129]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.4439295Z [00:02:57.129]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.4439728Z [00:02:57.129]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:18.4440175Z [00:02:57.129]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:18.4440594Z [00:02:57.129]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.4440901Z [00:02:57.129]➜  EOF
2025-08-20T20:26:18.4444030Z [00:02:57.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh=>github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh;$WORK/b1258=>" -p github.com/microsoft/dev-tunnels/go/tunnels/ssh -lang=go1.17 -complete -installsuffix shared -buildid 8YUS3xIhHrzRw1FvrwPB/8YUS3xIhHrzRw1FvrwPB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/client_session.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/local_port_forwarder.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/request.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/ssh/session.go
2025-08-20T20:26:18.4781379Z [00:02:57.162]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T20:26:18.4788583Z [00:02:57.164]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/22/22095d4c65df94f6d218c44ba89480a042348df0e7ec59e10f93ffb0689a86f4-d # internal
2025-08-20T20:26:18.4789311Z [00:02:57.164]➜  github.com/cli/cli/v2/pkg/cmd/attestation/test/data
2025-08-20T20:26:18.4789652Z [00:02:57.164]➜  mkdir -p $WORK/b461/
2025-08-20T20:26:18.4793281Z [00:02:57.165]➜  cat >/tmp/go-build1823208636/b461/importcfg << 'EOF' # internal
2025-08-20T20:26:18.4793803Z [00:02:57.165]➜  # import config
2025-08-20T20:26:18.4794160Z [00:02:57.165]➜  packagefile embed=/tmp/go-build1823208636/b324/_pkg_.a
2025-08-20T20:26:18.4794722Z [00:02:57.165]➜  packagefile github.com/sigstore/sigstore-go/pkg/bundle=/tmp/go-build1823208636/b462/_pkg_.a
2025-08-20T20:26:18.4795264Z [00:02:57.165]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:26:18.4796043Z [00:02:57.165]➜  EOF
2025-08-20T20:26:18.4796455Z [00:02:57.165]➜  cat >/tmp/go-build1823208636/b461/embedcfg << 'EOF' # internal
2025-08-20T20:26:18.4796778Z [00:02:57.165]➜  {
2025-08-20T20:26:18.4796982Z [00:02:57.165]➜  	"Patterns": {
2025-08-20T20:26:18.4797260Z [00:02:57.165]➜  		"github_release_bundle.json": [
2025-08-20T20:26:18.4797572Z [00:02:57.165]➜  			"github_release_bundle.json"
2025-08-20T20:26:18.4797830Z [00:02:57.165]➜  		],
2025-08-20T20:26:18.4798082Z [00:02:57.165]➜  		"sigstore-js-2.1.0-bundle.json": [
2025-08-20T20:26:18.4798404Z [00:02:57.165]➜  			"sigstore-js-2.1.0-bundle.json"
2025-08-20T20:26:18.4798877Z [00:02:57.165]➜  		]
2025-08-20T20:26:18.4799069Z [00:02:57.165]➜  	},
2025-08-20T20:26:18.4799274Z [00:02:57.165]➜  	"Files": {
2025-08-20T20:26:18.4799836Z [00:02:57.165]➜  		"github_release_bundle.json": "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_release_bundle.json",
2025-08-20T20:26:18.4800713Z [00:02:57.165]➜  		"sigstore-js-2.1.0-bundle.json": "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstore-js-2.1.0-bundle.json"
2025-08-20T20:26:18.4801246Z [00:02:57.165]➜  	}
2025-08-20T20:26:18.4801432Z [00:02:57.165]➜  }EOF
2025-08-20T20:26:18.4803566Z [00:02:57.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b461/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data=>github.com/cli/cli/v2/pkg/cmd/attestation/test/data;$WORK/b461=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/test/data -lang=go1.24 -complete -installsuffix shared -buildid 5pa4SnOSe4D49-D44Sdz/5pa4SnOSe4D49-D44Sdz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -embedcfg $WORK/b461/embedcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/data.go
2025-08-20T20:26:18.5800440Z [00:02:57.266]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T20:26:18.5813437Z [00:02:57.267]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/6e/6eaee953db482f1f8b5714ec78193bb16c58f2e07601f7b6e0d138e1dcc8b896-d # internal
2025-08-20T20:26:18.5820167Z [00:02:57.268]➜  github.com/cli/cli/v2/pkg/cmd/attestation/api
2025-08-20T20:26:18.5821055Z [00:02:57.268]➜  mkdir -p $WORK/b458/
2025-08-20T20:26:18.5823557Z [00:02:57.268]➜  cat >/tmp/go-build1823208636/b458/importcfg << 'EOF' # internal
2025-08-20T20:26:18.5824073Z [00:02:57.268]➜  # import config
2025-08-20T20:26:18.5827089Z [00:02:57.268]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.5827560Z [00:02:57.268]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.5827991Z [00:02:57.268]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.5828497Z [00:02:57.268]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build1823208636/b459/_pkg_.a
2025-08-20T20:26:18.5829066Z [00:02:57.268]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:18.5829706Z [00:02:57.268]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:18.5830732Z [00:02:57.268]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/test/data=/tmp/go-build1823208636/b461/_pkg_.a
2025-08-20T20:26:18.5831480Z [00:02:57.268]➜  packagefile github.com/golang/snappy=/tmp/go-build1823208636/b1173/_pkg_.a
2025-08-20T20:26:18.5832153Z [00:02:57.268]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/bundle/v1=/tmp/go-build1823208636/b503/_pkg_.a
2025-08-20T20:26:18.5832862Z [00:02:57.268]➜  packagefile github.com/sigstore/sigstore-go/pkg/bundle=/tmp/go-build1823208636/b462/_pkg_.a
2025-08-20T20:26:18.5833476Z [00:02:57.268]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:18.5834107Z [00:02:57.268]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:18.5834641Z [00:02:57.268]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.5835200Z [00:02:57.268]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.5835908Z [00:02:57.268]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.5836340Z [00:02:57.268]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.5836652Z [00:02:57.268]➜  EOF
2025-08-20T20:26:18.5839402Z [00:02:57.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api=>github.com/cli/cli/v2/pkg/cmd/attestation/api;$WORK/b458=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/api -lang=go1.24 -complete -installsuffix shared -buildid UnSdxKABAJNh_lGbQbE6/UnSdxKABAJNh_lGbQbE6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/attestation.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/client.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/mock_client.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/trust_domain.go
2025-08-20T20:26:18.5887507Z [00:02:57.272]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T20:26:18.5904177Z [00:02:57.276]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/cb/cbaf8df08e7b5c252dc64ec725679e611aae54d37be5c493b1effd2ac8c503e1-d # internal
2025-08-20T20:26:18.5912884Z [00:02:57.277]➜  github.com/rodaine/table
2025-08-20T20:26:18.5915613Z [00:02:57.277]➜  mkdir -p $WORK/b1260/
2025-08-20T20:26:18.5926612Z [00:02:57.279]➜  cat >/tmp/go-build1823208636/b1260/importcfg << 'EOF' # internal
2025-08-20T20:26:18.5928840Z [00:02:57.279]➜  # import config
2025-08-20T20:26:18.5929412Z [00:02:57.279]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.5930137Z [00:02:57.279]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.5930799Z [00:02:57.279]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:18.5931549Z [00:02:57.279]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.5932377Z [00:02:57.279]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:18.5933025Z [00:02:57.279]➜  EOF
2025-08-20T20:26:18.5943603Z [00:02:57.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rodaine/table@v1.3.0=>github.com/rodaine/table@v1.3.0;$WORK/b1260=>" -p github.com/rodaine/table -lang=go1.14 -complete -installsuffix shared -buildid ofeZcBmkrU22PGusKaur/ofeZcBmkrU22PGusKaur -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack /root/go/pkg/mod/github.com/rodaine/table@v1.3.0/table.go
2025-08-20T20:26:18.5998203Z [00:02:57.285]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T20:26:18.6052231Z [00:02:57.291]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/30/309e7fd14571ef1e892a4c513ea4a05c867fda500ed33969bb754ef5961e70e5-d # internal
2025-08-20T20:26:18.6053624Z [00:02:57.291]➜  github.com/cli/cli/v2/internal/codespaces/rpc/codespace
2025-08-20T20:26:18.6054373Z [00:02:57.291]➜  mkdir -p $WORK/b1263/
2025-08-20T20:26:18.6063390Z [00:02:57.292]➜  cat >/tmp/go-build1823208636/b1263/importcfg << 'EOF' # internal
2025-08-20T20:26:18.6064051Z [00:02:57.292]➜  # import config
2025-08-20T20:26:18.6064504Z [00:02:57.292]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.6065010Z [00:02:57.292]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:18.6065726Z [00:02:57.292]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:18.6066363Z [00:02:57.292]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:18.6067029Z [00:02:57.292]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:18.6067735Z [00:02:57.292]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:18.6068283Z [00:02:57.292]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:18.6068869Z [00:02:57.292]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.6069237Z [00:02:57.292]➜  EOF
2025-08-20T20:26:18.6072281Z [00:02:57.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1263/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace=>github.com/cli/cli/v2/internal/codespaces/rpc/codespace;$WORK/b1263=>" -p github.com/cli/cli/v2/internal/codespaces/rpc/codespace -lang=go1.24 -complete -installsuffix shared -buildid VJpxc_lOyKZ-TOt44WSF/VJpxc_lOyKZ-TOt44WSF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1.pb.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1.proto.mock.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1_grpc.pb.go
2025-08-20T20:26:18.6346699Z [00:02:57.320]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T20:26:18.6354002Z [00:02:57.321]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/3b/3ba70182e6f1b589548ec3a4aa113f19693ec20a329c00c5865779eae1f38d57-d # internal
2025-08-20T20:26:18.6509545Z [00:02:57.337]➜  github.com/microsoft/dev-tunnels/go/tunnels
2025-08-20T20:26:18.6520182Z [00:02:57.337]➜  mkdir -p $WORK/b1257/
2025-08-20T20:26:18.6520615Z [00:02:57.337]➜  cat >/tmp/go-build1823208636/b1257/importcfg << 'EOF' # internal
2025-08-20T20:26:18.6522549Z [00:02:57.337]➜  # import config
2025-08-20T20:26:18.6522902Z [00:02:57.337]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.6523364Z [00:02:57.337]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.6523807Z [00:02:57.337]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:18.6524268Z [00:02:57.337]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.6524724Z [00:02:57.337]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.6525384Z [00:02:57.337]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.6526127Z [00:02:57.337]➜  packagefile github.com/gorilla/websocket=/tmp/go-build1823208636/b1256/_pkg_.a
2025-08-20T20:26:18.6526803Z [00:02:57.337]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels/ssh=/tmp/go-build1823208636/b1258/_pkg_.a
2025-08-20T20:26:18.6527555Z [00:02:57.337]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels/ssh/messages=/tmp/go-build1823208636/b1259/_pkg_.a
2025-08-20T20:26:18.6528207Z [00:02:57.337]➜  packagefile github.com/rodaine/table=/tmp/go-build1823208636/b1260/_pkg_.a
2025-08-20T20:26:18.6528753Z [00:02:57.337]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1823208636/b496/_pkg_.a
2025-08-20T20:26:18.6529217Z [00:02:57.338]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.6529621Z [00:02:57.338]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:18.6530199Z [00:02:57.338]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:18.6530707Z [00:02:57.338]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:18.6531129Z [00:02:57.338]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.6531561Z [00:02:57.338]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:18.6531986Z [00:02:57.338]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:18.6532405Z [00:02:57.338]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:18.6533001Z [00:02:57.338]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.6533413Z [00:02:57.338]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.6533818Z [00:02:57.338]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.6534116Z [00:02:57.338]➜  EOF
2025-08-20T20:26:18.6550009Z [00:02:57.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels=>github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels;$WORK/b1257=>" -p github.com/microsoft/dev-tunnels/go/tunnels -lang=go1.17 -complete -installsuffix shared -buildid gQCd7w_sJlh653v0EUv_/gQCd7w_sJlh653v0EUv_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/importcfg -pack /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/access_scopes.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/buffer.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/client.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/cluster_details.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/error_codes.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/error_detail.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/id_generation.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/inner_error_detail.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/manager.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/problem_details.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/remote_forwarded_ports.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/request_options.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/resource_status.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/service_version_details.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/socket.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_access_control.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_access_control_entry.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_access_control_entry_type.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_access_scopes.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_access_subject.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_authentication_schemes.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_connection_mode.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_constraints.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_endpoint.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_header_names.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_list_by_region.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_list_by_region_response.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_list_response.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_options.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_port.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_port_list_response.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_port_status.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_progress.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_protocol.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_report_progress_event_args.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_service_properties.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnel_status.go /root/go/pkg/mod/github.com/microsoft/dev-tunnels@v0.1.13/go/tunnels/tunnels.go
2025-08-20T20:26:18.6679368Z [00:02:57.354]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T20:26:18.6698112Z [00:02:57.356]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/87/87beb331b4a322c00681eb0c2863ff73c32c5173ef25f6e6e3591eb4c4d39b7d-d # internal
2025-08-20T20:26:18.6708808Z [00:02:57.356]➜  github.com/cli/cli/v2/internal/codespaces/rpc/jupyter
2025-08-20T20:26:18.6709239Z [00:02:57.356]➜  mkdir -p $WORK/b1264/
2025-08-20T20:26:18.6709632Z [00:02:57.356]➜  cat >/tmp/go-build1823208636/b1264/importcfg << 'EOF' # internal
2025-08-20T20:26:18.6709991Z [00:02:57.356]➜  # import config
2025-08-20T20:26:18.6710329Z [00:02:57.356]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.6710818Z [00:02:57.356]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:18.6711385Z [00:02:57.356]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:18.6711956Z [00:02:57.356]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:18.6712612Z [00:02:57.356]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:18.6713327Z [00:02:57.356]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:18.6713879Z [00:02:57.356]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:18.6714658Z [00:02:57.356]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.6714968Z [00:02:57.356]➜  EOF
2025-08-20T20:26:18.6718316Z [00:02:57.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1264/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter=>github.com/cli/cli/v2/internal/codespaces/rpc/jupyter;$WORK/b1264=>" -p github.com/cli/cli/v2/internal/codespaces/rpc/jupyter -lang=go1.24 -complete -installsuffix shared -buildid t6YMMoMbmMTpJVC9soJ8/t6YMMoMbmMTpJVC9soJ8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1.pb.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1.proto.mock.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1_grpc.pb.go
2025-08-20T20:26:18.6735431Z [00:02:57.359]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T20:26:18.6830866Z [00:02:57.369]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/69/694eb8a8506f7221522a01e7249e08b8fd79419861098c97da48a564bf49a230-d # internal
2025-08-20T20:26:18.6847467Z [00:02:57.370]➜  github.com/google/go-containerregistry/internal/estargz
2025-08-20T20:26:18.6850470Z [00:02:57.370]➜  mkdir -p $WORK/b1219/
2025-08-20T20:26:18.6855403Z [00:02:57.371]➜  cat >/tmp/go-build1823208636/b1219/importcfg << 'EOF' # internal
2025-08-20T20:26:18.6857287Z [00:02:57.371]➜  # import config
2025-08-20T20:26:18.6857645Z [00:02:57.371]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.6858238Z [00:02:57.372]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build1823208636/b1216/_pkg_.a
2025-08-20T20:26:18.6859261Z [00:02:57.372]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:18.6859876Z [00:02:57.372]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.6860190Z [00:02:57.372]➜  EOF
2025-08-20T20:26:18.6862411Z [00:02:57.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1219/_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/b1219=>" -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/b1219/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/estargz/estargz.go
2025-08-20T20:26:18.6970137Z [00:02:57.382]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T20:26:18.6981014Z [00:02:57.384]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/2e/2ec9957f354402d6b5c10a3a7e38001ed7939b9fa219a384df1e31dee2f580f5-d # internal
2025-08-20T20:26:18.6982290Z [00:02:57.384]➜  github.com/cli/cli/v2/internal/codespaces/rpc/ssh
2025-08-20T20:26:18.6984393Z [00:02:57.384]➜  mkdir -p $WORK/b1265/
2025-08-20T20:26:18.6989496Z [00:02:57.385]➜  cat >/tmp/go-build1823208636/b1265/importcfg << 'EOF' # internal
2025-08-20T20:26:18.6989877Z [00:02:57.385]➜  # import config
2025-08-20T20:26:18.6990225Z [00:02:57.385]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.6990741Z [00:02:57.385]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:18.6991297Z [00:02:57.385]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:18.6991866Z [00:02:57.385]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:18.6992529Z [00:02:57.385]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:18.6993244Z [00:02:57.385]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:18.6994269Z [00:02:57.385]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:18.6994701Z [00:02:57.385]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.6995006Z [00:02:57.385]➜  EOF
2025-08-20T20:26:18.6998188Z [00:02:57.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1265/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh=>github.com/cli/cli/v2/internal/codespaces/rpc/ssh;$WORK/b1265=>" -p github.com/cli/cli/v2/internal/codespaces/rpc/ssh -lang=go1.24 -complete -installsuffix shared -buildid 3H9CJYkXy1bN28_e6RmG/3H9CJYkXy1bN28_e6RmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1.pb.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1.proto.mock.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1_grpc.pb.go
2025-08-20T20:26:18.7078722Z [00:02:57.394]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T20:26:18.7108198Z [00:02:57.397]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/c9/c920f3ecbba467f7ab9b2a2922fd5d74bed2b4261f49cb9c59f6380d9bbeacea-d # internal
2025-08-20T20:26:18.7143257Z [00:02:57.400]➜  github.com/google/go-containerregistry/pkg/v1/tarball
2025-08-20T20:26:18.7143748Z [00:02:57.400]➜  mkdir -p $WORK/b1215/
2025-08-20T20:26:18.7161027Z [00:02:57.402]➜  cat >/tmp/go-build1823208636/b1215/importcfg << 'EOF' # internal
2025-08-20T20:26:18.7161747Z [00:02:57.402]➜  # import config
2025-08-20T20:26:18.7162957Z [00:02:57.402]➜  packagefile archive/tar=/tmp/go-build1823208636/b1213/_pkg_.a
2025-08-20T20:26:18.7163699Z [00:02:57.402]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.7165893Z [00:02:57.402]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:18.7166926Z [00:02:57.402]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.7169894Z [00:02:57.402]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.7170334Z [00:02:57.402]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.7170919Z [00:02:57.402]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build1823208636/b1216/_pkg_.a
2025-08-20T20:26:18.7171976Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1823208636/b1194/_pkg_.a
2025-08-20T20:26:18.7172767Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build1823208636/b1198/_pkg_.a
2025-08-20T20:26:18.7173560Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build1823208636/b1219/_pkg_.a
2025-08-20T20:26:18.7174341Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1823208636/b1199/_pkg_.a
2025-08-20T20:26:18.7175089Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build1823208636/b1200/_pkg_.a
2025-08-20T20:26:18.7176177Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build1823208636/b1208/_pkg_.a
2025-08-20T20:26:18.7176925Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1823208636/b1195/_pkg_.a
2025-08-20T20:26:18.7177643Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1823208636/b551/_pkg_.a
2025-08-20T20:26:18.7178340Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:18.7179072Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1823208636/b1197/_pkg_.a
2025-08-20T20:26:18.7179833Z [00:02:57.402]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1823208636/b1188/_pkg_.a
2025-08-20T20:26:18.7180396Z [00:02:57.402]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.7180839Z [00:02:57.402]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:18.7181247Z [00:02:57.402]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:18.7181686Z [00:02:57.402]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:18.7182128Z [00:02:57.402]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:18.7182546Z [00:02:57.402]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.7182964Z [00:02:57.402]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.7183272Z [00:02:57.402]➜  EOF
2025-08-20T20:26:18.7219041Z [00:02:57.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1215/_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/b1215=>" -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/b1215/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-20T20:26:18.7430534Z [00:02:57.429]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T20:26:18.7453069Z [00:02:57.431]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/2e/2e3cf71627e8bf3b76e61d6df6fa33cb2214d954c0c2079f1e62c3ed62b4349e-d # internal
2025-08-20T20:26:18.7492354Z [00:02:57.435]➜  github.com/muhammadmuzzammil1998/jsonc
2025-08-20T20:26:18.7495305Z [00:02:57.435]➜  mkdir -p $WORK/b1266/
2025-08-20T20:26:18.7502485Z [00:02:57.436]➜  cat >/tmp/go-build1823208636/b1266/importcfg << 'EOF' # internal
2025-08-20T20:26:18.7513432Z [00:02:57.436]➜  # import config
2025-08-20T20:26:18.7513821Z [00:02:57.436]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.7514285Z [00:02:57.436]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:26:18.7514612Z [00:02:57.436]➜  EOF
2025-08-20T20:26:18.7517422Z [00:02:57.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muhammadmuzzammil1998/jsonc@v1.0.0=>github.com/muhammadmuzzammil1998/jsonc@v1.0.0;$WORK/b1266=>" -p github.com/muhammadmuzzammil1998/jsonc -lang=go1.16 -complete -installsuffix shared -buildid CoLX4W-N0lref7Z2bb-G/CoLX4W-N0lref7Z2bb-G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/importcfg -pack /root/go/pkg/mod/github.com/muhammadmuzzammil1998/jsonc@v1.0.0/jsonc.go /root/go/pkg/mod/github.com/muhammadmuzzammil1998/jsonc@v1.0.0/translator.go
2025-08-20T20:26:18.7666320Z [00:02:57.452]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T20:26:18.7671756Z [00:02:57.453]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T20:26:18.7675884Z [00:02:57.454]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/c3/c3ef396191bf220289fae1789831fa56ad270c3ae1629e8de2b27d35301b7a5a-d # internal
2025-08-20T20:26:18.7710232Z [00:02:57.454]➜  github.com/cli/cli/v2/pkg/cmd/completion
2025-08-20T20:26:18.7710636Z [00:02:57.454]➜  mkdir -p $WORK/b1267/
2025-08-20T20:26:18.7711057Z [00:02:57.454]➜  cat >/tmp/go-build1823208636/b1267/importcfg << 'EOF' # internal
2025-08-20T20:26:18.7711408Z [00:02:57.454]➜  # import config
2025-08-20T20:26:18.7711738Z [00:02:57.454]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.7712256Z [00:02:57.454]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:18.7712860Z [00:02:57.454]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.7713473Z [00:02:57.454]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:18.7714055Z [00:02:57.454]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.7714417Z [00:02:57.454]➜  EOF
2025-08-20T20:26:18.7720269Z [00:02:57.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1267/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/completion=>github.com/cli/cli/v2/pkg/cmd/completion;$WORK/b1267=>" -p github.com/cli/cli/v2/pkg/cmd/completion -lang=go1.24 -complete -installsuffix shared -buildid gul1NKmUFO4iZfaA5_e2/gul1NKmUFO4iZfaA5_e2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/completion/completion.go
2025-08-20T20:26:18.7722715Z [00:02:57.454]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/d3/d319a5f8bd8443ed8dd0c5955e5a372d40258a45fafa462ba3331bce1f6826e7-d # internal
2025-08-20T20:26:18.7723406Z [00:02:57.454]➜  github.com/cli/cli/v2/pkg/cmd/config/clear-cache
2025-08-20T20:26:18.7723741Z [00:02:57.454]➜  mkdir -p $WORK/b1269/
2025-08-20T20:26:18.7724112Z [00:02:57.455]➜  cat >/tmp/go-build1823208636/b1269/importcfg << 'EOF' # internal
2025-08-20T20:26:18.7724457Z [00:02:57.455]➜  # import config
2025-08-20T20:26:18.7724784Z [00:02:57.455]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.7725292Z [00:02:57.455]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:18.7726097Z [00:02:57.455]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.7726712Z [00:02:57.455]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:18.7727499Z [00:02:57.455]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:26:18.7728131Z [00:02:57.455]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.7728590Z [00:02:57.455]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:18.7728895Z [00:02:57.455]➜  EOF
2025-08-20T20:26:18.7730893Z [00:02:57.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1269/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/clear-cache=>github.com/cli/cli/v2/pkg/cmd/config/clear-cache;$WORK/b1269=>" -p github.com/cli/cli/v2/pkg/cmd/config/clear-cache -lang=go1.24 -complete -installsuffix shared -buildid cwiCBHsQddGj3wc9MD8U/cwiCBHsQddGj3wc9MD8U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/clear-cache/clear_cache.go
2025-08-20T20:26:18.8151462Z [00:02:57.501]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T20:26:18.8189680Z [00:02:57.503]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/89/8983efef24543d8a65158179d30aca6100ffb991d23c176b09b49481dc47dac9-d # internal
2025-08-20T20:26:18.8196635Z [00:02:57.506]➜  github.com/cli/cli/v2/pkg/cmd/config/get
2025-08-20T20:26:18.8197709Z [00:02:57.506]➜  mkdir -p $WORK/b1270/
2025-08-20T20:26:18.8207190Z [00:02:57.507]➜  cat >/tmp/go-build1823208636/b1270/importcfg << 'EOF' # internal
2025-08-20T20:26:18.8208954Z [00:02:57.507]➜  # import config
2025-08-20T20:26:18.8209612Z [00:02:57.507]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.8210571Z [00:02:57.507]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.8211354Z [00:02:57.507]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:18.8212132Z [00:02:57.507]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:18.8213042Z [00:02:57.507]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.8213886Z [00:02:57.507]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:18.8214813Z [00:02:57.507]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.8215380Z [00:02:57.507]➜  EOF
2025-08-20T20:26:18.8217642Z [00:02:57.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1270/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/get=>github.com/cli/cli/v2/pkg/cmd/config/get;$WORK/b1270=>" -p github.com/cli/cli/v2/pkg/cmd/config/get -lang=go1.24 -complete -installsuffix shared -buildid 4SttKDJ8JI00x2UuXra5/4SttKDJ8JI00x2UuXra5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/get/get.go
2025-08-20T20:26:18.8288455Z [00:02:57.515]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T20:26:18.8320941Z [00:02:57.518]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/48/48ba630b90199ed119e2b9d04736cad8e711dca6d5a4cd7744eb6f72d770bebc-d # internal
2025-08-20T20:26:18.8322252Z [00:02:57.518]➜  github.com/cli/cli/v2/internal/codespaces/connection
2025-08-20T20:26:18.8323003Z [00:02:57.518]➜  mkdir -p $WORK/b1255/
2025-08-20T20:26:18.8329521Z [00:02:57.519]➜  cat >/tmp/go-build1823208636/b1255/importcfg << 'EOF' # internal
2025-08-20T20:26:18.8332121Z [00:02:57.519]➜  # import config
2025-08-20T20:26:18.8332475Z [00:02:57.519]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.8332926Z [00:02:57.519]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:18.8333421Z [00:02:57.519]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:18.8333877Z [00:02:57.519]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:18.8334341Z [00:02:57.519]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.8335069Z [00:02:57.519]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:18.8335701Z [00:02:57.519]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.8336332Z [00:02:57.519]➜  packagefile github.com/cli/cli/v2/internal/codespaces/api=/tmp/go-build1823208636/b1254/_pkg_.a
2025-08-20T20:26:18.8336983Z [00:02:57.519]➜  packagefile github.com/gorilla/websocket=/tmp/go-build1823208636/b1256/_pkg_.a
2025-08-20T20:26:18.8337617Z [00:02:57.519]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels=/tmp/go-build1823208636/b1257/_pkg_.a
2025-08-20T20:26:18.8338528Z [00:02:57.519]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels/ssh=/tmp/go-build1823208636/b1258/_pkg_.a
2025-08-20T20:26:18.8339277Z [00:02:57.519]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels/ssh/messages=/tmp/go-build1823208636/b1259/_pkg_.a
2025-08-20T20:26:18.8339925Z [00:02:57.519]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1823208636/b496/_pkg_.a
2025-08-20T20:26:18.8340394Z [00:02:57.519]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.8340797Z [00:02:57.519]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:18.8341216Z [00:02:57.519]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.8341834Z [00:02:57.519]➜  packagefile net/http/httptest=/tmp/go-build1823208636/b321/_pkg_.a
2025-08-20T20:26:18.8342298Z [00:02:57.519]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:18.8342720Z [00:02:57.519]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:18.8343149Z [00:02:57.519]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:18.8343573Z [00:02:57.519]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.8343995Z [00:02:57.519]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.8344405Z [00:02:57.519]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.8344715Z [00:02:57.519]➜  EOF
2025-08-20T20:26:18.8347450Z [00:02:57.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1255/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection=>github.com/cli/cli/v2/internal/codespaces/connection;$WORK/b1255=>" -p github.com/cli/cli/v2/internal/codespaces/connection -lang=go1.24 -complete -installsuffix shared -buildid HQbCWQmeceJqA6Lu1UzY/HQbCWQmeceJqA6Lu1UzY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection/connection.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection/tunnels_api_server_mock.go
2025-08-20T20:26:18.8350506Z [00:02:57.521]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T20:26:18.8402077Z [00:02:57.525]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/9a/9ae4a511ac64e9fa2ee3e564c59906dbd59b00cb1ff88bfa6a0f74ff76298311-d # internal
2025-08-20T20:26:18.8402947Z [00:02:57.525]➜  github.com/cli/cli/v2/pkg/cmd/config/list
2025-08-20T20:26:18.8427399Z [00:02:57.525]➜  mkdir -p $WORK/b1271/
2025-08-20T20:26:18.8428302Z [00:02:57.525]➜  cat >/tmp/go-build1823208636/b1271/importcfg << 'EOF' # internal
2025-08-20T20:26:18.8428901Z [00:02:57.525]➜  # import config
2025-08-20T20:26:18.8429373Z [00:02:57.525]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.8430056Z [00:02:57.525]➜  packagefile github.com/cli/cli/v2/internal/config=/tmp/go-build1823208636/b237/_pkg_.a
2025-08-20T20:26:18.8430801Z [00:02:57.525]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:18.8431562Z [00:02:57.525]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.8432318Z [00:02:57.525]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:18.8441525Z [00:02:57.525]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.8441987Z [00:02:57.525]➜  EOF
2025-08-20T20:26:18.8444146Z [00:02:57.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1271/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/list=>github.com/cli/cli/v2/pkg/cmd/config/list;$WORK/b1271=>" -p github.com/cli/cli/v2/pkg/cmd/config/list -lang=go1.24 -complete -installsuffix shared -buildid WoNEGeA-truIEQmL0FXF/WoNEGeA-truIEQmL0FXF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/list/list.go
2025-08-20T20:26:18.8472495Z [00:02:57.533]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T20:26:18.8493358Z [00:02:57.535]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/ca/ca34d059858c65ff7f425a9435a6493031aaa67fef39206eb1117455cb8e89a7-d # internal
2025-08-20T20:26:18.8512174Z [00:02:57.537]➜  github.com/google/go-containerregistry/pkg/v1/mutate
2025-08-20T20:26:18.8521614Z [00:02:57.537]➜  mkdir -p $WORK/b1212/
2025-08-20T20:26:18.8522560Z [00:02:57.537]➜  cat >/tmp/go-build1823208636/b1212/importcfg << 'EOF' # internal
2025-08-20T20:26:18.8523937Z [00:02:57.537]➜  # import config
2025-08-20T20:26:18.8524325Z [00:02:57.537]➜  packagefile archive/tar=/tmp/go-build1823208636/b1213/_pkg_.a
2025-08-20T20:26:18.8524775Z [00:02:57.537]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.8525709Z [00:02:57.537]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.8526229Z [00:02:57.537]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.8526660Z [00:02:57.537]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.8527271Z [00:02:57.537]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1823208636/b1199/_pkg_.a
2025-08-20T20:26:18.8528016Z [00:02:57.537]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1823208636/b1195/_pkg_.a
2025-08-20T20:26:18.8528733Z [00:02:57.537]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:18.8529463Z [00:02:57.537]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build1823208636/b1196/_pkg_.a
2025-08-20T20:26:18.8530207Z [00:02:57.537]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build1823208636/b1209/_pkg_.a
2025-08-20T20:26:18.8530961Z [00:02:57.537]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1823208636/b1197/_pkg_.a
2025-08-20T20:26:18.8531716Z [00:02:57.537]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build1823208636/b1214/_pkg_.a
2025-08-20T20:26:18.8532474Z [00:02:57.537]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build1823208636/b1215/_pkg_.a
2025-08-20T20:26:18.8533221Z [00:02:57.537]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1823208636/b1188/_pkg_.a
2025-08-20T20:26:18.8533779Z [00:02:57.537]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.8534188Z [00:02:57.537]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:26:18.8534817Z [00:02:57.537]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:18.8535386Z [00:02:57.537]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.8536055Z [00:02:57.537]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.8536501Z [00:02:57.537]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.8536808Z [00:02:57.537]➜  EOF
2025-08-20T20:26:18.8540397Z [00:02:57.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1212/_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/b1212=>" -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/b1212/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-20T20:26:18.8876325Z [00:02:57.573]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T20:26:18.8890850Z [00:02:57.575]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/58/58427581992ec36af636a27df0f825174a3ebf1acd901a968049614ade5cd176-d # internal
2025-08-20T20:26:18.8895920Z [00:02:57.575]➜  github.com/cli/cli/v2/pkg/cmd/config/set
2025-08-20T20:26:18.8896261Z [00:02:57.575]➜  mkdir -p $WORK/b1272/
2025-08-20T20:26:18.8903564Z [00:02:57.576]➜  cat >/tmp/go-build1823208636/b1272/importcfg << 'EOF' # internal
2025-08-20T20:26:18.8909846Z [00:02:57.576]➜  # import config
2025-08-20T20:26:18.8910224Z [00:02:57.576]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.8910649Z [00:02:57.576]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.8911512Z [00:02:57.576]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:18.8912130Z [00:02:57.576]➜  packagefile github.com/cli/cli/v2/internal/config=/tmp/go-build1823208636/b237/_pkg_.a
2025-08-20T20:26:18.8912745Z [00:02:57.576]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:18.8913357Z [00:02:57.576]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.8913964Z [00:02:57.576]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:18.8914536Z [00:02:57.576]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.8915017Z [00:02:57.576]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.8915340Z [00:02:57.576]➜  EOF
2025-08-20T20:26:18.8917328Z [00:02:57.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1272/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/set=>github.com/cli/cli/v2/pkg/cmd/config/set;$WORK/b1272=>" -p github.com/cli/cli/v2/pkg/cmd/config/set -lang=go1.24 -complete -installsuffix shared -buildid l_btY5PDCXyeomcrr3Q0/l_btY5PDCXyeomcrr3Q0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/set/set.go
2025-08-20T20:26:18.8978424Z [00:02:57.584]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T20:26:18.9003278Z [00:02:57.585]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/cc/cc11afcc8fea67de2c50a227ab9a06428f855e5555f1ef2d5f531cc72bf95317-d # internal
2025-08-20T20:26:18.9004022Z [00:02:57.586]➜  github.com/cli/cli/v2/pkg/cmd/gist/clone
2025-08-20T20:26:18.9004388Z [00:02:57.586]➜  mkdir -p $WORK/b1274/
2025-08-20T20:26:18.9011426Z [00:02:57.587]➜  cat >/tmp/go-build1823208636/b1274/importcfg << 'EOF' # internal
2025-08-20T20:26:18.9012395Z [00:02:57.587]➜  # import config
2025-08-20T20:26:18.9013138Z [00:02:57.587]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.9013812Z [00:02:57.587]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.9014549Z [00:02:57.587]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:18.9015367Z [00:02:57.587]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:18.9046514Z [00:02:57.587]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:18.9047205Z [00:02:57.587]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.9048202Z [00:02:57.587]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:18.9048893Z [00:02:57.587]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:18.9049454Z [00:02:57.587]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.9049986Z [00:02:57.587]➜  packagefile github.com/spf13/pflag=/tmp/go-build1823208636/b394/_pkg_.a
2025-08-20T20:26:18.9050464Z [00:02:57.587]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.9050783Z [00:02:57.587]➜  EOF
2025-08-20T20:26:18.9052603Z [00:02:57.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1274/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/clone=>github.com/cli/cli/v2/pkg/cmd/gist/clone;$WORK/b1274=>" -p github.com/cli/cli/v2/pkg/cmd/gist/clone -lang=go1.24 -complete -installsuffix shared -buildid 42N_CuQ_IfufTnwKsuvz/42N_CuQ_IfufTnwKsuvz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1274/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/clone/clone.go
2025-08-20T20:26:18.9314942Z [00:02:57.617]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T20:26:18.9388215Z [00:02:57.625]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/76/764cfc409c38d6d26b32c79164757f63637412683c21ba77db8b622ef487e9b5-d # internal
2025-08-20T20:26:18.9474441Z [00:02:57.633]➜  github.com/google/go-containerregistry/pkg/v1/remote
2025-08-20T20:26:18.9475656Z [00:02:57.633]➜  mkdir -p $WORK/b1189/
2025-08-20T20:26:18.9483975Z [00:02:57.634]➜  cat >/tmp/go-build1823208636/b1189/importcfg << 'EOF' # internal
2025-08-20T20:26:18.9486158Z [00:02:57.634]➜  # import config
2025-08-20T20:26:18.9486884Z [00:02:57.634]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.9487581Z [00:02:57.635]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.9488403Z [00:02:57.635]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:18.9489869Z [00:02:57.635]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:18.9490496Z [00:02:57.635]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.9491267Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build1823208636/b1190/_pkg_.a
2025-08-20T20:26:18.9492279Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build1823208636/b1191/_pkg_.a
2025-08-20T20:26:18.9493304Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build1823208636/b1193/_pkg_.a
2025-08-20T20:26:18.9494793Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build1823208636/b1177/_pkg_.a
2025-08-20T20:26:18.9495834Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1823208636/b1195/_pkg_.a
2025-08-20T20:26:18.9496620Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1823208636/b551/_pkg_.a
2025-08-20T20:26:18.9497715Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:18.9498508Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build1823208636/b1196/_pkg_.a
2025-08-20T20:26:18.9499274Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build1823208636/b1212/_pkg_.a
2025-08-20T20:26:18.9500038Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1823208636/b1197/_pkg_.a
2025-08-20T20:26:18.9500856Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build1823208636/b1220/_pkg_.a
2025-08-20T20:26:18.9501650Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build1823208636/b1214/_pkg_.a
2025-08-20T20:26:18.9502396Z [00:02:57.635]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1823208636/b1188/_pkg_.a
2025-08-20T20:26:18.9503187Z [00:02:57.635]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:18.9503750Z [00:02:57.635]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.9504161Z [00:02:57.635]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:18.9504583Z [00:02:57.635]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:18.9505014Z [00:02:57.635]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:18.9505433Z [00:02:57.635]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:18.9506219Z [00:02:57.635]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.9506637Z [00:02:57.635]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:18.9507072Z [00:02:57.635]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:18.9507521Z [00:02:57.635]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:18.9507944Z [00:02:57.635]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:18.9508247Z [00:02:57.635]➜  EOF
2025-08-20T20:26:18.9516717Z [00:02:57.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1189/_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/b1189=>" -p github.com/google/go-containerregistry/pkg/v1/remote -lang=go1.24 -complete -installsuffix shared -buildid KRheCid0j0G680i2FsoJ/KRheCid0j0G680i2FsoJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/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-20T20:26:18.9571420Z [00:02:57.643]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T20:26:18.9594286Z [00:02:57.645]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/8b/8b042bc0fd5f4c6f93422064f6260f8e48c7ad2d534c2128e7578434e70e087d-d # internal
2025-08-20T20:26:18.9595389Z [00:02:57.646]➜  github.com/cli/cli/v2/pkg/cmd/config
2025-08-20T20:26:18.9596199Z [00:02:57.646]➜  mkdir -p $WORK/b1268/
2025-08-20T20:26:18.9597163Z [00:02:57.646]➜  cat >/tmp/go-build1823208636/b1268/importcfg << 'EOF' # internal
2025-08-20T20:26:18.9597606Z [00:02:57.646]➜  # import config
2025-08-20T20:26:18.9597949Z [00:02:57.646]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.9598853Z [00:02:57.646]➜  packagefile github.com/cli/cli/v2/internal/config=/tmp/go-build1823208636/b237/_pkg_.a
2025-08-20T20:26:18.9599630Z [00:02:57.646]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config/clear-cache=/tmp/go-build1823208636/b1269/_pkg_.a
2025-08-20T20:26:18.9600330Z [00:02:57.646]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config/get=/tmp/go-build1823208636/b1270/_pkg_.a
2025-08-20T20:26:18.9600997Z [00:02:57.646]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config/list=/tmp/go-build1823208636/b1271/_pkg_.a
2025-08-20T20:26:18.9601677Z [00:02:57.646]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config/set=/tmp/go-build1823208636/b1272/_pkg_.a
2025-08-20T20:26:18.9602514Z [00:02:57.646]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:18.9603083Z [00:02:57.646]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:18.9603551Z [00:02:57.646]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.9603875Z [00:02:57.646]➜  EOF
2025-08-20T20:26:18.9610051Z [00:02:57.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1268/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config=>github.com/cli/cli/v2/pkg/cmd/config;$WORK/b1268=>" -p github.com/cli/cli/v2/pkg/cmd/config -lang=go1.24 -complete -installsuffix shared -buildid _oPsj7dYYdS-WjMSs4D3/_oPsj7dYYdS-WjMSs4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/config.go
2025-08-20T20:26:18.9697219Z [00:02:57.655]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T20:26:18.9709851Z [00:02:57.657]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/36/363eabe59927190babbd04a7751f8d156f5edd588fa1b79eb9870b2a473679d1-d # internal
2025-08-20T20:26:18.9711731Z [00:02:57.657]➜  github.com/cli/cli/v2/internal/codespaces/portforwarder
2025-08-20T20:26:18.9712107Z [00:02:57.657]➜  mkdir -p $WORK/b1261/
2025-08-20T20:26:18.9715377Z [00:02:57.658]➜  cat >/tmp/go-build1823208636/b1261/importcfg << 'EOF' # internal
2025-08-20T20:26:18.9716904Z [00:02:57.658]➜  # import config
2025-08-20T20:26:18.9717267Z [00:02:57.658]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:18.9717705Z [00:02:57.658]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:18.9718320Z [00:02:57.658]➜  packagefile github.com/cli/cli/v2/internal/codespaces/connection=/tmp/go-build1823208636/b1255/_pkg_.a
2025-08-20T20:26:18.9719050Z [00:02:57.658]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels=/tmp/go-build1823208636/b1257/_pkg_.a
2025-08-20T20:26:18.9719593Z [00:02:57.658]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:18.9719997Z [00:02:57.658]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:18.9720417Z [00:02:57.658]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.9720735Z [00:02:57.658]➜  EOF
2025-08-20T20:26:18.9741158Z [00:02:57.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1261/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/portforwarder=>github.com/cli/cli/v2/internal/codespaces/portforwarder;$WORK/b1261=>" -p github.com/cli/cli/v2/internal/codespaces/portforwarder -lang=go1.24 -complete -installsuffix shared -buildid sWL-KBq7IxiKwvi1REn8/sWL-KBq7IxiKwvi1REn8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/portforwarder/port_forwarder.go
2025-08-20T20:26:18.9806375Z [00:02:57.667]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T20:26:18.9826515Z [00:02:57.668]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/78/78dcb5fda44051c6f2951232caa15ce0830bc05a87aa26cd65dd6c05f08721b6-d # internal
2025-08-20T20:26:18.9827871Z [00:02:57.669]➜  github.com/gabriel-vasile/mimetype/internal/charset
2025-08-20T20:26:18.9828634Z [00:02:57.669]➜  mkdir -p $WORK/b1278/
2025-08-20T20:26:18.9843943Z [00:02:57.670]➜  cat >/tmp/go-build1823208636/b1278/importcfg << 'EOF' # internal
2025-08-20T20:26:18.9844681Z [00:02:57.670]➜  # import config
2025-08-20T20:26:18.9845389Z [00:02:57.670]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:18.9846524Z [00:02:57.670]➜  packagefile encoding/xml=/tmp/go-build1823208636/b333/_pkg_.a
2025-08-20T20:26:18.9847130Z [00:02:57.670]➜  packagefile golang.org/x/net/html=/tmp/go-build1823208636/b351/_pkg_.a
2025-08-20T20:26:18.9847620Z [00:02:57.670]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:18.9848070Z [00:02:57.670]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:18.9848757Z [00:02:57.670]➜  EOF
2025-08-20T20:26:18.9850962Z [00:02:57.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1278/_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/b1278=>" -p github.com/gabriel-vasile/mimetype/internal/charset -lang=go1.23 -complete -installsuffix shared -buildid KBh28ReQKZEYRkNO42Va/KBh28ReQKZEYRkNO42Va -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset/charset.go
2025-08-20T20:26:19.0129388Z [00:02:57.699]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T20:26:19.0137054Z [00:02:57.700]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/c9/c973e8f31d64d4c0bf4c28ba10f8325bebde581bf92693f40a490465a9f7828d-d # internal
2025-08-20T20:26:19.0138553Z [00:02:57.700]➜  debug/dwarf
2025-08-20T20:26:19.0138876Z [00:02:57.700]➜  mkdir -p $WORK/b1281/
2025-08-20T20:26:19.0143504Z [00:02:57.700]➜  cat >/tmp/go-build1823208636/b1281/importcfg << 'EOF' # internal
2025-08-20T20:26:19.0144101Z [00:02:57.700]➜  # import config
2025-08-20T20:26:19.0144462Z [00:02:57.700]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.0145054Z [00:02:57.700]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:19.0145745Z [00:02:57.700]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.0146305Z [00:02:57.700]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.0146839Z [00:02:57.700]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.0147387Z [00:02:57.700]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:19.0147927Z [00:02:57.700]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:19.0148573Z [00:02:57.700]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:19.0149032Z [00:02:57.700]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.0149347Z [00:02:57.700]➜  EOF
2025-08-20T20:26:19.0152428Z [00:02:57.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1281/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b1281=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid aVJyGeSjXLianvjRfZLo/aVJyGeSjXLianvjRfZLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/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-20T20:26:19.0214815Z [00:02:57.708]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T20:26:19.0228796Z [00:02:57.709]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/7d/7d240af60d6aacb87d4e47c3fc0224325f765717b17083eb046817196b567f4d-d # internal
2025-08-20T20:26:19.0233643Z [00:02:57.709]➜  github.com/gabriel-vasile/mimetype/internal/json
2025-08-20T20:26:19.0234043Z [00:02:57.709]➜  mkdir -p $WORK/b1282/
2025-08-20T20:26:19.0241963Z [00:02:57.710]➜  cat >/tmp/go-build1823208636/b1282/importcfg << 'EOF' # internal
2025-08-20T20:26:19.0242432Z [00:02:57.710]➜  # import config
2025-08-20T20:26:19.0242799Z [00:02:57.710]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.0243224Z [00:02:57.710]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:19.0243797Z [00:02:57.710]➜  EOF
2025-08-20T20:26:19.0246049Z [00:02:57.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1282/_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/b1282=>" -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/b1282/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/json/parser.go
2025-08-20T20:26:19.0306207Z [00:02:57.716]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T20:26:19.0320139Z [00:02:57.718]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/a9/a9a33776f8b4f6bd39b9d3c3cd43833fd57946134ff913aeae78ed0762f24bb6-d # internal
2025-08-20T20:26:19.0323206Z [00:02:57.718]➜  github.com/cli/cli/v2/internal/codespaces/rpc
2025-08-20T20:26:19.0324602Z [00:02:57.718]➜  mkdir -p $WORK/b1262/
2025-08-20T20:26:19.0327230Z [00:02:57.719]➜  cat >/tmp/go-build1823208636/b1262/importcfg << 'EOF' # internal
2025-08-20T20:26:19.0327627Z [00:02:57.719]➜  # import config
2025-08-20T20:26:19.0327983Z [00:02:57.719]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:19.0328518Z [00:02:57.719]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.0329142Z [00:02:57.719]➜  packagefile github.com/cli/cli/v2/internal/codespaces/portforwarder=/tmp/go-build1823208636/b1261/_pkg_.a
2025-08-20T20:26:19.0329935Z [00:02:57.719]➜  packagefile github.com/cli/cli/v2/internal/codespaces/rpc/codespace=/tmp/go-build1823208636/b1263/_pkg_.a
2025-08-20T20:26:19.0330731Z [00:02:57.719]➜  packagefile github.com/cli/cli/v2/internal/codespaces/rpc/jupyter=/tmp/go-build1823208636/b1264/_pkg_.a
2025-08-20T20:26:19.0331493Z [00:02:57.719]➜  packagefile github.com/cli/cli/v2/internal/codespaces/rpc/ssh=/tmp/go-build1823208636/b1265/_pkg_.a
2025-08-20T20:26:19.0332123Z [00:02:57.719]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:19.0332738Z [00:02:57.719]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:19.0333382Z [00:02:57.719]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:19.0333872Z [00:02:57.719]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:19.0334272Z [00:02:57.719]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.0334678Z [00:02:57.719]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:19.0335110Z [00:02:57.719]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:19.0335904Z [00:02:57.719]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.0336405Z [00:02:57.719]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.0336722Z [00:02:57.719]➜  EOF
2025-08-20T20:26:19.0339359Z [00:02:57.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1262/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc=>github.com/cli/cli/v2/internal/codespaces/rpc;$WORK/b1262=>" -p github.com/cli/cli/v2/internal/codespaces/rpc -lang=go1.24 -complete -installsuffix shared -buildid h-AFEVuDIme46kQH3Kxp/h-AFEVuDIme46kQH3Kxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/invoker.go
2025-08-20T20:26:19.0580740Z [00:02:57.744]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T20:26:19.0586354Z [00:02:57.745]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/3d/3ddb6b6a33e61302921aa1da861f8b00ea0f24d63edca788c4668a5b3b3a879b-d # internal
2025-08-20T20:26:19.0591439Z [00:02:57.745]➜  github.com/cli/cli/v2/pkg/cmd/gpg-key/add
2025-08-20T20:26:19.0591773Z [00:02:57.745]➜  mkdir -p $WORK/b1289/
2025-08-20T20:26:19.0592164Z [00:02:57.745]➜  cat >/tmp/go-build1823208636/b1289/importcfg << 'EOF' # internal
2025-08-20T20:26:19.0592515Z [00:02:57.745]➜  # import config
2025-08-20T20:26:19.0592851Z [00:02:57.745]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.0593298Z [00:02:57.745]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.0594017Z [00:02:57.745]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.0594431Z [00:02:57.745]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.0594943Z [00:02:57.745]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:19.0595672Z [00:02:57.745]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.0596336Z [00:02:57.745]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:19.0596985Z [00:02:57.745]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:19.0597809Z [00:02:57.745]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.0598420Z [00:02:57.745]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:19.0598997Z [00:02:57.745]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.0599458Z [00:02:57.745]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.0599874Z [00:02:57.745]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.0600286Z [00:02:57.745]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.0600593Z [00:02:57.745]➜  EOF
2025-08-20T20:26:19.0602641Z [00:02:57.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1289/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add=>github.com/cli/cli/v2/pkg/cmd/gpg-key/add;$WORK/b1289=>" -p github.com/cli/cli/v2/pkg/cmd/gpg-key/add -lang=go1.24 -complete -installsuffix shared -buildid OqAE7xkJKO53ZcXQPGsF/OqAE7xkJKO53ZcXQPGsF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1289/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add/add.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add/http.go
2025-08-20T20:26:19.1258048Z [00:02:57.812]➜  go tool buildid -w $WORK/b1289/_pkg_.a # internal
2025-08-20T20:26:19.1275052Z [00:02:57.813]➜  cp $WORK/b1289/_pkg_.a /root/.cache/go-build/c6/c69efdc1370140be4bc9fa19b20ad05d16e3e28d586e26edc348138b649d56fe-d # internal
2025-08-20T20:26:19.1275894Z [00:02:57.813]➜  github.com/cli/cli/v2/pkg/cmd/gpg-key/delete
2025-08-20T20:26:19.1276235Z [00:02:57.813]➜  mkdir -p $WORK/b1290/
2025-08-20T20:26:19.1277835Z [00:02:57.814]➜  cat >/tmp/go-build1823208636/b1290/importcfg << 'EOF' # internal
2025-08-20T20:26:19.1278940Z [00:02:57.814]➜  # import config
2025-08-20T20:26:19.1279856Z [00:02:57.814]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.1280422Z [00:02:57.814]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.1280920Z [00:02:57.814]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.1281512Z [00:02:57.814]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:19.1282181Z [00:02:57.814]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:19.1282842Z [00:02:57.814]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:19.1283468Z [00:02:57.814]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.1284295Z [00:02:57.814]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:19.1284932Z [00:02:57.814]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.1285399Z [00:02:57.814]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.1286071Z [00:02:57.814]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.1286511Z [00:02:57.814]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:19.1287020Z [00:02:57.814]➜  EOF
2025-08-20T20:26:19.1289170Z [00:02:57.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1290/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete=>github.com/cli/cli/v2/pkg/cmd/gpg-key/delete;$WORK/b1290=>" -p github.com/cli/cli/v2/pkg/cmd/gpg-key/delete -lang=go1.24 -complete -installsuffix shared -buildid DEBBrrHPTxTggI-dEjPr/DEBBrrHPTxTggI-dEjPr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1290/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete/delete.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete/http.go
2025-08-20T20:26:19.1379515Z [00:02:57.824]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T20:26:19.1386319Z [00:02:57.825]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/74/74fb648835c05623e5b630a4b8ec794438b65eeb466c4ca775811eb3025013e5-d # internal
2025-08-20T20:26:19.1388286Z [00:02:57.825]➜  github.com/cli/cli/v2/internal/codespaces
2025-08-20T20:26:19.1388841Z [00:02:57.825]➜  mkdir -p $WORK/b1253/
2025-08-20T20:26:19.1410571Z [00:02:57.827]➜  cat >/tmp/go-build1823208636/b1253/importcfg << 'EOF' # internal
2025-08-20T20:26:19.1411504Z [00:02:57.827]➜  # import config
2025-08-20T20:26:19.1411920Z [00:02:57.827]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.1412360Z [00:02:57.827]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:19.1412840Z [00:02:57.827]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.1413298Z [00:02:57.827]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.1413710Z [00:02:57.827]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.1414226Z [00:02:57.827]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build1823208636/b459/_pkg_.a
2025-08-20T20:26:19.1415094Z [00:02:57.827]➜  packagefile github.com/cli/cli/v2/internal/codespaces/api=/tmp/go-build1823208636/b1254/_pkg_.a
2025-08-20T20:26:19.1415966Z [00:02:57.827]➜  packagefile github.com/cli/cli/v2/internal/codespaces/connection=/tmp/go-build1823208636/b1255/_pkg_.a
2025-08-20T20:26:19.1416781Z [00:02:57.827]➜  packagefile github.com/cli/cli/v2/internal/codespaces/portforwarder=/tmp/go-build1823208636/b1261/_pkg_.a
2025-08-20T20:26:19.1417533Z [00:02:57.827]➜  packagefile github.com/cli/cli/v2/internal/codespaces/rpc=/tmp/go-build1823208636/b1262/_pkg_.a
2025-08-20T20:26:19.1418200Z [00:02:57.827]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:19.1419156Z [00:02:57.827]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:26:19.1419672Z [00:02:57.827]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.1420082Z [00:02:57.827]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:19.1420499Z [00:02:57.827]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.1420914Z [00:02:57.827]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.1421336Z [00:02:57.827]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:19.1421763Z [00:02:57.827]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:19.1422187Z [00:02:57.827]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.1422608Z [00:02:57.827]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.1423052Z [00:02:57.827]➜  EOF
2025-08-20T20:26:19.1425482Z [00:02:57.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1253/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces=>github.com/cli/cli/v2/internal/codespaces;$WORK/b1253=>" -p github.com/cli/cli/v2/internal/codespaces -lang=go1.24 -complete -installsuffix shared -buildid xaYwGZcOn4ecNtbj60oa/xaYwGZcOn4ecNtbj60oa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/codespaces.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/ssh.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/states.go
2025-08-20T20:26:19.1960731Z [00:02:57.882]➜  go tool buildid -w $WORK/b1290/_pkg_.a # internal
2025-08-20T20:26:19.1973107Z [00:02:57.883]➜  cp $WORK/b1290/_pkg_.a /root/.cache/go-build/d4/d4c46bbde6fb5ece454736cf5534fb3b53081050b77b6926dac2de01bf9c7b55-d # internal
2025-08-20T20:26:19.1973803Z [00:02:57.883]➜  github.com/cli/cli/v2/pkg/cmd/gpg-key/list
2025-08-20T20:26:19.1974171Z [00:02:57.883]➜  mkdir -p $WORK/b1291/
2025-08-20T20:26:19.1974924Z [00:02:57.884]➜  cat >/tmp/go-build1823208636/b1291/importcfg << 'EOF' # internal
2025-08-20T20:26:19.1975280Z [00:02:57.884]➜  # import config
2025-08-20T20:26:19.1976156Z [00:02:57.884]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.1976694Z [00:02:57.884]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.1977123Z [00:02:57.884]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.1977632Z [00:02:57.884]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.1978230Z [00:02:57.884]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:19.1978882Z [00:02:57.884]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:19.1979569Z [00:02:57.884]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:19.1980219Z [00:02:57.884]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.1980833Z [00:02:57.884]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:19.1981409Z [00:02:57.884]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.1981866Z [00:02:57.884]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.1982283Z [00:02:57.884]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.1982719Z [00:02:57.884]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.1983137Z [00:02:57.884]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.1983442Z [00:02:57.884]➜  EOF
2025-08-20T20:26:19.1985806Z [00:02:57.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1291/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list=>github.com/cli/cli/v2/pkg/cmd/gpg-key/list;$WORK/b1291=>" -p github.com/cli/cli/v2/pkg/cmd/gpg-key/list -lang=go1.24 -complete -installsuffix shared -buildid obvM3rHOw4Nf_JGw3R0b/obvM3rHOw4Nf_JGw3R0b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1291/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list/list.go
2025-08-20T20:26:19.2362102Z [00:02:57.922]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T20:26:19.2406328Z [00:02:57.927]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/3f/3f096d1366b701d712580705b2c9a7a335b941906890ed53d2d493dd6f0977ef-d # internal
2025-08-20T20:26:19.2416535Z [00:02:57.928]➜  github.com/cli/cli/v2/pkg/cmd/codespace
2025-08-20T20:26:19.2418036Z [00:02:57.928]➜  mkdir -p $WORK/b1252/
2025-08-20T20:26:19.2429396Z [00:02:57.929]➜  cat >/tmp/go-build1823208636/b1252/importcfg << 'EOF' # internal
2025-08-20T20:26:19.2430164Z [00:02:57.929]➜  # import config
2025-08-20T20:26:19.2432372Z [00:02:57.929]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.2432943Z [00:02:57.929]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:19.2433402Z [00:02:57.929]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.2433860Z [00:02:57.929]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.2434274Z [00:02:57.929]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.2434786Z [00:02:57.929]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build1823208636/b266/_pkg_.a
2025-08-20T20:26:19.2435778Z [00:02:57.929]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build1823208636/b078/_pkg_.a
2025-08-20T20:26:19.2436471Z [00:02:57.929]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:19.2437065Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:19.2437720Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:19.2438382Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/internal/codespaces=/tmp/go-build1823208636/b1253/_pkg_.a
2025-08-20T20:26:19.2439266Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/internal/codespaces/api=/tmp/go-build1823208636/b1254/_pkg_.a
2025-08-20T20:26:19.2440025Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/internal/codespaces/portforwarder=/tmp/go-build1823208636/b1261/_pkg_.a
2025-08-20T20:26:19.2440777Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/internal/codespaces/rpc=/tmp/go-build1823208636/b1262/_pkg_.a
2025-08-20T20:26:19.2441446Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:19.2442102Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:19.2442757Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:19.2443489Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.2444207Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:19.2444816Z [00:02:57.929]➜  packagefile github.com/cli/cli/v2/pkg/ssh=/tmp/go-build1823208636/b1240/_pkg_.a
2025-08-20T20:26:19.2445367Z [00:02:57.929]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:26:19.2446176Z [00:02:57.929]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels=/tmp/go-build1823208636/b1257/_pkg_.a
2025-08-20T20:26:19.2446849Z [00:02:57.929]➜  packagefile github.com/muhammadmuzzammil1998/jsonc=/tmp/go-build1823208636/b1266/_pkg_.a
2025-08-20T20:26:19.2447434Z [00:02:57.929]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.2448104Z [00:02:57.929]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:19.2448696Z [00:02:57.929]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:26:19.2449139Z [00:02:57.929]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.2449546Z [00:02:57.929]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:19.2449946Z [00:02:57.929]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:19.2450363Z [00:02:57.929]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.2450991Z [00:02:57.929]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:19.2451404Z [00:02:57.929]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.2451815Z [00:02:57.929]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:19.2452229Z [00:02:57.929]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:19.2452676Z [00:02:57.929]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:19.2453120Z [00:02:57.929]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:19.2453536Z [00:02:57.929]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:19.2453995Z [00:02:57.929]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.2454411Z [00:02:57.929]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:19.2454841Z [00:02:57.929]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:19.2455308Z [00:02:57.929]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:26:19.2461935Z [00:02:57.929]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.2462439Z [00:02:57.929]➜  EOF
2025-08-20T20:26:19.2496505Z [00:02:57.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1252/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace=>github.com/cli/cli/v2/pkg/cmd/codespace;$WORK/b1252=>" -p github.com/cli/cli/v2/pkg/cmd/codespace -lang=go1.24 -complete -installsuffix shared -buildid 04Imtd0lV-7cWiGbPubM/04Imtd0lV-7cWiGbPubM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/code.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/codespace_selector.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/common.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/create.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/delete.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/edit.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/jupyter.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/list.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/logs.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/mock_api.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/mock_prompter.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ports.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/rebuild.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/root.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/select.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ssh.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/stop.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/view.go
2025-08-20T20:26:19.2951735Z [00:02:57.981]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T20:26:19.2969388Z [00:02:57.983]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/c7/c768fe341d34ec16f02333b8e6178b05ea1b4a25062beec6d4f52e550dc72b59-d # internal
2025-08-20T20:26:19.2970293Z [00:02:57.983]➜  github.com/cli/cli/v2/pkg/cmd/gpg-key
2025-08-20T20:26:19.2971116Z [00:02:57.983]➜  mkdir -p $WORK/b1288/
2025-08-20T20:26:19.2971870Z [00:02:57.983]➜  cat >/tmp/go-build1823208636/b1288/importcfg << 'EOF' # internal
2025-08-20T20:26:19.2972778Z [00:02:57.983]➜  # import config
2025-08-20T20:26:19.2973360Z [00:02:57.983]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gpg-key/add=/tmp/go-build1823208636/b1289/_pkg_.a
2025-08-20T20:26:19.2974371Z [00:02:57.983]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gpg-key/delete=/tmp/go-build1823208636/b1290/_pkg_.a
2025-08-20T20:26:19.2975130Z [00:02:57.983]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gpg-key/list=/tmp/go-build1823208636/b1291/_pkg_.a
2025-08-20T20:26:19.2975995Z [00:02:57.983]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.2976585Z [00:02:57.983]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.2976952Z [00:02:57.983]➜  EOF
2025-08-20T20:26:19.2978949Z [00:02:57.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1288/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key=>github.com/cli/cli/v2/pkg/cmd/gpg-key;$WORK/b1288=>" -p github.com/cli/cli/v2/pkg/cmd/gpg-key -lang=go1.24 -complete -installsuffix shared -buildid q5UtrE79M0asJMjt6hnv/q5UtrE79M0asJMjt6hnv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1288/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/gpg_key.go
2025-08-20T20:26:19.3231942Z [00:02:58.009]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T20:26:19.3270257Z [00:02:58.013]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/51/51552ff03f543f8adef2b2b385795b8044c867db5079e4537a6af9af1ee93bfb-d # internal
2025-08-20T20:26:19.3271383Z [00:02:58.013]➜  debug/macho
2025-08-20T20:26:19.3271983Z [00:02:58.013]➜  mkdir -p $WORK/b1280/
2025-08-20T20:26:19.3287784Z [00:02:58.015]➜  cat >/tmp/go-build1823208636/b1280/importcfg << 'EOF' # internal
2025-08-20T20:26:19.3289483Z [00:02:58.015]➜  # import config
2025-08-20T20:26:19.3290161Z [00:02:58.015]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.3290910Z [00:02:58.015]➜  packagefile compress/zlib=/tmp/go-build1823208636/b283/_pkg_.a
2025-08-20T20:26:19.3291620Z [00:02:58.015]➜  packagefile debug/dwarf=/tmp/go-build1823208636/b1281/_pkg_.a
2025-08-20T20:26:19.3292382Z [00:02:58.015]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:19.3293197Z [00:02:58.015]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.3293952Z [00:02:58.015]➜  packagefile internal/saferio=/tmp/go-build1823208636/b766/_pkg_.a
2025-08-20T20:26:19.3305670Z [00:02:58.015]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.3306501Z [00:02:58.015]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.3307175Z [00:02:58.015]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:19.3307757Z [00:02:58.015]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.3309628Z [00:02:58.015]➜  EOF
2025-08-20T20:26:19.3311970Z [00:02:58.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1280/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b1280=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid bH0S3HKNv518sFug76z0/bH0S3HKNv518sFug76z0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/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-20T20:26:19.3472732Z [00:02:58.033]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T20:26:19.3534534Z [00:02:58.039]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/55/55dd83a9a930efd0e9a174776f2d70331043a23fb24666c54f7650e00057a801-d # internal
2025-08-20T20:26:19.3536733Z [00:02:58.040]➜  github.com/cli/cli/v2/pkg/cmd/attestation/artifact/oci
2025-08-20T20:26:19.3537688Z [00:02:58.040]➜  mkdir -p $WORK/b1176/
2025-08-20T20:26:19.3547936Z [00:02:58.041]➜  cat >/tmp/go-build1823208636/b1176/importcfg << 'EOF' # internal
2025-08-20T20:26:19.3549222Z [00:02:58.041]➜  # import config
2025-08-20T20:26:19.3549665Z [00:02:58.041]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.3550394Z [00:02:58.041]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.3551057Z [00:02:58.041]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:19.3551797Z [00:02:58.041]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/test/data=/tmp/go-build1823208636/b461/_pkg_.a
2025-08-20T20:26:19.3552560Z [00:02:58.041]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build1823208636/b1177/_pkg_.a
2025-08-20T20:26:19.3553284Z [00:02:58.041]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1823208636/b551/_pkg_.a
2025-08-20T20:26:19.3554220Z [00:02:58.041]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:19.3554956Z [00:02:58.041]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build1823208636/b1189/_pkg_.a
2025-08-20T20:26:19.3555935Z [00:02:58.041]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build1823208636/b1220/_pkg_.a
2025-08-20T20:26:19.3556761Z [00:02:58.041]➜  packagefile github.com/sigstore/sigstore-go/pkg/bundle=/tmp/go-build1823208636/b462/_pkg_.a
2025-08-20T20:26:19.3557290Z [00:02:58.041]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.3557901Z [00:02:58.041]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.3558220Z [00:02:58.041]➜  EOF
2025-08-20T20:26:19.3560658Z [00:02:58.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1176/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci=>github.com/cli/cli/v2/pkg/cmd/attestation/artifact/oci;$WORK/b1176=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/artifact/oci -lang=go1.24 -complete -installsuffix shared -buildid IzmNMwQF0ssZDrVy3PYZ/IzmNMwQF0ssZDrVy3PYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1176/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci/client.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci/mock_client.go
2025-08-20T20:26:19.3574954Z [00:02:58.044]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T20:26:19.3599149Z [00:02:58.046]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/a7/a702e9075b9e9d7aaf314766d376fc5a2407f51d8b79f07ed78f7c3e6eac2eac-d # internal
2025-08-20T20:26:19.3607323Z [00:02:58.047]➜  github.com/cli/cli/v2/internal/featuredetection
2025-08-20T20:26:19.3609222Z [00:02:58.047]➜  mkdir -p $WORK/b1294/
2025-08-20T20:26:19.3620386Z [00:02:58.048]➜  cat >/tmp/go-build1823208636/b1294/importcfg << 'EOF' # internal
2025-08-20T20:26:19.3622066Z [00:02:58.048]➜  # import config
2025-08-20T20:26:19.3623017Z [00:02:58.048]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.3623667Z [00:02:58.048]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:19.3624278Z [00:02:58.048]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:19.3624890Z [00:02:58.048]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build1823208636/b252/_pkg_.a
2025-08-20T20:26:19.3625970Z [00:02:58.048]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:19.3626611Z [00:02:58.048]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.3626939Z [00:02:58.048]➜  EOF
2025-08-20T20:26:19.3629283Z [00:02:58.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1294/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection=>github.com/cli/cli/v2/internal/featuredetection;$WORK/b1294=>" -p github.com/cli/cli/v2/internal/featuredetection -lang=go1.24 -complete -installsuffix shared -buildid J5S2eDcjgpsaX-CNHILI/J5S2eDcjgpsaX-CNHILI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1294/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection/detector_mock.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection/feature_detection.go
2025-08-20T20:26:19.4149970Z [00:02:58.101]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T20:26:19.4150839Z [00:02:58.101]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/c1/c1f8673c27903574f907a6128444b8cb5c0abf3a05cf12f2c27b3736f97c70b6-d # internal
2025-08-20T20:26:19.4151463Z [00:02:58.101]➜  github.com/cli/cli/v2/pkg/githubtemplate
2025-08-20T20:26:19.4151780Z [00:02:58.101]➜  mkdir -p $WORK/b1297/
2025-08-20T20:26:19.4153932Z [00:02:58.101]➜  cat >/tmp/go-build1823208636/b1297/importcfg << 'EOF' # internal
2025-08-20T20:26:19.4154308Z [00:02:58.101]➜  # import config
2025-08-20T20:26:19.4154938Z [00:02:58.101]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.4155396Z [00:02:58.101]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:26:19.4156008Z [00:02:58.102]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:19.4156496Z [00:02:58.102]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.4156971Z [00:02:58.102]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:19.4157396Z [00:02:58.102]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:19.4157811Z [00:02:58.102]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:19.4158481Z [00:02:58.102]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.4158805Z [00:02:58.102]➜  EOF
2025-08-20T20:26:19.4160696Z [00:02:58.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1297/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/githubtemplate=>github.com/cli/cli/v2/pkg/githubtemplate;$WORK/b1297=>" -p github.com/cli/cli/v2/pkg/githubtemplate -lang=go1.24 -complete -installsuffix shared -buildid dJFDKBX1Tae73fT0FmXV/dJFDKBX1Tae73fT0FmXV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1297/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/githubtemplate/github_template.go
2025-08-20T20:26:19.4606839Z [00:02:58.147]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T20:26:19.4620254Z [00:02:58.148]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/eb/eb790f89e2ccd50033a55a74b6c24157171d975532100fb0dc50bcc1057ea327-d # internal
2025-08-20T20:26:19.4621649Z [00:02:58.148]➜  github.com/cli/cli/v2/pkg/cmd/pr/shared
2025-08-20T20:26:19.4622618Z [00:02:58.148]➜  mkdir -p $WORK/b1296/
2025-08-20T20:26:19.4623109Z [00:02:58.148]➜  cat >/tmp/go-build1823208636/b1296/importcfg << 'EOF' # internal
2025-08-20T20:26:19.4623472Z [00:02:58.148]➜  # import config
2025-08-20T20:26:19.4623818Z [00:02:58.148]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:19.4624295Z [00:02:58.148]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:19.4624751Z [00:02:58.148]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.4625191Z [00:02:58.148]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.4625718Z [00:02:58.148]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.4626668Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.4627355Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:19.4627924Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:19.4628613Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:19.4629276Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:19.4629904Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:19.4630528Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:19.4631136Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.4631927Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/pkg/githubtemplate=/tmp/go-build1823208636/b1297/_pkg_.a
2025-08-20T20:26:19.4632639Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:19.4633258Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:19.4633859Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/pkg/option=/tmp/go-build1823208636/b090/_pkg_.a
2025-08-20T20:26:19.4634444Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:26:19.4635198Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:19.4636598Z [00:02:58.148]➜  packagefile github.com/cli/cli/v2/pkg/surveyext=/tmp/go-build1823208636/b311/_pkg_.a
2025-08-20T20:26:19.4637204Z [00:02:58.148]➜  packagefile github.com/google/shlex=/tmp/go-build1823208636/b260/_pkg_.a
2025-08-20T20:26:19.4637768Z [00:02:58.148]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:19.4638315Z [00:02:58.148]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.4639154Z [00:02:58.148]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:19.4639633Z [00:02:58.148]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.4640052Z [00:02:58.148]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.4640493Z [00:02:58.148]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:19.4640902Z [00:02:58.148]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.4641309Z [00:02:58.148]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:19.4641725Z [00:02:58.148]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:19.4642140Z [00:02:58.148]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:19.4642563Z [00:02:58.148]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:19.4642991Z [00:02:58.148]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.4643418Z [00:02:58.148]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:26:19.4643828Z [00:02:58.148]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.4644137Z [00:02:58.148]➜  EOF
2025-08-20T20:26:19.4650095Z [00:02:58.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1296/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared=>github.com/cli/cli/v2/pkg/cmd/pr/shared;$WORK/b1296=>" -p github.com/cli/cli/v2/pkg/cmd/pr/shared -lang=go1.24 -complete -installsuffix shared -buildid ZXef12EUYw3N1P3CNVnI/ZXef12EUYw3N1P3CNVnI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1296/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/commentable.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/comments.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/completion.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/display.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/editable.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/editable_http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/find_refs_resolution.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/finder.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/git_cached_config_client.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/lister.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/params.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/preserve.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/reaction_groups.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/state.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/survey.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/templates.go
2025-08-20T20:26:19.4706719Z [00:02:58.157]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T20:26:19.4748262Z [00:02:58.161]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/43/430cdc13bf2c4e0aa06f9ad9e4bfcab79594d623d3f129fb9fa076202858ab11-d # internal
2025-08-20T20:26:19.4782429Z [00:02:58.164]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T20:26:19.4886506Z [00:02:58.175]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/60/6085ef3a8b4a87e9bb38d21041fed0a71c5846ccd671ae492cf9dd2e035cc717-d # internal
2025-08-20T20:26:19.4900537Z [00:02:58.176]➜  github.com/cli/cli/v2/pkg/cmd/attestation/artifact
2025-08-20T20:26:19.4901093Z [00:02:58.176]➜  mkdir -p $WORK/b1174/
2025-08-20T20:26:19.4901950Z [00:02:58.176]➜  cat >/tmp/go-build1823208636/b1174/importcfg << 'EOF' # internal
2025-08-20T20:26:19.4902410Z [00:02:58.176]➜  # import config
2025-08-20T20:26:19.4902860Z [00:02:58.176]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.4903601Z [00:02:58.176]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact/digest=/tmp/go-build1823208636/b1175/_pkg_.a
2025-08-20T20:26:19.4904630Z [00:02:58.176]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact/oci=/tmp/go-build1823208636/b1176/_pkg_.a
2025-08-20T20:26:19.4905470Z [00:02:58.176]➜  packagefile github.com/distribution/reference=/tmp/go-build1823208636/b1222/_pkg_.a
2025-08-20T20:26:19.4906668Z [00:02:58.176]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1823208636/b551/_pkg_.a
2025-08-20T20:26:19.4907391Z [00:02:58.176]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:19.4907964Z [00:02:58.176]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.4908536Z [00:02:58.176]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:19.4909141Z [00:02:58.176]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.4909599Z [00:02:58.176]➜  EOF
2025-08-20T20:26:19.4912379Z [00:02:58.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1174/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact=>github.com/cli/cli/v2/pkg/cmd/attestation/artifact;$WORK/b1174=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/artifact -lang=go1.24 -complete -installsuffix shared -buildid hUnzEAnWZBF7YP4YQbs7/hUnzEAnWZBF7YP4YQbs7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1174/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/artifact.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/file.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/image.go
2025-08-20T20:26:19.4926500Z [00:02:58.178]➜  github.com/gabriel-vasile/mimetype/internal/magic
2025-08-20T20:26:19.4926958Z [00:02:58.178]➜  mkdir -p $WORK/b1279/
2025-08-20T20:26:19.4927336Z [00:02:58.178]➜  cat >/tmp/go-build1823208636/b1279/importcfg << 'EOF' # internal
2025-08-20T20:26:19.4927682Z [00:02:58.178]➜  # import config
2025-08-20T20:26:19.4928014Z [00:02:58.178]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:19.4928484Z [00:02:58.178]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.4929219Z [00:02:58.178]➜  packagefile debug/macho=/tmp/go-build1823208636/b1280/_pkg_.a
2025-08-20T20:26:19.4929757Z [00:02:58.178]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:19.4930237Z [00:02:58.178]➜  packagefile encoding/csv=/tmp/go-build1823208636/b395/_pkg_.a
2025-08-20T20:26:19.4930674Z [00:02:58.178]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.4931080Z [00:02:58.178]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.4931677Z [00:02:58.178]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build1823208636/b1278/_pkg_.a
2025-08-20T20:26:19.4932413Z [00:02:58.178]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build1823208636/b1282/_pkg_.a
2025-08-20T20:26:19.4932966Z [00:02:58.178]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.4933491Z [00:02:58.178]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:19.4933969Z [00:02:58.178]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.4934277Z [00:02:58.178]➜  EOF
2025-08-20T20:26:19.4941328Z [00:02:58.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1279/_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/b1279=>" -p github.com/gabriel-vasile/mimetype/internal/magic -lang=go1.23 -complete -installsuffix shared -buildid kkHhhtEL9uld56lHY4ZP/kkHhhtEL9uld56lHY4ZP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/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-20T20:26:19.5674783Z [00:02:58.253]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T20:26:19.5691556Z [00:02:58.255]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/7d/7d0cbdfa9f820d6bf16a5f98fa02e3aafe8618c77b551de4794c6f982cca876c-d # internal
2025-08-20T20:26:19.5714008Z [00:02:58.257]➜  github.com/cli/cli/v2/pkg/cmd/attestation/download
2025-08-20T20:26:19.5714985Z [00:02:58.258]➜  mkdir -p $WORK/b457/
2025-08-20T20:26:19.5721818Z [00:02:58.258]➜  cat >/tmp/go-build1823208636/b457/importcfg << 'EOF' # internal
2025-08-20T20:26:19.5722610Z [00:02:58.258]➜  # import config
2025-08-20T20:26:19.5723026Z [00:02:58.258]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.5723483Z [00:02:58.258]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.5723897Z [00:02:58.258]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.5727622Z [00:02:58.258]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:19.5729033Z [00:02:58.258]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:19.5729890Z [00:02:58.258]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact=/tmp/go-build1823208636/b1174/_pkg_.a
2025-08-20T20:26:19.5730676Z [00:02:58.258]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact/oci=/tmp/go-build1823208636/b1176/_pkg_.a
2025-08-20T20:26:19.5731418Z [00:02:58.258]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/auth=/tmp/go-build1823208636/b1223/_pkg_.a
2025-08-20T20:26:19.5732122Z [00:02:58.258]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:19.5732809Z [00:02:58.258]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.5733401Z [00:02:58.258]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:19.5734115Z [00:02:58.258]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.5734649Z [00:02:58.258]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.5735071Z [00:02:58.258]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:19.5735503Z [00:02:58.258]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.5736029Z [00:02:58.258]➜  EOF
2025-08-20T20:26:19.5738674Z [00:02:58.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download=>github.com/cli/cli/v2/pkg/cmd/attestation/download;$WORK/b457=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/download -lang=go1.24 -complete -installsuffix shared -buildid jVHPoAX2eJIO_N0kZx7c/jVHPoAX2eJIO_N0kZx7c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/download.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/metadata.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/options.go
2025-08-20T20:26:19.6118957Z [00:02:58.298]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T20:26:19.6265403Z [00:02:58.313]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/85/85e955fa71a3bbe004bb0dea9c60de75ce8b2e62c7847d97ce145889a7aa3fe5-d # internal
2025-08-20T20:26:19.6307542Z [00:02:58.315]➜  github.com/cli/cli/v2/pkg/cmd/attestation/verification
2025-08-20T20:26:19.6308320Z [00:02:58.315]➜  mkdir -p $WORK/b1225/
2025-08-20T20:26:19.6309134Z [00:02:58.316]➜  cat >/tmp/go-build1823208636/b1225/importcfg << 'EOF' # internal
2025-08-20T20:26:19.6309846Z [00:02:58.316]➜  # import config
2025-08-20T20:26:19.6310483Z [00:02:58.316]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:19.6311426Z [00:02:58.316]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.6311953Z [00:02:58.316]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:19.6312424Z [00:02:58.316]➜  packagefile embed=/tmp/go-build1823208636/b324/_pkg_.a
2025-08-20T20:26:19.6312883Z [00:02:58.316]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:19.6313354Z [00:02:58.316]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.6313807Z [00:02:58.316]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.6314227Z [00:02:58.316]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.6314743Z [00:02:58.316]➜  packagefile github.com/cenkalti/backoff/v5=/tmp/go-build1823208636/b517/_pkg_.a
2025-08-20T20:26:19.6315409Z [00:02:58.316]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:19.6316503Z [00:02:58.316]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact=/tmp/go-build1823208636/b1174/_pkg_.a
2025-08-20T20:26:19.6317299Z [00:02:58.316]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact/oci=/tmp/go-build1823208636/b1176/_pkg_.a
2025-08-20T20:26:19.6318401Z [00:02:58.316]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:19.6319215Z [00:02:58.316]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/test/data=/tmp/go-build1823208636/b461/_pkg_.a
2025-08-20T20:26:19.6319895Z [00:02:58.316]➜  packagefile github.com/cli/cli/v2/pkg/option=/tmp/go-build1823208636/b090/_pkg_.a
2025-08-20T20:26:19.6320498Z [00:02:58.316]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:26:19.6321123Z [00:02:58.316]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1823208636/b463/_pkg_.a
2025-08-20T20:26:19.6321815Z [00:02:58.316]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/bundle/v1=/tmp/go-build1823208636/b503/_pkg_.a
2025-08-20T20:26:19.6322529Z [00:02:58.316]➜  packagefile github.com/sigstore/sigstore-go/pkg/bundle=/tmp/go-build1823208636/b462/_pkg_.a
2025-08-20T20:26:19.6323385Z [00:02:58.316]➜  packagefile github.com/sigstore/sigstore-go/pkg/fulcio/certificate=/tmp/go-build1823208636/b1171/_pkg_.a
2025-08-20T20:26:19.6324157Z [00:02:58.316]➜  packagefile github.com/sigstore/sigstore-go/pkg/root=/tmp/go-build1823208636/b512/_pkg_.a
2025-08-20T20:26:19.6324815Z [00:02:58.316]➜  packagefile github.com/sigstore/sigstore-go/pkg/tuf=/tmp/go-build1823208636/b514/_pkg_.a
2025-08-20T20:26:19.6325474Z [00:02:58.316]➜  packagefile github.com/sigstore/sigstore-go/pkg/verify=/tmp/go-build1823208636/b1158/_pkg_.a
2025-08-20T20:26:19.6326588Z [00:02:58.316]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/fetcher=/tmp/go-build1823208636/b518/_pkg_.a
2025-08-20T20:26:19.6327182Z [00:02:58.316]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.6327598Z [00:02:58.316]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.6328033Z [00:02:58.316]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:19.6328492Z [00:02:58.316]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.6328926Z [00:02:58.316]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:26:19.6329242Z [00:02:58.316]➜  EOF
2025-08-20T20:26:19.6329757Z [00:02:58.316]➜  cat >/tmp/go-build1823208636/b1225/embedcfg << 'EOF' # internal
2025-08-20T20:26:19.6330077Z [00:02:58.316]➜  {
2025-08-20T20:26:19.6330280Z [00:02:58.316]➜  	"Patterns": {
2025-08-20T20:26:19.6330580Z [00:02:58.316]➜  		"embed/tuf-repo.github.com/root.json": [
2025-08-20T20:26:19.6330931Z [00:02:58.316]➜  			"embed/tuf-repo.github.com/root.json"
2025-08-20T20:26:19.6331206Z [00:02:58.316]➜  		]
2025-08-20T20:26:19.6331400Z [00:02:58.316]➜  	},
2025-08-20T20:26:19.6331605Z [00:02:58.316]➜  	"Files": {
2025-08-20T20:26:19.6332263Z [00:02:58.316]➜  		"embed/tuf-repo.github.com/root.json": "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/embed/tuf-repo.github.com/root.json"
2025-08-20T20:26:19.6332852Z [00:02:58.316]➜  	}
2025-08-20T20:26:19.6333042Z [00:02:58.316]➜  }EOF
2025-08-20T20:26:19.6357442Z [00:02:58.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1225/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification=>github.com/cli/cli/v2/pkg/cmd/attestation/verification;$WORK/b1225=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/verification -lang=go1.24 -complete -installsuffix shared -buildid QcINDxhXN742-9hw9_65/QcINDxhXN742-9hw9_65 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1225/importcfg -embedcfg $WORK/b1225/embedcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/attestation.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/extensions.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/mock_verifier.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/policy.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/sigstore.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/tuf.go
2025-08-20T20:26:19.7520553Z [00:02:58.438]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T20:26:19.7564827Z [00:02:58.442]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/fb/fbfc6bd0ef7abf4910cadd4642db889ed7e347c00c263740500aa42217a3f6b0-d # internal
2025-08-20T20:26:19.7565834Z [00:02:58.443]➜  github.com/cli/cli/v2/pkg/cmd/label
2025-08-20T20:26:19.7566672Z [00:02:58.443]➜  mkdir -p $WORK/b1311/
2025-08-20T20:26:19.7569729Z [00:02:58.443]➜  cat >/tmp/go-build1823208636/b1311/importcfg << 'EOF' # internal
2025-08-20T20:26:19.7571034Z [00:02:58.443]➜  # import config
2025-08-20T20:26:19.7573439Z [00:02:58.443]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.7573886Z [00:02:58.443]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:19.7574343Z [00:02:58.443]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.7574790Z [00:02:58.443]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.7575426Z [00:02:58.443]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.7576185Z [00:02:58.443]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:19.7576778Z [00:02:58.443]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.7577383Z [00:02:58.443]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:19.7578025Z [00:02:58.443]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:19.7578870Z [00:02:58.443]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:19.7579522Z [00:02:58.443]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:19.7580134Z [00:02:58.443]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.7580752Z [00:02:58.443]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:19.7581316Z [00:02:58.443]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.7582038Z [00:02:58.443]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:19.7582539Z [00:02:58.443]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:19.7582977Z [00:02:58.443]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.7583408Z [00:02:58.443]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.7583847Z [00:02:58.443]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:19.7584275Z [00:02:58.443]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.7584581Z [00:02:58.443]➜  EOF
2025-08-20T20:26:19.7603122Z [00:02:58.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1311/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label=>github.com/cli/cli/v2/pkg/cmd/label;$WORK/b1311=>" -p github.com/cli/cli/v2/pkg/cmd/label -lang=go1.24 -complete -installsuffix shared -buildid 2yntGm_lFvVbq5WJdVyE/2yntGm_lFvVbq5WJdVyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/clone.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/create.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/delete.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/edit.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/label.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/list.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/shared.go
2025-08-20T20:26:19.7824832Z [00:02:58.468]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T20:26:19.7857665Z [00:02:58.472]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/40/406a8ef1558148bf45e9fa4b2cbd00a71882a42cbedc8f84d0b3515618abf086-d # internal
2025-08-20T20:26:19.7939862Z [00:02:58.479]➜  github.com/gabriel-vasile/mimetype
2025-08-20T20:26:19.7940553Z [00:02:58.479]➜  mkdir -p $WORK/b1277/
2025-08-20T20:26:19.7948442Z [00:02:58.481]➜  cat >/tmp/go-build1823208636/b1277/importcfg << 'EOF' # internal
2025-08-20T20:26:19.7949298Z [00:02:58.481]➜  # import config
2025-08-20T20:26:19.7949833Z [00:02:58.481]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build1823208636/b1278/_pkg_.a
2025-08-20T20:26:19.7950582Z [00:02:58.481]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build1823208636/b1279/_pkg_.a
2025-08-20T20:26:19.7951161Z [00:02:58.481]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:19.7951566Z [00:02:58.481]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:19.7951968Z [00:02:58.481]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.7952370Z [00:02:58.481]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:19.7953060Z [00:02:58.481]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:19.7953454Z [00:02:58.481]➜  EOF
2025-08-20T20:26:19.7959252Z [00:02:58.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9=>github.com/gabriel-vasile/mimetype@v1.4.9;$WORK/b1277=>" -p github.com/gabriel-vasile/mimetype -lang=go1.23 -complete -installsuffix shared -buildid WhhUQZo9obWZ_e-g_Mis/WhhUQZo9obWZ_e-g_Mis -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/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-20T20:26:19.8688969Z [00:02:58.555]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T20:26:19.8713295Z [00:02:58.557]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/eb/eb339111e99b926b94e2e7b60a8fdcf27e66ca834d4d1824b267ed13d71177ba-d # internal
2025-08-20T20:26:19.8717046Z [00:02:58.558]➜  github.com/cli/cli/v2/pkg/cmd/org/list
2025-08-20T20:26:19.8719246Z [00:02:58.558]➜  mkdir -p $WORK/b1313/
2025-08-20T20:26:19.8721092Z [00:02:58.558]➜  cat >/tmp/go-build1823208636/b1313/importcfg << 'EOF' # internal
2025-08-20T20:26:19.8721844Z [00:02:58.558]➜  # import config
2025-08-20T20:26:19.8722182Z [00:02:58.558]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.8722692Z [00:02:58.558]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:19.8723272Z [00:02:58.558]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.8723847Z [00:02:58.558]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:19.8724460Z [00:02:58.558]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:19.8729830Z [00:02:58.558]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.8732922Z [00:02:58.558]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:19.8733520Z [00:02:58.558]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.8734008Z [00:02:58.558]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.8734324Z [00:02:58.558]➜  EOF
2025-08-20T20:26:19.8736473Z [00:02:58.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1313/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list=>github.com/cli/cli/v2/pkg/cmd/org/list;$WORK/b1313=>" -p github.com/cli/cli/v2/pkg/cmd/org/list -lang=go1.24 -complete -installsuffix shared -buildid KDxs1ATGxrQmrceaUDFH/KDxs1ATGxrQmrceaUDFH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/list.go
2025-08-20T20:26:19.8738610Z [00:02:58.559]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T20:26:19.8812044Z [00:02:58.567]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T20:26:19.8817189Z [00:02:58.568]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/92/920b6f411fa5a4fc1f71cba2545332a96d384ac61f455566c430ad28ddcaec70-d # internal
2025-08-20T20:26:19.8819081Z [00:02:58.568]➜  github.com/cli/cli/v2/pkg/cmd/issue/shared
2025-08-20T20:26:19.8821652Z [00:02:58.568]➜  mkdir -p $WORK/b1295/
2025-08-20T20:26:19.8824251Z [00:02:58.569]➜  cat >/tmp/go-build1823208636/b1295/importcfg << 'EOF' # internal
2025-08-20T20:26:19.8827121Z [00:02:58.569]➜  # import config
2025-08-20T20:26:19.8827594Z [00:02:58.569]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.8828022Z [00:02:58.569]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.8828735Z [00:02:58.569]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.8829468Z [00:02:58.569]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:19.8831328Z [00:02:58.569]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:19.8832262Z [00:02:58.569]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:19.8833169Z [00:02:58.569]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:19.8834276Z [00:02:58.569]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:19.8835060Z [00:02:58.569]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:19.8837126Z [00:02:58.569]➜  packagefile github.com/cli/cli/v2/pkg/option=/tmp/go-build1823208636/b090/_pkg_.a
2025-08-20T20:26:19.8837734Z [00:02:58.569]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:19.8838309Z [00:02:58.569]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:19.8838802Z [00:02:58.569]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.8839473Z [00:02:58.569]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:19.8839894Z [00:02:58.569]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:19.8840316Z [00:02:58.569]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:19.8840739Z [00:02:58.569]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.8841155Z [00:02:58.569]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.8841460Z [00:02:58.569]➜  EOF
2025-08-20T20:26:19.8843591Z [00:02:58.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1295/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared=>github.com/cli/cli/v2/pkg/cmd/issue/shared;$WORK/b1295=>" -p github.com/cli/cli/v2/pkg/cmd/issue/shared -lang=go1.24 -complete -installsuffix shared -buildid vBvCNqbJ6mINNKA_VhP9/vBvCNqbJ6mINNKA_VhP9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared/display.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared/lookup.go
2025-08-20T20:26:19.8895096Z [00:02:58.575]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/c2/c27df513531c83db26a33e5b7834fc21cf501f093b1909d0d7e89244906466e5-d # internal
2025-08-20T20:26:19.8895978Z [00:02:58.575]➜  github.com/cli/cli/v2/pkg/cmd/attestation/inspect
2025-08-20T20:26:19.8896329Z [00:02:58.575]➜  mkdir -p $WORK/b1224/
2025-08-20T20:26:19.8896713Z [00:02:58.575]➜  cat >/tmp/go-build1823208636/b1224/importcfg << 'EOF' # internal
2025-08-20T20:26:19.8897056Z [00:02:58.575]➜  # import config
2025-08-20T20:26:19.8897415Z [00:02:58.575]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.8897866Z [00:02:58.575]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.8898630Z [00:02:58.575]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:19.8899336Z [00:02:58.575]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:19.8899998Z [00:02:58.575]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:19.8900626Z [00:02:58.575]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:19.8901296Z [00:02:58.575]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:19.8902068Z [00:02:58.575]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact/oci=/tmp/go-build1823208636/b1176/_pkg_.a
2025-08-20T20:26:19.8902921Z [00:02:58.575]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/auth=/tmp/go-build1823208636/b1223/_pkg_.a
2025-08-20T20:26:19.8903704Z [00:02:58.575]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:19.8904445Z [00:02:58.575]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/verification=/tmp/go-build1823208636/b1225/_pkg_.a
2025-08-20T20:26:19.8905135Z [00:02:58.575]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.8905952Z [00:02:58.575]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:19.8906735Z [00:02:58.575]➜  packagefile github.com/digitorus/timestamp=/tmp/go-build1823208636/b561/_pkg_.a
2025-08-20T20:26:19.8907341Z [00:02:58.575]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1823208636/b463/_pkg_.a
2025-08-20T20:26:19.8907988Z [00:02:58.575]➜  packagefile github.com/sigstore/sigstore-go/pkg/bundle=/tmp/go-build1823208636/b462/_pkg_.a
2025-08-20T20:26:19.8908716Z [00:02:58.575]➜  packagefile github.com/sigstore/sigstore-go/pkg/fulcio/certificate=/tmp/go-build1823208636/b1171/_pkg_.a
2025-08-20T20:26:19.8909434Z [00:02:58.575]➜  packagefile github.com/sigstore/sigstore-go/pkg/verify=/tmp/go-build1823208636/b1158/_pkg_.a
2025-08-20T20:26:19.8910202Z [00:02:58.575]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.8910706Z [00:02:58.575]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:19.8911158Z [00:02:58.575]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:19.8911590Z [00:02:58.575]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.8912006Z [00:02:58.575]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.8912310Z [00:02:58.575]➜  EOF
2025-08-20T20:26:19.8914919Z [00:02:58.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1224/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect=>github.com/cli/cli/v2/pkg/cmd/attestation/inspect;$WORK/b1224=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/inspect -lang=go1.24 -complete -installsuffix shared -buildid zf1SBefusbz063WYLFbv/zf1SBefusbz063WYLFbv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1224/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/bundle.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/inspect.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/options.go
2025-08-20T20:26:19.9549838Z [00:02:58.640]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T20:26:19.9576764Z [00:02:58.643]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/d3/d378757dbfd27be2ed90acda849852f42d712d7ce2011ed35290aeb860a19111-d # internal
2025-08-20T20:26:19.9589825Z [00:02:58.645]➜  github.com/cli/cli/v2/pkg/cmd/attestation/trustedroot
2025-08-20T20:26:19.9626438Z [00:02:58.645]➜  mkdir -p $WORK/b1226/
2025-08-20T20:26:19.9626875Z [00:02:58.646]➜  cat >/tmp/go-build1823208636/b1226/importcfg << 'EOF' # internal
2025-08-20T20:26:19.9627263Z [00:02:58.646]➜  # import config
2025-08-20T20:26:19.9627906Z [00:02:58.646]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:19.9628413Z [00:02:58.646]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:19.9628866Z [00:02:58.646]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.9629373Z [00:02:58.646]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:19.9630025Z [00:02:58.646]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:19.9630744Z [00:02:58.646]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/auth=/tmp/go-build1823208636/b1223/_pkg_.a
2025-08-20T20:26:19.9631444Z [00:02:58.646]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:19.9632315Z [00:02:58.646]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/verification=/tmp/go-build1823208636/b1225/_pkg_.a
2025-08-20T20:26:19.9633063Z [00:02:58.646]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.9633665Z [00:02:58.646]➜  packagefile github.com/cli/cli/v2/pkg/option=/tmp/go-build1823208636/b090/_pkg_.a
2025-08-20T20:26:19.9634258Z [00:02:58.646]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:19.9634879Z [00:02:58.646]➜  packagefile github.com/sigstore/sigstore-go/pkg/tuf=/tmp/go-build1823208636/b514/_pkg_.a
2025-08-20T20:26:19.9635770Z [00:02:58.646]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.9636315Z [00:02:58.646]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.9636732Z [00:02:58.646]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:19.9637029Z [00:02:58.646]➜  EOF
2025-08-20T20:26:19.9639166Z [00:02:58.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1226/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/trustedroot=>github.com/cli/cli/v2/pkg/cmd/attestation/trustedroot;$WORK/b1226=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/trustedroot -lang=go1.24 -complete -installsuffix shared -buildid wmfPT68HuK6qxzM6teyx/wmfPT68HuK6qxzM6teyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/trustedroot/trustedroot.go
2025-08-20T20:26:19.9712202Z [00:02:58.657]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T20:26:19.9724545Z [00:02:58.658]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T20:26:19.9743446Z [00:02:58.660]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/a8/a8d55ade0f07ba971c598702c07b157ec6075a6eaa4d5816c99aec5ff3b6a6d2-d # internal
2025-08-20T20:26:19.9751583Z [00:02:58.661]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/09/092fda29c46f7c261b6e8a17650cf352d6d9eb6682aee6b0ea50303ab502753e-d # internal
2025-08-20T20:26:19.9759343Z [00:02:58.661]➜  github.com/cli/cli/v2/pkg/cmd/gist/shared
2025-08-20T20:26:19.9759711Z [00:02:58.661]➜  mkdir -p $WORK/b1276/
2025-08-20T20:26:19.9760094Z [00:02:58.662]➜  cat >/tmp/go-build1823208636/b1276/importcfg << 'EOF' # internal
2025-08-20T20:26:19.9760452Z [00:02:58.662]➜  # import config
2025-08-20T20:26:19.9760797Z [00:02:58.662]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.9761213Z [00:02:58.662]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.9761693Z [00:02:58.662]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.9762312Z [00:02:58.662]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:19.9770866Z [00:02:58.662]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:19.9774854Z [00:02:58.662]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:19.9778365Z [00:02:58.662]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build1823208636/b1277/_pkg_.a
2025-08-20T20:26:19.9780234Z [00:02:58.662]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:19.9780755Z [00:02:58.662]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:19.9781189Z [00:02:58.662]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:19.9781610Z [00:02:58.662]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:19.9782035Z [00:02:58.662]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:19.9782456Z [00:02:58.662]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.9782875Z [00:02:58.662]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:19.9783182Z [00:02:58.662]➜  EOF
2025-08-20T20:26:19.9785224Z [00:02:58.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1276/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/shared=>github.com/cli/cli/v2/pkg/cmd/gist/shared;$WORK/b1276=>" -p github.com/cli/cli/v2/pkg/cmd/gist/shared -lang=go1.24 -complete -installsuffix shared -buildid ZNAEoSjuGNgeKcboAQJd/ZNAEoSjuGNgeKcboAQJd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/shared/shared.go
2025-08-20T20:26:19.9787184Z [00:02:58.663]➜  github.com/cli/cli/v2/pkg/cmd/attestation/verify
2025-08-20T20:26:19.9787515Z [00:02:58.663]➜  mkdir -p $WORK/b1227/
2025-08-20T20:26:19.9788069Z [00:02:58.664]➜  cat >/tmp/go-build1823208636/b1227/importcfg << 'EOF' # internal
2025-08-20T20:26:19.9788416Z [00:02:58.664]➜  # import config
2025-08-20T20:26:19.9788751Z [00:02:58.664]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:19.9789165Z [00:02:58.664]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.9789666Z [00:02:58.664]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:19.9790268Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:19.9790906Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:19.9791718Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:19.9792382Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:19.9793112Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact=/tmp/go-build1823208636/b1174/_pkg_.a
2025-08-20T20:26:19.9793878Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact/oci=/tmp/go-build1823208636/b1176/_pkg_.a
2025-08-20T20:26:19.9794621Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/auth=/tmp/go-build1823208636/b1223/_pkg_.a
2025-08-20T20:26:19.9795322Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:19.9796228Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/verification=/tmp/go-build1823208636/b1225/_pkg_.a
2025-08-20T20:26:19.9796919Z [00:02:58.664]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:19.9797509Z [00:02:58.664]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:19.9798199Z [00:02:58.664]➜  packagefile github.com/sigstore/sigstore-go/pkg/fulcio/certificate=/tmp/go-build1823208636/b1171/_pkg_.a
2025-08-20T20:26:19.9798916Z [00:02:58.664]➜  packagefile github.com/sigstore/sigstore-go/pkg/verify=/tmp/go-build1823208636/b1158/_pkg_.a
2025-08-20T20:26:19.9799507Z [00:02:58.664]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:19.9800010Z [00:02:58.664]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:19.9800596Z [00:02:58.664]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:19.9801096Z [00:02:58.664]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:19.9801427Z [00:02:58.664]➜  EOF
2025-08-20T20:26:19.9805983Z [00:02:58.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1227/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify=>github.com/cli/cli/v2/pkg/cmd/attestation/verify;$WORK/b1227=>" -p github.com/cli/cli/v2/pkg/cmd/attestation/verify -lang=go1.24 -complete -installsuffix shared -buildid MzOM8AQe4gSmJ8DCf295/MzOM8AQe4gSmJ8DCf295 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/attestation.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/options.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/policy.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/verify.go
2025-08-20T20:26:19.9970218Z [00:02:58.683]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T20:26:19.9979086Z [00:02:58.684]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/1a/1af0ef5a655e16532bc0560d980566c2ace3d32ce04016ef6c8d90517951d979-d # internal
2025-08-20T20:26:19.9995414Z [00:02:58.684]➜  github.com/cli/cli/v2/pkg/cmd/issue/close
2025-08-20T20:26:19.9995888Z [00:02:58.684]➜  mkdir -p $WORK/b1293/
2025-08-20T20:26:19.9996273Z [00:02:58.684]➜  cat >/tmp/go-build1823208636/b1293/importcfg << 'EOF' # internal
2025-08-20T20:26:19.9996956Z [00:02:58.684]➜  # import config
2025-08-20T20:26:19.9997297Z [00:02:58.684]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:19.9997784Z [00:02:58.684]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:19.9998431Z [00:02:58.684]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:19.9999129Z [00:02:58.684]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:19.9999848Z [00:02:58.684]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.0000705Z [00:02:58.684]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.0001339Z [00:02:58.684]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.0001948Z [00:02:58.685]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.0002541Z [00:02:58.685]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.0004353Z [00:02:58.687]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.0005251Z [00:02:58.687]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.0006067Z [00:02:58.687]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.0006583Z [00:02:58.687]➜  EOF
2025-08-20T20:26:20.0008639Z [00:02:58.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1293/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/close=>github.com/cli/cli/v2/pkg/cmd/issue/close;$WORK/b1293=>" -p github.com/cli/cli/v2/pkg/cmd/issue/close -lang=go1.24 -complete -installsuffix shared -buildid hXSiFdsV6P9J4aYc8Yho/hXSiFdsV6P9J4aYc8Yho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/close/close.go
2025-08-20T20:26:20.0160233Z [00:02:58.702]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T20:26:20.0169788Z [00:02:58.703]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/ef/ef041bb6fb1859389e7d38539718d10d6858a96f9db8a67b021829dae719fbcd-d # internal
2025-08-20T20:26:20.0174643Z [00:02:58.703]➜  github.com/cli/cli/v2/pkg/cmd/gist/create
2025-08-20T20:26:20.0206776Z [00:02:58.703]➜  mkdir -p $WORK/b1275/
2025-08-20T20:26:20.0207523Z [00:02:58.704]➜  cat >/tmp/go-build1823208636/b1275/importcfg << 'EOF' # internal
2025-08-20T20:26:20.0207955Z [00:02:58.704]➜  # import config
2025-08-20T20:26:20.0208303Z [00:02:58.704]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:20.0208765Z [00:02:58.704]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:20.0209215Z [00:02:58.704]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.0209630Z [00:02:58.704]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.0210162Z [00:02:58.704]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.0210737Z [00:02:58.704]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.0211343Z [00:02:58.704]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:20.0212105Z [00:02:58.704]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.0212820Z [00:02:58.704]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:20.0213471Z [00:02:58.704]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.0214119Z [00:02:58.704]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/shared=/tmp/go-build1823208636/b1276/_pkg_.a
2025-08-20T20:26:20.0214749Z [00:02:58.704]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.0215845Z [00:02:58.704]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.0216486Z [00:02:58.704]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.0216951Z [00:02:58.704]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:20.0217383Z [00:02:58.704]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.0217808Z [00:02:58.704]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:20.0218251Z [00:02:58.704]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:20.0218903Z [00:02:58.704]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:20.0219325Z [00:02:58.704]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:20.0219743Z [00:02:58.704]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.0220067Z [00:02:58.704]➜  EOF
2025-08-20T20:26:20.0221922Z [00:02:58.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1275/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/create=>github.com/cli/cli/v2/pkg/cmd/gist/create;$WORK/b1275=>" -p github.com/cli/cli/v2/pkg/cmd/gist/create -lang=go1.24 -complete -installsuffix shared -buildid x9qkbfM3U9x2e9NAkKgZ/x9qkbfM3U9x2e9NAkKgZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1275/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/create/create.go
2025-08-20T20:26:20.0866565Z [00:02:58.772]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T20:26:20.0920432Z [00:02:58.778]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/8c/8caba387a25b37afaf2d4f8595add8bf007aa52be296e86f0c1041004739a492-d # internal
2025-08-20T20:26:20.0924818Z [00:02:58.778]➜  github.com/cli/cli/v2/pkg/cmd/gist/delete
2025-08-20T20:26:20.0928077Z [00:02:58.779]➜  mkdir -p $WORK/b1283/
2025-08-20T20:26:20.0938487Z [00:02:58.780]➜  cat >/tmp/go-build1823208636/b1283/importcfg << 'EOF' # internal
2025-08-20T20:26:20.0948044Z [00:02:58.780]➜  # import config
2025-08-20T20:26:20.0948434Z [00:02:58.781]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.0951159Z [00:02:58.781]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.0951906Z [00:02:58.781]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.0952661Z [00:02:58.781]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.0953285Z [00:02:58.781]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.0953933Z [00:02:58.781]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:20.0954602Z [00:02:58.781]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/shared=/tmp/go-build1823208636/b1276/_pkg_.a
2025-08-20T20:26:20.0955241Z [00:02:58.781]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.0956149Z [00:02:58.781]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.0956722Z [00:02:58.781]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.0957198Z [00:02:58.781]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.0957636Z [00:02:58.781]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.0957960Z [00:02:58.781]➜  EOF
2025-08-20T20:26:20.0959796Z [00:02:58.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1283/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/delete=>github.com/cli/cli/v2/pkg/cmd/gist/delete;$WORK/b1283=>" -p github.com/cli/cli/v2/pkg/cmd/gist/delete -lang=go1.24 -complete -installsuffix shared -buildid 1P-NmxUOW26nCum_kH2e/1P-NmxUOW26nCum_kH2e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/delete/delete.go
2025-08-20T20:26:20.1029437Z [00:02:58.787]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T20:26:20.1039233Z [00:02:58.790]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/3f/3f447750b3f8b2b19eb974dab3225bb73b4eaf69f933a1fc5fe30aced685b4b0-d # internal
2025-08-20T20:26:20.1046090Z [00:02:58.790]➜  github.com/cli/cli/v2/pkg/cmd/gist/edit
2025-08-20T20:26:20.1046466Z [00:02:58.790]➜  mkdir -p $WORK/b1284/
2025-08-20T20:26:20.1048610Z [00:02:58.791]➜  cat >/tmp/go-build1823208636/b1284/importcfg << 'EOF' # internal
2025-08-20T20:26:20.1051272Z [00:02:58.791]➜  # import config
2025-08-20T20:26:20.1052973Z [00:02:58.791]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:20.1053857Z [00:02:58.791]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:20.1055089Z [00:02:58.791]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.1056547Z [00:02:58.791]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.1057476Z [00:02:58.791]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.1058221Z [00:02:58.791]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.1059118Z [00:02:58.791]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:20.1060405Z [00:02:58.791]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/shared=/tmp/go-build1823208636/b1276/_pkg_.a
2025-08-20T20:26:20.1061402Z [00:02:58.791]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.1062574Z [00:02:58.791]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.1063259Z [00:02:58.791]➜  packagefile github.com/cli/cli/v2/pkg/surveyext=/tmp/go-build1823208636/b311/_pkg_.a
2025-08-20T20:26:20.1063843Z [00:02:58.791]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.1064333Z [00:02:58.791]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:20.1064755Z [00:02:58.791]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.1065174Z [00:02:58.791]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:20.1066175Z [00:02:58.791]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:20.1066712Z [00:02:58.791]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:20.1067135Z [00:02:58.791]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.1067458Z [00:02:58.791]➜  EOF
2025-08-20T20:26:20.1069266Z [00:02:58.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1284/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/edit=>github.com/cli/cli/v2/pkg/cmd/gist/edit;$WORK/b1284=>" -p github.com/cli/cli/v2/pkg/cmd/gist/edit -lang=go1.24 -complete -installsuffix shared -buildid svJEuElJWqGUwIWck_CJ/svJEuElJWqGUwIWck_CJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1284/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/edit/edit.go
2025-08-20T20:26:20.1270387Z [00:02:58.813]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T20:26:20.1308578Z [00:02:58.817]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/15/15cb0e61452d62317b5337dbd4127b79cef67d49e195f9c655012bfb1bf856ec-d # internal
2025-08-20T20:26:20.1310161Z [00:02:58.817]➜  github.com/cli/cli/v2/pkg/cmd/gist/list
2025-08-20T20:26:20.1310830Z [00:02:58.817]➜  mkdir -p $WORK/b1285/
2025-08-20T20:26:20.1349602Z [00:02:58.821]➜  cat >/tmp/go-build1823208636/b1285/importcfg << 'EOF' # internal
2025-08-20T20:26:20.1351283Z [00:02:58.821]➜  # import config
2025-08-20T20:26:20.1351947Z [00:02:58.821]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.1352919Z [00:02:58.821]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.1354163Z [00:02:58.821]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.1354874Z [00:02:58.821]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:20.1355678Z [00:02:58.821]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.1356484Z [00:02:58.821]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/shared=/tmp/go-build1823208636/b1276/_pkg_.a
2025-08-20T20:26:20.1357193Z [00:02:58.821]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.1358150Z [00:02:58.821]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.1358723Z [00:02:58.821]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.1359208Z [00:02:58.821]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.1359644Z [00:02:58.821]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:20.1360067Z [00:02:58.821]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.1360485Z [00:02:58.821]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.1360788Z [00:02:58.821]➜  EOF
2025-08-20T20:26:20.1362753Z [00:02:58.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1285/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/list=>github.com/cli/cli/v2/pkg/cmd/gist/list;$WORK/b1285=>" -p github.com/cli/cli/v2/pkg/cmd/gist/list -lang=go1.24 -complete -installsuffix shared -buildid hkV71ldBjbXdLnGD4mPi/hkV71ldBjbXdLnGD4mPi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/list/list.go
2025-08-20T20:26:20.1623704Z [00:02:58.848]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T20:26:20.1640220Z [00:02:58.850]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/e3/e314ce1f77334534daa5fbdfcee59f8a49e397c4fd72375c14f33c08f2495e48-d # internal
2025-08-20T20:26:20.1650318Z [00:02:58.851]➜  github.com/cli/cli/v2/pkg/cmd/gist/rename
2025-08-20T20:26:20.1653932Z [00:02:58.851]➜  mkdir -p $WORK/b1286/
2025-08-20T20:26:20.1655673Z [00:02:58.852]➜  cat >/tmp/go-build1823208636/b1286/importcfg << 'EOF' # internal
2025-08-20T20:26:20.1657455Z [00:02:58.852]➜  # import config
2025-08-20T20:26:20.1658361Z [00:02:58.852]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:20.1659643Z [00:02:58.852]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:20.1660784Z [00:02:58.852]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.1661291Z [00:02:58.852]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.1661809Z [00:02:58.852]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.1662381Z [00:02:58.852]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.1663296Z [00:02:58.852]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.1663944Z [00:02:58.852]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/shared=/tmp/go-build1823208636/b1276/_pkg_.a
2025-08-20T20:26:20.1664588Z [00:02:58.852]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.1665205Z [00:02:58.852]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.1665969Z [00:02:58.852]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.1666682Z [00:02:58.852]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.1667116Z [00:02:58.852]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.1667432Z [00:02:58.852]➜  EOF
2025-08-20T20:26:20.1669440Z [00:02:58.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1286/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/rename=>github.com/cli/cli/v2/pkg/cmd/gist/rename;$WORK/b1286=>" -p github.com/cli/cli/v2/pkg/cmd/gist/rename -lang=go1.24 -complete -installsuffix shared -buildid UC2Mbk81-neB14qrQ0SU/UC2Mbk81-neB14qrQ0SU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/rename/rename.go
2025-08-20T20:26:20.1928125Z [00:02:58.879]➜  go tool buildid -w $WORK/b1284/_pkg_.a # internal
2025-08-20T20:26:20.1946504Z [00:02:58.881]➜  cp $WORK/b1284/_pkg_.a /root/.cache/go-build/aa/aa06fd32f997c9d1c640cf03ffca865afd52c58046b000c034faec712f6d7f86-d # internal
2025-08-20T20:26:20.1947243Z [00:02:58.881]➜  github.com/cli/cli/v2/pkg/cmd/gist/view
2025-08-20T20:26:20.1947557Z [00:02:58.881]➜  mkdir -p $WORK/b1287/
2025-08-20T20:26:20.1947950Z [00:02:58.881]➜  cat >/tmp/go-build1823208636/b1287/importcfg << 'EOF' # internal
2025-08-20T20:26:20.1949103Z [00:02:58.881]➜  # import config
2025-08-20T20:26:20.1949884Z [00:02:58.881]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.1950976Z [00:02:58.881]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.1951689Z [00:02:58.881]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:20.1952389Z [00:02:58.881]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:20.1953300Z [00:02:58.881]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.1954075Z [00:02:58.881]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/shared=/tmp/go-build1823208636/b1276/_pkg_.a
2025-08-20T20:26:20.1954715Z [00:02:58.881]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.1955329Z [00:02:58.881]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.1956176Z [00:02:58.881]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:20.1956752Z [00:02:58.881]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.1957235Z [00:02:58.881]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.1957843Z [00:02:58.881]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:20.1958385Z [00:02:58.881]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.1958712Z [00:02:58.881]➜  EOF
2025-08-20T20:26:20.1960526Z [00:02:58.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1287/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/view=>github.com/cli/cli/v2/pkg/cmd/gist/view;$WORK/b1287=>" -p github.com/cli/cli/v2/pkg/cmd/gist/view -lang=go1.24 -complete -installsuffix shared -buildid nJiOi2IExngDklm7XViB/nJiOi2IExngDklm7XViB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1287/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/view/view.go
2025-08-20T20:26:20.2188103Z [00:02:58.905]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T20:26:20.2191381Z [00:02:58.905]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T20:26:20.2209508Z [00:02:58.907]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/f9/f9f8f7b28b60de02769e7248c85a6ccf5ae9b5badabe9683a063e84f9caf6244-d # internal
2025-08-20T20:26:20.2210810Z [00:02:58.907]➜  github.com/cli/cli/v2/pkg/cmd/issue/comment
2025-08-20T20:26:20.2211187Z [00:02:58.907]➜  mkdir -p $WORK/b1298/
2025-08-20T20:26:20.2221281Z [00:02:58.908]➜  cat >/tmp/go-build1823208636/b1298/importcfg << 'EOF' # internal
2025-08-20T20:26:20.2222121Z [00:02:58.908]➜  # import config
2025-08-20T20:26:20.2222686Z [00:02:58.908]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.2223424Z [00:02:58.908]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.2224211Z [00:02:58.908]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.2224980Z [00:02:58.908]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.2225834Z [00:02:58.908]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.2226567Z [00:02:58.908]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.2227043Z [00:02:58.908]➜  EOF
2025-08-20T20:26:20.2229105Z [00:02:58.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1298/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/comment=>github.com/cli/cli/v2/pkg/cmd/issue/comment;$WORK/b1298=>" -p github.com/cli/cli/v2/pkg/cmd/issue/comment -lang=go1.24 -complete -installsuffix shared -buildid BqH4qLKygcrkaDE5cTHy/BqH4qLKygcrkaDE5cTHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1298/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/comment/comment.go
2025-08-20T20:26:20.2241576Z [00:02:58.910]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/f7/f7f226ceab25f51f540e54f620b39310256f4c01382f9c86ae91833a36954248-d # internal
2025-08-20T20:26:20.2242255Z [00:02:58.910]➜  github.com/cli/cli/v2/pkg/cmd/attestation
2025-08-20T20:26:20.2249218Z [00:02:58.910]➜  mkdir -p $WORK/b456/
2025-08-20T20:26:20.2249968Z [00:02:58.911]➜  cat >/tmp/go-build1823208636/b456/importcfg << 'EOF' # internal
2025-08-20T20:26:20.2250402Z [00:02:58.911]➜  # import config
2025-08-20T20:26:20.2250842Z [00:02:58.911]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.2251528Z [00:02:58.911]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/download=/tmp/go-build1823208636/b457/_pkg_.a
2025-08-20T20:26:20.2252272Z [00:02:58.911]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/inspect=/tmp/go-build1823208636/b1224/_pkg_.a
2025-08-20T20:26:20.2253044Z [00:02:58.911]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/trustedroot=/tmp/go-build1823208636/b1226/_pkg_.a
2025-08-20T20:26:20.2253793Z [00:02:58.911]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/verify=/tmp/go-build1823208636/b1227/_pkg_.a
2025-08-20T20:26:20.2254455Z [00:02:58.911]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.2255153Z [00:02:58.911]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.2255820Z [00:02:58.911]➜  EOF
2025-08-20T20:26:20.2257722Z [00:02:58.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation=>github.com/cli/cli/v2/pkg/cmd/attestation;$WORK/b456=>" -p github.com/cli/cli/v2/pkg/cmd/attestation -lang=go1.24 -complete -installsuffix shared -buildid oe-wP2iBpgUo3q7CcnPn/oe-wP2iBpgUo3q7CcnPn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/attestation.go
2025-08-20T20:26:20.2371883Z [00:02:58.923]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T20:26:20.2401177Z [00:02:58.926]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/16/16aeb3b87da1904d985128775ab01ba86ab4191d5256c090b5335c04a0bd174d-d # internal
2025-08-20T20:26:20.2402532Z [00:02:58.926]➜  github.com/cli/cli/v2/pkg/cmd/issue/create
2025-08-20T20:26:20.2402900Z [00:02:58.926]➜  mkdir -p $WORK/b1299/
2025-08-20T20:26:20.2403297Z [00:02:58.926]➜  cat >/tmp/go-build1823208636/b1299/importcfg << 'EOF' # internal
2025-08-20T20:26:20.2403654Z [00:02:58.926]➜  # import config
2025-08-20T20:26:20.2404296Z [00:02:58.926]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.2404719Z [00:02:58.926]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.2405229Z [00:02:58.926]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.2405967Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.2406574Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:20.2407265Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:20.2407934Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.2408563Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.2409194Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.2409827Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.2410447Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.2411066Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.2411664Z [00:02:58.926]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:20.2412209Z [00:02:58.926]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.2412700Z [00:02:58.926]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.2413323Z [00:02:58.926]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.2413704Z [00:02:58.926]➜  EOF
2025-08-20T20:26:20.2418449Z [00:02:58.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1299/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create=>github.com/cli/cli/v2/pkg/cmd/issue/create;$WORK/b1299=>" -p github.com/cli/cli/v2/pkg/cmd/issue/create -lang=go1.24 -complete -installsuffix shared -buildid wYIhnK3P3P45QgxWlejJ/wYIhnK3P3P45QgxWlejJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1299/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/create.go
2025-08-20T20:26:20.2598128Z [00:02:58.944]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T20:26:20.2599852Z [00:02:58.946]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/24/24c1f5ff4b457a7ed644a493fd9048eddaadd5c5a0cb68973b33d854dfcb3853-d # internal
2025-08-20T20:26:20.2601141Z [00:02:58.946]➜  github.com/cli/cli/v2/pkg/cmd/gist
2025-08-20T20:26:20.2602020Z [00:02:58.946]➜  mkdir -p $WORK/b1273/
2025-08-20T20:26:20.2602467Z [00:02:58.946]➜  cat >/tmp/go-build1823208636/b1273/importcfg << 'EOF' # internal
2025-08-20T20:26:20.2602867Z [00:02:58.946]➜  # import config
2025-08-20T20:26:20.2603299Z [00:02:58.946]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.2603940Z [00:02:58.946]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/clone=/tmp/go-build1823208636/b1274/_pkg_.a
2025-08-20T20:26:20.2604941Z [00:02:58.946]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/create=/tmp/go-build1823208636/b1275/_pkg_.a
2025-08-20T20:26:20.2605890Z [00:02:58.946]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/delete=/tmp/go-build1823208636/b1283/_pkg_.a
2025-08-20T20:26:20.2606632Z [00:02:58.946]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/edit=/tmp/go-build1823208636/b1284/_pkg_.a
2025-08-20T20:26:20.2607296Z [00:02:58.946]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/list=/tmp/go-build1823208636/b1285/_pkg_.a
2025-08-20T20:26:20.2607958Z [00:02:58.946]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/rename=/tmp/go-build1823208636/b1286/_pkg_.a
2025-08-20T20:26:20.2608852Z [00:02:58.946]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/view=/tmp/go-build1823208636/b1287/_pkg_.a
2025-08-20T20:26:20.2609478Z [00:02:58.946]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.2610043Z [00:02:58.946]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.2610407Z [00:02:58.946]➜  EOF
2025-08-20T20:26:20.2612145Z [00:02:58.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1273/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist=>github.com/cli/cli/v2/pkg/cmd/gist;$WORK/b1273=>" -p github.com/cli/cli/v2/pkg/cmd/gist -lang=go1.24 -complete -installsuffix shared -buildid 6KwXXOAEczUOTSWv1ESl/6KwXXOAEczUOTSWv1ESl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/gist.go
2025-08-20T20:26:20.2873545Z [00:02:58.973]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T20:26:20.2896669Z [00:02:58.975]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/67/67a945311a59a199862036c561193a359db39be7265ef0585bd8656a207cc1f0-d # internal
2025-08-20T20:26:20.2897431Z [00:02:58.976]➜  github.com/cli/cli/v2/pkg/cmd/issue/delete
2025-08-20T20:26:20.2904779Z [00:02:58.976]➜  mkdir -p $WORK/b1300/
2025-08-20T20:26:20.2905201Z [00:02:58.976]➜  cat >/tmp/go-build1823208636/b1300/importcfg << 'EOF' # internal
2025-08-20T20:26:20.2905723Z [00:02:58.976]➜  # import config
2025-08-20T20:26:20.2906114Z [00:02:58.976]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.2906605Z [00:02:58.976]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.2907228Z [00:02:58.976]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.2908100Z [00:02:58.976]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.2908827Z [00:02:58.976]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.2909468Z [00:02:58.976]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.2910074Z [00:02:58.976]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.2910673Z [00:02:58.976]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.2911219Z [00:02:58.976]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.2919476Z [00:02:58.976]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.2919838Z [00:02:58.976]➜  EOF
2025-08-20T20:26:20.2922000Z [00:02:58.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1300/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/delete=>github.com/cli/cli/v2/pkg/cmd/issue/delete;$WORK/b1300=>" -p github.com/cli/cli/v2/pkg/cmd/issue/delete -lang=go1.24 -complete -installsuffix shared -buildid Hu4ToPFq7zaq-aqQWKuC/Hu4ToPFq7zaq-aqQWKuC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1300/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/delete/delete.go
2025-08-20T20:26:20.3064109Z [00:02:58.992]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T20:26:20.3076802Z [00:02:58.994]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/d2/d2c4ae9765c2122f331db20a6fd623cfb30f6d45954714e79070e1b205dd27de-d # internal
2025-08-20T20:26:20.3079210Z [00:02:58.994]➜  github.com/cli/cli/v2/pkg/cmd/issue/develop
2025-08-20T20:26:20.3080928Z [00:02:58.994]➜  mkdir -p $WORK/b1301/
2025-08-20T20:26:20.3081656Z [00:02:58.994]➜  cat >/tmp/go-build1823208636/b1301/importcfg << 'EOF' # internal
2025-08-20T20:26:20.3082316Z [00:02:58.994]➜  # import config
2025-08-20T20:26:20.3083040Z [00:02:58.994]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:20.3083688Z [00:02:58.994]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.3084758Z [00:02:58.994]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.3085702Z [00:02:58.994]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.3086529Z [00:02:58.994]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:20.3087376Z [00:02:58.994]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:20.3088253Z [00:02:58.994]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.3089262Z [00:02:58.994]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:20.3091364Z [00:02:58.994]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.3092054Z [00:02:58.994]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.3092681Z [00:02:58.994]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.3093254Z [00:02:58.994]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.3093735Z [00:02:58.994]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.3094060Z [00:02:58.994]➜  EOF
2025-08-20T20:26:20.3096402Z [00:02:58.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1301/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/develop=>github.com/cli/cli/v2/pkg/cmd/issue/develop;$WORK/b1301=>" -p github.com/cli/cli/v2/pkg/cmd/issue/develop -lang=go1.24 -complete -installsuffix shared -buildid WOKmKD2yUGTPk_uBuugI/WOKmKD2yUGTPk_uBuugI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1301/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/develop/develop.go
2025-08-20T20:26:20.3251610Z [00:02:59.011]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T20:26:20.3271802Z [00:02:59.013]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/17/170fd0fe391fae2793de067264ef88682df29cfbda859aee0d49ca9e2ce22f41-d # internal
2025-08-20T20:26:20.3273663Z [00:02:59.014]➜  github.com/cli/cli/v2/pkg/cmd/issue/edit
2025-08-20T20:26:20.3275288Z [00:02:59.014]➜  mkdir -p $WORK/b1302/
2025-08-20T20:26:20.3280655Z [00:02:59.014]➜  cat >/tmp/go-build1823208636/b1302/importcfg << 'EOF' # internal
2025-08-20T20:26:20.3281341Z [00:02:59.014]➜  # import config
2025-08-20T20:26:20.3281958Z [00:02:59.014]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.3282751Z [00:02:59.014]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.3283870Z [00:02:59.014]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.3284859Z [00:02:59.014]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:20.3285811Z [00:02:59.014]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.3286677Z [00:02:59.014]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.3287554Z [00:02:59.014]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.3288780Z [00:02:59.014]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.3289680Z [00:02:59.014]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.3290483Z [00:02:59.014]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.3291339Z [00:02:59.014]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.3292186Z [00:02:59.014]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.3293206Z [00:02:59.014]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.3294156Z [00:02:59.014]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:20.3294622Z [00:02:59.014]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:20.3295041Z [00:02:59.014]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.3295369Z [00:02:59.014]➜  EOF
2025-08-20T20:26:20.3297384Z [00:02:59.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1302/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/edit=>github.com/cli/cli/v2/pkg/cmd/issue/edit;$WORK/b1302=>" -p github.com/cli/cli/v2/pkg/cmd/issue/edit -lang=go1.24 -complete -installsuffix shared -buildid YW-PBNI2OKMb39NStSoM/YW-PBNI2OKMb39NStSoM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1302/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/edit/edit.go
2025-08-20T20:26:20.3492531Z [00:02:59.035]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T20:26:20.3512553Z [00:02:59.037]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/33/332c2d0e07d62dcb5830ebe145472d293a34b0c0a63e2bf739279940ab21fdbc-d # internal
2025-08-20T20:26:20.3517030Z [00:02:59.038]➜  github.com/cli/cli/v2/pkg/cmd/issue/list
2025-08-20T20:26:20.3517448Z [00:02:59.038]➜  mkdir -p $WORK/b1303/
2025-08-20T20:26:20.3524927Z [00:02:59.039]➜  cat >/tmp/go-build1823208636/b1303/importcfg << 'EOF' # internal
2025-08-20T20:26:20.3525334Z [00:02:59.039]➜  # import config
2025-08-20T20:26:20.3525792Z [00:02:59.039]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.3526320Z [00:02:59.039]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.3526914Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.3527811Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:20.3528571Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:20.3529232Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.3529850Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.3530483Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.3531132Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.3531934Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.3532621Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.3533232Z [00:02:59.039]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.3533829Z [00:02:59.039]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.3534374Z [00:02:59.039]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.3534857Z [00:02:59.039]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.3535510Z [00:02:59.039]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:20.3536184Z [00:02:59.039]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.3536608Z [00:02:59.039]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.3536913Z [00:02:59.039]➜  EOF
2025-08-20T20:26:20.3539103Z [00:02:59.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1303/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list=>github.com/cli/cli/v2/pkg/cmd/issue/list;$WORK/b1303=>" -p github.com/cli/cli/v2/pkg/cmd/issue/list -lang=go1.24 -complete -installsuffix shared -buildid wrawQ6Lul_lTAiAA1_Ab/wrawQ6Lul_lTAiAA1_Ab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1303/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/list.go
2025-08-20T20:26:20.3714529Z [00:02:59.057]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T20:26:20.3737985Z [00:02:59.060]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/74/745f44991cc96dbe68937d5e4e2672943c26cb899eecf0994104ddfb52691c0b-d # internal
2025-08-20T20:26:20.3742225Z [00:02:59.060]➜  github.com/cli/cli/v2/pkg/cmd/issue/lock
2025-08-20T20:26:20.3745861Z [00:02:59.061]➜  mkdir -p $WORK/b1304/
2025-08-20T20:26:20.3755674Z [00:02:59.061]➜  cat >/tmp/go-build1823208636/b1304/importcfg << 'EOF' # internal
2025-08-20T20:26:20.3756119Z [00:02:59.061]➜  # import config
2025-08-20T20:26:20.3756472Z [00:02:59.061]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.3756890Z [00:02:59.061]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.3757380Z [00:02:59.061]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.3757957Z [00:02:59.061]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.3758579Z [00:02:59.061]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.3759247Z [00:02:59.061]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.3759881Z [00:02:59.061]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.3760537Z [00:02:59.061]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.3761425Z [00:02:59.061]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.3762051Z [00:02:59.061]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.3762535Z [00:02:59.061]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.3762963Z [00:02:59.061]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.3763276Z [00:02:59.061]➜  EOF
2025-08-20T20:26:20.3765198Z [00:02:59.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1304/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/lock=>github.com/cli/cli/v2/pkg/cmd/issue/lock;$WORK/b1304=>" -p github.com/cli/cli/v2/pkg/cmd/issue/lock -lang=go1.24 -complete -installsuffix shared -buildid GInEw7gW6_KJVDpnblks/GInEw7gW6_KJVDpnblks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1304/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/lock/lock.go
2025-08-20T20:26:20.3897052Z [00:02:59.076]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T20:26:20.3914931Z [00:02:59.078]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/1c/1ccbbee362e01a0cd94fba172d5dec7de451b87690066018ebe612e8cca3ba5c-d # internal
2025-08-20T20:26:20.3922770Z [00:02:59.078]➜  github.com/cli/cli/v2/pkg/cmd/issue/pin
2025-08-20T20:26:20.3923176Z [00:02:59.078]➜  mkdir -p $WORK/b1305/
2025-08-20T20:26:20.3923566Z [00:02:59.078]➜  cat >/tmp/go-build1823208636/b1305/importcfg << 'EOF' # internal
2025-08-20T20:26:20.3924317Z [00:02:59.078]➜  # import config
2025-08-20T20:26:20.3924648Z [00:02:59.078]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.3925156Z [00:02:59.078]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.3925894Z [00:02:59.078]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.3926505Z [00:02:59.078]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.3927143Z [00:02:59.078]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.3927804Z [00:02:59.078]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.3928768Z [00:02:59.078]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.3929380Z [00:02:59.078]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.3929980Z [00:02:59.078]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.3930529Z [00:02:59.078]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.3931018Z [00:02:59.078]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.3931333Z [00:02:59.078]➜  EOF
2025-08-20T20:26:20.3933161Z [00:02:59.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1305/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/pin=>github.com/cli/cli/v2/pkg/cmd/issue/pin;$WORK/b1305=>" -p github.com/cli/cli/v2/pkg/cmd/issue/pin -lang=go1.24 -complete -installsuffix shared -buildid wPou7KaBCo5y2jMOELi8/wPou7KaBCo5y2jMOELi8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1305/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/pin/pin.go
2025-08-20T20:26:20.4254406Z [00:02:59.111]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T20:26:20.4275432Z [00:02:59.113]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/4a/4a5a03c5cb0ffea621bd1db19c2f0f39926ca84016e9435e43f53656b9f772d4-d # internal
2025-08-20T20:26:20.4277714Z [00:02:59.113]➜  github.com/cli/cli/v2/pkg/cmd/issue/reopen
2025-08-20T20:26:20.4278061Z [00:02:59.113]➜  mkdir -p $WORK/b1306/
2025-08-20T20:26:20.4279739Z [00:02:59.113]➜  cat >/tmp/go-build1823208636/b1306/importcfg << 'EOF' # internal
2025-08-20T20:26:20.4281454Z [00:02:59.113]➜  # import config
2025-08-20T20:26:20.4282929Z [00:02:59.113]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.4283509Z [00:02:59.113]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.4284116Z [00:02:59.113]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.4284743Z [00:02:59.113]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.4285400Z [00:02:59.113]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.4286247Z [00:02:59.113]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.4286880Z [00:02:59.113]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.4287703Z [00:02:59.113]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.4288375Z [00:02:59.113]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.4288930Z [00:02:59.113]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.4289418Z [00:02:59.113]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.4289735Z [00:02:59.113]➜  EOF
2025-08-20T20:26:20.4291625Z [00:02:59.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1306/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/reopen=>github.com/cli/cli/v2/pkg/cmd/issue/reopen;$WORK/b1306=>" -p github.com/cli/cli/v2/pkg/cmd/issue/reopen -lang=go1.24 -complete -installsuffix shared -buildid 4JDWqEfD2PEGdSJR0Fo7/4JDWqEfD2PEGdSJR0Fo7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1306/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/reopen/reopen.go
2025-08-20T20:26:20.4668235Z [00:02:59.153]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T20:26:20.4689268Z [00:02:59.155]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/20/2072af7dbbb6c64b8a054bf105ef699158ed8514533912de3c4b00ed759956d7-d # internal
2025-08-20T20:26:20.4715092Z [00:02:59.157]➜  github.com/cli/cli/v2/pkg/cmd/issue/status
2025-08-20T20:26:20.4715984Z [00:02:59.157]➜  mkdir -p $WORK/b1307/
2025-08-20T20:26:20.4718028Z [00:02:59.157]➜  cat >/tmp/go-build1823208636/b1307/importcfg << 'EOF' # internal
2025-08-20T20:26:20.4718411Z [00:02:59.157]➜  # import config
2025-08-20T20:26:20.4718751Z [00:02:59.157]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.4719258Z [00:02:59.157]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.4719843Z [00:02:59.157]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.4720467Z [00:02:59.157]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.4721148Z [00:02:59.157]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.4721817Z [00:02:59.157]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.4722448Z [00:02:59.157]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.4723051Z [00:02:59.157]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.4723617Z [00:02:59.157]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.4724129Z [00:02:59.157]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.4724548Z [00:02:59.157]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.4724852Z [00:02:59.157]➜  EOF
2025-08-20T20:26:20.4727120Z [00:02:59.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1307/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status=>github.com/cli/cli/v2/pkg/cmd/issue/status;$WORK/b1307=>" -p github.com/cli/cli/v2/pkg/cmd/issue/status -lang=go1.24 -complete -installsuffix shared -buildid uOf8wSPxVH_XGT96Cz-z/uOf8wSPxVH_XGT96Cz-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1307/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status/status.go
2025-08-20T20:26:20.4728895Z [00:02:59.157]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T20:26:20.4737289Z [00:02:59.160]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/37/37afc1b7f2cee83fc50a3e653733c1359cab482314015d716171e6b4569d738c-d # internal
2025-08-20T20:26:20.4755259Z [00:02:59.162]➜  github.com/cli/cli/v2/pkg/cmd/issue/transfer
2025-08-20T20:26:20.4758544Z [00:02:59.162]➜  mkdir -p $WORK/b1308/
2025-08-20T20:26:20.4809648Z [00:02:59.167]➜  cat >/tmp/go-build1823208636/b1308/importcfg << 'EOF' # internal
2025-08-20T20:26:20.4810095Z [00:02:59.167]➜  # import config
2025-08-20T20:26:20.4810741Z [00:02:59.167]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.4811307Z [00:02:59.167]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.4811892Z [00:02:59.167]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.4812529Z [00:02:59.167]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.4813189Z [00:02:59.167]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.4814065Z [00:02:59.167]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.4814675Z [00:02:59.167]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.4815268Z [00:02:59.167]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.4816025Z [00:02:59.167]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.4816518Z [00:02:59.167]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.4816839Z [00:02:59.167]➜  EOF
2025-08-20T20:26:20.4819250Z [00:02:59.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1308/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/transfer=>github.com/cli/cli/v2/pkg/cmd/issue/transfer;$WORK/b1308=>" -p github.com/cli/cli/v2/pkg/cmd/issue/transfer -lang=go1.24 -complete -installsuffix shared -buildid 5Vm2Ae_TWpTmi026aXgu/5Vm2Ae_TWpTmi026aXgu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1308/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/transfer/transfer.go
2025-08-20T20:26:20.4907755Z [00:02:59.177]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T20:26:20.4940811Z [00:02:59.180]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/05/052dc595778d9929ccf33252b6bf9bfdcfb1f6b9bb1d03990df1b8d6b05e00cc-d # internal
2025-08-20T20:26:20.4949309Z [00:02:59.181]➜  github.com/cli/cli/v2/pkg/cmd/issue/unpin
2025-08-20T20:26:20.4953143Z [00:02:59.181]➜  mkdir -p $WORK/b1309/
2025-08-20T20:26:20.4958262Z [00:02:59.182]➜  cat >/tmp/go-build1823208636/b1309/importcfg << 'EOF' # internal
2025-08-20T20:26:20.4958677Z [00:02:59.182]➜  # import config
2025-08-20T20:26:20.4959621Z [00:02:59.182]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.4960188Z [00:02:59.182]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.4960796Z [00:02:59.182]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.4961383Z [00:02:59.182]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.4962013Z [00:02:59.182]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.4962686Z [00:02:59.182]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.4963628Z [00:02:59.182]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.4964316Z [00:02:59.182]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.4964922Z [00:02:59.182]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.4965476Z [00:02:59.182]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.4966386Z [00:02:59.182]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.4966734Z [00:02:59.182]➜  EOF
2025-08-20T20:26:20.4968778Z [00:02:59.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1309/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/unpin=>github.com/cli/cli/v2/pkg/cmd/issue/unpin;$WORK/b1309=>" -p github.com/cli/cli/v2/pkg/cmd/issue/unpin -lang=go1.24 -complete -installsuffix shared -buildid N-Zq9LNNDN-oPgHwLibp/N-Zq9LNNDN-oPgHwLibp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1309/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/unpin/unpin.go
2025-08-20T20:26:20.4970565Z [00:02:59.182]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T20:26:20.4984852Z [00:02:59.184]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/66/66e5d0f0e5dc9aaf484547974a0602b938b9dbf8f0cd58742dfa204bd9f15a98-d # internal
2025-08-20T20:26:20.4985494Z [00:02:59.185]➜  github.com/cli/cli/v2/pkg/cmd/issue/view
2025-08-20T20:26:20.4988874Z [00:02:59.185]➜  mkdir -p $WORK/b1310/
2025-08-20T20:26:20.4990812Z [00:02:59.185]➜  cat >/tmp/go-build1823208636/b1310/importcfg << 'EOF' # internal
2025-08-20T20:26:20.4991205Z [00:02:59.185]➜  # import config
2025-08-20T20:26:20.4991540Z [00:02:59.185]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.4992047Z [00:02:59.185]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.4992633Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.4993238Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:20.4994312Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:20.4994979Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.4996042Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.4996749Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.4997401Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:20.4998069Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.4998694Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.4999305Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.4999920Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:20.5000560Z [00:02:59.185]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:20.5001140Z [00:02:59.185]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.5001685Z [00:02:59.185]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.5002144Z [00:02:59.185]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:20.5002562Z [00:02:59.185]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.5002993Z [00:02:59.185]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:20.5003663Z [00:02:59.185]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.5004153Z [00:02:59.185]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.5004466Z [00:02:59.185]➜  EOF
2025-08-20T20:26:20.5006677Z [00:02:59.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1310/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view=>github.com/cli/cli/v2/pkg/cmd/issue/view;$WORK/b1310=>" -p github.com/cli/cli/v2/pkg/cmd/issue/view -lang=go1.24 -complete -installsuffix shared -buildid ejwKdk4eBQhMGSNndHh5/ejwKdk4eBQhMGSNndHh5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/view.go
2025-08-20T20:26:20.5396692Z [00:02:59.224]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T20:26:20.5397830Z [00:02:59.226]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/a7/a78636a876402f6cddda2b2fe35403c9242c56a77898bae50b6abfde37dd8e33-d # internal
2025-08-20T20:26:20.5431364Z [00:02:59.229]➜  github.com/cli/cli/v2/pkg/cmd/org
2025-08-20T20:26:20.5431795Z [00:02:59.229]➜  mkdir -p $WORK/b1312/
2025-08-20T20:26:20.5446892Z [00:02:59.230]➜  cat >/tmp/go-build1823208636/b1312/importcfg << 'EOF' # internal
2025-08-20T20:26:20.5447295Z [00:02:59.230]➜  # import config
2025-08-20T20:26:20.5447772Z [00:02:59.230]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.5448794Z [00:02:59.230]➜  packagefile github.com/cli/cli/v2/pkg/cmd/org/list=/tmp/go-build1823208636/b1313/_pkg_.a
2025-08-20T20:26:20.5449427Z [00:02:59.230]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.5450004Z [00:02:59.230]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.5450368Z [00:02:59.230]➜  EOF
2025-08-20T20:26:20.5452053Z [00:02:59.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1312/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org=>github.com/cli/cli/v2/pkg/cmd/org;$WORK/b1312=>" -p github.com/cli/cli/v2/pkg/cmd/org -lang=go1.24 -complete -installsuffix shared -buildid vu9e_NJdYP2LpxHxu_V-/vu9e_NJdYP2LpxHxu_V- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/org.go
2025-08-20T20:26:20.5499551Z [00:02:59.236]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T20:26:20.5530618Z [00:02:59.239]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/0a/0a628fc6809d1c26db515781c9d221c904a3b39cbd49033e9f694ef1d25d0bbf-d # internal
2025-08-20T20:26:20.5531406Z [00:02:59.239]➜  github.com/cli/cli/v2/pkg/cmd/pr/checkout
2025-08-20T20:26:20.5531868Z [00:02:59.239]➜  mkdir -p $WORK/b1315/
2025-08-20T20:26:20.5544883Z [00:02:59.240]➜  cat >/tmp/go-build1823208636/b1315/importcfg << 'EOF' # internal
2025-08-20T20:26:20.5545468Z [00:02:59.240]➜  # import config
2025-08-20T20:26:20.5546107Z [00:02:59.240]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:20.5546623Z [00:02:59.240]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.5547287Z [00:02:59.240]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.5547966Z [00:02:59.240]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.5548621Z [00:02:59.240]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:20.5549306Z [00:02:59.240]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:20.5550017Z [00:02:59.240]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.5550756Z [00:02:59.240]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.5551503Z [00:02:59.240]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.5552593Z [00:02:59.240]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.5553424Z [00:02:59.240]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.5554167Z [00:02:59.240]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.5554821Z [00:02:59.240]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.5555408Z [00:02:59.240]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.5561293Z [00:02:59.240]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.5561626Z [00:02:59.240]➜  EOF
2025-08-20T20:26:20.5563780Z [00:02:59.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1315/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checkout=>github.com/cli/cli/v2/pkg/cmd/pr/checkout;$WORK/b1315=>" -p github.com/cli/cli/v2/pkg/cmd/pr/checkout -lang=go1.24 -complete -installsuffix shared -buildid yfhJbvBFqfQOquzoKLUW/yfhJbvBFqfQOquzoKLUW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checkout/checkout.go
2025-08-20T20:26:20.5831522Z [00:02:59.268]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T20:26:20.5850109Z [00:02:59.271]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/57/5755c14b565033d5324aeb634ec5e69eedd53294a4eb448e9b8ca62a950b9dd4-d # internal
2025-08-20T20:26:20.5851148Z [00:02:59.271]➜  github.com/cli/cli/v2/pkg/cmd/pr/checks
2025-08-20T20:26:20.5855120Z [00:02:59.271]➜  mkdir -p $WORK/b1316/
2025-08-20T20:26:20.5904558Z [00:02:59.276]➜  cat >/tmp/go-build1823208636/b1316/importcfg << 'EOF' # internal
2025-08-20T20:26:20.5905477Z [00:02:59.276]➜  # import config
2025-08-20T20:26:20.5906451Z [00:02:59.276]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.5907373Z [00:02:59.276]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.5907957Z [00:02:59.276]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.5908889Z [00:02:59.276]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.5909494Z [00:02:59.276]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:20.5910190Z [00:02:59.276]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:20.5910885Z [00:02:59.276]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.5911547Z [00:02:59.276]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:20.5912206Z [00:02:59.276]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.5912893Z [00:02:59.276]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.5913519Z [00:02:59.276]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.5914132Z [00:02:59.276]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.5914700Z [00:02:59.276]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.5915184Z [00:02:59.276]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.5915765Z [00:02:59.276]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:20.5916241Z [00:02:59.276]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.5916547Z [00:02:59.276]➜  EOF
2025-08-20T20:26:20.5919069Z [00:02:59.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1316/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks=>github.com/cli/cli/v2/pkg/cmd/pr/checks;$WORK/b1316=>" -p github.com/cli/cli/v2/pkg/cmd/pr/checks -lang=go1.24 -complete -installsuffix shared -buildid THqsTBWGJdaGFccFKv9w/THqsTBWGJdaGFccFKv9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/aggregate.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/checks.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/output.go
2025-08-20T20:26:20.6089717Z [00:02:59.295]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T20:26:20.6114992Z [00:02:59.297]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/ee/ee69c22bdbd83346af78670be4227b1508f8cfa972910fa8655dac25c62d8944-d # internal
2025-08-20T20:26:20.6116160Z [00:02:59.298]➜  github.com/cli/cli/v2/pkg/cmd/issue
2025-08-20T20:26:20.6122266Z [00:02:59.298]➜  mkdir -p $WORK/b1292/
2025-08-20T20:26:20.6123614Z [00:02:59.298]➜  cat >/tmp/go-build1823208636/b1292/importcfg << 'EOF' # internal
2025-08-20T20:26:20.6124864Z [00:02:59.298]➜  # import config
2025-08-20T20:26:20.6125348Z [00:02:59.298]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.6126143Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/close=/tmp/go-build1823208636/b1293/_pkg_.a
2025-08-20T20:26:20.6126843Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/comment=/tmp/go-build1823208636/b1298/_pkg_.a
2025-08-20T20:26:20.6127530Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/create=/tmp/go-build1823208636/b1299/_pkg_.a
2025-08-20T20:26:20.6128476Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/delete=/tmp/go-build1823208636/b1300/_pkg_.a
2025-08-20T20:26:20.6129155Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/develop=/tmp/go-build1823208636/b1301/_pkg_.a
2025-08-20T20:26:20.6129836Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/edit=/tmp/go-build1823208636/b1302/_pkg_.a
2025-08-20T20:26:20.6130505Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/list=/tmp/go-build1823208636/b1303/_pkg_.a
2025-08-20T20:26:20.6131159Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/lock=/tmp/go-build1823208636/b1304/_pkg_.a
2025-08-20T20:26:20.6131979Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/pin=/tmp/go-build1823208636/b1305/_pkg_.a
2025-08-20T20:26:20.6132641Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/reopen=/tmp/go-build1823208636/b1306/_pkg_.a
2025-08-20T20:26:20.6133318Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/status=/tmp/go-build1823208636/b1307/_pkg_.a
2025-08-20T20:26:20.6133997Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/transfer=/tmp/go-build1823208636/b1308/_pkg_.a
2025-08-20T20:26:20.6134677Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/unpin=/tmp/go-build1823208636/b1309/_pkg_.a
2025-08-20T20:26:20.6135340Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/view=/tmp/go-build1823208636/b1310/_pkg_.a
2025-08-20T20:26:20.6136207Z [00:02:59.298]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.6136781Z [00:02:59.298]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.6137149Z [00:02:59.298]➜  EOF
2025-08-20T20:26:20.6138907Z [00:02:59.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1292/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue=>github.com/cli/cli/v2/pkg/cmd/issue;$WORK/b1292=>" -p github.com/cli/cli/v2/pkg/cmd/issue -lang=go1.24 -complete -installsuffix shared -buildid LMsrK8m84lhKqEiaNXNK/LMsrK8m84lhKqEiaNXNK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/issue.go
2025-08-20T20:26:20.6187585Z [00:02:59.305]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T20:26:20.6209066Z [00:02:59.307]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/04/04ae4e8ffca060bf575ca0bda9112efbf5cd96523d18559c518a2af2b4732e6d-d # internal
2025-08-20T20:26:20.6220986Z [00:02:59.308]➜  github.com/cli/cli/v2/pkg/cmd/pr/close
2025-08-20T20:26:20.6224289Z [00:02:59.308]➜  mkdir -p $WORK/b1317/
2025-08-20T20:26:20.6234655Z [00:02:59.309]➜  cat >/tmp/go-build1823208636/b1317/importcfg << 'EOF' # internal
2025-08-20T20:26:20.6237980Z [00:02:59.309]➜  # import config
2025-08-20T20:26:20.6238370Z [00:02:59.309]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:20.6238799Z [00:02:59.309]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.6239306Z [00:02:59.309]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.6239856Z [00:02:59.309]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:20.6240457Z [00:02:59.309]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.6241340Z [00:02:59.309]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.6242050Z [00:02:59.309]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.6242675Z [00:02:59.309]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.6243278Z [00:02:59.309]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.6243758Z [00:02:59.309]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.6244294Z [00:02:59.309]➜  EOF
2025-08-20T20:26:20.6246256Z [00:02:59.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1317/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/close=>github.com/cli/cli/v2/pkg/cmd/pr/close;$WORK/b1317=>" -p github.com/cli/cli/v2/pkg/cmd/pr/close -lang=go1.24 -complete -installsuffix shared -buildid DkJWu4sf6v3eGowzsQcY/DkJWu4sf6v3eGowzsQcY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1317/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/close/close.go
2025-08-20T20:26:20.6348461Z [00:02:59.321]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T20:26:20.6371732Z [00:02:59.323]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/9a/9a24a00cb176c5614222078beceb40079ed3200906891eaa9f16130d8eb0beed-d # internal
2025-08-20T20:26:20.6372400Z [00:02:59.323]➜  github.com/cli/cli/v2/pkg/cmd/pr/comment
2025-08-20T20:26:20.6375714Z [00:02:59.323]➜  mkdir -p $WORK/b1318/
2025-08-20T20:26:20.6376237Z [00:02:59.324]➜  cat >/tmp/go-build1823208636/b1318/importcfg << 'EOF' # internal
2025-08-20T20:26:20.6376592Z [00:02:59.324]➜  # import config
2025-08-20T20:26:20.6377025Z [00:02:59.324]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.6377655Z [00:02:59.324]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.6378317Z [00:02:59.324]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.6379233Z [00:02:59.324]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.6379877Z [00:02:59.324]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.6380245Z [00:02:59.324]➜  EOF
2025-08-20T20:26:20.6382089Z [00:02:59.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1318/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/comment=>github.com/cli/cli/v2/pkg/cmd/pr/comment;$WORK/b1318=>" -p github.com/cli/cli/v2/pkg/cmd/pr/comment -lang=go1.24 -complete -installsuffix shared -buildid Akefh8xqg5lZ84hG9ymR/Akefh8xqg5lZ84hG9ymR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/comment/comment.go
2025-08-20T20:26:20.6870358Z [00:02:59.373]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T20:26:20.6887216Z [00:02:59.375]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/11/11769d5eededddc54943e377cbcc695b0aa93084feea3842ddf1e8eff641f0b8-d # internal
2025-08-20T20:26:20.6911170Z [00:02:59.377]➜  github.com/cli/cli/v2/pkg/cmd/pr/create
2025-08-20T20:26:20.6912638Z [00:02:59.377]➜  mkdir -p $WORK/b1319/
2025-08-20T20:26:20.6914553Z [00:02:59.378]➜  cat >/tmp/go-build1823208636/b1319/importcfg << 'EOF' # internal
2025-08-20T20:26:20.6915695Z [00:02:59.378]➜  # import config
2025-08-20T20:26:20.6916519Z [00:02:59.378]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:20.6917589Z [00:02:59.378]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:20.6918329Z [00:02:59.378]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.6919145Z [00:02:59.378]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.6920419Z [00:02:59.378]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.6921041Z [00:02:59.378]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build1823208636/b459/_pkg_.a
2025-08-20T20:26:20.6921614Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.6922183Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:20.6922736Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:20.6923332Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:20.6924033Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:20.6924696Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.6925321Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.6926160Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.6926801Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.6927724Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.6928335Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.6928950Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:20.6929558Z [00:02:59.378]➜  packagefile github.com/cli/cli/v2/pkg/option=/tmp/go-build1823208636/b090/_pkg_.a
2025-08-20T20:26:20.6930113Z [00:02:59.378]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.6930577Z [00:02:59.378]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:20.6931004Z [00:02:59.378]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.6931555Z [00:02:59.378]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:20.6932078Z [00:02:59.378]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:20.6932491Z [00:02:59.378]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:20.6932911Z [00:02:59.378]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.6933325Z [00:02:59.378]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.6933636Z [00:02:59.378]➜  EOF
2025-08-20T20:26:20.6959218Z [00:02:59.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1319/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create=>github.com/cli/cli/v2/pkg/cmd/pr/create;$WORK/b1319=>" -p github.com/cli/cli/v2/pkg/cmd/pr/create -lang=go1.24 -complete -installsuffix shared -buildid UbpJKhSVEcCIbwF8jsml/UbpJKhSVEcCIbwF8jsml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1319/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/create.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/regexp_writer.go
2025-08-20T20:26:20.7012299Z [00:02:59.387]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T20:26:20.7029209Z [00:02:59.389]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/b0/b0a99b66400acead4654bd66352e9f3dfe0e85f90874b946d23cfc64345f62d5-d # internal
2025-08-20T20:26:20.7067547Z [00:02:59.391]➜  github.com/cli/cli/v2/pkg/cmd/pr/diff
2025-08-20T20:26:20.7067921Z [00:02:59.391]➜  mkdir -p $WORK/b1320/
2025-08-20T20:26:20.7068751Z [00:02:59.392]➜  cat >/tmp/go-build1823208636/b1320/importcfg << 'EOF' # internal
2025-08-20T20:26:20.7069113Z [00:02:59.392]➜  # import config
2025-08-20T20:26:20.7069450Z [00:02:59.392]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:20.7069877Z [00:02:59.392]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.7070302Z [00:02:59.392]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.7070817Z [00:02:59.392]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.7071386Z [00:02:59.392]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.7071993Z [00:02:59.392]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:20.7072647Z [00:02:59.392]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:20.7073301Z [00:02:59.392]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.7073925Z [00:02:59.392]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.7074560Z [00:02:59.392]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.7075188Z [00:02:59.392]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.7079443Z [00:02:59.392]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.7080024Z [00:02:59.392]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.7080836Z [00:02:59.392]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:26:20.7081314Z [00:02:59.392]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:20.7081736Z [00:02:59.392]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.7082162Z [00:02:59.392]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:20.7082584Z [00:02:59.392]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.7083003Z [00:02:59.392]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:20.7083457Z [00:02:59.392]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:20.7083788Z [00:02:59.392]➜  EOF
2025-08-20T20:26:20.7085846Z [00:02:59.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1320/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/diff=>github.com/cli/cli/v2/pkg/cmd/pr/diff;$WORK/b1320=>" -p github.com/cli/cli/v2/pkg/cmd/pr/diff -lang=go1.24 -complete -installsuffix shared -buildid 1rH82bEjTY9mNBp6rBaw/1rH82bEjTY9mNBp6rBaw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1320/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/diff/diff.go
2025-08-20T20:26:20.7095442Z [00:02:59.395]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T20:26:20.7096029Z [00:02:59.395]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T20:26:20.7119461Z [00:02:59.398]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/d2/d2e96f86d2373534824c7ea618abe713674608e64eb0b1b757b259a4c8a2cf41-d # internal
2025-08-20T20:26:20.7120310Z [00:02:59.398]➜  github.com/cli/cli/v2/pkg/cmd/pr/edit
2025-08-20T20:26:20.7120686Z [00:02:59.398]➜  mkdir -p $WORK/b1321/
2025-08-20T20:26:20.7124030Z [00:02:59.398]➜  cat >/tmp/go-build1823208636/b1321/importcfg << 'EOF' # internal
2025-08-20T20:26:20.7125488Z [00:02:59.398]➜  # import config
2025-08-20T20:26:20.7126390Z [00:02:59.398]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.7129821Z [00:02:59.398]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.7130653Z [00:02:59.398]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.7131767Z [00:02:59.398]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:20.7132631Z [00:02:59.398]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.7133424Z [00:02:59.398]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.7134230Z [00:02:59.398]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.7135168Z [00:02:59.398]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.7136211Z [00:02:59.398]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.7136811Z [00:02:59.398]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.7137360Z [00:02:59.398]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.7137918Z [00:02:59.398]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:20.7138418Z [00:02:59.398]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.7138839Z [00:02:59.398]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.7139148Z [00:02:59.398]➜  EOF
2025-08-20T20:26:20.7140913Z [00:02:59.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1321/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/edit=>github.com/cli/cli/v2/pkg/cmd/pr/edit;$WORK/b1321=>" -p github.com/cli/cli/v2/pkg/cmd/pr/edit -lang=go1.24 -complete -installsuffix shared -buildid QMpmQ_omRejDEmsG7R7J/QMpmQ_omRejDEmsG7R7J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/edit/edit.go
2025-08-20T20:26:20.7142839Z [00:02:59.399]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/98/98b65216f6826b4afcbe2e7dff38ca4eec8aedc5793a50248d001bea3347539c-d # internal
2025-08-20T20:26:20.7143429Z [00:02:59.399]➜  github.com/cli/cli/v2/pkg/cmd/pr/list
2025-08-20T20:26:20.7143730Z [00:02:59.399]➜  mkdir -p $WORK/b1322/
2025-08-20T20:26:20.7144101Z [00:02:59.399]➜  cat >/tmp/go-build1823208636/b1322/importcfg << 'EOF' # internal
2025-08-20T20:26:20.7144450Z [00:02:59.399]➜  # import config
2025-08-20T20:26:20.7144779Z [00:02:59.399]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.7145465Z [00:02:59.399]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.7146564Z [00:02:59.399]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.7147169Z [00:02:59.399]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:20.7147804Z [00:02:59.399]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.7148465Z [00:02:59.399]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:20.7149111Z [00:02:59.399]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.7149742Z [00:02:59.399]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.7150542Z [00:02:59.399]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.7151218Z [00:02:59.399]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.7151785Z [00:02:59.399]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.7152271Z [00:02:59.399]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.7152699Z [00:02:59.399]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:20.7153125Z [00:02:59.399]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.7153667Z [00:02:59.399]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.7153977Z [00:02:59.399]➜  EOF
2025-08-20T20:26:20.7156071Z [00:02:59.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1322/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list=>github.com/cli/cli/v2/pkg/cmd/pr/list;$WORK/b1322=>" -p github.com/cli/cli/v2/pkg/cmd/pr/list -lang=go1.24 -complete -installsuffix shared -buildid rswg_tCUFgl3I1yQjZdM/rswg_tCUFgl3I1yQjZdM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/list.go
2025-08-20T20:26:20.7908950Z [00:02:59.477]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T20:26:20.7937006Z [00:02:59.480]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/ac/acb17879be069e85fdfd32006e68f44218cb5ebe2ae113308482989ccc92782a-d # internal
2025-08-20T20:26:20.7966434Z [00:02:59.483]➜  github.com/cli/cli/v2/pkg/cmd/pr/merge
2025-08-20T20:26:20.7967308Z [00:02:59.483]➜  mkdir -p $WORK/b1323/
2025-08-20T20:26:20.7968272Z [00:02:59.483]➜  cat >/tmp/go-build1823208636/b1323/importcfg << 'EOF' # internal
2025-08-20T20:26:20.7968684Z [00:02:59.483]➜  # import config
2025-08-20T20:26:20.7969032Z [00:02:59.483]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:20.7969487Z [00:02:59.483]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.7969913Z [00:02:59.483]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.7970416Z [00:02:59.483]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.7970993Z [00:02:59.483]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.7971556Z [00:02:59.483]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:20.7972144Z [00:02:59.483]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:20.7972719Z [00:02:59.483]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.7973348Z [00:02:59.483]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.7974001Z [00:02:59.483]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.7974968Z [00:02:59.483]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.7975813Z [00:02:59.483]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.7976506Z [00:02:59.483]➜  packagefile github.com/cli/cli/v2/pkg/surveyext=/tmp/go-build1823208636/b311/_pkg_.a
2025-08-20T20:26:20.7977099Z [00:02:59.483]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.7977652Z [00:02:59.483]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.7978129Z [00:02:59.483]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.7978562Z [00:02:59.483]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.7978878Z [00:02:59.483]➜  EOF
2025-08-20T20:26:20.7981051Z [00:02:59.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1323/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge=>github.com/cli/cli/v2/pkg/cmd/pr/merge;$WORK/b1323=>" -p github.com/cli/cli/v2/pkg/cmd/pr/merge -lang=go1.24 -complete -installsuffix shared -buildid 3RSsN1jm3-5XYRyRkH7a/3RSsN1jm3-5XYRyRkH7a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge/merge.go
2025-08-20T20:26:20.8106866Z [00:02:59.496]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T20:26:20.8132193Z [00:02:59.499]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/ed/eddd95b19735329ab08af5b0bfd4743693806238109c360caf8e9ef26ea20cd8-d # internal
2025-08-20T20:26:20.8139831Z [00:02:59.500]➜  github.com/cli/cli/v2/pkg/cmd/pr/ready
2025-08-20T20:26:20.8146596Z [00:02:59.501]➜  mkdir -p $WORK/b1324/
2025-08-20T20:26:20.8157678Z [00:02:59.501]➜  cat >/tmp/go-build1823208636/b1324/importcfg << 'EOF' # internal
2025-08-20T20:26:20.8162626Z [00:02:59.502]➜  # import config
2025-08-20T20:26:20.8162992Z [00:02:59.502]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.8163518Z [00:02:59.502]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.8164416Z [00:02:59.502]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.8165021Z [00:02:59.502]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.8165851Z [00:02:59.502]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.8166553Z [00:02:59.502]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.8167172Z [00:02:59.502]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.8167743Z [00:02:59.502]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.8168222Z [00:02:59.502]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.8168546Z [00:02:59.502]➜  EOF
2025-08-20T20:26:20.8170329Z [00:02:59.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1324/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/ready=>github.com/cli/cli/v2/pkg/cmd/pr/ready;$WORK/b1324=>" -p github.com/cli/cli/v2/pkg/cmd/pr/ready -lang=go1.24 -complete -installsuffix shared -buildid n_NaJ-EmB9poXenJmAnf/n_NaJ-EmB9poXenJmAnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/ready/ready.go
2025-08-20T20:26:20.8267247Z [00:02:59.512]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T20:26:20.8295816Z [00:02:59.516]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/95/95b895eedf4f7fd4c899bcc7d2e6ce1cabce38f4f77df8e38cf259bcbd6e29c8-d # internal
2025-08-20T20:26:20.8297401Z [00:02:59.516]➜  github.com/cli/cli/v2/pkg/cmd/pr/reopen
2025-08-20T20:26:20.8297817Z [00:02:59.516]➜  mkdir -p $WORK/b1325/
2025-08-20T20:26:20.8305403Z [00:02:59.517]➜  cat >/tmp/go-build1823208636/b1325/importcfg << 'EOF' # internal
2025-08-20T20:26:20.8306065Z [00:02:59.517]➜  # import config
2025-08-20T20:26:20.8308625Z [00:02:59.517]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.8309130Z [00:02:59.517]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.8309733Z [00:02:59.517]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.8310399Z [00:02:59.517]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.8311027Z [00:02:59.517]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.8311643Z [00:02:59.517]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.8312435Z [00:02:59.517]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.8312978Z [00:02:59.517]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.8313313Z [00:02:59.517]➜  EOF
2025-08-20T20:26:20.8315262Z [00:02:59.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1325/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/reopen=>github.com/cli/cli/v2/pkg/cmd/pr/reopen;$WORK/b1325=>" -p github.com/cli/cli/v2/pkg/cmd/pr/reopen -lang=go1.24 -complete -installsuffix shared -buildid _y5YihAPdHsnUrL6-Qv1/_y5YihAPdHsnUrL6-Qv1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/reopen/reopen.go
2025-08-20T20:26:20.8921668Z [00:02:59.578]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T20:26:20.8945013Z [00:02:59.581]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T20:26:20.8970419Z [00:02:59.583]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/f9/f92249f6381c0702786cc0645c989009243c1fd0c0ecefd4891ebccd96ab78d0-d # internal
2025-08-20T20:26:20.8971309Z [00:02:59.583]➜  github.com/cli/cli/v2/pkg/cmd/pr/review
2025-08-20T20:26:20.8971764Z [00:02:59.583]➜  mkdir -p $WORK/b1326/
2025-08-20T20:26:20.8972670Z [00:02:59.583]➜  cat >/tmp/go-build1823208636/b1326/importcfg << 'EOF' # internal
2025-08-20T20:26:20.8973181Z [00:02:59.583]➜  # import config
2025-08-20T20:26:20.8973654Z [00:02:59.583]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.8974201Z [00:02:59.583]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.8974855Z [00:02:59.583]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.8975665Z [00:02:59.583]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.8976426Z [00:02:59.583]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.8977521Z [00:02:59.583]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.8978603Z [00:02:59.583]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:20.8979438Z [00:02:59.583]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.8980231Z [00:02:59.583]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.8981402Z [00:02:59.583]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.8982103Z [00:02:59.583]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:20.8982682Z [00:02:59.583]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.8983163Z [00:02:59.583]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.8983487Z [00:02:59.583]➜  EOF
2025-08-20T20:26:20.8985811Z [00:02:59.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1326/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/review=>github.com/cli/cli/v2/pkg/cmd/pr/review;$WORK/b1326=>" -p github.com/cli/cli/v2/pkg/cmd/pr/review -lang=go1.24 -complete -installsuffix shared -buildid LVZfJqsjQfnPYfFROhA2/LVZfJqsjQfnPYfFROhA2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/review/review.go
2025-08-20T20:26:20.8990533Z [00:02:59.583]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/74/74b736990034c1105164d307f7357bc948f1d414b284b7e4bff061b03e717614-d # internal
2025-08-20T20:26:20.8991147Z [00:02:59.583]➜  github.com/cli/cli/v2/pkg/cmd/pr/status
2025-08-20T20:26:20.8991463Z [00:02:59.583]➜  mkdir -p $WORK/b1327/
2025-08-20T20:26:20.8991846Z [00:02:59.584]➜  cat >/tmp/go-build1823208636/b1327/importcfg << 'EOF' # internal
2025-08-20T20:26:20.8992226Z [00:02:59.584]➜  # import config
2025-08-20T20:26:20.8992794Z [00:02:59.584]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:20.8993295Z [00:02:59.584]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.8993710Z [00:02:59.584]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.8994219Z [00:02:59.584]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.8994790Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.8995351Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:20.8996274Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:20.8996919Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:20.8997587Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.8998218Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.8998845Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.8999675Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.9000297Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.9000908Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.9001497Z [00:02:59.584]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:20.9002077Z [00:02:59.584]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:20.9002634Z [00:02:59.584]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.9003176Z [00:02:59.584]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.9003602Z [00:02:59.584]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:20.9004029Z [00:02:59.584]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:20.9004455Z [00:02:59.584]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.9004875Z [00:02:59.584]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.9005184Z [00:02:59.584]➜  EOF
2025-08-20T20:26:20.9011498Z [00:02:59.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1327/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status=>github.com/cli/cli/v2/pkg/cmd/pr/status;$WORK/b1327=>" -p github.com/cli/cli/v2/pkg/cmd/pr/status -lang=go1.24 -complete -installsuffix shared -buildid Tzf2Z7UpN9OEebPpuO0E/Tzf2Z7UpN9OEebPpuO0E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/status.go
2025-08-20T20:26:20.9018612Z [00:02:59.585]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T20:26:20.9021215Z [00:02:59.588]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/d7/d7668b0162ede1268a26862eb7ee1750f658962ce3082b8b23399973903cbc84-d # internal
2025-08-20T20:26:20.9039955Z [00:02:59.590]➜  github.com/cli/cli/v2/pkg/cmd/pr/update-branch
2025-08-20T20:26:20.9040565Z [00:02:59.590]➜  mkdir -p $WORK/b1328/
2025-08-20T20:26:20.9044384Z [00:02:59.591]➜  cat >/tmp/go-build1823208636/b1328/importcfg << 'EOF' # internal
2025-08-20T20:26:20.9044810Z [00:02:59.591]➜  # import config
2025-08-20T20:26:20.9045165Z [00:02:59.591]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.9046228Z [00:02:59.591]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.9053439Z [00:02:59.591]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.9054145Z [00:02:59.591]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:20.9054757Z [00:02:59.591]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.9055413Z [00:02:59.591]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.9056269Z [00:02:59.591]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.9057095Z [00:02:59.591]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.9057690Z [00:02:59.591]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.9058242Z [00:02:59.591]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.9058729Z [00:02:59.591]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.9059167Z [00:02:59.591]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.9059486Z [00:02:59.591]➜  EOF
2025-08-20T20:26:20.9061449Z [00:02:59.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1328/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/update-branch=>github.com/cli/cli/v2/pkg/cmd/pr/update-branch;$WORK/b1328=>" -p github.com/cli/cli/v2/pkg/cmd/pr/update-branch -lang=go1.24 -complete -installsuffix shared -buildid 4acRNY98XZksxv-FG-Wx/4acRNY98XZksxv-FG-Wx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1328/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/update-branch/update_branch.go
2025-08-20T20:26:20.9199447Z [00:02:59.606]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T20:26:20.9226980Z [00:02:59.608]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/9c/9cbc1e7b4ea074e76ea7ad6a78d49d8591eac55a5e7d3ae936c9707e11a13e08-d # internal
2025-08-20T20:26:20.9227687Z [00:02:59.609]➜  github.com/cli/cli/v2/pkg/cmd/pr/view
2025-08-20T20:26:20.9231828Z [00:02:59.609]➜  mkdir -p $WORK/b1329/
2025-08-20T20:26:20.9243227Z [00:02:59.610]➜  cat >/tmp/go-build1823208636/b1329/importcfg << 'EOF' # internal
2025-08-20T20:26:20.9245493Z [00:02:59.610]➜  # import config
2025-08-20T20:26:20.9246462Z [00:02:59.610]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.9247001Z [00:02:59.610]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.9247583Z [00:02:59.610]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.9248205Z [00:02:59.610]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:20.9248910Z [00:02:59.610]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:20.9249598Z [00:02:59.610]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:20.9250553Z [00:02:59.610]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:20.9251261Z [00:02:59.610]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:20.9251898Z [00:02:59.610]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.9252507Z [00:02:59.610]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.9253119Z [00:02:59.610]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:20.9253692Z [00:02:59.610]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.9254159Z [00:02:59.610]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:20.9254578Z [00:02:59.610]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:20.9255137Z [00:02:59.610]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:20.9257929Z [00:02:59.610]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:20.9258306Z [00:02:59.610]➜  EOF
2025-08-20T20:26:20.9268114Z [00:02:59.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1329/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view=>github.com/cli/cli/v2/pkg/cmd/pr/view;$WORK/b1329=>" -p github.com/cli/cli/v2/pkg/cmd/pr/view -lang=go1.24 -complete -installsuffix shared -buildid GGZL5VNarjz9WZGGo1bH/GGZL5VNarjz9WZGGo1bH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1329/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/view.go
2025-08-20T20:26:20.9789251Z [00:02:59.665]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T20:26:20.9806492Z [00:02:59.667]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/a7/a722c7a9f30f069f571c2925018682b281c72412b3bcd9f3aaac4ca5bfa49a23-d # internal
2025-08-20T20:26:20.9808182Z [00:02:59.667]➜  github.com/cli/cli/v2/pkg/cmd/preview/prompter
2025-08-20T20:26:20.9809125Z [00:02:59.667]➜  mkdir -p $WORK/b1331/
2025-08-20T20:26:20.9817209Z [00:02:59.668]➜  cat >/tmp/go-build1823208636/b1331/importcfg << 'EOF' # internal
2025-08-20T20:26:20.9820384Z [00:02:59.668]➜  # import config
2025-08-20T20:26:20.9821308Z [00:02:59.668]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.9821873Z [00:02:59.668]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:20.9822489Z [00:02:59.668]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:20.9823160Z [00:02:59.668]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:20.9823788Z [00:02:59.668]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:20.9824409Z [00:02:59.668]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.9824989Z [00:02:59.668]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:20.9825357Z [00:02:59.668]➜  EOF
2025-08-20T20:26:20.9827657Z [00:02:59.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1331/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview/prompter=>github.com/cli/cli/v2/pkg/cmd/preview/prompter;$WORK/b1331=>" -p github.com/cli/cli/v2/pkg/cmd/preview/prompter -lang=go1.24 -complete -installsuffix shared -buildid MoHr1XIqkIJw0gfqucjg/MoHr1XIqkIJw0gfqucjg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview/prompter/prompter.go
2025-08-20T20:26:20.9965271Z [00:02:59.683]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T20:26:20.9969843Z [00:02:59.683]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T20:26:20.9990469Z [00:02:59.685]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/8a/8af7a03460b5d5d6e35d6a07816d0fd03e1720b79269204044a2877a136d5813-d # internal
2025-08-20T20:26:20.9993459Z [00:02:59.685]➜  github.com/cli/cli/v2/pkg/cmd/project/shared/queries
2025-08-20T20:26:20.9993875Z [00:02:59.685]➜  mkdir -p $WORK/b1335/
2025-08-20T20:26:20.9994290Z [00:02:59.685]➜  cat >/tmp/go-build1823208636/b1335/importcfg << 'EOF' # internal
2025-08-20T20:26:20.9994656Z [00:02:59.685]➜  # import config
2025-08-20T20:26:20.9995003Z [00:02:59.685]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:20.9995421Z [00:02:59.685]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:20.9996100Z [00:02:59.685]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:20.9996716Z [00:02:59.685]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:20.9997364Z [00:02:59.685]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:20.9998123Z [00:02:59.685]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:20.9998768Z [00:02:59.685]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:20.9999276Z [00:02:59.685]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:20.9999708Z [00:02:59.685]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:21.0000131Z [00:02:59.685]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:21.0000554Z [00:02:59.685]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.0001040Z [00:02:59.685]➜  EOF
2025-08-20T20:26:21.0003129Z [00:02:59.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1335/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/queries=>github.com/cli/cli/v2/pkg/cmd/project/shared/queries;$WORK/b1335=>" -p github.com/cli/cli/v2/pkg/cmd/project/shared/queries -lang=go1.24 -complete -installsuffix shared -buildid nlWOnSeqT1xuIwnSS_TS/nlWOnSeqT1xuIwnSS_TS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1335/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/queries/queries.go
2025-08-20T20:26:21.0028701Z [00:02:59.688]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/65/6511e7d3ec0bbf25b2b7422d12dbcbad6edbd20bd7d0671bcad1a2f05bcd71ac-d # internal
2025-08-20T20:26:21.0038895Z [00:02:59.688]➜  github.com/cli/cli/v2/pkg/httpmock
2025-08-20T20:26:21.0039238Z [00:02:59.688]➜  mkdir -p $WORK/b1358/
2025-08-20T20:26:21.0039624Z [00:02:59.689]➜  cat >/tmp/go-build1823208636/b1358/importcfg << 'EOF' # internal
2025-08-20T20:26:21.0040006Z [00:02:59.689]➜  # import config
2025-08-20T20:26:21.0040345Z [00:02:59.689]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:21.0040795Z [00:02:59.689]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:21.0041228Z [00:02:59.689]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.0041748Z [00:02:59.689]➜  packagefile github.com/cli/go-gh/v2/pkg/api=/tmp/go-build1823208636/b106/_pkg_.a
2025-08-20T20:26:21.0042233Z [00:02:59.689]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:21.0042688Z [00:02:59.689]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.0043119Z [00:02:59.689]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:21.0043530Z [00:02:59.689]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:21.0043940Z [00:02:59.689]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:21.0044392Z [00:02:59.689]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:26:21.0044838Z [00:02:59.689]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.0045256Z [00:02:59.689]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:21.0045904Z [00:02:59.689]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:26:21.0046246Z [00:02:59.689]➜  EOF
2025-08-20T20:26:21.0048714Z [00:02:59.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1358/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock=>github.com/cli/cli/v2/pkg/httpmock;$WORK/b1358=>" -p github.com/cli/cli/v2/pkg/httpmock -lang=go1.24 -complete -installsuffix shared -buildid 6Zb-GRn8MG8Rb1C54syG/6Zb-GRn8MG8Rb1C54syG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock/legacy.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock/registry.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock/stub.go
2025-08-20T20:26:21.0276980Z [00:02:59.713]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T20:26:21.0310144Z [00:02:59.717]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/31/3193e2ca5a5adcd37868ec6dc3fb802682bbb9dd9fd5d8162b361fb69b11cc2d-d # internal
2025-08-20T20:26:21.0319722Z [00:02:59.718]➜  github.com/cli/cli/v2/pkg/cmd/pr
2025-08-20T20:26:21.0327795Z [00:02:59.718]➜  mkdir -p $WORK/b1314/
2025-08-20T20:26:21.0344588Z [00:02:59.720]➜  cat >/tmp/go-build1823208636/b1314/importcfg << 'EOF' # internal
2025-08-20T20:26:21.0345501Z [00:02:59.720]➜  # import config
2025-08-20T20:26:21.0348167Z [00:02:59.720]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.0348917Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/lock=/tmp/go-build1823208636/b1304/_pkg_.a
2025-08-20T20:26:21.0349600Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/checkout=/tmp/go-build1823208636/b1315/_pkg_.a
2025-08-20T20:26:21.0350683Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/checks=/tmp/go-build1823208636/b1316/_pkg_.a
2025-08-20T20:26:21.0351340Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/close=/tmp/go-build1823208636/b1317/_pkg_.a
2025-08-20T20:26:21.0352008Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/comment=/tmp/go-build1823208636/b1318/_pkg_.a
2025-08-20T20:26:21.0352671Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/create=/tmp/go-build1823208636/b1319/_pkg_.a
2025-08-20T20:26:21.0353309Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/diff=/tmp/go-build1823208636/b1320/_pkg_.a
2025-08-20T20:26:21.0354167Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/edit=/tmp/go-build1823208636/b1321/_pkg_.a
2025-08-20T20:26:21.0354799Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/list=/tmp/go-build1823208636/b1322/_pkg_.a
2025-08-20T20:26:21.0355447Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/merge=/tmp/go-build1823208636/b1323/_pkg_.a
2025-08-20T20:26:21.0356319Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/ready=/tmp/go-build1823208636/b1324/_pkg_.a
2025-08-20T20:26:21.0356973Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/reopen=/tmp/go-build1823208636/b1325/_pkg_.a
2025-08-20T20:26:21.0357627Z [00:02:59.720]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/review=/tmp/go-build1823208636/b1326/_pkg_.a
2025-08-20T20:26:21.0358278Z [00:02:59.721]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/status=/tmp/go-build1823208636/b1327/_pkg_.a
2025-08-20T20:26:21.0358955Z [00:02:59.721]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/update-branch=/tmp/go-build1823208636/b1328/_pkg_.a
2025-08-20T20:26:21.0359620Z [00:02:59.721]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/view=/tmp/go-build1823208636/b1329/_pkg_.a
2025-08-20T20:26:21.0360237Z [00:02:59.721]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.0360801Z [00:02:59.721]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.0361165Z [00:02:59.721]➜  EOF
2025-08-20T20:26:21.0365165Z [00:02:59.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1314/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr=>github.com/cli/cli/v2/pkg/cmd/pr;$WORK/b1314=>" -p github.com/cli/cli/v2/pkg/cmd/pr -lang=go1.24 -complete -installsuffix shared -buildid aPOeAFOIp8-nYnS3xx-a/aPOeAFOIp8-nYnS3xx-a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/pr.go
2025-08-20T20:26:21.0836421Z [00:02:59.770]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T20:26:21.0862182Z [00:02:59.772]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/52/52620ae45a9f3d091273deda52f9d7aa744a63f618f51ccd55c7fe5d067debe3-d # internal
2025-08-20T20:26:21.0863310Z [00:02:59.772]➜  github.com/cli/cli/v2/pkg/cmd/release/shared
2025-08-20T20:26:21.0864023Z [00:02:59.772]➜  mkdir -p $WORK/b1357/
2025-08-20T20:26:21.0864637Z [00:02:59.773]➜  cat >/tmp/go-build1823208636/b1357/importcfg << 'EOF' # internal
2025-08-20T20:26:21.0868540Z [00:02:59.773]➜  # import config
2025-08-20T20:26:21.0868958Z [00:02:59.773]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.0869666Z [00:02:59.773]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:21.0870193Z [00:02:59.773]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:21.0870613Z [00:02:59.773]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.0871128Z [00:02:59.773]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build1823208636/b459/_pkg_.a
2025-08-20T20:26:21.0871698Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.0872315Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:21.0873204Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.0873875Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:21.0874598Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact=/tmp/go-build1823208636/b1174/_pkg_.a
2025-08-20T20:26:21.0875328Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:21.0876278Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/test/data=/tmp/go-build1823208636/b461/_pkg_.a
2025-08-20T20:26:21.0877262Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/verification=/tmp/go-build1823208636/b1225/_pkg_.a
2025-08-20T20:26:21.0877957Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.0878575Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/pkg/httpmock=/tmp/go-build1823208636/b1358/_pkg_.a
2025-08-20T20:26:21.0879195Z [00:02:59.773]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.0879815Z [00:02:59.773]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1823208636/b463/_pkg_.a
2025-08-20T20:26:21.0880417Z [00:02:59.773]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.0881105Z [00:02:59.773]➜  packagefile github.com/sigstore/sigstore-go/pkg/fulcio/certificate=/tmp/go-build1823208636/b1171/_pkg_.a
2025-08-20T20:26:21.0881823Z [00:02:59.773]➜  packagefile github.com/sigstore/sigstore-go/pkg/verify=/tmp/go-build1823208636/b1158/_pkg_.a
2025-08-20T20:26:21.0882481Z [00:02:59.773]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build1823208636/b317/_pkg_.a
2025-08-20T20:26:21.0883071Z [00:02:59.773]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:21.0883721Z [00:02:59.773]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:21.0884272Z [00:02:59.773]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:21.0884681Z [00:02:59.773]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:21.0885107Z [00:02:59.773]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.0885900Z [00:02:59.773]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:21.0886401Z [00:02:59.773]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:21.0886811Z [00:02:59.773]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:21.0887227Z [00:02:59.773]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:21.0887649Z [00:02:59.773]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.0888071Z [00:02:59.773]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:26:21.0888493Z [00:02:59.773]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:21.0888799Z [00:02:59.773]➜  EOF
2025-08-20T20:26:21.0891419Z [00:02:59.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1357/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared=>github.com/cli/cli/v2/pkg/cmd/release/shared;$WORK/b1357=>" -p github.com/cli/cli/v2/pkg/cmd/release/shared -lang=go1.24 -complete -installsuffix shared -buildid wSWRJvMIOf8nvIw_wUOH/wSWRJvMIOf8nvIw_wUOH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1357/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/attestation.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/fetch.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/upload.go
2025-08-20T20:26:21.0941795Z [00:02:59.780]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T20:26:21.0990218Z [00:02:59.785]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/a1/a1813c27579981d078b30b09cbaaddbfb97a19dae49930e9571b4de154226d00-d # internal
2025-08-20T20:26:21.0992861Z [00:02:59.785]➜  github.com/cli/cli/v2/pkg/cmd/preview
2025-08-20T20:26:21.0993211Z [00:02:59.785]➜  mkdir -p $WORK/b1330/
2025-08-20T20:26:21.0993596Z [00:02:59.785]➜  cat >/tmp/go-build1823208636/b1330/importcfg << 'EOF' # internal
2025-08-20T20:26:21.0993960Z [00:02:59.785]➜  # import config
2025-08-20T20:26:21.0994416Z [00:02:59.785]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.0995107Z [00:02:59.785]➜  packagefile github.com/cli/cli/v2/pkg/cmd/preview/prompter=/tmp/go-build1823208636/b1331/_pkg_.a
2025-08-20T20:26:21.0996155Z [00:02:59.785]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.0996730Z [00:02:59.785]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.0997097Z [00:02:59.785]➜  EOF
2025-08-20T20:26:21.0998896Z [00:02:59.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1330/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview=>github.com/cli/cli/v2/pkg/cmd/preview;$WORK/b1330=>" -p github.com/cli/cli/v2/pkg/cmd/preview -lang=go1.24 -complete -installsuffix shared -buildid cDOTWrOag51CAgpiyZ3c/cDOTWrOag51CAgpiyZ3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1330/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview/preview.go
2025-08-20T20:26:21.1020911Z [00:02:59.788]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T20:26:21.1041516Z [00:02:59.790]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/5d/5d79e428fb98696273de8d93aa13b0705b6980e106e37d2d0dec18a7bbcdb757-d # internal
2025-08-20T20:26:21.1056884Z [00:02:59.792]➜  github.com/cli/cli/v2/pkg/cmd/release/list
2025-08-20T20:26:21.1062035Z [00:02:59.792]➜  mkdir -p $WORK/b1363/
2025-08-20T20:26:21.1076343Z [00:02:59.794]➜  cat >/tmp/go-build1823208636/b1363/importcfg << 'EOF' # internal
2025-08-20T20:26:21.1078011Z [00:02:59.794]➜  # import config
2025-08-20T20:26:21.1078412Z [00:02:59.794]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.1078916Z [00:02:59.794]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.1079527Z [00:02:59.794]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.1080212Z [00:02:59.794]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:21.1081131Z [00:02:59.794]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:21.1081821Z [00:02:59.794]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.1082438Z [00:02:59.794]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.1083031Z [00:02:59.794]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.1083585Z [00:02:59.794]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.1084066Z [00:02:59.794]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.1084498Z [00:02:59.794]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.1084916Z [00:02:59.794]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:21.1085371Z [00:02:59.794]➜  EOF
2025-08-20T20:26:21.1089741Z [00:02:59.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1363/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list=>github.com/cli/cli/v2/pkg/cmd/release/list;$WORK/b1363=>" -p github.com/cli/cli/v2/pkg/cmd/release/list -lang=go1.24 -complete -installsuffix shared -buildid Iaa60QFjkdz4lqMShuTL/Iaa60QFjkdz4lqMShuTL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1363/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list/list.go
2025-08-20T20:26:21.1531774Z [00:02:59.839]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T20:26:21.1613182Z [00:02:59.847]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/e7/e7fec6750114d1a17f912488ea32c8514c48a97f902421c80ccfdbc510575382-d # internal
2025-08-20T20:26:21.1614071Z [00:02:59.847]➜  github.com/cli/cli/v2/pkg/cmd/project/shared/client
2025-08-20T20:26:21.1614599Z [00:02:59.847]➜  mkdir -p $WORK/b1334/
2025-08-20T20:26:21.1616409Z [00:02:59.848]➜  cat >/tmp/go-build1823208636/b1334/importcfg << 'EOF' # internal
2025-08-20T20:26:21.1616821Z [00:02:59.848]➜  # import config
2025-08-20T20:26:21.1617444Z [00:02:59.848]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.1619016Z [00:02:59.848]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.1619961Z [00:02:59.848]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:21.1620562Z [00:02:59.848]➜  EOF
2025-08-20T20:26:21.1622980Z [00:02:59.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1334/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/client=>github.com/cli/cli/v2/pkg/cmd/project/shared/client;$WORK/b1334=>" -p github.com/cli/cli/v2/pkg/cmd/project/shared/client -lang=go1.24 -complete -installsuffix shared -buildid gthhUCu70iKe7efO9_wy/gthhUCu70iKe7efO9_wy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1334/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/client/client.go
2025-08-20T20:26:21.1644042Z [00:02:59.850]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T20:26:21.1652551Z [00:02:59.851]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/ed/eded5002e62c3525ebf82cdb81970370ca3e3fead1509b6badf5bf3d27a83211-d # internal
2025-08-20T20:26:21.1653244Z [00:02:59.851]➜  github.com/cli/cli/v2/pkg/cmd/project/shared/format
2025-08-20T20:26:21.1653593Z [00:02:59.851]➜  mkdir -p $WORK/b1351/
2025-08-20T20:26:21.1654016Z [00:02:59.851]➜  cat >/tmp/go-build1823208636/b1351/importcfg << 'EOF' # internal
2025-08-20T20:26:21.1654370Z [00:02:59.851]➜  # import config
2025-08-20T20:26:21.1654897Z [00:02:59.851]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.1655367Z [00:02:59.851]➜  EOF
2025-08-20T20:26:21.1657897Z [00:02:59.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1351/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/format=>github.com/cli/cli/v2/pkg/cmd/project/shared/format;$WORK/b1351=>" -p github.com/cli/cli/v2/pkg/cmd/project/shared/format -lang=go1.24 -complete -installsuffix shared -buildid cAe4QSBAy8bXA_AO9rP4/cAe4QSBAy8bXA_AO9rP4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/format/display.go
2025-08-20T20:26:21.1762592Z [00:02:59.862]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T20:26:21.1769392Z [00:02:59.863]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/71/716fe7f16c6075072c8517f757704ca83d0981fb51fd0d67f3fcb9ba9d4473b9-d # internal
2025-08-20T20:26:21.1778880Z [00:02:59.864]➜  github.com/cli/cli/v2/pkg/cmd/repo/archive
2025-08-20T20:26:21.1780935Z [00:02:59.864]➜  mkdir -p $WORK/b1369/
2025-08-20T20:26:21.1781977Z [00:02:59.864]➜  cat >/tmp/go-build1823208636/b1369/importcfg << 'EOF' # internal
2025-08-20T20:26:21.1782652Z [00:02:59.864]➜  # import config
2025-08-20T20:26:21.1783036Z [00:02:59.864]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.1783554Z [00:02:59.864]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.1784133Z [00:02:59.864]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.1784714Z [00:02:59.864]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:21.1785799Z [00:02:59.864]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.1786472Z [00:02:59.864]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:21.1787098Z [00:02:59.864]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.1787716Z [00:02:59.864]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.1788313Z [00:02:59.864]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.1788859Z [00:02:59.864]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.1789537Z [00:02:59.864]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.1789984Z [00:02:59.864]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.1790300Z [00:02:59.864]➜  EOF
2025-08-20T20:26:21.1792428Z [00:02:59.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1369/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive=>github.com/cli/cli/v2/pkg/cmd/repo/archive;$WORK/b1369=>" -p github.com/cli/cli/v2/pkg/cmd/repo/archive -lang=go1.24 -complete -installsuffix shared -buildid NaDgzjjOtIY-1J90YoLi/NaDgzjjOtIY-1J90YoLi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive/archive.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive/http.go
2025-08-20T20:26:21.1799179Z [00:02:59.866]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T20:26:21.1818530Z [00:02:59.868]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/70/70a786e1746d48c7b047445a94fe396f0a8d7e1150d85ca22b06f5cc5bdb3edf-d # internal
2025-08-20T20:26:21.1847070Z [00:02:59.871]➜  github.com/cli/cli/v2/pkg/cmd/repo/autolink/shared
2025-08-20T20:26:21.1848581Z [00:02:59.871]➜  mkdir -p $WORK/b1372/
2025-08-20T20:26:21.1849023Z [00:02:59.871]➜  cat >/tmp/go-build1823208636/b1372/importcfg << 'EOF' # internal
2025-08-20T20:26:21.1849416Z [00:02:59.871]➜  # import config
2025-08-20T20:26:21.1849867Z [00:02:59.871]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.1850273Z [00:02:59.871]➜  EOF
2025-08-20T20:26:21.1852629Z [00:02:59.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1372/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/shared=>github.com/cli/cli/v2/pkg/cmd/repo/autolink/shared;$WORK/b1372=>" -p github.com/cli/cli/v2/pkg/cmd/repo/autolink/shared -lang=go1.24 -complete -installsuffix shared -buildid wV_9f5LufxRDF4z1k4yt/wV_9f5LufxRDF4z1k4yt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/shared/autolink.go
2025-08-20T20:26:21.2026148Z [00:02:59.889]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T20:26:21.2030867Z [00:02:59.889]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/dc/dc533880b3509e25a99bfb5f85bf9bcf5a4ec292a60160e16b8b1cfb2ac3e6c8-d # internal
2025-08-20T20:26:21.2032440Z [00:02:59.889]➜  github.com/cli/cli/v2/pkg/cmd/repo/autolink/create
2025-08-20T20:26:21.2032925Z [00:02:59.889]➜  mkdir -p $WORK/b1371/
2025-08-20T20:26:21.2037082Z [00:02:59.890]➜  cat >/tmp/go-build1823208636/b1371/importcfg << 'EOF' # internal
2025-08-20T20:26:21.2049907Z [00:02:59.890]➜  # import config
2025-08-20T20:26:21.2050626Z [00:02:59.890]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:21.2051160Z [00:02:59.890]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:21.2051613Z [00:02:59.890]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:21.2052068Z [00:02:59.890]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.2052569Z [00:02:59.890]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.2053137Z [00:02:59.890]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.2053949Z [00:02:59.890]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:21.2054631Z [00:02:59.890]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:21.2055287Z [00:02:59.890]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.2056193Z [00:02:59.890]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/shared=/tmp/go-build1823208636/b1372/_pkg_.a
2025-08-20T20:26:21.2056865Z [00:02:59.891]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.2057658Z [00:02:59.891]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.2058222Z [00:02:59.891]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.2058702Z [00:02:59.891]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.2059015Z [00:02:59.891]➜  EOF
2025-08-20T20:26:21.2061316Z [00:02:59.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1371/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create=>github.com/cli/cli/v2/pkg/cmd/repo/autolink/create;$WORK/b1371=>" -p github.com/cli/cli/v2/pkg/cmd/repo/autolink/create -lang=go1.24 -complete -installsuffix shared -buildid 7j_btYVpzTI3jkOSu_y9/7j_btYVpzTI3jkOSu_y9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1371/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/create.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/http.go
2025-08-20T20:26:21.2159294Z [00:02:59.902]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T20:26:21.2182848Z [00:02:59.904]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/82/82afb8a7d3bdf491722f08d97a59420d2e64b1032fb958df6a8b07c2c7760957-d # internal
2025-08-20T20:26:21.2183585Z [00:02:59.904]➜  github.com/cli/cli/v2/pkg/cmd/project/close
2025-08-20T20:26:21.2183911Z [00:02:59.904]➜  mkdir -p $WORK/b1333/
2025-08-20T20:26:21.2184297Z [00:02:59.904]➜  cat >/tmp/go-build1823208636/b1333/importcfg << 'EOF' # internal
2025-08-20T20:26:21.2184651Z [00:02:59.904]➜  # import config
2025-08-20T20:26:21.2184980Z [00:02:59.904]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.2185502Z [00:02:59.904]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.2187014Z [00:02:59.904]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.2187857Z [00:02:59.904]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.2188539Z [00:02:59.904]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.2189151Z [00:02:59.904]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.2189755Z [00:02:59.904]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.2190305Z [00:02:59.904]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.2190784Z [00:02:59.904]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.2191255Z [00:02:59.904]➜  EOF
2025-08-20T20:26:21.2193241Z [00:02:59.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1333/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/close=>github.com/cli/cli/v2/pkg/cmd/project/close;$WORK/b1333=>" -p github.com/cli/cli/v2/pkg/cmd/project/close -lang=go1.24 -complete -installsuffix shared -buildid KqJac3djQdcRq5juKN8T/KqJac3djQdcRq5juKN8T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/close/close.go
2025-08-20T20:26:21.2217899Z [00:02:59.908]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T20:26:21.2245716Z [00:02:59.911]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/70/70d4dfa7a8b532dfc9aa75b7631ffb4f88f5aeab409ff3be5f8f9039bb12cf96-d # internal
2025-08-20T20:26:21.2246440Z [00:02:59.911]➜  github.com/cli/cli/v2/pkg/cmd/project/copy
2025-08-20T20:26:21.2246772Z [00:02:59.911]➜  mkdir -p $WORK/b1336/
2025-08-20T20:26:21.2252193Z [00:02:59.911]➜  cat >/tmp/go-build1823208636/b1336/importcfg << 'EOF' # internal
2025-08-20T20:26:21.2252649Z [00:02:59.911]➜  # import config
2025-08-20T20:26:21.2252987Z [00:02:59.911]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.2253902Z [00:02:59.911]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.2254591Z [00:02:59.911]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.2255351Z [00:02:59.911]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.2256341Z [00:02:59.911]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.2256957Z [00:02:59.911]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.2257560Z [00:02:59.911]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.2258282Z [00:02:59.911]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.2258828Z [00:02:59.911]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.2259150Z [00:02:59.911]➜  EOF
2025-08-20T20:26:21.2261017Z [00:02:59.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1336/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/copy=>github.com/cli/cli/v2/pkg/cmd/project/copy;$WORK/b1336=>" -p github.com/cli/cli/v2/pkg/cmd/project/copy -lang=go1.24 -complete -installsuffix shared -buildid 4kVaGl35kSFbnPWrvZ7G/4kVaGl35kSFbnPWrvZ7G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1336/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/copy/copy.go
2025-08-20T20:26:21.2643898Z [00:02:59.950]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T20:26:21.2659846Z [00:02:59.952]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/d3/d31291383b2c1d011b043da5d4ae9484fc588b003ca11ff7ae80416f5ae671cf-d # internal
2025-08-20T20:26:21.2672196Z [00:02:59.953]➜  github.com/cli/cli/v2/pkg/cmd/project/create
2025-08-20T20:26:21.2672581Z [00:02:59.953]➜  mkdir -p $WORK/b1337/
2025-08-20T20:26:21.2672974Z [00:02:59.953]➜  cat >/tmp/go-build1823208636/b1337/importcfg << 'EOF' # internal
2025-08-20T20:26:21.2673345Z [00:02:59.953]➜  # import config
2025-08-20T20:26:21.2673672Z [00:02:59.953]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.2674181Z [00:02:59.953]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.2675184Z [00:02:59.953]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.2676129Z [00:02:59.953]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.2676825Z [00:02:59.953]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.2677444Z [00:02:59.953]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.2678037Z [00:02:59.953]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.2678589Z [00:02:59.953]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.2678950Z [00:02:59.953]➜  EOF
2025-08-20T20:26:21.2680863Z [00:02:59.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1337/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/create=>github.com/cli/cli/v2/pkg/cmd/project/create;$WORK/b1337=>" -p github.com/cli/cli/v2/pkg/cmd/project/create -lang=go1.24 -complete -installsuffix shared -buildid lmIVxDT9BZRsbPv1bzxX/lmIVxDT9BZRsbPv1bzxX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1337/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/create/create.go
2025-08-20T20:26:21.2869969Z [00:02:59.973]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T20:26:21.2916229Z [00:02:59.978]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/01/01b618b6da3c30110b4bfc3b8854cd95ed667306ffb36a1eba44bdb1b705d6fd-d # internal
2025-08-20T20:26:21.2947026Z [00:02:59.978]➜  github.com/cli/cli/v2/pkg/cmd/project/delete
2025-08-20T20:26:21.2947799Z [00:02:59.978]➜  mkdir -p $WORK/b1338/
2025-08-20T20:26:21.2948146Z [00:02:59.979]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T20:26:21.2948578Z [00:02:59.979]➜  cat >/tmp/go-build1823208636/b1338/importcfg << 'EOF' # internal
2025-08-20T20:26:21.2948942Z [00:02:59.979]➜  # import config
2025-08-20T20:26:21.2949269Z [00:02:59.979]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.2949775Z [00:02:59.979]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.2950459Z [00:02:59.979]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.2951384Z [00:02:59.979]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.2952113Z [00:02:59.979]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.2952728Z [00:02:59.979]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.2953323Z [00:02:59.979]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.2953873Z [00:02:59.979]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.2954359Z [00:02:59.979]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.2954672Z [00:02:59.979]➜  EOF
2025-08-20T20:26:21.2956899Z [00:02:59.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1338/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/delete=>github.com/cli/cli/v2/pkg/cmd/project/delete;$WORK/b1338=>" -p github.com/cli/cli/v2/pkg/cmd/project/delete -lang=go1.24 -complete -installsuffix shared -buildid UOrqR4PZEmq013Sqx-XB/UOrqR4PZEmq013Sqx-XB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1338/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/delete/delete.go
2025-08-20T20:26:21.2958995Z [00:02:59.981]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/1b/1b014062d79f28d2d15f0454a9f74a92d5bda930c7bac1a18ec92782ecb579be-d # internal
2025-08-20T20:26:21.2959591Z [00:02:59.981]➜  github.com/cli/cli/v2/pkg/cmd/project/edit
2025-08-20T20:26:21.2959900Z [00:02:59.981]➜  mkdir -p $WORK/b1339/
2025-08-20T20:26:21.2960451Z [00:02:59.982]➜  cat >/tmp/go-build1823208636/b1339/importcfg << 'EOF' # internal
2025-08-20T20:26:21.2960799Z [00:02:59.982]➜  # import config
2025-08-20T20:26:21.2961127Z [00:02:59.982]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.2961633Z [00:02:59.982]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.2962323Z [00:02:59.982]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.2963076Z [00:02:59.982]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.2963756Z [00:02:59.982]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.2964370Z [00:02:59.982]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.2964963Z [00:02:59.982]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.2965512Z [00:02:59.982]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.2966172Z [00:02:59.982]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.2966489Z [00:02:59.982]➜  EOF
2025-08-20T20:26:21.2968355Z [00:02:59.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1339/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/edit=>github.com/cli/cli/v2/pkg/cmd/project/edit;$WORK/b1339=>" -p github.com/cli/cli/v2/pkg/cmd/project/edit -lang=go1.24 -complete -installsuffix shared -buildid mB2UioT3fGkt7vlcRaZW/mB2UioT3fGkt7vlcRaZW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1339/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/edit/edit.go
2025-08-20T20:26:21.3070657Z [00:02:59.993]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T20:26:21.3088695Z [00:02:59.995]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/0e/0ebe950150f3557b9268a5eb58cc32e05a6e7c5171d040571ba21def1bdf6645-d # internal
2025-08-20T20:26:21.3101647Z [00:02:59.995]➜  github.com/cli/cli/v2/pkg/cmd/project/field-create
2025-08-20T20:26:21.3102022Z [00:02:59.995]➜  mkdir -p $WORK/b1340/
2025-08-20T20:26:21.3102403Z [00:02:59.996]➜  cat >/tmp/go-build1823208636/b1340/importcfg << 'EOF' # internal
2025-08-20T20:26:21.3102777Z [00:02:59.996]➜  # import config
2025-08-20T20:26:21.3103107Z [00:02:59.996]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.3103932Z [00:02:59.996]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.3104690Z [00:02:59.996]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.3105455Z [00:02:59.996]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.3106280Z [00:02:59.996]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.3106905Z [00:02:59.996]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.3107498Z [00:02:59.996]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.3108174Z [00:02:59.996]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.3108738Z [00:02:59.996]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.3109055Z [00:02:59.996]➜  EOF
2025-08-20T20:26:21.3111099Z [00:02:59.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1340/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-create=>github.com/cli/cli/v2/pkg/cmd/project/field-create;$WORK/b1340=>" -p github.com/cli/cli/v2/pkg/cmd/project/field-create -lang=go1.24 -complete -installsuffix shared -buildid 0nOriZ73nZS9i3sucSNA/0nOriZ73nZS9i3sucSNA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1340/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-create/field_create.go
2025-08-20T20:26:21.3228857Z [00:03:00.009]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T20:26:21.3267216Z [00:03:00.013]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/58/582118029d54e81f965a9a2efdc5a40a846e4991efb357feba2d6674b122428a-d # internal
2025-08-20T20:26:21.3272641Z [00:03:00.013]➜  github.com/cli/cli/v2/pkg/cmd/project/field-delete
2025-08-20T20:26:21.3286287Z [00:03:00.013]➜  mkdir -p $WORK/b1341/
2025-08-20T20:26:21.3286722Z [00:03:00.013]➜  cat >/tmp/go-build1823208636/b1341/importcfg << 'EOF' # internal
2025-08-20T20:26:21.3287409Z [00:03:00.013]➜  # import config
2025-08-20T20:26:21.3287743Z [00:03:00.013]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.3288352Z [00:03:00.013]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.3289126Z [00:03:00.013]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.3289810Z [00:03:00.013]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.3290422Z [00:03:00.013]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.3291024Z [00:03:00.013]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.3291581Z [00:03:00.013]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.3291943Z [00:03:00.013]➜  EOF
2025-08-20T20:26:21.3293991Z [00:03:00.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1341/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-delete=>github.com/cli/cli/v2/pkg/cmd/project/field-delete;$WORK/b1341=>" -p github.com/cli/cli/v2/pkg/cmd/project/field-delete -lang=go1.24 -complete -installsuffix shared -buildid kL1T_x3MNOyC0Tij2Z0z/kL1T_x3MNOyC0Tij2Z0z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1341/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-delete/field_delete.go
2025-08-20T20:26:21.3626341Z [00:03:00.048]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T20:26:21.3652267Z [00:03:00.050]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/b4/b4a2ebb31a0de926165cb6ce8d55601056bfe2dae9deab021fe1a5e5a9229fb7-d # internal
2025-08-20T20:26:21.3653233Z [00:03:00.051]➜  github.com/cli/cli/v2/pkg/cmd/project/field-list
2025-08-20T20:26:21.3653661Z [00:03:00.051]➜  mkdir -p $WORK/b1342/
2025-08-20T20:26:21.3654607Z [00:03:00.051]➜  cat >/tmp/go-build1823208636/b1342/importcfg << 'EOF' # internal
2025-08-20T20:26:21.3655474Z [00:03:00.051]➜  # import config
2025-08-20T20:26:21.3664263Z [00:03:00.051]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.3665307Z [00:03:00.051]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.3666181Z [00:03:00.051]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:21.3666927Z [00:03:00.051]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.3667691Z [00:03:00.051]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.3668651Z [00:03:00.051]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.3669371Z [00:03:00.051]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.3669954Z [00:03:00.051]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.3670436Z [00:03:00.051]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.3670748Z [00:03:00.051]➜  EOF
2025-08-20T20:26:21.3672747Z [00:03:00.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1342/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-list=>github.com/cli/cli/v2/pkg/cmd/project/field-list;$WORK/b1342=>" -p github.com/cli/cli/v2/pkg/cmd/project/field-list -lang=go1.24 -complete -installsuffix shared -buildid IDwImV67weJ4jlzW1lL4/IDwImV67weJ4jlzW1lL4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1342/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-list/field_list.go
2025-08-20T20:26:21.3777503Z [00:03:00.063]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T20:26:21.3777981Z [00:03:00.063]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T20:26:21.3804956Z [00:03:00.066]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/05/057cc1204ed8dc6b5db4d6a33a768c4c9b17df559e41c08263837c184b526536-d # internal
2025-08-20T20:26:21.3805733Z [00:03:00.066]➜  github.com/cli/cli/v2/pkg/cmd/project/item-add
2025-08-20T20:26:21.3806119Z [00:03:00.066]➜  mkdir -p $WORK/b1343/
2025-08-20T20:26:21.3806837Z [00:03:00.066]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/9a/9a053106e03973b5e4be01f222be723c4af5b72129ec0bc4b21b93fe436f3226-d # internal
2025-08-20T20:26:21.3807508Z [00:03:00.066]➜  github.com/cli/cli/v2/pkg/cmd/project/item-archive
2025-08-20T20:26:21.3807842Z [00:03:00.066]➜  mkdir -p $WORK/b1344/
2025-08-20T20:26:21.3808214Z [00:03:00.067]➜  cat >/tmp/go-build1823208636/b1343/importcfg << 'EOF' # internal
2025-08-20T20:26:21.3808586Z [00:03:00.067]➜  # import config
2025-08-20T20:26:21.3808922Z [00:03:00.067]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.3809425Z [00:03:00.067]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.3810107Z [00:03:00.067]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.3810864Z [00:03:00.067]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.3811546Z [00:03:00.067]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.3812153Z [00:03:00.067]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.3812745Z [00:03:00.067]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.3813302Z [00:03:00.067]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.3814094Z [00:03:00.067]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.3814478Z [00:03:00.067]➜  EOF
2025-08-20T20:26:21.3816559Z [00:03:00.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1343/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-add=>github.com/cli/cli/v2/pkg/cmd/project/item-add;$WORK/b1343=>" -p github.com/cli/cli/v2/pkg/cmd/project/item-add -lang=go1.24 -complete -installsuffix shared -buildid DDzLUpK1qxEWbkLS3ay3/DDzLUpK1qxEWbkLS3ay3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1343/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-add/item_add.go
2025-08-20T20:26:21.3818506Z [00:03:00.068]➜  cat >/tmp/go-build1823208636/b1344/importcfg << 'EOF' # internal
2025-08-20T20:26:21.3818858Z [00:03:00.068]➜  # import config
2025-08-20T20:26:21.3819224Z [00:03:00.068]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.3819884Z [00:03:00.068]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.3820678Z [00:03:00.068]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.3821446Z [00:03:00.068]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.3822120Z [00:03:00.068]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.3822938Z [00:03:00.068]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.3823533Z [00:03:00.068]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.3824079Z [00:03:00.068]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.3826770Z [00:03:00.068]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.3827113Z [00:03:00.068]➜  EOF
2025-08-20T20:26:21.3829154Z [00:03:00.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1344/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-archive=>github.com/cli/cli/v2/pkg/cmd/project/item-archive;$WORK/b1344=>" -p github.com/cli/cli/v2/pkg/cmd/project/item-archive -lang=go1.24 -complete -installsuffix shared -buildid 4_wCfVCn0JBGw1mjY8Iz/4_wCfVCn0JBGw1mjY8Iz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-archive/item_archive.go
2025-08-20T20:26:21.3961356Z [00:03:00.082]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T20:26:21.3962125Z [00:03:00.082]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/8b/8b66fe23034ba679b4226ecab576900f0fffd8d80ce6ee5d2c9e84d6655d9981-d # internal
2025-08-20T20:26:21.3962760Z [00:03:00.082]➜  github.com/cli/cli/v2/pkg/cmd/project/item-create
2025-08-20T20:26:21.3963129Z [00:03:00.082]➜  mkdir -p $WORK/b1345/
2025-08-20T20:26:21.3963519Z [00:03:00.082]➜  cat >/tmp/go-build1823208636/b1345/importcfg << 'EOF' # internal
2025-08-20T20:26:21.3963870Z [00:03:00.082]➜  # import config
2025-08-20T20:26:21.3964214Z [00:03:00.082]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.3964729Z [00:03:00.082]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.3965412Z [00:03:00.082]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.3966443Z [00:03:00.082]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.3967130Z [00:03:00.082]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.3967740Z [00:03:00.082]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.3968337Z [00:03:00.082]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.3969208Z [00:03:00.082]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.3969750Z [00:03:00.082]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.3970070Z [00:03:00.082]➜  EOF
2025-08-20T20:26:21.3972088Z [00:03:00.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1345/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-create=>github.com/cli/cli/v2/pkg/cmd/project/item-create;$WORK/b1345=>" -p github.com/cli/cli/v2/pkg/cmd/project/item-create -lang=go1.24 -complete -installsuffix shared -buildid HCuA92u89teq62k4WSAi/HCuA92u89teq62k4WSAi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-create/item_create.go
2025-08-20T20:26:21.4345894Z [00:03:00.121]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T20:26:21.4371105Z [00:03:00.123]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/71/71c09f2a821e96543180c1fc6af86f8b3e4920cf47f11762901cc4fbce647783-d # internal
2025-08-20T20:26:21.4379636Z [00:03:00.124]➜  github.com/cli/cli/v2/pkg/cmd/project/item-delete
2025-08-20T20:26:21.4387291Z [00:03:00.125]➜  mkdir -p $WORK/b1346/
2025-08-20T20:26:21.4398740Z [00:03:00.126]➜  cat >/tmp/go-build1823208636/b1346/importcfg << 'EOF' # internal
2025-08-20T20:26:21.4401417Z [00:03:00.126]➜  # import config
2025-08-20T20:26:21.4402421Z [00:03:00.126]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.4403335Z [00:03:00.126]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.4404036Z [00:03:00.126]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.4404801Z [00:03:00.126]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.4405487Z [00:03:00.126]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.4406323Z [00:03:00.126]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.4407114Z [00:03:00.126]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.4407665Z [00:03:00.126]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.4414399Z [00:03:00.126]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.4414785Z [00:03:00.126]➜  EOF
2025-08-20T20:26:21.4417118Z [00:03:00.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1346/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-delete=>github.com/cli/cli/v2/pkg/cmd/project/item-delete;$WORK/b1346=>" -p github.com/cli/cli/v2/pkg/cmd/project/item-delete -lang=go1.24 -complete -installsuffix shared -buildid BrSSxaKB5C9PT2jKtIsx/BrSSxaKB5C9PT2jKtIsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1346/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-delete/item_delete.go
2025-08-20T20:26:21.4423944Z [00:03:00.128]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T20:26:21.4444467Z [00:03:00.131]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/fd/fd58e3da9dff77cb8048e2b7e849cf9dfc545c54492b95af0d2a3f08136880e3-d # internal
2025-08-20T20:26:21.4457633Z [00:03:00.132]➜  github.com/cli/cli/v2/pkg/cmd/project/item-edit
2025-08-20T20:26:21.4464253Z [00:03:00.133]➜  mkdir -p $WORK/b1347/
2025-08-20T20:26:21.4476825Z [00:03:00.134]➜  cat >/tmp/go-build1823208636/b1347/importcfg << 'EOF' # internal
2025-08-20T20:26:21.4477427Z [00:03:00.134]➜  # import config
2025-08-20T20:26:21.4477930Z [00:03:00.134]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.4478580Z [00:03:00.134]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.4479453Z [00:03:00.134]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.4480620Z [00:03:00.134]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.4481511Z [00:03:00.134]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.4482145Z [00:03:00.134]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.4484301Z [00:03:00.134]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.4484874Z [00:03:00.134]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.4485350Z [00:03:00.134]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.4487240Z [00:03:00.134]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:21.4487563Z [00:03:00.134]➜  EOF
2025-08-20T20:26:21.4489770Z [00:03:00.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1347/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-edit=>github.com/cli/cli/v2/pkg/cmd/project/item-edit;$WORK/b1347=>" -p github.com/cli/cli/v2/pkg/cmd/project/item-edit -lang=go1.24 -complete -installsuffix shared -buildid ldolY5VP2HxZ1h81dL3d/ldolY5VP2HxZ1h81dL3d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1347/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-edit/item_edit.go
2025-08-20T20:26:21.4588086Z [00:03:00.145]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T20:26:21.4606143Z [00:03:00.147]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/1a/1a9b925518a84bd31d3aae7caaa0fdfb78cdf975bad247623f0ad2bf5407a37d-d # internal
2025-08-20T20:26:21.4611933Z [00:03:00.147]➜  github.com/cli/cli/v2/pkg/cmd/project/item-list
2025-08-20T20:26:21.4612309Z [00:03:00.147]➜  mkdir -p $WORK/b1348/
2025-08-20T20:26:21.4612725Z [00:03:00.147]➜  cat >/tmp/go-build1823208636/b1348/importcfg << 'EOF' # internal
2025-08-20T20:26:21.4613084Z [00:03:00.147]➜  # import config
2025-08-20T20:26:21.4613422Z [00:03:00.147]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.4613932Z [00:03:00.147]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.4614864Z [00:03:00.147]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:21.4615990Z [00:03:00.147]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.4616829Z [00:03:00.147]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.4617512Z [00:03:00.147]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.4618131Z [00:03:00.147]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.4618709Z [00:03:00.147]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.4619183Z [00:03:00.147]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.4619507Z [00:03:00.147]➜  EOF
2025-08-20T20:26:21.4621470Z [00:03:00.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1348/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-list=>github.com/cli/cli/v2/pkg/cmd/project/item-list;$WORK/b1348=>" -p github.com/cli/cli/v2/pkg/cmd/project/item-list -lang=go1.24 -complete -installsuffix shared -buildid D5OlCuLGhfj03MgXr_xy/D5OlCuLGhfj03MgXr_xy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-list/item_list.go
2025-08-20T20:26:21.4636658Z [00:03:00.149]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T20:26:21.4637880Z [00:03:00.150]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/01/01e20647276f2ac3d23e812929f719f5f3ac426ad54d0529b0b8bd4a5f74ccd0-d # internal
2025-08-20T20:26:21.4639161Z [00:03:00.150]➜  github.com/cli/cli/v2/pkg/cmd/project/link
2025-08-20T20:26:21.4639579Z [00:03:00.150]➜  mkdir -p $WORK/b1349/
2025-08-20T20:26:21.4639975Z [00:03:00.150]➜  cat >/tmp/go-build1823208636/b1349/importcfg << 'EOF' # internal
2025-08-20T20:26:21.4640332Z [00:03:00.150]➜  # import config
2025-08-20T20:26:21.4640664Z [00:03:00.150]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.4641172Z [00:03:00.150]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.4641753Z [00:03:00.150]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.4642331Z [00:03:00.150]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:21.4642956Z [00:03:00.150]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.4643781Z [00:03:00.150]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.4644622Z [00:03:00.150]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.4645304Z [00:03:00.150]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.4646186Z [00:03:00.150]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.4646774Z [00:03:00.150]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.4647567Z [00:03:00.150]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.4648002Z [00:03:00.150]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.4648435Z [00:03:00.150]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.4648755Z [00:03:00.150]➜  EOF
2025-08-20T20:26:21.4650640Z [00:03:00.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1349/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/link=>github.com/cli/cli/v2/pkg/cmd/project/link;$WORK/b1349=>" -p github.com/cli/cli/v2/pkg/cmd/project/link -lang=go1.24 -complete -installsuffix shared -buildid WNSbelnnMpEDNW6XDpkm/WNSbelnnMpEDNW6XDpkm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/link/link.go
2025-08-20T20:26:21.5181760Z [00:03:00.204]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T20:26:21.5202378Z [00:03:00.206]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/8f/8f4c6a38bac92a5803b2a3ee1160f27e72eb79b1460dfcd5490b9d43a34dfa04-d # internal
2025-08-20T20:26:21.5205802Z [00:03:00.207]➜  github.com/cli/cli/v2/pkg/cmd/project/list
2025-08-20T20:26:21.5217924Z [00:03:00.208]➜  mkdir -p $WORK/b1350/
2025-08-20T20:26:21.5218924Z [00:03:00.208]➜  cat >/tmp/go-build1823208636/b1350/importcfg << 'EOF' # internal
2025-08-20T20:26:21.5219319Z [00:03:00.208]➜  # import config
2025-08-20T20:26:21.5219674Z [00:03:00.208]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.5220185Z [00:03:00.208]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.5220839Z [00:03:00.208]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:21.5221568Z [00:03:00.208]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.5222329Z [00:03:00.208]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/format=/tmp/go-build1823208636/b1351/_pkg_.a
2025-08-20T20:26:21.5223087Z [00:03:00.208]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.5223766Z [00:03:00.208]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.5224654Z [00:03:00.208]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.5225328Z [00:03:00.208]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.5226001Z [00:03:00.208]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.5226330Z [00:03:00.208]➜  EOF
2025-08-20T20:26:21.5228196Z [00:03:00.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1350/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/list=>github.com/cli/cli/v2/pkg/cmd/project/list;$WORK/b1350=>" -p github.com/cli/cli/v2/pkg/cmd/project/list -lang=go1.24 -complete -installsuffix shared -buildid -UWn1JWnKcPuxcLq5qtW/-UWn1JWnKcPuxcLq5qtW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/list/list.go
2025-08-20T20:26:21.5318873Z [00:03:00.215]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T20:26:21.5330773Z [00:03:00.219]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T20:26:21.5331628Z [00:03:00.219]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/1b/1bd5431ce858e0b68d7478aec372df2ca3030d6fd4e68f409addbea077b3a070-d # internal
2025-08-20T20:26:21.5332283Z [00:03:00.219]➜  github.com/cli/cli/v2/pkg/cmd/project/mark-template
2025-08-20T20:26:21.5332628Z [00:03:00.219]➜  mkdir -p $WORK/b1352/
2025-08-20T20:26:21.5333009Z [00:03:00.219]➜  cat >/tmp/go-build1823208636/b1352/importcfg << 'EOF' # internal
2025-08-20T20:26:21.5333359Z [00:03:00.219]➜  # import config
2025-08-20T20:26:21.5333897Z [00:03:00.219]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.5334408Z [00:03:00.219]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.5335092Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.5336065Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.5336756Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.5339932Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.5340895Z [00:03:00.219]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.5341464Z [00:03:00.219]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.5341954Z [00:03:00.219]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.5342288Z [00:03:00.219]➜  EOF
2025-08-20T20:26:21.5344381Z [00:03:00.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1352/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/mark-template=>github.com/cli/cli/v2/pkg/cmd/project/mark-template;$WORK/b1352=>" -p github.com/cli/cli/v2/pkg/cmd/project/mark-template -lang=go1.24 -complete -installsuffix shared -buildid hfxbGllGvRBN0THV2WZP/hfxbGllGvRBN0THV2WZP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/mark-template/mark_template.go
2025-08-20T20:26:21.5346826Z [00:03:00.219]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/6f/6fe0ba175e84643f6235a8d2a165d06957e54b9f6bf72d0d149bcc2008393817-d # internal
2025-08-20T20:26:21.5347429Z [00:03:00.219]➜  github.com/cli/cli/v2/pkg/cmd/project/unlink
2025-08-20T20:26:21.5347750Z [00:03:00.219]➜  mkdir -p $WORK/b1353/
2025-08-20T20:26:21.5348134Z [00:03:00.219]➜  cat >/tmp/go-build1823208636/b1353/importcfg << 'EOF' # internal
2025-08-20T20:26:21.5348482Z [00:03:00.219]➜  # import config
2025-08-20T20:26:21.5348809Z [00:03:00.219]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.5349314Z [00:03:00.219]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.5349884Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.5350718Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:21.5351412Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.5354190Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.5359786Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.5360499Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.5361111Z [00:03:00.219]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.5361960Z [00:03:00.219]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.5372660Z [00:03:00.219]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.5373155Z [00:03:00.219]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.5373590Z [00:03:00.219]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.5373904Z [00:03:00.219]➜  EOF
2025-08-20T20:26:21.5375980Z [00:03:00.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1353/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/unlink=>github.com/cli/cli/v2/pkg/cmd/project/unlink;$WORK/b1353=>" -p github.com/cli/cli/v2/pkg/cmd/project/unlink -lang=go1.24 -complete -installsuffix shared -buildid hJljSNzX4TAOzIHnY1IX/hJljSNzX4TAOzIHnY1IX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/unlink/unlink.go
2025-08-20T20:26:21.5378101Z [00:03:00.219]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T20:26:21.5378824Z [00:03:00.222]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/c8/c8c8bde03a7832dbe98b9c8aea27c4fb3c277be3627ca9bd9588e05046a14191-d # internal
2025-08-20T20:26:21.5379421Z [00:03:00.222]➜  github.com/cli/cli/v2/pkg/cmd/project/view
2025-08-20T20:26:21.5379903Z [00:03:00.222]➜  mkdir -p $WORK/b1354/
2025-08-20T20:26:21.5380279Z [00:03:00.222]➜  cat >/tmp/go-build1823208636/b1354/importcfg << 'EOF' # internal
2025-08-20T20:26:21.5380624Z [00:03:00.222]➜  # import config
2025-08-20T20:26:21.5380951Z [00:03:00.222]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.5381461Z [00:03:00.222]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.5382139Z [00:03:00.222]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:21.5382895Z [00:03:00.222]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:21.5383569Z [00:03:00.222]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.5384178Z [00:03:00.222]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.5384803Z [00:03:00.222]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:21.5385367Z [00:03:00.222]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.5386179Z [00:03:00.222]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.5386616Z [00:03:00.222]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.5386930Z [00:03:00.222]➜  EOF
2025-08-20T20:26:21.5388980Z [00:03:00.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1354/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/view=>github.com/cli/cli/v2/pkg/cmd/project/view;$WORK/b1354=>" -p github.com/cli/cli/v2/pkg/cmd/project/view -lang=go1.24 -complete -installsuffix shared -buildid xlO9zaeKsxQMlkJGdKk0/xlO9zaeKsxQMlkJGdKk0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/view/view.go
2025-08-20T20:26:21.5992941Z [00:03:00.285]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T20:26:21.6000467Z [00:03:00.286]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T20:26:21.6044829Z [00:03:00.290]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/f8/f855d6c5b098051ab22d2ceea966b6f87236023683d9ae9dc5c36ea6ce3618ae-d # internal
2025-08-20T20:26:21.6050183Z [00:03:00.290]➜  github.com/cli/cli/v2/pkg/cmd/release/create
2025-08-20T20:26:21.6050616Z [00:03:00.290]➜  mkdir -p $WORK/b1356/
2025-08-20T20:26:21.6051780Z [00:03:00.290]➜  cat >/tmp/go-build1823208636/b1356/importcfg << 'EOF' # internal
2025-08-20T20:26:21.6052136Z [00:03:00.290]➜  # import config
2025-08-20T20:26:21.6052865Z [00:03:00.290]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:21.6054867Z [00:03:00.290]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.6055470Z [00:03:00.290]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:21.6056034Z [00:03:00.290]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:21.6056460Z [00:03:00.290]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.6056969Z [00:03:00.290]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.6057542Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.6058307Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:21.6058887Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:21.6059538Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:21.6060194Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.6060819Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:21.6061668Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:21.6062312Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.6062928Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.6063547Z [00:03:00.290]➜  packagefile github.com/cli/cli/v2/pkg/surveyext=/tmp/go-build1823208636/b311/_pkg_.a
2025-08-20T20:26:21.6064145Z [00:03:00.290]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:21.6064726Z [00:03:00.290]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.6065276Z [00:03:00.290]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.6071209Z [00:03:00.290]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:21.6071727Z [00:03:00.290]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.6072381Z [00:03:00.290]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:21.6072970Z [00:03:00.290]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:21.6073515Z [00:03:00.290]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.6073870Z [00:03:00.290]➜  EOF
2025-08-20T20:26:21.6077190Z [00:03:00.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1356/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create=>github.com/cli/cli/v2/pkg/cmd/release/create;$WORK/b1356=>" -p github.com/cli/cli/v2/pkg/cmd/release/create -lang=go1.24 -complete -installsuffix shared -buildid rtjkQGg6x0pbEHS5ip5r/rtjkQGg6x0pbEHS5ip5r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1356/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create/create.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create/http.go
2025-08-20T20:26:21.6080021Z [00:03:00.291]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/ad/ad941d4f903209208cd686edcd6a7bbeb9a7053a1cea5b97192e6c568f0a6b75-d # internal
2025-08-20T20:26:21.6080837Z [00:03:00.291]➜  github.com/cli/cli/v2/pkg/cmd/release/delete
2025-08-20T20:26:21.6081379Z [00:03:00.291]➜  mkdir -p $WORK/b1359/
2025-08-20T20:26:21.6081758Z [00:03:00.291]➜  cat >/tmp/go-build1823208636/b1359/importcfg << 'EOF' # internal
2025-08-20T20:26:21.6082269Z [00:03:00.291]➜  # import config
2025-08-20T20:26:21.6082735Z [00:03:00.291]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.6083192Z [00:03:00.291]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.6084018Z [00:03:00.291]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.6084775Z [00:03:00.291]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:21.6085766Z [00:03:00.291]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:21.6086616Z [00:03:00.291]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.6087460Z [00:03:00.291]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:21.6088414Z [00:03:00.291]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.6089199Z [00:03:00.291]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.6089936Z [00:03:00.291]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.6090612Z [00:03:00.292]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.6091045Z [00:03:00.292]➜  EOF
2025-08-20T20:26:21.6093172Z [00:03:00.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1359/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete=>github.com/cli/cli/v2/pkg/cmd/release/delete;$WORK/b1359=>" -p github.com/cli/cli/v2/pkg/cmd/release/delete -lang=go1.24 -complete -installsuffix shared -buildid 1v0aR6-PpfNHo8fl5zWF/1v0aR6-PpfNHo8fl5zWF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete/delete.go
2025-08-20T20:26:21.6095223Z [00:03:00.292]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T20:26:21.6126959Z [00:03:00.297]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T20:26:21.6135956Z [00:03:00.298]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/dd/dd9beb900e2a094942df8c71a1be6183d40eefd43d4fe9bf594e0423401cbfba-d # internal
2025-08-20T20:26:21.6136786Z [00:03:00.298]➜  github.com/cli/cli/v2/pkg/cmd/release/delete-asset
2025-08-20T20:26:21.6137146Z [00:03:00.299]➜  mkdir -p $WORK/b1360/
2025-08-20T20:26:21.6137789Z [00:03:00.299]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/d9/d919f571e74c42f7c65ac3ff54cba199be4cc7f03a88aa7711fbab0ca4b06211-d # internal
2025-08-20T20:26:21.6138818Z [00:03:00.300]➜  github.com/cli/cli/v2/pkg/cmd/project
2025-08-20T20:26:21.6139155Z [00:03:00.300]➜  mkdir -p $WORK/b1332/
2025-08-20T20:26:21.6139535Z [00:03:00.300]➜  cat >/tmp/go-build1823208636/b1360/importcfg << 'EOF' # internal
2025-08-20T20:26:21.6139896Z [00:03:00.300]➜  # import config
2025-08-20T20:26:21.6140238Z [00:03:00.300]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.6140657Z [00:03:00.300]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.6141135Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.6141735Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.6142689Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:21.6143460Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.6144075Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.6144643Z [00:03:00.300]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.6145171Z [00:03:00.300]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.6145489Z [00:03:00.300]➜  EOF
2025-08-20T20:26:21.6147870Z [00:03:00.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1360/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete-asset=>github.com/cli/cli/v2/pkg/cmd/release/delete-asset;$WORK/b1360=>" -p github.com/cli/cli/v2/pkg/cmd/release/delete-asset -lang=go1.24 -complete -installsuffix shared -buildid Yha0yGS1Rff6iE-R2jtP/Yha0yGS1Rff6iE-R2jtP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete-asset/delete_asset.go
2025-08-20T20:26:21.6149846Z [00:03:00.300]➜  cat >/tmp/go-build1823208636/b1332/importcfg << 'EOF' # internal
2025-08-20T20:26:21.6150196Z [00:03:00.300]➜  # import config
2025-08-20T20:26:21.6150621Z [00:03:00.300]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.6151480Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/close=/tmp/go-build1823208636/b1333/_pkg_.a
2025-08-20T20:26:21.6152164Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/copy=/tmp/go-build1823208636/b1336/_pkg_.a
2025-08-20T20:26:21.6152844Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/create=/tmp/go-build1823208636/b1337/_pkg_.a
2025-08-20T20:26:21.6153543Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/delete=/tmp/go-build1823208636/b1338/_pkg_.a
2025-08-20T20:26:21.6154221Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/edit=/tmp/go-build1823208636/b1339/_pkg_.a
2025-08-20T20:26:21.6167367Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/field-create=/tmp/go-build1823208636/b1340/_pkg_.a
2025-08-20T20:26:21.6168126Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/field-delete=/tmp/go-build1823208636/b1341/_pkg_.a
2025-08-20T20:26:21.6168876Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/field-list=/tmp/go-build1823208636/b1342/_pkg_.a
2025-08-20T20:26:21.6169584Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-add=/tmp/go-build1823208636/b1343/_pkg_.a
2025-08-20T20:26:21.6170305Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-archive=/tmp/go-build1823208636/b1344/_pkg_.a
2025-08-20T20:26:21.6171043Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-create=/tmp/go-build1823208636/b1345/_pkg_.a
2025-08-20T20:26:21.6171762Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-delete=/tmp/go-build1823208636/b1346/_pkg_.a
2025-08-20T20:26:21.6172477Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-edit=/tmp/go-build1823208636/b1347/_pkg_.a
2025-08-20T20:26:21.6173182Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-list=/tmp/go-build1823208636/b1348/_pkg_.a
2025-08-20T20:26:21.6173917Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/link=/tmp/go-build1823208636/b1349/_pkg_.a
2025-08-20T20:26:21.6174586Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/list=/tmp/go-build1823208636/b1350/_pkg_.a
2025-08-20T20:26:21.6175295Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/mark-template=/tmp/go-build1823208636/b1352/_pkg_.a
2025-08-20T20:26:21.6176258Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/unlink=/tmp/go-build1823208636/b1353/_pkg_.a
2025-08-20T20:26:21.6177296Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/view=/tmp/go-build1823208636/b1354/_pkg_.a
2025-08-20T20:26:21.6178011Z [00:03:00.300]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.6178572Z [00:03:00.300]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.6178930Z [00:03:00.300]➜  EOF
2025-08-20T20:26:21.6180785Z [00:03:00.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1332/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project=>github.com/cli/cli/v2/pkg/cmd/project;$WORK/b1332=>" -p github.com/cli/cli/v2/pkg/cmd/project -lang=go1.24 -complete -installsuffix shared -buildid g1-UbugZnYQS0w-VK-cz/g1-UbugZnYQS0w-VK-cz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1332/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/project.go
2025-08-20T20:26:21.6811922Z [00:03:00.367]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T20:26:21.6830164Z [00:03:00.369]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/a3/a39efda57edf32ba86a33e108eb613fff714352f6dd664dd7e26cb9d914165f9-d # internal
2025-08-20T20:26:21.6833463Z [00:03:00.369]➜  github.com/cli/cli/v2/pkg/cmd/release/download
2025-08-20T20:26:21.6838039Z [00:03:00.370]➜  mkdir -p $WORK/b1361/
2025-08-20T20:26:21.6844957Z [00:03:00.370]➜  cat >/tmp/go-build1823208636/b1361/importcfg << 'EOF' # internal
2025-08-20T20:26:21.6849371Z [00:03:00.370]➜  # import config
2025-08-20T20:26:21.6850987Z [00:03:00.370]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.6851524Z [00:03:00.370]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:21.6851951Z [00:03:00.370]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.6852491Z [00:03:00.370]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.6853083Z [00:03:00.370]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.6853687Z [00:03:00.370]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.6854717Z [00:03:00.370]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:21.6855370Z [00:03:00.370]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.6856195Z [00:03:00.370]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.6856799Z [00:03:00.370]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.6857257Z [00:03:00.370]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:21.6857663Z [00:03:00.370]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:21.6858093Z [00:03:00.370]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.6858515Z [00:03:00.370]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:21.6858947Z [00:03:00.370]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:21.6859393Z [00:03:00.370]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:21.6859813Z [00:03:00.370]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:21.6860234Z [00:03:00.370]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:21.6860664Z [00:03:00.370]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.6860977Z [00:03:00.370]➜  EOF
2025-08-20T20:26:21.6867488Z [00:03:00.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1361/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/download=>github.com/cli/cli/v2/pkg/cmd/release/download;$WORK/b1361=>" -p github.com/cli/cli/v2/pkg/cmd/release/download -lang=go1.24 -complete -installsuffix shared -buildid -E9pOMZlZ1IUIairSnqg/-E9pOMZlZ1IUIairSnqg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/download/download.go
2025-08-20T20:26:21.7000438Z [00:03:00.385]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T20:26:21.7018577Z [00:03:00.387]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/8b/8b925dcc395044d45d1dd60b3ba552d9f6493cb4ada37092e71b04cabd3c9007-d # internal
2025-08-20T20:26:21.7027367Z [00:03:00.387]➜  github.com/cli/cli/v2/pkg/cmd/release/edit
2025-08-20T20:26:21.7027786Z [00:03:00.387]➜  mkdir -p $WORK/b1362/
2025-08-20T20:26:21.7028214Z [00:03:00.388]➜  cat >/tmp/go-build1823208636/b1362/importcfg << 'EOF' # internal
2025-08-20T20:26:21.7028569Z [00:03:00.388]➜  # import config
2025-08-20T20:26:21.7028909Z [00:03:00.388]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:21.7029568Z [00:03:00.388]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.7030099Z [00:03:00.388]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:21.7030542Z [00:03:00.388]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.7031054Z [00:03:00.388]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.7031625Z [00:03:00.388]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.7032243Z [00:03:00.388]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:21.7033079Z [00:03:00.388]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.7033759Z [00:03:00.388]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:21.7034405Z [00:03:00.388]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.7035061Z [00:03:00.388]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.7035846Z [00:03:00.388]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.7036588Z [00:03:00.388]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.7037051Z [00:03:00.388]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:21.7037470Z [00:03:00.388]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.7037797Z [00:03:00.388]➜  EOF
2025-08-20T20:26:21.7039888Z [00:03:00.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1362/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit=>github.com/cli/cli/v2/pkg/cmd/release/edit;$WORK/b1362=>" -p github.com/cli/cli/v2/pkg/cmd/release/edit -lang=go1.24 -complete -installsuffix shared -buildid ITlXE0IG6i_eGWnRx-qH/ITlXE0IG6i_eGWnRx-qH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1362/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit/edit.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit/http.go
2025-08-20T20:26:21.7041773Z [00:03:00.389]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T20:26:21.7054144Z [00:03:00.391]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/63/63a8e06912e1140a19bb047bebe194979ab5558457e7fba0c7d5ba92239a8ce9-d # internal
2025-08-20T20:26:21.7065070Z [00:03:00.392]➜  github.com/cli/cli/v2/pkg/cmd/release/upload
2025-08-20T20:26:21.7065416Z [00:03:00.392]➜  mkdir -p $WORK/b1364/
2025-08-20T20:26:21.7066016Z [00:03:00.392]➜  cat >/tmp/go-build1823208636/b1364/importcfg << 'EOF' # internal
2025-08-20T20:26:21.7066370Z [00:03:00.392]➜  # import config
2025-08-20T20:26:21.7066714Z [00:03:00.392]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
﻿2025-08-20T20:26:21.7076053Z [00:03:00.392]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.7076624Z [00:03:00.392]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.7077545Z [00:03:00.392]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.7078236Z [00:03:00.392]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:21.7078908Z [00:03:00.392]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:21.7079554Z [00:03:00.392]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.7080166Z [00:03:00.392]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.7080772Z [00:03:00.393]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.7081251Z [00:03:00.393]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.7081881Z [00:03:00.393]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:21.7082392Z [00:03:00.393]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.7082710Z [00:03:00.393]➜  EOF
2025-08-20T20:26:21.7084627Z [00:03:00.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1364/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/upload=>github.com/cli/cli/v2/pkg/cmd/release/upload;$WORK/b1364=>" -p github.com/cli/cli/v2/pkg/cmd/release/upload -lang=go1.24 -complete -installsuffix shared -buildid 0lLyWua6AfD5kT3dGzWO/0lLyWua6AfD5kT3dGzWO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1364/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/upload/upload.go
2025-08-20T20:26:21.7448780Z [00:03:00.431]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T20:26:21.7474095Z [00:03:00.433]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/01/0136479a273333473af7d49b8820b86a5221fb0c651f8d0489a36080a8835c48-d # internal
2025-08-20T20:26:21.7489801Z [00:03:00.435]➜  github.com/cli/cli/v2/pkg/cmd/release/verify
2025-08-20T20:26:21.7491252Z [00:03:00.435]➜  mkdir -p $WORK/b1365/
2025-08-20T20:26:21.7502093Z [00:03:00.436]➜  cat >/tmp/go-build1823208636/b1365/importcfg << 'EOF' # internal
2025-08-20T20:26:21.7502773Z [00:03:00.436]➜  # import config
2025-08-20T20:26:21.7504964Z [00:03:00.436]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.7505960Z [00:03:00.436]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.7507035Z [00:03:00.436]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.7507926Z [00:03:00.436]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.7508765Z [00:03:00.436]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:21.7509661Z [00:03:00.436]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:21.7510644Z [00:03:00.437]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact=/tmp/go-build1823208636/b1174/_pkg_.a
2025-08-20T20:26:21.7511558Z [00:03:00.437]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:21.7512482Z [00:03:00.437]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/verification=/tmp/go-build1823208636/b1225/_pkg_.a
2025-08-20T20:26:21.7513384Z [00:03:00.437]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:21.7514150Z [00:03:00.437]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.7515398Z [00:03:00.437]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.7516196Z [00:03:00.437]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1823208636/b463/_pkg_.a
2025-08-20T20:26:21.7517156Z [00:03:00.437]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.7517903Z [00:03:00.437]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:21.7518569Z [00:03:00.437]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.7518893Z [00:03:00.437]➜  EOF
2025-08-20T20:26:21.7520809Z [00:03:00.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1365/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify=>github.com/cli/cli/v2/pkg/cmd/release/verify;$WORK/b1365=>" -p github.com/cli/cli/v2/pkg/cmd/release/verify -lang=go1.24 -complete -installsuffix shared -buildid GdaJ74jWcHE6eHTACvfs/GdaJ74jWcHE6eHTACvfs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1365/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify/verify.go
2025-08-20T20:26:21.7816500Z [00:03:00.467]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T20:26:21.7850192Z [00:03:00.470]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/3a/3a33cebf9a53f72b1b755359cfb16ed5dc128f5f4620c755d2d5b6dae3473883-d # internal
2025-08-20T20:26:21.7851097Z [00:03:00.470]➜  github.com/cli/cli/v2/pkg/cmd/release/verify-asset
2025-08-20T20:26:21.7851458Z [00:03:00.470]➜  mkdir -p $WORK/b1366/
2025-08-20T20:26:21.7851843Z [00:03:00.471]➜  cat >/tmp/go-build1823208636/b1366/importcfg << 'EOF' # internal
2025-08-20T20:26:21.7852201Z [00:03:00.471]➜  # import config
2025-08-20T20:26:21.7852570Z [00:03:00.471]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.7853208Z [00:03:00.471]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.7853717Z [00:03:00.471]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.7854334Z [00:03:00.471]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.7855025Z [00:03:00.471]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:21.7855895Z [00:03:00.471]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact=/tmp/go-build1823208636/b1174/_pkg_.a
2025-08-20T20:26:21.7856679Z [00:03:00.471]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:21.7857373Z [00:03:00.471]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:21.7858016Z [00:03:00.471]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.7858631Z [00:03:00.471]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.7859200Z [00:03:00.471]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.7859674Z [00:03:00.471]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.7860142Z [00:03:00.471]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:21.7860476Z [00:03:00.471]➜  EOF
2025-08-20T20:26:21.7862708Z [00:03:00.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1366/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify-asset=>github.com/cli/cli/v2/pkg/cmd/release/verify-asset;$WORK/b1366=>" -p github.com/cli/cli/v2/pkg/cmd/release/verify-asset -lang=go1.24 -complete -installsuffix shared -buildid fMpNwYC6hjpt4FjNjB6r/fMpNwYC6hjpt4FjNjB6r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1366/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify-asset/verify_asset.go
2025-08-20T20:26:21.7881064Z [00:03:00.474]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T20:26:21.7912035Z [00:03:00.476]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/c8/c88ce7ba44420a21be46a194030eeda3f9915e6a6ee3fb101f5145cc30c139d8-d # internal
2025-08-20T20:26:21.7912976Z [00:03:00.476]➜  github.com/cli/cli/v2/pkg/cmd/release/view
2025-08-20T20:26:21.7913401Z [00:03:00.476]➜  mkdir -p $WORK/b1367/
2025-08-20T20:26:21.7915269Z [00:03:00.477]➜  cat >/tmp/go-build1823208636/b1367/importcfg << 'EOF' # internal
2025-08-20T20:26:21.7915758Z [00:03:00.477]➜  # import config
2025-08-20T20:26:21.7916104Z [00:03:00.477]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.7916521Z [00:03:00.477]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.7917026Z [00:03:00.477]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.7917915Z [00:03:00.477]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.7918582Z [00:03:00.477]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:21.7919228Z [00:03:00.477]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:21.7919898Z [00:03:00.477]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:21.7920545Z [00:03:00.477]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.7921169Z [00:03:00.477]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.7921783Z [00:03:00.477]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:21.7922349Z [00:03:00.477]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.7922816Z [00:03:00.477]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:21.7923232Z [00:03:00.477]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.7923661Z [00:03:00.477]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.7924083Z [00:03:00.477]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:21.7924392Z [00:03:00.477]➜  EOF
2025-08-20T20:26:21.7926495Z [00:03:00.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1367/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/view=>github.com/cli/cli/v2/pkg/cmd/release/view;$WORK/b1367=>" -p github.com/cli/cli/v2/pkg/cmd/release/view -lang=go1.24 -complete -installsuffix shared -buildid k059n4TGh8z6HdsNsJ8S/k059n4TGh8z6HdsNsJ8S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1367/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/view/view.go
2025-08-20T20:26:21.7942828Z [00:03:00.477]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T20:26:21.7943555Z [00:03:00.479]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/3e/3eb5b4e6156fe85556c14460244991a540cbec293a7d8bbc56a9f1ca4f33196a-d # internal
2025-08-20T20:26:21.7944164Z [00:03:00.480]➜  github.com/cli/cli/v2/pkg/cmd/repo/autolink/view
2025-08-20T20:26:21.7944499Z [00:03:00.480]➜  mkdir -p $WORK/b1374/
2025-08-20T20:26:21.7944879Z [00:03:00.480]➜  cat >/tmp/go-build1823208636/b1374/importcfg << 'EOF' # internal
2025-08-20T20:26:21.7945408Z [00:03:00.480]➜  # import config
2025-08-20T20:26:21.7946082Z [00:03:00.480]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:21.7946526Z [00:03:00.480]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.7947005Z [00:03:00.480]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.7947600Z [00:03:00.480]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:21.7948257Z [00:03:00.480]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:21.7948904Z [00:03:00.480]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.7949591Z [00:03:00.480]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/shared=/tmp/go-build1823208636/b1372/_pkg_.a
2025-08-20T20:26:21.7950569Z [00:03:00.480]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.7951238Z [00:03:00.480]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.7951802Z [00:03:00.480]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.7952282Z [00:03:00.480]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.7952600Z [00:03:00.480]➜  EOF
2025-08-20T20:26:21.7954816Z [00:03:00.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1374/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view=>github.com/cli/cli/v2/pkg/cmd/repo/autolink/view;$WORK/b1374=>" -p github.com/cli/cli/v2/pkg/cmd/repo/autolink/view -lang=go1.24 -complete -installsuffix shared -buildid Ga_DSWu9E3NJWuZHT0SV/Ga_DSWu9E3NJWuZHT0SV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1374/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/view.go
2025-08-20T20:26:21.8612004Z [00:03:00.547]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T20:26:21.8666379Z [00:03:00.553]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/98/98971d320e32fc8d8332e8478eb081f37bcf95405301c678afd8e98ce5c14769-d # internal
2025-08-20T20:26:21.8670313Z [00:03:00.553]➜  github.com/cli/cli/v2/pkg/cmd/repo/autolink/delete
2025-08-20T20:26:21.8671801Z [00:03:00.553]➜  mkdir -p $WORK/b1373/
2025-08-20T20:26:21.8673661Z [00:03:00.553]➜  cat >/tmp/go-build1823208636/b1373/importcfg << 'EOF' # internal
2025-08-20T20:26:21.8674419Z [00:03:00.553]➜  # import config
2025-08-20T20:26:21.8675006Z [00:03:00.553]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.8676443Z [00:03:00.553]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.8677282Z [00:03:00.553]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:21.8678181Z [00:03:00.553]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:21.8680473Z [00:03:00.553]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.8681484Z [00:03:00.553]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:21.8682311Z [00:03:00.553]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/view=/tmp/go-build1823208636/b1374/_pkg_.a
2025-08-20T20:26:21.8683400Z [00:03:00.553]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.8684251Z [00:03:00.553]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.8685386Z [00:03:00.553]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.8686170Z [00:03:00.553]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.8686506Z [00:03:00.553]➜  EOF
2025-08-20T20:26:21.8689205Z [00:03:00.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1373/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete=>github.com/cli/cli/v2/pkg/cmd/repo/autolink/delete;$WORK/b1373=>" -p github.com/cli/cli/v2/pkg/cmd/repo/autolink/delete -lang=go1.24 -complete -installsuffix shared -buildid KIr9tdPMXEjmRo1jFPK0/KIr9tdPMXEjmRo1jFPK0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/delete.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/http.go
2025-08-20T20:26:21.8711242Z [00:03:00.557]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T20:26:21.8736662Z [00:03:00.560]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/92/92174af5899e18be28282b933e9169e0165d29db53e8285574e9cd265025ddbb-d # internal
2025-08-20T20:26:21.8738139Z [00:03:00.560]➜  github.com/cli/cli/v2/pkg/cmd/repo/autolink/list
2025-08-20T20:26:21.8738676Z [00:03:00.560]➜  mkdir -p $WORK/b1375/
2025-08-20T20:26:21.8742064Z [00:03:00.560]➜  cat >/tmp/go-build1823208636/b1375/importcfg << 'EOF' # internal
2025-08-20T20:26:21.8742487Z [00:03:00.560]➜  # import config
2025-08-20T20:26:21.8743322Z [00:03:00.560]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:21.8743830Z [00:03:00.560]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.8744342Z [00:03:00.560]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.8745236Z [00:03:00.560]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.8746036Z [00:03:00.560]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:21.8746707Z [00:03:00.560]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:21.8747383Z [00:03:00.560]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.8748056Z [00:03:00.560]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:21.8748710Z [00:03:00.560]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:21.8749400Z [00:03:00.560]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/shared=/tmp/go-build1823208636/b1372/_pkg_.a
2025-08-20T20:26:21.8750075Z [00:03:00.560]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.8750692Z [00:03:00.560]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.8751260Z [00:03:00.560]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.8751746Z [00:03:00.560]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.8752181Z [00:03:00.560]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:21.8752506Z [00:03:00.560]➜  EOF
2025-08-20T20:26:21.8756479Z [00:03:00.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1375/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list=>github.com/cli/cli/v2/pkg/cmd/repo/autolink/list;$WORK/b1375=>" -p github.com/cli/cli/v2/pkg/cmd/repo/autolink/list -lang=go1.24 -complete -installsuffix shared -buildid TvXE_wzfAA_hU4PBuw_1/TvXE_wzfAA_hU4PBuw_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1375/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/list.go
2025-08-20T20:26:21.8784328Z [00:03:00.564]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T20:26:21.8808709Z [00:03:00.567]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/6c/6c5a4ee0a70607870349a1bd124de10e19e24570577f5cc3f573ae608d305954-d # internal
2025-08-20T20:26:21.8857312Z [00:03:00.572]➜  github.com/cli/cli/v2/pkg/cmd/repo/clone
2025-08-20T20:26:21.8857950Z [00:03:00.572]➜  mkdir -p $WORK/b1376/
2025-08-20T20:26:21.8858414Z [00:03:00.572]➜  cat >/tmp/go-build1823208636/b1376/importcfg << 'EOF' # internal
2025-08-20T20:26:21.8858774Z [00:03:00.572]➜  # import config
2025-08-20T20:26:21.8859122Z [00:03:00.572]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.8859544Z [00:03:00.572]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.8860047Z [00:03:00.572]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.8860622Z [00:03:00.572]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.8861160Z [00:03:00.572]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:21.8861942Z [00:03:00.572]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:21.8862679Z [00:03:00.572]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.8863402Z [00:03:00.572]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.8864013Z [00:03:00.572]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.8864601Z [00:03:00.572]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.8865127Z [00:03:00.572]➜  packagefile github.com/spf13/pflag=/tmp/go-build1823208636/b394/_pkg_.a
2025-08-20T20:26:21.8866052Z [00:03:00.572]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.8866488Z [00:03:00.572]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:21.8866913Z [00:03:00.572]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.8867237Z [00:03:00.572]➜  EOF
2025-08-20T20:26:21.8869071Z [00:03:00.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1376/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/clone=>github.com/cli/cli/v2/pkg/cmd/repo/clone;$WORK/b1376=>" -p github.com/cli/cli/v2/pkg/cmd/repo/clone -lang=go1.24 -complete -installsuffix shared -buildid AHwblOOTg3rxNiaJeMek/AHwblOOTg3rxNiaJeMek -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1376/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/clone/clone.go
2025-08-20T20:26:21.8875175Z [00:03:00.574]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T20:26:21.8902691Z [00:03:00.576]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/ff/ff61397118c17a8265894fffcb8b05256c6e6d0d30ab19b5957bfc10eee85f38-d # internal
2025-08-20T20:26:21.8903863Z [00:03:00.576]➜  github.com/cli/cli/v2/pkg/cmd/release
2025-08-20T20:26:21.8904315Z [00:03:00.576]➜  mkdir -p $WORK/b1355/
2025-08-20T20:26:21.8906756Z [00:03:00.577]➜  cat >/tmp/go-build1823208636/b1355/importcfg << 'EOF' # internal
2025-08-20T20:26:21.8908589Z [00:03:00.577]➜  # import config
2025-08-20T20:26:21.8909145Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/create=/tmp/go-build1823208636/b1356/_pkg_.a
2025-08-20T20:26:21.8909846Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/delete=/tmp/go-build1823208636/b1359/_pkg_.a
2025-08-20T20:26:21.8910737Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/delete-asset=/tmp/go-build1823208636/b1360/_pkg_.a
2025-08-20T20:26:21.8911550Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/download=/tmp/go-build1823208636/b1361/_pkg_.a
2025-08-20T20:26:21.8912249Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/edit=/tmp/go-build1823208636/b1362/_pkg_.a
2025-08-20T20:26:21.8912918Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/list=/tmp/go-build1823208636/b1363/_pkg_.a
2025-08-20T20:26:21.8913601Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/upload=/tmp/go-build1823208636/b1364/_pkg_.a
2025-08-20T20:26:21.8914661Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/verify=/tmp/go-build1823208636/b1365/_pkg_.a
2025-08-20T20:26:21.8915476Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/verify-asset=/tmp/go-build1823208636/b1366/_pkg_.a
2025-08-20T20:26:21.8916312Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/view=/tmp/go-build1823208636/b1367/_pkg_.a
2025-08-20T20:26:21.8916952Z [00:03:00.577]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.8917516Z [00:03:00.577]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.8917873Z [00:03:00.577]➜  EOF
2025-08-20T20:26:21.8919774Z [00:03:00.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1355/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release=>github.com/cli/cli/v2/pkg/cmd/release;$WORK/b1355=>" -p github.com/cli/cli/v2/pkg/cmd/release -lang=go1.24 -complete -installsuffix shared -buildid oT6E617H9s17Fz5ULXve/oT6E617H9s17Fz5ULXve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1355/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/release.go
2025-08-20T20:26:21.9340567Z [00:03:00.620]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T20:26:21.9347215Z [00:03:00.620]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/4c/4c5e586e544d111ce095022a0249552e1fcc959d4d66e6634378a881bfbd8bbf-d # internal
2025-08-20T20:26:21.9402434Z [00:03:00.624]➜  github.com/cli/cli/v2/pkg/cmd/repo/shared
2025-08-20T20:26:21.9403839Z [00:03:00.624]➜  mkdir -p $WORK/b1378/
2025-08-20T20:26:21.9404557Z [00:03:00.624]➜  cat >/tmp/go-build1823208636/b1378/importcfg << 'EOF' # internal
2025-08-20T20:26:21.9405196Z [00:03:00.624]➜  # import config
2025-08-20T20:26:21.9405955Z [00:03:00.624]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:21.9406726Z [00:03:00.624]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.9407376Z [00:03:00.624]➜  EOF
2025-08-20T20:26:21.9409811Z [00:03:00.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1378/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/shared=>github.com/cli/cli/v2/pkg/cmd/repo/shared;$WORK/b1378=>" -p github.com/cli/cli/v2/pkg/cmd/repo/shared -lang=go1.24 -complete -installsuffix shared -buildid wEsodK60V4aNNcHeI7CA/wEsodK60V4aNNcHeI7CA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1378/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/shared/repo.go
2025-08-20T20:26:21.9411568Z [00:03:00.626]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T20:26:21.9418550Z [00:03:00.628]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/5d/5d198e933ba4b075272e2ba79ceec00eae4799a9f889858a0b99cca1ad50af02-d # internal
2025-08-20T20:26:21.9480932Z [00:03:00.634]➜  github.com/cli/cli/v2/pkg/cmd/repo/autolink
2025-08-20T20:26:21.9482053Z [00:03:00.634]➜  mkdir -p $WORK/b1370/
2025-08-20T20:26:21.9482802Z [00:03:00.634]➜  cat >/tmp/go-build1823208636/b1370/importcfg << 'EOF' # internal
2025-08-20T20:26:21.9483461Z [00:03:00.634]➜  # import config
2025-08-20T20:26:21.9484331Z [00:03:00.634]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.9485280Z [00:03:00.634]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/create=/tmp/go-build1823208636/b1371/_pkg_.a
2025-08-20T20:26:21.9486388Z [00:03:00.634]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/delete=/tmp/go-build1823208636/b1373/_pkg_.a
2025-08-20T20:26:21.9487435Z [00:03:00.634]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/list=/tmp/go-build1823208636/b1375/_pkg_.a
2025-08-20T20:26:21.9488757Z [00:03:00.634]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/view=/tmp/go-build1823208636/b1374/_pkg_.a
2025-08-20T20:26:21.9489493Z [00:03:00.634]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.9490088Z [00:03:00.634]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.9490457Z [00:03:00.634]➜  EOF
2025-08-20T20:26:21.9506785Z [00:03:00.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1370/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink=>github.com/cli/cli/v2/pkg/cmd/repo/autolink;$WORK/b1370=>" -p github.com/cli/cli/v2/pkg/cmd/repo/autolink -lang=go1.24 -complete -installsuffix shared -buildid vfD6tOB-9Bxez_PQU0GM/vfD6tOB-9Bxez_PQU0GM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/autolink.go
2025-08-20T20:26:21.9637159Z [00:03:00.650]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T20:26:21.9641758Z [00:03:00.650]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/27/27c4ce80bcb360c4daff44282289b0560afae1ffb5ce11dac2b04497322fe551-d # internal
2025-08-20T20:26:21.9642720Z [00:03:00.650]➜  github.com/cli/cli/v2/pkg/cmd/repo/create
2025-08-20T20:26:21.9643162Z [00:03:00.650]➜  mkdir -p $WORK/b1377/
2025-08-20T20:26:21.9644250Z [00:03:00.650]➜  cat >/tmp/go-build1823208636/b1377/importcfg << 'EOF' # internal
2025-08-20T20:26:21.9644924Z [00:03:00.650]➜  # import config
2025-08-20T20:26:21.9646876Z [00:03:00.650]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:21.9647331Z [00:03:00.650]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:21.9647801Z [00:03:00.650]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:21.9648253Z [00:03:00.650]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:21.9648943Z [00:03:00.650]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.9649461Z [00:03:00.650]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.9650054Z [00:03:00.650]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build1823208636/b459/_pkg_.a
2025-08-20T20:26:21.9650653Z [00:03:00.650]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.9651211Z [00:03:00.651]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:21.9651791Z [00:03:00.651]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:21.9652419Z [00:03:00.651]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.9653075Z [00:03:00.651]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/shared=/tmp/go-build1823208636/b1378/_pkg_.a
2025-08-20T20:26:21.9653721Z [00:03:00.651]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.9654331Z [00:03:00.651]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.9654923Z [00:03:00.651]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:21.9655482Z [00:03:00.651]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.9656157Z [00:03:00.651]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:21.9656583Z [00:03:00.651]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.9657014Z [00:03:00.651]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:21.9657464Z [00:03:00.651]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:21.9657900Z [00:03:00.651]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:21.9658323Z [00:03:00.651]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.9658740Z [00:03:00.651]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:21.9659049Z [00:03:00.651]➜  EOF
2025-08-20T20:26:21.9661358Z [00:03:00.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1377/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create=>github.com/cli/cli/v2/pkg/cmd/repo/create;$WORK/b1377=>" -p github.com/cli/cli/v2/pkg/cmd/repo/create -lang=go1.24 -complete -installsuffix shared -buildid mQP-ViVb-DFgtVesJJtx/mQP-ViVb-DFgtVesJJtx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1377/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/create.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/http.go
2025-08-20T20:26:21.9741031Z [00:03:00.660]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T20:26:21.9782844Z [00:03:00.663]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T20:26:21.9783610Z [00:03:00.663]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/55/553156277b8aafb88c77ccaa66214a9467882495427740de744f49b324741325-d # internal
2025-08-20T20:26:21.9784214Z [00:03:00.663]➜  github.com/cli/cli/v2/pkg/cmd/repo/credits
2025-08-20T20:26:21.9784540Z [00:03:00.663]➜  mkdir -p $WORK/b1379/
2025-08-20T20:26:21.9785347Z [00:03:00.663]➜  cat >/tmp/go-build1823208636/b1379/importcfg << 'EOF' # internal
2025-08-20T20:26:21.9786049Z [00:03:00.663]➜  # import config
2025-08-20T20:26:21.9797997Z [00:03:00.663]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:21.9799075Z [00:03:00.663]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.9799870Z [00:03:00.663]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.9800652Z [00:03:00.663]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.9801516Z [00:03:00.663]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.9802586Z [00:03:00.663]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.9803334Z [00:03:00.663]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.9804086Z [00:03:00.663]➜  packagefile github.com/cli/cli/v2/utils=/tmp/go-build1823208636/b104/_pkg_.a
2025-08-20T20:26:21.9804923Z [00:03:00.663]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.9806088Z [00:03:00.663]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:21.9806591Z [00:03:00.663]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:21.9807050Z [00:03:00.663]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.9807475Z [00:03:00.663]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:21.9807892Z [00:03:00.663]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:21.9808329Z [00:03:00.663]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:21.9808761Z [00:03:00.663]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.9809182Z [00:03:00.663]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:21.9809501Z [00:03:00.663]➜  EOF
2025-08-20T20:26:21.9811415Z [00:03:00.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1379/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/credits=>github.com/cli/cli/v2/pkg/cmd/repo/credits;$WORK/b1379=>" -p github.com/cli/cli/v2/pkg/cmd/repo/credits -lang=go1.24 -complete -installsuffix shared -buildid fFAijMiJrC4j5pdop7eM/fFAijMiJrC4j5pdop7eM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1379/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/credits/credits.go
2025-08-20T20:26:21.9832975Z [00:03:00.669]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/cd/cd6047d9363ad9322668f6698d2027d921dc5d065ea0b621ad4878d167e42672-d # internal
2025-08-20T20:26:21.9833848Z [00:03:00.669]➜  github.com/cli/cli/v2/pkg/cmd/repo/delete
2025-08-20T20:26:21.9834363Z [00:03:00.669]➜  mkdir -p $WORK/b1380/
2025-08-20T20:26:21.9834919Z [00:03:00.669]➜  cat >/tmp/go-build1823208636/b1380/importcfg << 'EOF' # internal
2025-08-20T20:26:21.9835460Z [00:03:00.669]➜  # import config
2025-08-20T20:26:21.9836127Z [00:03:00.669]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:21.9837022Z [00:03:00.669]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:21.9837711Z [00:03:00.669]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:21.9838399Z [00:03:00.669]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:21.9839148Z [00:03:00.669]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:21.9839935Z [00:03:00.669]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:21.9840695Z [00:03:00.669]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:21.9841456Z [00:03:00.669]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:21.9842546Z [00:03:00.669]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:21.9843391Z [00:03:00.669]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:21.9844017Z [00:03:00.669]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:21.9844571Z [00:03:00.669]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:21.9845021Z [00:03:00.669]➜  EOF
2025-08-20T20:26:21.9847403Z [00:03:00.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1380/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete=>github.com/cli/cli/v2/pkg/cmd/repo/delete;$WORK/b1380=>" -p github.com/cli/cli/v2/pkg/cmd/repo/delete -lang=go1.24 -complete -installsuffix shared -buildid 8FUz8Nd8XdihSfbgIdJS/8FUz8Nd8XdihSfbgIdJS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1380/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete/delete.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete/http.go
2025-08-20T20:26:22.0053634Z [00:03:00.691]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T20:26:22.0074037Z [00:03:00.693]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/3e/3ece6b9039c03cc670092011318e1bea0c0bc95d8fb7a8ee026e3d45ff8750d6-d # internal
2025-08-20T20:26:22.0080327Z [00:03:00.693]➜  github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/add
2025-08-20T20:26:22.0080718Z [00:03:00.693]➜  mkdir -p $WORK/b1382/
2025-08-20T20:26:22.0093194Z [00:03:00.695]➜  cat >/tmp/go-build1823208636/b1382/importcfg << 'EOF' # internal
2025-08-20T20:26:22.0093589Z [00:03:00.695]➜  # import config
2025-08-20T20:26:22.0093931Z [00:03:00.695]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:22.0094413Z [00:03:00.695]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:22.0094850Z [00:03:00.695]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.0095359Z [00:03:00.695]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.0096230Z [00:03:00.695]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.0096868Z [00:03:00.695]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:22.0097521Z [00:03:00.695]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.0098140Z [00:03:00.695]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.0098748Z [00:03:00.695]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.0099326Z [00:03:00.695]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.0099785Z [00:03:00.695]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.0100201Z [00:03:00.695]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.0100619Z [00:03:00.695]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:22.0100925Z [00:03:00.695]➜  EOF
2025-08-20T20:26:22.0103480Z [00:03:00.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1382/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add=>github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/add;$WORK/b1382=>" -p github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/add -lang=go1.24 -complete -installsuffix shared -buildid hDq87d1szB4_mXkgHDpr/hDq87d1szB4_mXkgHDpr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1382/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add/add.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add/http.go
2025-08-20T20:26:22.0581133Z [00:03:00.744]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T20:26:22.0607526Z [00:03:00.746]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/57/5753431a5d06255dad9c5d6c0f23060d42766eaa39984a3059f212f91cf837f6-d # internal
2025-08-20T20:26:22.0626772Z [00:03:00.746]➜  github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/delete
2025-08-20T20:26:22.0627893Z [00:03:00.746]➜  mkdir -p $WORK/b1383/
2025-08-20T20:26:22.0628944Z [00:03:00.746]➜  cat >/tmp/go-build1823208636/b1383/importcfg << 'EOF' # internal
2025-08-20T20:26:22.0629343Z [00:03:00.746]➜  # import config
2025-08-20T20:26:22.0629682Z [00:03:00.746]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.0630173Z [00:03:00.746]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.0630799Z [00:03:00.746]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:22.0631770Z [00:03:00.746]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.0632393Z [00:03:00.746]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.0633007Z [00:03:00.746]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.0633597Z [00:03:00.746]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.0634063Z [00:03:00.746]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.0634487Z [00:03:00.746]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.0634995Z [00:03:00.746]➜  EOF
2025-08-20T20:26:22.0637477Z [00:03:00.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1383/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete=>github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/delete;$WORK/b1383=>" -p github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/delete -lang=go1.24 -complete -installsuffix shared -buildid c88sfBoDjmlQykueTbi-/c88sfBoDjmlQykueTbi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1383/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete/delete.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete/http.go
2025-08-20T20:26:22.0827595Z [00:03:00.767]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T20:26:22.0829991Z [00:03:00.769]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/da/da047ef6f3b1b9a65087f7dbef564aae618a9cbd7d706efe00d004fc4566756d-d # internal
2025-08-20T20:26:22.0831011Z [00:03:00.769]➜  github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/list
2025-08-20T20:26:22.0831675Z [00:03:00.769]➜  mkdir -p $WORK/b1384/
2025-08-20T20:26:22.0832099Z [00:03:00.769]➜  cat >/tmp/go-build1823208636/b1384/importcfg << 'EOF' # internal
2025-08-20T20:26:22.0836397Z [00:03:00.770]➜  # import config
2025-08-20T20:26:22.0836813Z [00:03:00.770]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:22.0837287Z [00:03:00.770]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.0837777Z [00:03:00.770]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.0838406Z [00:03:00.770]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:22.0839332Z [00:03:00.770]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.0840074Z [00:03:00.770]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.0840726Z [00:03:00.770]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.0841341Z [00:03:00.770]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.0841912Z [00:03:00.770]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.0842381Z [00:03:00.770]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.0842801Z [00:03:00.770]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.0843279Z [00:03:00.770]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:22.0844002Z [00:03:00.770]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.0844408Z [00:03:00.770]➜  EOF
2025-08-20T20:26:22.0846875Z [00:03:00.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1384/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list=>github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/list;$WORK/b1384=>" -p github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/list -lang=go1.24 -complete -installsuffix shared -buildid 1ccGY_sYKBSQ9HYzgH-l/1ccGY_sYKBSQ9HYzgH-l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list/list.go
2025-08-20T20:26:22.0982385Z [00:03:00.784]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T20:26:22.0997320Z [00:03:00.786]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T20:26:22.1003371Z [00:03:00.786]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/06/067d627fd9949ad7a930b620c304f35745bf3147e34c50933877ddccc1cf7ed5-d # internal
2025-08-20T20:26:22.1008018Z [00:03:00.786]➜  github.com/cli/cli/v2/pkg/cmd/repo/edit
2025-08-20T20:26:22.1008875Z [00:03:00.786]➜  mkdir -p $WORK/b1385/
2025-08-20T20:26:22.1009270Z [00:03:00.787]➜  cat >/tmp/go-build1823208636/b1385/importcfg << 'EOF' # internal
2025-08-20T20:26:22.1009627Z [00:03:00.787]➜  # import config
2025-08-20T20:26:22.1009963Z [00:03:00.787]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:22.1010387Z [00:03:00.787]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:22.1010872Z [00:03:00.787]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:22.1011311Z [00:03:00.787]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.1011816Z [00:03:00.787]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.1012397Z [00:03:00.787]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.1013053Z [00:03:00.787]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:22.1013756Z [00:03:00.787]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:22.1014404Z [00:03:00.787]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.1015031Z [00:03:00.787]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.1016870Z [00:03:00.787]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.1017596Z [00:03:00.787]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.1018216Z [00:03:00.787]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:22.1018786Z [00:03:00.787]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.1019524Z [00:03:00.787]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:22.1020077Z [00:03:00.787]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.1020494Z [00:03:00.787]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.1020924Z [00:03:00.787]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.1021340Z [00:03:00.787]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.1021643Z [00:03:00.787]➜  EOF
2025-08-20T20:26:22.1023584Z [00:03:00.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1385/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/edit=>github.com/cli/cli/v2/pkg/cmd/repo/edit;$WORK/b1385=>" -p github.com/cli/cli/v2/pkg/cmd/repo/edit -lang=go1.24 -complete -installsuffix shared -buildid csi3W4qCijFuBOBbVZkW/csi3W4qCijFuBOBbVZkW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1385/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/edit/edit.go
2025-08-20T20:26:22.1039320Z [00:03:00.790]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/e3/e385004b9b07d2b0d343363567f9a4a7ddd4e87745905e4f77d730b2df82870f-d # internal
2025-08-20T20:26:22.1043979Z [00:03:00.790]➜  github.com/cli/cli/v2/pkg/cmd/repo/fork
2025-08-20T20:26:22.1048393Z [00:03:00.791]➜  mkdir -p $WORK/b1386/
2025-08-20T20:26:22.1055674Z [00:03:00.792]➜  cat >/tmp/go-build1823208636/b1386/importcfg << 'EOF' # internal
2025-08-20T20:26:22.1056099Z [00:03:00.792]➜  # import config
2025-08-20T20:26:22.1056730Z [00:03:00.792]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:22.1057157Z [00:03:00.792]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.1057566Z [00:03:00.792]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.1058069Z [00:03:00.792]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.1058667Z [00:03:00.792]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build1823208636/b459/_pkg_.a
2025-08-20T20:26:22.1059236Z [00:03:00.792]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.1059796Z [00:03:00.792]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:22.1060348Z [00:03:00.792]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:22.1060924Z [00:03:00.792]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.1061553Z [00:03:00.792]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.1062205Z [00:03:00.792]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/shared=/tmp/go-build1823208636/b1378/_pkg_.a
2025-08-20T20:26:22.1062835Z [00:03:00.792]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.1063451Z [00:03:00.792]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.1064021Z [00:03:00.792]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.1064550Z [00:03:00.792]➜  packagefile github.com/spf13/pflag=/tmp/go-build1823208636/b394/_pkg_.a
2025-08-20T20:26:22.1065031Z [00:03:00.792]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.1065461Z [00:03:00.792]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:22.1066068Z [00:03:00.792]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.1066501Z [00:03:00.792]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.1066804Z [00:03:00.792]➜  EOF
2025-08-20T20:26:22.1073983Z [00:03:00.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1386/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/fork=>github.com/cli/cli/v2/pkg/cmd/repo/fork;$WORK/b1386=>" -p github.com/cli/cli/v2/pkg/cmd/repo/fork -lang=go1.24 -complete -installsuffix shared -buildid JY-1DDtPoGfbiX3k81QA/JY-1DDtPoGfbiX3k81QA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/fork/fork.go
2025-08-20T20:26:22.1183106Z [00:03:00.804]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T20:26:22.1204980Z [00:03:00.806]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/97/978c7b19dbbd27d13cac06794c449f0df822a800f39db01684229fe6468ae5fe-d # internal
2025-08-20T20:26:22.1205933Z [00:03:00.807]➜  github.com/cli/cli/v2/pkg/cmd/repo/garden
2025-08-20T20:26:22.1206449Z [00:03:00.807]➜  mkdir -p $WORK/b1387/
2025-08-20T20:26:22.1216794Z [00:03:00.808]➜  cat >/tmp/go-build1823208636/b1387/importcfg << 'EOF' # internal
2025-08-20T20:26:22.1217369Z [00:03:00.808]➜  # import config
2025-08-20T20:26:22.1217739Z [00:03:00.808]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:22.1218765Z [00:03:00.808]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:22.1219398Z [00:03:00.808]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.1219925Z [00:03:00.808]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.1221104Z [00:03:00.808]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.1221701Z [00:03:00.808]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.1222348Z [00:03:00.808]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:22.1223214Z [00:03:00.808]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.1223987Z [00:03:00.808]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.1224736Z [00:03:00.808]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.1225357Z [00:03:00.808]➜  packagefile github.com/cli/cli/v2/utils=/tmp/go-build1823208636/b104/_pkg_.a
2025-08-20T20:26:22.1226145Z [00:03:00.808]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.1226781Z [00:03:00.808]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:26:22.1227345Z [00:03:00.808]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.1228497Z [00:03:00.808]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:22.1229143Z [00:03:00.808]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.1229634Z [00:03:00.808]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:22.1230175Z [00:03:00.808]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:22.1230610Z [00:03:00.808]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:22.1231045Z [00:03:00.808]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:22.1231479Z [00:03:00.808]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.1231894Z [00:03:00.808]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.1232199Z [00:03:00.808]➜  EOF
2025-08-20T20:26:22.1236630Z [00:03:00.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1387/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/garden=>github.com/cli/cli/v2/pkg/cmd/repo/garden;$WORK/b1387=>" -p github.com/cli/cli/v2/pkg/cmd/repo/garden -lang=go1.24 -complete -installsuffix shared -buildid sMWxBW6CtCTUHaNXbzhJ/sMWxBW6CtCTUHaNXbzhJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1387/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/garden/garden.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/garden/http.go
2025-08-20T20:26:22.1495757Z [00:03:00.836]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T20:26:22.1549233Z [00:03:00.838]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/78/780380529155d374c08ccabd6acee3562e44974ee9049b60f107b56f587da1ee-d # internal
2025-08-20T20:26:22.1550143Z [00:03:00.838]➜  github.com/cli/cli/v2/pkg/cmd/repo/deploy-key
2025-08-20T20:26:22.1550492Z [00:03:00.838]➜  mkdir -p $WORK/b1381/
2025-08-20T20:26:22.1550871Z [00:03:00.838]➜  cat >/tmp/go-build1823208636/b1381/importcfg << 'EOF' # internal
2025-08-20T20:26:22.1551222Z [00:03:00.838]➜  # import config
2025-08-20T20:26:22.1551742Z [00:03:00.838]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/add=/tmp/go-build1823208636/b1382/_pkg_.a
2025-08-20T20:26:22.1552499Z [00:03:00.838]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/delete=/tmp/go-build1823208636/b1383/_pkg_.a
2025-08-20T20:26:22.1553237Z [00:03:00.838]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/list=/tmp/go-build1823208636/b1384/_pkg_.a
2025-08-20T20:26:22.1554205Z [00:03:00.838]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.1554832Z [00:03:00.838]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.1555199Z [00:03:00.838]➜  EOF
2025-08-20T20:26:22.1557273Z [00:03:00.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1381/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key=>github.com/cli/cli/v2/pkg/cmd/repo/deploy-key;$WORK/b1381=>" -p github.com/cli/cli/v2/pkg/cmd/repo/deploy-key -lang=go1.24 -complete -installsuffix shared -buildid 7SG8Z-sNjnC2lH0NfnXX/7SG8Z-sNjnC2lH0NfnXX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1381/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/deploy-key.go
2025-08-20T20:26:22.1915751Z [00:03:00.878]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T20:26:22.1992740Z [00:03:00.885]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/e3/e31ba0d76fd134914d110861c45c891f49d39b1e986cda146a860c49d7e347bc-d # internal
2025-08-20T20:26:22.2001269Z [00:03:00.886]➜  github.com/cli/cli/v2/pkg/cmd/repo/gitignore/list
2025-08-20T20:26:22.2001698Z [00:03:00.886]➜  mkdir -p $WORK/b1389/
2025-08-20T20:26:22.2009094Z [00:03:00.887]➜  cat >/tmp/go-build1823208636/b1389/importcfg << 'EOF' # internal
2025-08-20T20:26:22.2009504Z [00:03:00.887]➜  # import config
2025-08-20T20:26:22.2009841Z [00:03:00.887]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.2010338Z [00:03:00.887]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.2013250Z [00:03:00.887]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.2014179Z [00:03:00.887]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.2014830Z [00:03:00.887]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.2015450Z [00:03:00.887]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.2016182Z [00:03:00.887]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.2016678Z [00:03:00.887]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.2017002Z [00:03:00.887]➜  EOF
2025-08-20T20:26:22.2027513Z [00:03:00.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1389/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/list=>github.com/cli/cli/v2/pkg/cmd/repo/gitignore/list;$WORK/b1389=>" -p github.com/cli/cli/v2/pkg/cmd/repo/gitignore/list -lang=go1.24 -complete -installsuffix shared -buildid 5bx6IFQE8lyus2a3-gHu/5bx6IFQE8lyus2a3-gHu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/list/list.go
2025-08-20T20:26:22.2146018Z [00:03:00.901]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T20:26:22.2164871Z [00:03:00.902]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/f9/f985e64f48b57571af917810b4171345522bb27f264755350d0fd3f8a5ac51a8-d # internal
2025-08-20T20:26:22.2166476Z [00:03:00.903]➜  github.com/cli/cli/v2/pkg/cmd/repo/gitignore/view
2025-08-20T20:26:22.2167659Z [00:03:00.903]➜  mkdir -p $WORK/b1390/
2025-08-20T20:26:22.2173949Z [00:03:00.903]➜  cat >/tmp/go-build1823208636/b1390/importcfg << 'EOF' # internal
2025-08-20T20:26:22.2174346Z [00:03:00.903]➜  # import config
2025-08-20T20:26:22.2175133Z [00:03:00.903]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.2175963Z [00:03:00.903]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.2176953Z [00:03:00.903]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.2177970Z [00:03:00.903]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.2178600Z [00:03:00.903]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.2179533Z [00:03:00.903]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.2180171Z [00:03:00.903]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.2180746Z [00:03:00.903]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.2181228Z [00:03:00.903]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.2181659Z [00:03:00.903]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.2182156Z [00:03:00.903]➜  EOF
2025-08-20T20:26:22.2188936Z [00:03:00.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1390/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/view=>github.com/cli/cli/v2/pkg/cmd/repo/gitignore/view;$WORK/b1390=>" -p github.com/cli/cli/v2/pkg/cmd/repo/gitignore/view -lang=go1.24 -complete -installsuffix shared -buildid rSKpTOz5RrDKryNDGFk_/rSKpTOz5RrDKryNDGFk_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/view/view.go
2025-08-20T20:26:22.2204867Z [00:03:00.907]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T20:26:22.2223769Z [00:03:00.908]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/da/da8be74db2c073a6a716eca19bd3eae546b36ddf1d867ea16fd01d3f8ed1005b-d # internal
2025-08-20T20:26:22.2226004Z [00:03:00.909]➜  github.com/cli/cli/v2/pkg/cmd/repo/license/list
2025-08-20T20:26:22.2226626Z [00:03:00.909]➜  mkdir -p $WORK/b1392/
2025-08-20T20:26:22.2260889Z [00:03:00.912]➜  cat >/tmp/go-build1823208636/b1392/importcfg << 'EOF' # internal
2025-08-20T20:26:22.2263857Z [00:03:00.912]➜  # import config
2025-08-20T20:26:22.2264262Z [00:03:00.912]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.2264790Z [00:03:00.912]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.2265381Z [00:03:00.912]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.2266192Z [00:03:00.912]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.2266852Z [00:03:00.912]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.2267498Z [00:03:00.912]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.2268112Z [00:03:00.912]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.2273331Z [00:03:00.912]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.2273838Z [00:03:00.912]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.2274164Z [00:03:00.912]➜  EOF
2025-08-20T20:26:22.2276855Z [00:03:00.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1392/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/list=>github.com/cli/cli/v2/pkg/cmd/repo/license/list;$WORK/b1392=>" -p github.com/cli/cli/v2/pkg/cmd/repo/license/list -lang=go1.24 -complete -installsuffix shared -buildid P-o-HZFLDPhsrr6Kjk8s/P-o-HZFLDPhsrr6Kjk8s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1392/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/list/list.go
2025-08-20T20:26:22.2318125Z [00:03:00.918]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T20:26:22.2345132Z [00:03:00.921]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/7c/7c0cf0dc51fc540c8a8ef7db222a8a677f56c1d86f0b786c129401dca164221c-d # internal
2025-08-20T20:26:22.2357820Z [00:03:00.922]➜  github.com/cli/cli/v2/pkg/cmd/repo/license/view
2025-08-20T20:26:22.2358198Z [00:03:00.922]➜  mkdir -p $WORK/b1393/
2025-08-20T20:26:22.2358577Z [00:03:00.922]➜  cat >/tmp/go-build1823208636/b1393/importcfg << 'EOF' # internal
2025-08-20T20:26:22.2359242Z [00:03:00.922]➜  # import config
2025-08-20T20:26:22.2359587Z [00:03:00.922]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.2360015Z [00:03:00.922]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.2360524Z [00:03:00.922]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.2361093Z [00:03:00.922]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.2361921Z [00:03:00.922]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:22.2362557Z [00:03:00.922]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.2363427Z [00:03:00.922]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.2364036Z [00:03:00.922]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.2364649Z [00:03:00.922]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.2365221Z [00:03:00.922]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.2365888Z [00:03:00.922]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.2366334Z [00:03:00.922]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.2366650Z [00:03:00.922]➜  EOF
2025-08-20T20:26:22.2368751Z [00:03:00.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1393/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/view=>github.com/cli/cli/v2/pkg/cmd/repo/license/view;$WORK/b1393=>" -p github.com/cli/cli/v2/pkg/cmd/repo/license/view -lang=go1.24 -complete -installsuffix shared -buildid 1CIWUTkPWCuAxfjxFWRI/1CIWUTkPWCuAxfjxFWRI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1393/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/view/view.go
2025-08-20T20:26:22.2639534Z [00:03:00.950]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T20:26:22.2668845Z [00:03:00.952]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/c7/c7d8dcb1661498ce011717276ee75dc4753167051d807024d74595fb08660296-d # internal
2025-08-20T20:26:22.2679418Z [00:03:00.953]➜  github.com/cli/cli/v2/pkg/cmd/repo/list
2025-08-20T20:26:22.2679768Z [00:03:00.953]➜  mkdir -p $WORK/b1394/
2025-08-20T20:26:22.2680150Z [00:03:00.953]➜  cat >/tmp/go-build1823208636/b1394/importcfg << 'EOF' # internal
2025-08-20T20:26:22.2680501Z [00:03:00.953]➜  # import config
2025-08-20T20:26:22.2680834Z [00:03:00.953]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.2681378Z [00:03:00.953]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.2681949Z [00:03:00.953]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.2682590Z [00:03:00.953]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:22.2683568Z [00:03:00.953]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.2684349Z [00:03:00.953]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.2685075Z [00:03:00.953]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.2685816Z [00:03:00.953]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.2686480Z [00:03:00.953]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.2687093Z [00:03:00.953]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:26:22.2687676Z [00:03:00.953]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:22.2688225Z [00:03:00.953]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.2688713Z [00:03:00.953]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.2689147Z [00:03:00.953]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.2689564Z [00:03:00.953]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.2689871Z [00:03:00.953]➜  EOF
2025-08-20T20:26:22.2691918Z [00:03:00.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1394/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list=>github.com/cli/cli/v2/pkg/cmd/repo/list;$WORK/b1394=>" -p github.com/cli/cli/v2/pkg/cmd/repo/list -lang=go1.24 -complete -installsuffix shared -buildid HuR-gGR72cDwr2ebNspF/HuR-gGR72cDwr2ebNspF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1394/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/list.go
2025-08-20T20:26:22.2820013Z [00:03:00.965]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T20:26:22.2840514Z [00:03:00.968]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/54/5481efe62c57c726a0701861c7b5575d9add71e196f1fd79dd276be4599ffd25-d # internal
2025-08-20T20:26:22.2841186Z [00:03:00.968]➜  github.com/cli/cli/v2/pkg/cmd/repo/gitignore
2025-08-20T20:26:22.2841516Z [00:03:00.968]➜  mkdir -p $WORK/b1388/
2025-08-20T20:26:22.2841897Z [00:03:00.968]➜  cat >/tmp/go-build1823208636/b1388/importcfg << 'EOF' # internal
2025-08-20T20:26:22.2842249Z [00:03:00.968]➜  # import config
2025-08-20T20:26:22.2842766Z [00:03:00.968]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/gitignore/list=/tmp/go-build1823208636/b1389/_pkg_.a
2025-08-20T20:26:22.2843860Z [00:03:00.968]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/gitignore/view=/tmp/go-build1823208636/b1390/_pkg_.a
2025-08-20T20:26:22.2844595Z [00:03:00.968]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.2845177Z [00:03:00.968]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.2845682Z [00:03:00.968]➜  EOF
2025-08-20T20:26:22.2847702Z [00:03:00.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1388/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore=>github.com/cli/cli/v2/pkg/cmd/repo/gitignore;$WORK/b1388=>" -p github.com/cli/cli/v2/pkg/cmd/repo/gitignore -lang=go1.24 -complete -installsuffix shared -buildid hkXzk1DM6MMNeKsNEDXG/hkXzk1DM6MMNeKsNEDXG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/gitignore.go
2025-08-20T20:26:22.2916407Z [00:03:00.977]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T20:26:22.2939303Z [00:03:00.980]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/74/74b82ee321987f1c85650f78c0b492c7724287e9a11e7d5ed332f22c6e651219-d # internal
2025-08-20T20:26:22.2948014Z [00:03:00.980]➜  github.com/cli/cli/v2/pkg/cmd/repo/rename
2025-08-20T20:26:22.2948755Z [00:03:00.980]➜  mkdir -p $WORK/b1395/
2025-08-20T20:26:22.2956333Z [00:03:00.982]➜  cat >/tmp/go-build1823208636/b1395/importcfg << 'EOF' # internal
2025-08-20T20:26:22.2958187Z [00:03:00.982]➜  # import config
2025-08-20T20:26:22.2960789Z [00:03:00.982]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:22.2961230Z [00:03:00.982]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.2961741Z [00:03:00.982]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.2962311Z [00:03:00.982]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.2963111Z [00:03:00.982]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:22.2963665Z [00:03:00.982]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:22.2964240Z [00:03:00.982]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.2964877Z [00:03:00.982]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.2965494Z [00:03:00.982]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.2966282Z [00:03:00.982]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.2966853Z [00:03:00.982]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.2967329Z [00:03:00.982]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.2967766Z [00:03:00.982]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.2968083Z [00:03:00.982]➜  EOF
2025-08-20T20:26:22.2969935Z [00:03:00.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1395/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/rename=>github.com/cli/cli/v2/pkg/cmd/repo/rename;$WORK/b1395=>" -p github.com/cli/cli/v2/pkg/cmd/repo/rename -lang=go1.24 -complete -installsuffix shared -buildid yMc8I82y0MAfTFluaS6b/yMc8I82y0MAfTFluaS6b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1395/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/rename/rename.go
2025-08-20T20:26:22.3274618Z [00:03:01.013]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T20:26:22.3306829Z [00:03:01.015]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/d7/d7abb0428c0a589cce14b6a52788cd8d1ae6871b84f1a0be7af2b3fbec554695-d # internal
2025-08-20T20:26:22.3307670Z [00:03:01.015]➜  github.com/cli/cli/v2/pkg/cmd/repo/license
2025-08-20T20:26:22.3307999Z [00:03:01.015]➜  mkdir -p $WORK/b1391/
2025-08-20T20:26:22.3308753Z [00:03:01.015]➜  cat >/tmp/go-build1823208636/b1391/importcfg << 'EOF' # internal
2025-08-20T20:26:22.3309171Z [00:03:01.015]➜  # import config
2025-08-20T20:26:22.3309676Z [00:03:01.015]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/license/list=/tmp/go-build1823208636/b1392/_pkg_.a
2025-08-20T20:26:22.3310409Z [00:03:01.015]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/license/view=/tmp/go-build1823208636/b1393/_pkg_.a
2025-08-20T20:26:22.3311189Z [00:03:01.015]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.3311821Z [00:03:01.015]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.3312183Z [00:03:01.015]➜  EOF
2025-08-20T20:26:22.3314075Z [00:03:01.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1391/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license=>github.com/cli/cli/v2/pkg/cmd/repo/license;$WORK/b1391=>" -p github.com/cli/cli/v2/pkg/cmd/repo/license -lang=go1.24 -complete -installsuffix shared -buildid 0Avc0W4JBjv0P8RTh6Z5/0Avc0W4JBjv0P8RTh6Z5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1391/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/license.go
2025-08-20T20:26:22.3335094Z [00:03:01.019]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T20:26:22.3355462Z [00:03:01.021]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/d7/d7cbfd91c6c31a4de4e29d480ba9380d97bfda6e52febd766f8282b5d7db2f08-d # internal
2025-08-20T20:26:22.3356479Z [00:03:01.021]➜  github.com/cli/cli/v2/pkg/cmd/repo/setdefault
2025-08-20T20:26:22.3356930Z [00:03:01.021]➜  mkdir -p $WORK/b1396/
2025-08-20T20:26:22.3357409Z [00:03:01.021]➜  cat >/tmp/go-build1823208636/b1396/importcfg << 'EOF' # internal
2025-08-20T20:26:22.3357851Z [00:03:01.021]➜  # import config
2025-08-20T20:26:22.3358304Z [00:03:01.021]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:22.3358831Z [00:03:01.021]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.3359722Z [00:03:01.021]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.3360356Z [00:03:01.021]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.3361029Z [00:03:01.021]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.3361734Z [00:03:01.021]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:22.3362428Z [00:03:01.021]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:22.3363116Z [00:03:01.021]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.3363822Z [00:03:01.021]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.3364523Z [00:03:01.021]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.3365200Z [00:03:01.021]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.3365907Z [00:03:01.021]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.3366451Z [00:03:01.021]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:22.3366980Z [00:03:01.021]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.3367407Z [00:03:01.021]➜  EOF
2025-08-20T20:26:22.3369473Z [00:03:01.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1396/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/setdefault=>github.com/cli/cli/v2/pkg/cmd/repo/setdefault;$WORK/b1396=>" -p github.com/cli/cli/v2/pkg/cmd/repo/setdefault -lang=go1.24 -complete -installsuffix shared -buildid 7MB4d8qdvv9CODcAgvDT/7MB4d8qdvv9CODcAgvDT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1396/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/setdefault/setdefault.go
2025-08-20T20:26:22.3690961Z [00:03:01.055]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T20:26:22.3717365Z [00:03:01.058]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/c1/c104935fb60125bbbe57cc2689ab3a51662358ff89320f4660af7ddc22cda2e4-d # internal
2025-08-20T20:26:22.3726101Z [00:03:01.059]➜  github.com/cli/cli/v2/pkg/cmd/repo/sync
2025-08-20T20:26:22.3732548Z [00:03:01.059]➜  mkdir -p $WORK/b1397/
2025-08-20T20:26:22.3738989Z [00:03:01.060]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T20:26:22.3762485Z [00:03:01.062]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/cd/cdf14b3afd97c00f57cefd9688db51f85170829203c669eaf3a24c3f39356092-d # internal
2025-08-20T20:26:22.3776212Z [00:03:01.063]➜  cat >/tmp/go-build1823208636/b1397/importcfg << 'EOF' # internal
2025-08-20T20:26:22.3776615Z [00:03:01.063]➜  # import config
2025-08-20T20:26:22.3776970Z [00:03:01.063]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:22.3777395Z [00:03:01.063]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:22.3777892Z [00:03:01.063]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:22.3778334Z [00:03:01.063]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.3778744Z [00:03:01.063]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.3779600Z [00:03:01.063]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.3780178Z [00:03:01.063]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.3780738Z [00:03:01.063]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:22.3781294Z [00:03:01.063]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:22.3781892Z [00:03:01.063]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.3782511Z [00:03:01.063]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.3783328Z [00:03:01.063]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.3783898Z [00:03:01.063]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.3784473Z [00:03:01.063]➜  packagefile github.com/stretchr/testify/mock=/tmp/go-build1823208636/b444/_pkg_.a
2025-08-20T20:26:22.3784987Z [00:03:01.063]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.3785413Z [00:03:01.063]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:22.3786074Z [00:03:01.063]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.3786398Z [00:03:01.063]➜  EOF
2025-08-20T20:26:22.3788918Z [00:03:01.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1397/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync=>github.com/cli/cli/v2/pkg/cmd/repo/sync;$WORK/b1397=>" -p github.com/cli/cli/v2/pkg/cmd/repo/sync -lang=go1.24 -complete -installsuffix shared -buildid LUuI4QRDVBNxKdWPfr2c/LUuI4QRDVBNxKdWPfr2c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1397/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/git.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/mocks.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/sync.go
2025-08-20T20:26:22.3812696Z [00:03:01.066]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T20:26:22.3846475Z [00:03:01.066]➜  github.com/cli/cli/v2/pkg/cmd/repo/unarchive
2025-08-20T20:26:22.3846845Z [00:03:01.066]➜  mkdir -p $WORK/b1398/
2025-08-20T20:26:22.3847234Z [00:03:01.066]➜  cat >/tmp/go-build1823208636/b1398/importcfg << 'EOF' # internal
2025-08-20T20:26:22.3847586Z [00:03:01.066]➜  # import config
2025-08-20T20:26:22.3847916Z [00:03:01.066]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.3848769Z [00:03:01.066]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.3849413Z [00:03:01.066]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.3849997Z [00:03:01.066]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.3850629Z [00:03:01.066]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.3851416Z [00:03:01.066]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:22.3852103Z [00:03:01.066]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.3852711Z [00:03:01.066]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.3853304Z [00:03:01.066]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:22.3853860Z [00:03:01.066]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.3854340Z [00:03:01.067]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.3854770Z [00:03:01.067]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.3855243Z [00:03:01.067]➜  EOF
2025-08-20T20:26:22.3857652Z [00:03:01.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1398/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive=>github.com/cli/cli/v2/pkg/cmd/repo/unarchive;$WORK/b1398=>" -p github.com/cli/cli/v2/pkg/cmd/repo/unarchive -lang=go1.24 -complete -installsuffix shared -buildid ebRtP0jBY8Y0aqtLn5uu/ebRtP0jBY8Y0aqtLn5uu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1398/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive/unarchive.go
2025-08-20T20:26:22.3859939Z [00:03:01.068]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/00/00fb7ac00a0a43c961e9e200aadf451d061cacc5bdc81c39647c7baf0ff3b3dd-d # internal
2025-08-20T20:26:22.3860764Z [00:03:01.068]➜  github.com/cli/cli/v2/pkg/cmd/ruleset/shared
2025-08-20T20:26:22.3861082Z [00:03:01.068]➜  mkdir -p $WORK/b1401/
2025-08-20T20:26:22.3861451Z [00:03:01.068]➜  cat >/tmp/go-build1823208636/b1401/importcfg << 'EOF' # internal
2025-08-20T20:26:22.3861800Z [00:03:01.068]➜  # import config
2025-08-20T20:26:22.3862136Z [00:03:01.068]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.3862552Z [00:03:01.068]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.3863034Z [00:03:01.068]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.3863629Z [00:03:01.068]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.3864246Z [00:03:01.068]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.3864765Z [00:03:01.068]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.3865188Z [00:03:01.068]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:22.3865956Z [00:03:01.068]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.3866336Z [00:03:01.068]➜  EOF
2025-08-20T20:26:22.3868486Z [00:03:01.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1401/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/shared=>github.com/cli/cli/v2/pkg/cmd/ruleset/shared;$WORK/b1401=>" -p github.com/cli/cli/v2/pkg/cmd/ruleset/shared -lang=go1.24 -complete -installsuffix shared -buildid R8kTznkGaEvTS-ZH1S_s/R8kTznkGaEvTS-ZH1S_s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/shared/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/shared/shared.go
2025-08-20T20:26:22.4036859Z [00:03:01.090]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T20:26:22.4077931Z [00:03:01.094]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/5a/5ae7372e4f0d989971f467b89d0255fe5a2777758fe1fb41daef5ecd56faedc3-d # internal
2025-08-20T20:26:22.4086733Z [00:03:01.094]➜  github.com/cli/cli/v2/pkg/cmd/workflow/shared
2025-08-20T20:26:22.4087641Z [00:03:01.094]➜  mkdir -p $WORK/b1407/
2025-08-20T20:26:22.4088105Z [00:03:01.094]➜  cat >/tmp/go-build1823208636/b1407/importcfg << 'EOF' # internal
2025-08-20T20:26:22.4088463Z [00:03:01.094]➜  # import config
2025-08-20T20:26:22.4089038Z [00:03:01.094]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:22.4089605Z [00:03:01.094]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:22.4090060Z [00:03:01.094]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.4090476Z [00:03:01.094]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.4090960Z [00:03:01.094]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.4091587Z [00:03:01.094]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.4092210Z [00:03:01.094]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.4092819Z [00:03:01.094]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.4093687Z [00:03:01.094]➜  packagefile github.com/cli/go-gh/v2/pkg/asciisanitizer=/tmp/go-build1823208636/b134/_pkg_.a
2025-08-20T20:26:22.4094310Z [00:03:01.094]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:26:22.4094786Z [00:03:01.094]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.4095196Z [00:03:01.094]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:22.4095763Z [00:03:01.094]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:22.4096245Z [00:03:01.094]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:22.4096917Z [00:03:01.094]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.4097237Z [00:03:01.094]➜  EOF
2025-08-20T20:26:22.4099437Z [00:03:01.094]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1407/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared=>github.com/cli/cli/v2/pkg/cmd/workflow/shared;$WORK/b1407=>" -p github.com/cli/cli/v2/pkg/cmd/workflow/shared -lang=go1.24 -complete -installsuffix shared -buildid HrpT51pRcnbbCcqkg_Xs/HrpT51pRcnbbCcqkg_Xs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared/shared.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared/test.go
2025-08-20T20:26:22.4347014Z [00:03:01.120]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T20:26:22.4348013Z [00:03:01.121]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/6a/6a9d30b2fb63a7253e9dab3f3d050ce037e96b890fcf673b004d86eb6ee17e48-d # internal
2025-08-20T20:26:22.4348735Z [00:03:01.121]➜  github.com/cli/cli/v2/pkg/cmd/ruleset/check
2025-08-20T20:26:22.4349053Z [00:03:01.121]➜  mkdir -p $WORK/b1400/
2025-08-20T20:26:22.4350998Z [00:03:01.121]➜  cat >/tmp/go-build1823208636/b1400/importcfg << 'EOF' # internal
2025-08-20T20:26:22.4352032Z [00:03:01.121]➜  # import config
2025-08-20T20:26:22.4352452Z [00:03:01.121]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:22.4352897Z [00:03:01.121]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.4353401Z [00:03:01.121]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.4353972Z [00:03:01.121]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.4354509Z [00:03:01.121]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:22.4355106Z [00:03:01.121]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:22.4357374Z [00:03:01.121]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.4358114Z [00:03:01.121]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.4358762Z [00:03:01.121]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.4359549Z [00:03:01.121]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/shared=/tmp/go-build1823208636/b1401/_pkg_.a
2025-08-20T20:26:22.4360277Z [00:03:01.121]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.4360891Z [00:03:01.121]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.4361459Z [00:03:01.121]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.4361938Z [00:03:01.121]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.4362381Z [00:03:01.121]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:22.4362696Z [00:03:01.121]➜  EOF
2025-08-20T20:26:22.4364591Z [00:03:01.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1400/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check=>github.com/cli/cli/v2/pkg/cmd/ruleset/check;$WORK/b1400=>" -p github.com/cli/cli/v2/pkg/cmd/ruleset/check -lang=go1.24 -complete -installsuffix shared -buildid YoP5toWsVFbc9Ah775r0/YoP5toWsVFbc9Ah775r0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1400/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check/check.go
2025-08-20T20:26:22.4445712Z [00:03:01.131]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T20:26:22.4462594Z [00:03:01.132]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/34/34e884ee6f2d0df0caf5433be21188dcd2a64bad89e6aee08addf07bbff4af1b-d # internal
2025-08-20T20:26:22.4464974Z [00:03:01.132]➜  github.com/cli/cli/v2/pkg/cmd/ruleset/list
2025-08-20T20:26:22.4466389Z [00:03:01.133]➜  mkdir -p $WORK/b1402/
2025-08-20T20:26:22.4466843Z [00:03:01.133]➜  cat >/tmp/go-build1823208636/b1402/importcfg << 'EOF' # internal
2025-08-20T20:26:22.4467196Z [00:03:01.133]➜  # import config
2025-08-20T20:26:22.4467528Z [00:03:01.133]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.4468046Z [00:03:01.133]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.4468679Z [00:03:01.133]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:22.4469336Z [00:03:01.133]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:22.4469989Z [00:03:01.133]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.4470649Z [00:03:01.133]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.4471309Z [00:03:01.133]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.4471992Z [00:03:01.133]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/shared=/tmp/go-build1823208636/b1401/_pkg_.a
2025-08-20T20:26:22.4472672Z [00:03:01.133]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.4473280Z [00:03:01.133]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.4473881Z [00:03:01.133]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:22.4474437Z [00:03:01.133]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.4474915Z [00:03:01.133]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.4475346Z [00:03:01.133]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:22.4476294Z [00:03:01.133]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.4476727Z [00:03:01.133]➜  EOF
2025-08-20T20:26:22.4478719Z [00:03:01.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1402/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list=>github.com/cli/cli/v2/pkg/cmd/ruleset/list;$WORK/b1402=>" -p github.com/cli/cli/v2/pkg/cmd/ruleset/list -lang=go1.24 -complete -installsuffix shared -buildid fq3eA2LZTh-2G59Hs0s1/fq3eA2LZTh-2G59Hs0s1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list/list.go
2025-08-20T20:26:22.4621279Z [00:03:01.148]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T20:26:22.4638221Z [00:03:01.150]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/da/dad8a22847ee47a2d88f26c7b97dcbc0c1de365d188ef874bdb0fee90da04991-d # internal
2025-08-20T20:26:22.4643188Z [00:03:01.150]➜  github.com/cli/cli/v2/pkg/cmd/ruleset/view
2025-08-20T20:26:22.4643578Z [00:03:01.150]➜  mkdir -p $WORK/b1403/
2025-08-20T20:26:22.4653569Z [00:03:01.151]➜  cat >/tmp/go-build1823208636/b1403/importcfg << 'EOF' # internal
2025-08-20T20:26:22.4655325Z [00:03:01.151]➜  # import config
2025-08-20T20:26:22.4657149Z [00:03:01.151]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.4658039Z [00:03:01.151]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.4658633Z [00:03:01.151]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.4659238Z [00:03:01.151]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:22.4659882Z [00:03:01.151]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.4660532Z [00:03:01.151]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:22.4661172Z [00:03:01.151]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.4662043Z [00:03:01.151]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/shared=/tmp/go-build1823208636/b1401/_pkg_.a
2025-08-20T20:26:22.4662686Z [00:03:01.151]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.4663302Z [00:03:01.151]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.4663905Z [00:03:01.151]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:22.4664456Z [00:03:01.151]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.4664936Z [00:03:01.151]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.4665357Z [00:03:01.151]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:22.4665949Z [00:03:01.151]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:22.4666389Z [00:03:01.151]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.4666708Z [00:03:01.151]➜  EOF
2025-08-20T20:26:22.4668794Z [00:03:01.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1403/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view=>github.com/cli/cli/v2/pkg/cmd/ruleset/view;$WORK/b1403=>" -p github.com/cli/cli/v2/pkg/cmd/ruleset/view -lang=go1.24 -complete -installsuffix shared -buildid KCBL_gOMtrFvWyrGBdgH/KCBL_gOMtrFvWyrGBdgH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/view.go
2025-08-20T20:26:22.4759551Z [00:03:01.162]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T20:26:22.4811501Z [00:03:01.167]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/10/1049e3dc09605c020ed044ebe28f423cefa9b2456e475d5ce2de588ab68a5dd2-d # internal
2025-08-20T20:26:22.4838076Z [00:03:01.167]➜  github.com/cli/cli/v2/pkg/cmd/repo
2025-08-20T20:26:22.4838485Z [00:03:01.167]➜  mkdir -p $WORK/b1368/
2025-08-20T20:26:22.4838875Z [00:03:01.168]➜  cat >/tmp/go-build1823208636/b1368/importcfg << 'EOF' # internal
2025-08-20T20:26:22.4839227Z [00:03:01.168]➜  # import config
2025-08-20T20:26:22.4839672Z [00:03:01.168]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.4840453Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/archive=/tmp/go-build1823208636/b1369/_pkg_.a
2025-08-20T20:26:22.4841220Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink=/tmp/go-build1823208636/b1370/_pkg_.a
2025-08-20T20:26:22.4841896Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/clone=/tmp/go-build1823208636/b1376/_pkg_.a
2025-08-20T20:26:22.4842561Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/create=/tmp/go-build1823208636/b1377/_pkg_.a
2025-08-20T20:26:22.4843251Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/credits=/tmp/go-build1823208636/b1379/_pkg_.a
2025-08-20T20:26:22.4843926Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/delete=/tmp/go-build1823208636/b1380/_pkg_.a
2025-08-20T20:26:22.4844606Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/deploy-key=/tmp/go-build1823208636/b1381/_pkg_.a
2025-08-20T20:26:22.4845423Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/edit=/tmp/go-build1823208636/b1385/_pkg_.a
2025-08-20T20:26:22.4846274Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/fork=/tmp/go-build1823208636/b1386/_pkg_.a
2025-08-20T20:26:22.4846936Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/garden=/tmp/go-build1823208636/b1387/_pkg_.a
2025-08-20T20:26:22.4847620Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/gitignore=/tmp/go-build1823208636/b1388/_pkg_.a
2025-08-20T20:26:22.4848303Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/license=/tmp/go-build1823208636/b1391/_pkg_.a
2025-08-20T20:26:22.4849136Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/list=/tmp/go-build1823208636/b1394/_pkg_.a
2025-08-20T20:26:22.4849798Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/rename=/tmp/go-build1823208636/b1395/_pkg_.a
2025-08-20T20:26:22.4850487Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/setdefault=/tmp/go-build1823208636/b1396/_pkg_.a
2025-08-20T20:26:22.4851163Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/sync=/tmp/go-build1823208636/b1397/_pkg_.a
2025-08-20T20:26:22.4851832Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/unarchive=/tmp/go-build1823208636/b1398/_pkg_.a
2025-08-20T20:26:22.4852535Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/view=/tmp/go-build1823208636/b369/_pkg_.a
2025-08-20T20:26:22.4853159Z [00:03:01.168]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.4853729Z [00:03:01.168]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.4854092Z [00:03:01.168]➜  EOF
2025-08-20T20:26:22.4856047Z [00:03:01.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1368/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo=>github.com/cli/cli/v2/pkg/cmd/repo;$WORK/b1368=>" -p github.com/cli/cli/v2/pkg/cmd/repo -lang=go1.24 -complete -installsuffix shared -buildid hm9RjyZeVMNjtavM6qy5/hm9RjyZeVMNjtavM6qy5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1368/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/repo.go
2025-08-20T20:26:22.5076030Z [00:03:01.193]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T20:26:22.5076557Z [00:03:01.193]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T20:26:22.5088546Z [00:03:01.195]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/f2/f2c900a0d7452014a52415c37600dc40c681e09906ef5fe16e6bfa1697bf946a-d # internal
2025-08-20T20:26:22.5091273Z [00:03:01.195]➜  github.com/cli/cli/v2/pkg/cmd/run/shared
2025-08-20T20:26:22.5093459Z [00:03:01.195]➜  mkdir -p $WORK/b1406/
2025-08-20T20:26:22.5093975Z [00:03:01.195]➜  cat >/tmp/go-build1823208636/b1406/importcfg << 'EOF' # internal
2025-08-20T20:26:22.5094332Z [00:03:01.195]➜  # import config
2025-08-20T20:26:22.5094718Z [00:03:01.195]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:22.5098235Z [00:03:01.195]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.5099059Z [00:03:01.195]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.5099616Z [00:03:01.195]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.5108759Z [00:03:01.195]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:22.5109725Z [00:03:01.195]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.5110701Z [00:03:01.195]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/shared=/tmp/go-build1823208636/b1407/_pkg_.a
2025-08-20T20:26:22.5111614Z [00:03:01.195]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.5112396Z [00:03:01.195]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.5113632Z [00:03:01.195]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:22.5114092Z [00:03:01.195]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:22.5114520Z [00:03:01.195]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:22.5114945Z [00:03:01.195]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.5115360Z [00:03:01.195]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.5115851Z [00:03:01.195]➜  EOF
2025-08-20T20:26:22.5118459Z [00:03:01.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1406/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared=>github.com/cli/cli/v2/pkg/cmd/run/shared;$WORK/b1406=>" -p github.com/cli/cli/v2/pkg/cmd/run/shared -lang=go1.24 -complete -installsuffix shared -buildid vqaUctVMHkWfC_JBIKS7/vqaUctVMHkWfC_JBIKS7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1406/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/artifacts.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/presentation.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/shared.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/test.go
2025-08-20T20:26:22.5121339Z [00:03:01.196]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/eb/eb37ae7d28c5c281334f70e9dc7781b0770ac5b1dcd9254f2f54be5403fa5619-d # internal
2025-08-20T20:26:22.5121885Z [00:03:01.196]➜  archive/zip
2025-08-20T20:26:22.5122131Z [00:03:01.196]➜  mkdir -p $WORK/b1410/
2025-08-20T20:26:22.5122507Z [00:03:01.196]➜  cat >/tmp/go-build1823208636/b1410/importcfg << 'EOF' # internal
2025-08-20T20:26:22.5122866Z [00:03:01.196]➜  # import config
2025-08-20T20:26:22.5123200Z [00:03:01.196]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:22.5123648Z [00:03:01.196]➜  packagefile compress/flate=/tmp/go-build1823208636/b149/_pkg_.a
2025-08-20T20:26:22.5124127Z [00:03:01.196]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:22.5124586Z [00:03:01.196]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.5125002Z [00:03:01.196]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.5125414Z [00:03:01.197]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:22.5126073Z [00:03:01.197]➜  packagefile hash/crc32=/tmp/go-build1823208636/b150/_pkg_.a
2025-08-20T20:26:22.5126557Z [00:03:01.197]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:26:22.5126998Z [00:03:01.197]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.5127404Z [00:03:01.197]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:22.5128004Z [00:03:01.197]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:22.5128476Z [00:03:01.197]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:22.5128924Z [00:03:01.197]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:22.5129368Z [00:03:01.197]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:22.5129902Z [00:03:01.197]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.5130428Z [00:03:01.197]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:22.5130840Z [00:03:01.197]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.5131275Z [00:03:01.197]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:22.5131599Z [00:03:01.197]➜  EOF
2025-08-20T20:26:22.5133426Z [00:03:01.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1410/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b1410=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid conkw2KHIADH1MgKUV6C/conkw2KHIADH1MgKUV6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/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-20T20:26:22.5466987Z [00:03:01.232]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T20:26:22.5492209Z [00:03:01.235]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/74/74ad82ffb70b9b9d4d6c90e576fdab0d4dd86e0883337f60f6453dd1cff6b83d-d # internal
2025-08-20T20:26:22.5493532Z [00:03:01.235]➜  github.com/cli/cli/v2/pkg/cmd/ruleset
2025-08-20T20:26:22.5494357Z [00:03:01.235]➜  mkdir -p $WORK/b1399/
2025-08-20T20:26:22.5494790Z [00:03:01.235]➜  cat >/tmp/go-build1823208636/b1399/importcfg << 'EOF' # internal
2025-08-20T20:26:22.5495153Z [00:03:01.235]➜  # import config
2025-08-20T20:26:22.5496085Z [00:03:01.235]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.5496738Z [00:03:01.235]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/check=/tmp/go-build1823208636/b1400/_pkg_.a
2025-08-20T20:26:22.5497427Z [00:03:01.235]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/list=/tmp/go-build1823208636/b1402/_pkg_.a
2025-08-20T20:26:22.5498114Z [00:03:01.235]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/view=/tmp/go-build1823208636/b1403/_pkg_.a
2025-08-20T20:26:22.5498753Z [00:03:01.235]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.5499318Z [00:03:01.235]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.5499676Z [00:03:01.235]➜  EOF
2025-08-20T20:26:22.5501468Z [00:03:01.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1399/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset=>github.com/cli/cli/v2/pkg/cmd/ruleset;$WORK/b1399=>" -p github.com/cli/cli/v2/pkg/cmd/ruleset -lang=go1.24 -complete -installsuffix shared -buildid QBeaI8ANd2WliNKlbVRo/QBeaI8ANd2WliNKlbVRo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1399/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/ruleset.go
2025-08-20T20:26:22.5604509Z [00:03:01.246]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T20:26:22.5620225Z [00:03:01.248]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/f0/f0b40c710aab378b72b3c9abf6a24d99c71ac5db88f961fa8ae6a0ee3822fbc5-d # internal
2025-08-20T20:26:22.5621900Z [00:03:01.248]➜  github.com/cli/cli/v2/internal/safepaths
2025-08-20T20:26:22.5622707Z [00:03:01.248]➜  mkdir -p $WORK/b1411/
2025-08-20T20:26:22.5623470Z [00:03:01.249]➜  cat >/tmp/go-build1823208636/b1411/importcfg << 'EOF' # internal
2025-08-20T20:26:22.5623834Z [00:03:01.249]➜  # import config
2025-08-20T20:26:22.5624169Z [00:03:01.249]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.5624900Z [00:03:01.249]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:22.5625391Z [00:03:01.249]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.5626011Z [00:03:01.249]➜  EOF
2025-08-20T20:26:22.5628055Z [00:03:01.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1411/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/safepaths=>github.com/cli/cli/v2/internal/safepaths;$WORK/b1411=>" -p github.com/cli/cli/v2/internal/safepaths -lang=go1.24 -complete -installsuffix shared -buildid zVuPVD7klIj70pzLOiA9/zVuPVD7klIj70pzLOiA9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/safepaths/absolute.go
2025-08-20T20:26:22.5851132Z [00:03:01.269]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T20:26:22.5851976Z [00:03:01.270]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/02/0240ddfefcebd5680e6e95caf25effa53bdb9dcab63fb7737315160e84e30cbe-d # internal
2025-08-20T20:26:22.5852649Z [00:03:01.270]➜  github.com/cli/cli/v2/pkg/cmd/search/shared
2025-08-20T20:26:22.5852966Z [00:03:01.270]➜  mkdir -p $WORK/b1418/
2025-08-20T20:26:22.5853348Z [00:03:01.270]➜  cat >/tmp/go-build1823208636/b1418/importcfg << 'EOF' # internal
2025-08-20T20:26:22.5853700Z [00:03:01.270]➜  # import config
2025-08-20T20:26:22.5854409Z [00:03:01.270]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.5854963Z [00:03:01.270]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:22.5855788Z [00:03:01.270]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.5856505Z [00:03:01.270]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.5857114Z [00:03:01.270]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.5857728Z [00:03:01.270]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.5858609Z [00:03:01.270]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:26:22.5859125Z [00:03:01.270]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:22.5859564Z [00:03:01.270]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.5859983Z [00:03:01.270]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.5860289Z [00:03:01.270]➜  EOF
2025-08-20T20:26:22.5862169Z [00:03:01.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1418/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/shared=>github.com/cli/cli/v2/pkg/cmd/search/shared;$WORK/b1418=>" -p github.com/cli/cli/v2/pkg/cmd/search/shared -lang=go1.24 -complete -installsuffix shared -buildid iyI0jDnNUpVR_AWzRrfR/iyI0jDnNUpVR_AWzRrfR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/shared/shared.go
2025-08-20T20:26:22.6170086Z [00:03:01.303]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T20:26:22.6202572Z [00:03:01.306]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/ba/ba3297b36e06fbe05b6df3f555010b1ae05d6c3fa5abe6854af47e4fd964d4cd-d # internal
2025-08-20T20:26:22.6203283Z [00:03:01.306]➜  github.com/cli/cli/v2/pkg/cmd/secret/shared
2025-08-20T20:26:22.6203607Z [00:03:01.306]➜  mkdir -p $WORK/b1425/
2025-08-20T20:26:22.6203998Z [00:03:01.306]➜  cat >/tmp/go-build1823208636/b1425/importcfg << 'EOF' # internal
2025-08-20T20:26:22.6204353Z [00:03:01.306]➜  # import config
2025-08-20T20:26:22.6204692Z [00:03:01.306]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.6205109Z [00:03:01.306]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.6213523Z [00:03:01.306]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:22.6214676Z [00:03:01.306]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.6215412Z [00:03:01.306]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:22.6216273Z [00:03:01.306]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.6216905Z [00:03:01.306]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.6217563Z [00:03:01.306]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.6217942Z [00:03:01.306]➜  EOF
2025-08-20T20:26:22.6220101Z [00:03:01.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1425/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared=>github.com/cli/cli/v2/pkg/cmd/secret/shared;$WORK/b1425=>" -p github.com/cli/cli/v2/pkg/cmd/secret/shared -lang=go1.24 -complete -installsuffix shared -buildid 7m-7D-tSIu18qg9EnoZU/7m-7D-tSIu18qg9EnoZU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1425/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/base_repo.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/shared.go
2025-08-20T20:26:22.6387559Z [00:03:01.325]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T20:26:22.6468647Z [00:03:01.333]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/6e/6e27d3954eac23feabe2ed44e25e7056c28042eecbe5b0b374d559945c093b09-d # internal
2025-08-20T20:26:22.6476967Z [00:03:01.333]➜  github.com/cli/cli/v2/pkg/cmd/run/cancel
2025-08-20T20:26:22.6499768Z [00:03:01.333]➜  mkdir -p $WORK/b1405/
2025-08-20T20:26:22.6500431Z [00:03:01.333]➜  cat >/tmp/go-build1823208636/b1405/importcfg << 'EOF' # internal
2025-08-20T20:26:22.6500951Z [00:03:01.333]➜  # import config
2025-08-20T20:26:22.6501436Z [00:03:01.333]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.6502024Z [00:03:01.333]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.6503070Z [00:03:01.333]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.6503781Z [00:03:01.333]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.6504549Z [00:03:01.333]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/shared=/tmp/go-build1823208636/b1406/_pkg_.a
2025-08-20T20:26:22.6505288Z [00:03:01.333]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.6506226Z [00:03:01.333]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.6506943Z [00:03:01.333]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.6507547Z [00:03:01.333]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.6508080Z [00:03:01.333]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:22.6508491Z [00:03:01.333]➜  EOF
2025-08-20T20:26:22.6575102Z [00:03:01.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1405/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/cancel=>github.com/cli/cli/v2/pkg/cmd/run/cancel;$WORK/b1405=>" -p github.com/cli/cli/v2/pkg/cmd/run/cancel -lang=go1.24 -complete -installsuffix shared -buildid wK34bZH67vQXPiBCSx0i/wK34bZH67vQXPiBCSx0i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/cancel/cancel.go
2025-08-20T20:26:22.6811813Z [00:03:01.367]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T20:26:22.6827173Z [00:03:01.369]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/5b/5b8f2b4ec9e80e13363424f8424ac06931f38de0ae28a48bef4634162583b0c5-d # internal
2025-08-20T20:26:22.6828456Z [00:03:01.369]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T20:26:22.6834049Z [00:03:01.369]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/02/0280b9fd2fdbc53ba7dfc4540d1307fbad6313b7cffd167b9c00053b2e590a2b-d # internal
2025-08-20T20:26:22.6834932Z [00:03:01.370]➜  github.com/cli/cli/v2/pkg/cmd/run/list
2025-08-20T20:26:22.6835323Z [00:03:01.370]➜  mkdir -p $WORK/b1412/
2025-08-20T20:26:22.6837250Z [00:03:01.370]➜  cat >/tmp/go-build1823208636/b1412/importcfg << 'EOF' # internal
2025-08-20T20:26:22.6838249Z [00:03:01.370]➜  # import config
2025-08-20T20:26:22.6839488Z [00:03:01.370]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.6840311Z [00:03:01.370]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.6841195Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.6841866Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.6842540Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.6843217Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/shared=/tmp/go-build1823208636/b1406/_pkg_.a
2025-08-20T20:26:22.6843921Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/shared=/tmp/go-build1823208636/b1407/_pkg_.a
2025-08-20T20:26:22.6844596Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.6845397Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.6846504Z [00:03:01.370]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.6846994Z [00:03:01.370]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.6847416Z [00:03:01.370]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.6847721Z [00:03:01.370]➜  EOF
2025-08-20T20:26:22.6849510Z [00:03:01.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1412/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/list=>github.com/cli/cli/v2/pkg/cmd/run/list;$WORK/b1412=>" -p github.com/cli/cli/v2/pkg/cmd/run/list -lang=go1.24 -complete -installsuffix shared -buildid YybR55VwuncJwRK1_Pgt/YybR55VwuncJwRK1_Pgt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/list/list.go
2025-08-20T20:26:22.6851370Z [00:03:01.370]➜  github.com/cli/cli/v2/pkg/cmd/run/delete
2025-08-20T20:26:22.6851672Z [00:03:01.370]➜  mkdir -p $WORK/b1408/
2025-08-20T20:26:22.6852055Z [00:03:01.370]➜  cat >/tmp/go-build1823208636/b1408/importcfg << 'EOF' # internal
2025-08-20T20:26:22.6852430Z [00:03:01.370]➜  # import config
2025-08-20T20:26:22.6852761Z [00:03:01.370]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.6853175Z [00:03:01.370]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.6853675Z [00:03:01.370]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.6854241Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.6854842Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.6855482Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:22.6856330Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/shared=/tmp/go-build1823208636/b1406/_pkg_.a
2025-08-20T20:26:22.6856973Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.6857584Z [00:03:01.370]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.6858151Z [00:03:01.370]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.6858628Z [00:03:01.370]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.6858947Z [00:03:01.370]➜  EOF
2025-08-20T20:26:22.6861013Z [00:03:01.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1408/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/delete=>github.com/cli/cli/v2/pkg/cmd/run/delete;$WORK/b1408=>" -p github.com/cli/cli/v2/pkg/cmd/run/delete -lang=go1.24 -complete -installsuffix shared -buildid E8Pq8LXzoMEt3KwR1Ay8/E8Pq8LXzoMEt3KwR1Ay8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/delete/delete.go
2025-08-20T20:26:22.7398806Z [00:03:01.423]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T20:26:22.7477839Z [00:03:01.428]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/16/16cddfdd6155537ccf758684787e98d4a6e55c932a27f3d51f456f08986a9f33-d # internal
2025-08-20T20:26:22.7478526Z [00:03:01.428]➜  github.com/cli/cli/v2/pkg/cmd/run/rerun
2025-08-20T20:26:22.7481849Z [00:03:01.428]➜  mkdir -p $WORK/b1413/
2025-08-20T20:26:22.7526324Z [00:03:01.439]➜  cat >/tmp/go-build1823208636/b1413/importcfg << 'EOF' # internal
2025-08-20T20:26:22.7530390Z [00:03:01.439]➜  # import config
2025-08-20T20:26:22.7532879Z [00:03:01.439]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:22.7535459Z [00:03:01.439]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:22.7540348Z [00:03:01.439]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.7541078Z [00:03:01.439]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.7541603Z [00:03:01.439]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.7542182Z [00:03:01.439]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.7542787Z [00:03:01.439]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.7543442Z [00:03:01.439]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/shared=/tmp/go-build1823208636/b1406/_pkg_.a
2025-08-20T20:26:22.7544080Z [00:03:01.439]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.7544931Z [00:03:01.439]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.7545507Z [00:03:01.439]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.7546246Z [00:03:01.439]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.7546671Z [00:03:01.439]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.7546997Z [00:03:01.439]➜  EOF
2025-08-20T20:26:22.7548806Z [00:03:01.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1413/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/rerun=>github.com/cli/cli/v2/pkg/cmd/run/rerun;$WORK/b1413=>" -p github.com/cli/cli/v2/pkg/cmd/run/rerun -lang=go1.24 -complete -installsuffix shared -buildid VkPlTO3kMuS0m9iAzBmu/VkPlTO3kMuS0m9iAzBmu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1413/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/rerun/rerun.go
2025-08-20T20:26:22.7699718Z [00:03:01.456]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T20:26:22.7748334Z [00:03:01.461]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d # internal
2025-08-20T20:26:22.7757702Z [00:03:01.461]➜  github.com/cli/cli/v2/pkg/cmd/run/download
2025-08-20T20:26:22.7758055Z [00:03:01.461]➜  mkdir -p $WORK/b1409/
2025-08-20T20:26:22.7758467Z [00:03:01.461]➜  cat >/tmp/go-build1823208636/b1409/importcfg << 'EOF' # internal
2025-08-20T20:26:22.7758831Z [00:03:01.461]➜  # import config
2025-08-20T20:26:22.7759191Z [00:03:01.461]➜  packagefile archive/zip=/tmp/go-build1823208636/b1410/_pkg_.a
2025-08-20T20:26:22.7759641Z [00:03:01.461]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.7760055Z [00:03:01.461]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.7760570Z [00:03:01.461]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.7761154Z [00:03:01.461]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.7761754Z [00:03:01.461]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.7762420Z [00:03:01.461]➜  packagefile github.com/cli/cli/v2/internal/safepaths=/tmp/go-build1823208636/b1411/_pkg_.a
2025-08-20T20:26:22.7763352Z [00:03:01.461]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/shared=/tmp/go-build1823208636/b1406/_pkg_.a
2025-08-20T20:26:22.7764090Z [00:03:01.461]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.7764707Z [00:03:01.461]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.7765301Z [00:03:01.461]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:22.7766241Z [00:03:01.461]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.7766724Z [00:03:01.461]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.7767141Z [00:03:01.461]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.7767554Z [00:03:01.461]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:22.7768245Z [00:03:01.461]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:22.7768585Z [00:03:01.461]➜  EOF
2025-08-20T20:26:22.7770940Z [00:03:01.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1409/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download=>github.com/cli/cli/v2/pkg/cmd/run/download;$WORK/b1409=>" -p github.com/cli/cli/v2/pkg/cmd/run/download -lang=go1.24 -complete -installsuffix shared -buildid Ahbq_Gmq4QiKFN60dY0H/Ahbq_Gmq4QiKFN60dY0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/download.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/zip.go
2025-08-20T20:26:22.7789642Z [00:03:01.465]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T20:26:22.7830217Z [00:03:01.469]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/20/203c61b98f3025aa7d6b93fd1ea2b9cfa4d88931124db196dca8557aec0698e6-d # internal
2025-08-20T20:26:22.7854075Z [00:03:01.469]➜  github.com/cli/cli/v2/pkg/cmd/run/view
2025-08-20T20:26:22.7854437Z [00:03:01.469]➜  mkdir -p $WORK/b1414/
2025-08-20T20:26:22.7854826Z [00:03:01.469]➜  cat >/tmp/go-build1823208636/b1414/importcfg << 'EOF' # internal
2025-08-20T20:26:22.7855175Z [00:03:01.469]➜  # import config
2025-08-20T20:26:22.7855670Z [00:03:01.469]➜  packagefile archive/zip=/tmp/go-build1823208636/b1410/_pkg_.a
2025-08-20T20:26:22.7856163Z [00:03:01.469]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:22.7856582Z [00:03:01.469]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:22.7857252Z [00:03:01.469]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:22.7857742Z [00:03:01.469]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.7858250Z [00:03:01.469]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.7858833Z [00:03:01.469]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.7859447Z [00:03:01.469]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:22.7860106Z [00:03:01.469]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:22.7860754Z [00:03:01.469]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.7861381Z [00:03:01.469]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.7862028Z [00:03:01.469]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/shared=/tmp/go-build1823208636/b1406/_pkg_.a
2025-08-20T20:26:22.7862656Z [00:03:01.469]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.7863264Z [00:03:01.469]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.7863836Z [00:03:01.469]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.7864437Z [00:03:01.469]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.7864931Z [00:03:01.469]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.7865347Z [00:03:01.469]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:22.7866003Z [00:03:01.469]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:22.7866459Z [00:03:01.469]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:22.7866889Z [00:03:01.469]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:22.7867297Z [00:03:01.469]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:22.7867714Z [00:03:01.469]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:22.7868136Z [00:03:01.469]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.7868750Z [00:03:01.469]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.7869196Z [00:03:01.469]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:26:22.7869525Z [00:03:01.469]➜  EOF
2025-08-20T20:26:22.7871546Z [00:03:01.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1414/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view=>github.com/cli/cli/v2/pkg/cmd/run/view;$WORK/b1414=>" -p github.com/cli/cli/v2/pkg/cmd/run/view -lang=go1.24 -complete -installsuffix shared -buildid lRC2S04LLeSA7XKwEj9b/lRC2S04LLeSA7XKwEj9b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1414/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/logs.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/view.go
2025-08-20T20:26:22.7873551Z [00:03:01.469]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T20:26:22.7874214Z [00:03:01.471]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/1e/1e1280f1b1cde7a4d11337f07fcfb9025e3513c50c91cb78b068ad31759c2d38-d # internal
2025-08-20T20:26:22.7874804Z [00:03:01.471]➜  github.com/cli/cli/v2/pkg/cmd/run/watch
2025-08-20T20:26:22.7875107Z [00:03:01.471]➜  mkdir -p $WORK/b1415/
2025-08-20T20:26:22.7875480Z [00:03:01.471]➜  cat >/tmp/go-build1823208636/b1415/importcfg << 'EOF' # internal
2025-08-20T20:26:22.7903025Z [00:03:01.471]➜  # import config
2025-08-20T20:26:22.7903390Z [00:03:01.471]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:22.7903809Z [00:03:01.471]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.7904667Z [00:03:01.471]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.7905345Z [00:03:01.471]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.7906145Z [00:03:01.471]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.7906782Z [00:03:01.471]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.7907427Z [00:03:01.471]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/shared=/tmp/go-build1823208636/b1406/_pkg_.a
2025-08-20T20:26:22.7908057Z [00:03:01.471]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.7908664Z [00:03:01.471]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.7909237Z [00:03:01.471]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.7909696Z [00:03:01.471]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:22.7910120Z [00:03:01.471]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.7910539Z [00:03:01.471]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.7910842Z [00:03:01.471]➜  EOF
2025-08-20T20:26:22.7912975Z [00:03:01.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1415/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/watch=>github.com/cli/cli/v2/pkg/cmd/run/watch;$WORK/b1415=>" -p github.com/cli/cli/v2/pkg/cmd/run/watch -lang=go1.24 -complete -installsuffix shared -buildid 4NrEfdWLsNGTS9jFlEZg/4NrEfdWLsNGTS9jFlEZg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/watch/watch.go
2025-08-20T20:26:22.8484786Z [00:03:01.534]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T20:26:22.8501821Z [00:03:01.536]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/cc/cc317d47a0f6902d217263928f36d4ce7ea5f52e3a369cd62c2f688fbdc68847-d # internal
2025-08-20T20:26:22.8537388Z [00:03:01.536]➜  github.com/cli/cli/v2/pkg/cmd/search/code
2025-08-20T20:26:22.8537777Z [00:03:01.536]➜  mkdir -p $WORK/b1417/
2025-08-20T20:26:22.8538165Z [00:03:01.536]➜  cat >/tmp/go-build1823208636/b1417/importcfg << 'EOF' # internal
2025-08-20T20:26:22.8538534Z [00:03:01.536]➜  # import config
2025-08-20T20:26:22.8538865Z [00:03:01.536]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.8539384Z [00:03:01.536]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.8540009Z [00:03:01.536]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:22.8540631Z [00:03:01.536]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.8541240Z [00:03:01.536]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.8542314Z [00:03:01.536]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/shared=/tmp/go-build1823208636/b1418/_pkg_.a
2025-08-20T20:26:22.8542958Z [00:03:01.536]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.8543564Z [00:03:01.536]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.8544176Z [00:03:01.536]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:26:22.8544763Z [00:03:01.536]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:22.8545316Z [00:03:01.536]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.8546035Z [00:03:01.536]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.8546361Z [00:03:01.536]➜  EOF
2025-08-20T20:26:22.8548346Z [00:03:01.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1417/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/code=>github.com/cli/cli/v2/pkg/cmd/search/code;$WORK/b1417=>" -p github.com/cli/cli/v2/pkg/cmd/search/code -lang=go1.24 -complete -installsuffix shared -buildid U0oL3l2MU6RwXSrLX-Bp/U0oL3l2MU6RwXSrLX-Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1417/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/code/code.go
2025-08-20T20:26:22.8709550Z [00:03:01.557]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T20:26:22.8729625Z [00:03:01.559]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/9b/9b8a146794545dd1a5e66e1ce1635c59569734e95747dc5775caa3dcd21ff73a-d # internal
2025-08-20T20:26:22.8730431Z [00:03:01.559]➜  github.com/cli/cli/v2/pkg/cmd/search/commits
2025-08-20T20:26:22.8730765Z [00:03:01.559]➜  mkdir -p $WORK/b1419/
2025-08-20T20:26:22.8731155Z [00:03:01.559]➜  cat >/tmp/go-build1823208636/b1419/importcfg << 'EOF' # internal
2025-08-20T20:26:22.8731515Z [00:03:01.559]➜  # import config
2025-08-20T20:26:22.8731872Z [00:03:01.559]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.8732382Z [00:03:01.559]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.8733011Z [00:03:01.559]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:22.8733894Z [00:03:01.559]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.8734558Z [00:03:01.559]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.8735216Z [00:03:01.559]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/shared=/tmp/go-build1823208636/b1418/_pkg_.a
2025-08-20T20:26:22.8736178Z [00:03:01.559]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.8736797Z [00:03:01.559]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.8737630Z [00:03:01.559]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:26:22.8738192Z [00:03:01.559]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.8738659Z [00:03:01.559]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.8738973Z [00:03:01.559]➜  EOF
2025-08-20T20:26:22.8740892Z [00:03:01.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1419/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/commits=>github.com/cli/cli/v2/pkg/cmd/search/commits;$WORK/b1419=>" -p github.com/cli/cli/v2/pkg/cmd/search/commits -lang=go1.24 -complete -installsuffix shared -buildid vPiKfHDhdv0aZ4FQpFnI/vPiKfHDhdv0aZ4FQpFnI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/commits/commits.go
2025-08-20T20:26:22.8815259Z [00:03:01.568]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T20:26:22.8833719Z [00:03:01.569]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/5d/5d222bb067d974e574da2f691d045b27cc5f026c6078361031c45da513f56e8d-d # internal
2025-08-20T20:26:22.8841582Z [00:03:01.570]➜  github.com/cli/cli/v2/pkg/cmd/search/issues
2025-08-20T20:26:22.8842742Z [00:03:01.570]➜  mkdir -p $WORK/b1420/
2025-08-20T20:26:22.8843200Z [00:03:01.570]➜  cat >/tmp/go-build1823208636/b1420/importcfg << 'EOF' # internal
2025-08-20T20:26:22.8843562Z [00:03:01.570]➜  # import config
2025-08-20T20:26:22.8843908Z [00:03:01.570]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.8844417Z [00:03:01.570]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.8845059Z [00:03:01.570]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/shared=/tmp/go-build1823208636/b1418/_pkg_.a
2025-08-20T20:26:22.8845828Z [00:03:01.570]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.8846785Z [00:03:01.570]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:26:22.8847428Z [00:03:01.570]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.8847790Z [00:03:01.570]➜  EOF
2025-08-20T20:26:22.8849799Z [00:03:01.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1420/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/issues=>github.com/cli/cli/v2/pkg/cmd/search/issues;$WORK/b1420=>" -p github.com/cli/cli/v2/pkg/cmd/search/issues -lang=go1.24 -complete -installsuffix shared -buildid EBG7GyX8trS86TdSNzr2/EBG7GyX8trS86TdSNzr2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1420/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/issues/issues.go
2025-08-20T20:26:22.9095212Z [00:03:01.595]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T20:26:22.9147118Z [00:03:01.601]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/3b/3bcf35c98e7d48a676d85193e4b9aa7b426a4f4bd1276cd27953dcadbb98e758-d # internal
2025-08-20T20:26:22.9153942Z [00:03:01.601]➜  github.com/cli/cli/v2/pkg/cmd/run
2025-08-20T20:26:22.9156008Z [00:03:01.601]➜  mkdir -p $WORK/b1404/
2025-08-20T20:26:22.9156433Z [00:03:01.601]➜  cat >/tmp/go-build1823208636/b1404/importcfg << 'EOF' # internal
2025-08-20T20:26:22.9156789Z [00:03:01.601]➜  # import config
2025-08-20T20:26:22.9157662Z [00:03:01.601]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/cancel=/tmp/go-build1823208636/b1405/_pkg_.a
2025-08-20T20:26:22.9158336Z [00:03:01.601]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/delete=/tmp/go-build1823208636/b1408/_pkg_.a
2025-08-20T20:26:22.9159006Z [00:03:01.601]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/download=/tmp/go-build1823208636/b1409/_pkg_.a
2025-08-20T20:26:22.9159661Z [00:03:01.601]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/list=/tmp/go-build1823208636/b1412/_pkg_.a
2025-08-20T20:26:22.9160306Z [00:03:01.601]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/rerun=/tmp/go-build1823208636/b1413/_pkg_.a
2025-08-20T20:26:22.9161175Z [00:03:01.601]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/view=/tmp/go-build1823208636/b1414/_pkg_.a
2025-08-20T20:26:22.9161822Z [00:03:01.601]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/watch=/tmp/go-build1823208636/b1415/_pkg_.a
2025-08-20T20:26:22.9162447Z [00:03:01.601]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.9163020Z [00:03:01.601]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.9163419Z [00:03:01.601]➜  EOF
2025-08-20T20:26:22.9165117Z [00:03:01.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1404/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run=>github.com/cli/cli/v2/pkg/cmd/run;$WORK/b1404=>" -p github.com/cli/cli/v2/pkg/cmd/run -lang=go1.24 -complete -installsuffix shared -buildid URoWNDhjZehYONJAwyMm/URoWNDhjZehYONJAwyMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/run.go
2025-08-20T20:26:22.9363324Z [00:03:01.622]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T20:26:22.9390726Z [00:03:01.624]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/49/49d30960995d05980f2d13488eeda8889635e488e7a95e666c75496ac269d6fc-d # internal
2025-08-20T20:26:22.9391417Z [00:03:01.624]➜  github.com/cli/cli/v2/pkg/cmd/search/prs
2025-08-20T20:26:22.9391773Z [00:03:01.624]➜  mkdir -p $WORK/b1421/
2025-08-20T20:26:22.9392159Z [00:03:01.625]➜  cat >/tmp/go-build1823208636/b1421/importcfg << 'EOF' # internal
2025-08-20T20:26:22.9392518Z [00:03:01.625]➜  # import config
2025-08-20T20:26:22.9392849Z [00:03:01.625]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.9393352Z [00:03:01.625]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.9393992Z [00:03:01.625]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/shared=/tmp/go-build1823208636/b1418/_pkg_.a
2025-08-20T20:26:22.9394945Z [00:03:01.625]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.9395752Z [00:03:01.625]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:26:22.9396373Z [00:03:01.625]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.9396863Z [00:03:01.625]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.9397179Z [00:03:01.625]➜  EOF
2025-08-20T20:26:22.9399273Z [00:03:01.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1421/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/prs=>github.com/cli/cli/v2/pkg/cmd/search/prs;$WORK/b1421=>" -p github.com/cli/cli/v2/pkg/cmd/search/prs -lang=go1.24 -complete -installsuffix shared -buildid 3uZtyqvoTdW2oUKnjNtr/3uZtyqvoTdW2oUKnjNtr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1421/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/prs/prs.go
2025-08-20T20:26:22.9466696Z [00:03:01.633]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T20:26:22.9483085Z [00:03:01.634]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/09/092eaa1851607cc63500d010ef5c9c8c9aeb8f036e7f50e1365161e14262e692-d # internal
2025-08-20T20:26:22.9484225Z [00:03:01.634]➜  github.com/cli/cli/v2/pkg/cmd/search/repos
2025-08-20T20:26:22.9485241Z [00:03:01.634]➜  mkdir -p $WORK/b1422/
2025-08-20T20:26:22.9491223Z [00:03:01.635]➜  cat >/tmp/go-build1823208636/b1422/importcfg << 'EOF' # internal
2025-08-20T20:26:22.9493565Z [00:03:01.635]➜  # import config
2025-08-20T20:26:22.9493925Z [00:03:01.635]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.9494436Z [00:03:01.635]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.9495056Z [00:03:01.635]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:22.9495925Z [00:03:01.635]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.9496871Z [00:03:01.635]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:22.9497527Z [00:03:01.635]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/shared=/tmp/go-build1823208636/b1418/_pkg_.a
2025-08-20T20:26:22.9498177Z [00:03:01.635]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.9498802Z [00:03:01.635]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.9499405Z [00:03:01.635]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:26:22.9499965Z [00:03:01.635]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.9500467Z [00:03:01.635]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.9500885Z [00:03:01.635]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.9501198Z [00:03:01.635]➜  EOF
2025-08-20T20:26:22.9502427Z [00:03:01.636]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T20:26:22.9504855Z [00:03:01.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1422/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/repos=>github.com/cli/cli/v2/pkg/cmd/search/repos;$WORK/b1422=>" -p github.com/cli/cli/v2/pkg/cmd/search/repos -lang=go1.24 -complete -installsuffix shared -buildid fdxfB_2sKyW5s63mGiEK/fdxfB_2sKyW5s63mGiEK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/repos/repos.go
2025-08-20T20:26:22.9524240Z [00:03:01.638]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/eb/eb296111a10d9b4ca1f1e96a388ba6196fa4b1e37c2581ebc811c4ee016e9c55-d # internal
2025-08-20T20:26:22.9532725Z [00:03:01.639]➜  github.com/cli/cli/v2/pkg/cmd/secret/delete
2025-08-20T20:26:22.9536212Z [00:03:01.639]➜  mkdir -p $WORK/b1424/
2025-08-20T20:26:22.9536855Z [00:03:01.639]➜  cat >/tmp/go-build1823208636/b1424/importcfg << 'EOF' # internal
2025-08-20T20:26:22.9537305Z [00:03:01.640]➜  # import config
2025-08-20T20:26:22.9537641Z [00:03:01.640]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.9538145Z [00:03:01.640]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.9538724Z [00:03:01.640]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.9539440Z [00:03:01.640]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.9540174Z [00:03:01.640]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.9540842Z [00:03:01.640]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/shared=/tmp/go-build1823208636/b1425/_pkg_.a
2025-08-20T20:26:22.9541481Z [00:03:01.640]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.9542099Z [00:03:01.640]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.9542662Z [00:03:01.640]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.9543142Z [00:03:01.640]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.9543783Z [00:03:01.640]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:22.9544086Z [00:03:01.640]➜  EOF
2025-08-20T20:26:22.9546158Z [00:03:01.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1424/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/delete=>github.com/cli/cli/v2/pkg/cmd/secret/delete;$WORK/b1424=>" -p github.com/cli/cli/v2/pkg/cmd/secret/delete -lang=go1.24 -complete -installsuffix shared -buildid KjPAFuoyd8cUvlcmZCwM/KjPAFuoyd8cUvlcmZCwM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/delete/delete.go
2025-08-20T20:26:22.9819497Z [00:03:01.667]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T20:26:22.9833590Z [00:03:01.669]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/e3/e33a0078fbf41c30b9434b830a99656e458789f476a0db648c48063180980244-d # internal
2025-08-20T20:26:22.9841777Z [00:03:01.670]➜  github.com/cli/cli/v2/pkg/cmd/secret/list
2025-08-20T20:26:22.9842179Z [00:03:01.670]➜  mkdir -p $WORK/b1426/
2025-08-20T20:26:22.9842572Z [00:03:01.670]➜  cat >/tmp/go-build1823208636/b1426/importcfg << 'EOF' # internal
2025-08-20T20:26:22.9842933Z [00:03:01.670]➜  # import config
2025-08-20T20:26:22.9843260Z [00:03:01.670]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:22.9843772Z [00:03:01.670]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:22.9844337Z [00:03:01.670]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:22.9844916Z [00:03:01.670]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:22.9845739Z [00:03:01.670]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:22.9846463Z [00:03:01.670]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:22.9847148Z [00:03:01.670]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:22.9847836Z [00:03:01.670]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/shared=/tmp/go-build1823208636/b1425/_pkg_.a
2025-08-20T20:26:22.9848474Z [00:03:01.670]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:22.9849080Z [00:03:01.670]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:22.9849642Z [00:03:01.670]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:22.9850122Z [00:03:01.670]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:22.9850800Z [00:03:01.670]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:22.9851290Z [00:03:01.670]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:22.9851716Z [00:03:01.670]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:22.9852142Z [00:03:01.670]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:22.9852446Z [00:03:01.670]➜  EOF
2025-08-20T20:26:22.9854411Z [00:03:01.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1426/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/list=>github.com/cli/cli/v2/pkg/cmd/secret/list;$WORK/b1426=>" -p github.com/cli/cli/v2/pkg/cmd/secret/list -lang=go1.24 -complete -installsuffix shared -buildid hK5gpa9cqc7UJDM4iThi/hK5gpa9cqc7UJDM4iThi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1426/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/list/list.go
2025-08-20T20:26:23.0078327Z [00:03:01.694]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T20:26:23.0101136Z [00:03:01.696]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/3e/3ed0dea29a3921322f493877437387e66142b04a9f5560f0886336ae1e1bcb98-d # internal
2025-08-20T20:26:23.0112236Z [00:03:01.697]➜  github.com/hashicorp/errwrap
2025-08-20T20:26:23.0113717Z [00:03:01.698]➜  mkdir -p $WORK/b1429/
2025-08-20T20:26:23.0121549Z [00:03:01.698]➜  cat >/tmp/go-build1823208636/b1429/importcfg << 'EOF' # internal
2025-08-20T20:26:23.0121946Z [00:03:01.698]➜  # import config
2025-08-20T20:26:23.0122295Z [00:03:01.698]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.0122722Z [00:03:01.698]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:23.0123153Z [00:03:01.698]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.0123466Z [00:03:01.698]➜  EOF
2025-08-20T20:26:23.0125246Z [00:03:01.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b1429=>" -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/b1429/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T20:26:23.0401983Z [00:03:01.726]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T20:26:23.0417942Z [00:03:01.728]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/90/9024fbda8cdfb5336dfeff85dd7542c1d308334c824095bd6197bd597d16bfeb-d # internal
2025-08-20T20:26:23.0428715Z [00:03:01.729]➜  github.com/joho/godotenv
2025-08-20T20:26:23.0429592Z [00:03:01.729]➜  mkdir -p $WORK/b1430/
2025-08-20T20:26:23.0441598Z [00:03:01.730]➜  cat >/tmp/go-build1823208636/b1430/importcfg << 'EOF' # internal
2025-08-20T20:26:23.0442085Z [00:03:01.730]➜  # import config
2025-08-20T20:26:23.0442437Z [00:03:01.730]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:23.0442902Z [00:03:01.730]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.0443317Z [00:03:01.730]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.0443716Z [00:03:01.730]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.0444123Z [00:03:01.730]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:23.0444531Z [00:03:01.730]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:23.0444962Z [00:03:01.730]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:23.0445374Z [00:03:01.730]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:23.0446014Z [00:03:01.730]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:23.0446446Z [00:03:01.730]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.0446873Z [00:03:01.730]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:23.0447447Z [00:03:01.730]➜  EOF
2025-08-20T20:26:23.0450230Z [00:03:01.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/joho/godotenv@v1.5.1=>github.com/joho/godotenv@v1.5.1;$WORK/b1430=>" -p github.com/joho/godotenv -lang=go1.12 -complete -installsuffix shared -buildid YmoOgpQVSVZMcNRUZ8ZA/YmoOgpQVSVZMcNRUZ8ZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1430/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-20T20:26:23.0494220Z [00:03:01.735]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T20:26:23.0497786Z [00:03:01.736]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T20:26:23.0507187Z [00:03:01.737]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d # internal
2025-08-20T20:26:23.0539178Z [00:03:01.739]➜  github.com/hashicorp/go-multierror
2025-08-20T20:26:23.0539537Z [00:03:01.739]➜  mkdir -p $WORK/b1428/
2025-08-20T20:26:23.0539918Z [00:03:01.739]➜  cat >/tmp/go-build1823208636/b1428/importcfg << 'EOF' # internal
2025-08-20T20:26:23.0540271Z [00:03:01.739]➜  # import config
2025-08-20T20:26:23.0540931Z [00:03:01.739]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.0541346Z [00:03:01.739]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.0541858Z [00:03:01.739]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build1823208636/b1429/_pkg_.a
2025-08-20T20:26:23.0542359Z [00:03:01.739]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.0542779Z [00:03:01.739]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:23.0543082Z [00:03:01.740]➜  EOF
2025-08-20T20:26:23.0552424Z [00:03:01.740]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b1428=>" -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/b1428/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-20T20:26:23.0563078Z [00:03:01.742]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/c2/c29da98e18c78c7be8faae5806a2cf1b91ff7e8bdcdea97a418ec045d45b2c9a-d # internal
2025-08-20T20:26:23.0565911Z [00:03:01.742]➜  github.com/cli/cli/v2/pkg/cmd/search
2025-08-20T20:26:23.0567371Z [00:03:01.742]➜  mkdir -p $WORK/b1416/
2025-08-20T20:26:23.0568579Z [00:03:01.743]➜  cat >/tmp/go-build1823208636/b1416/importcfg << 'EOF' # internal
2025-08-20T20:26:23.0568947Z [00:03:01.743]➜  # import config
2025-08-20T20:26:23.0569379Z [00:03:01.743]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.0570031Z [00:03:01.743]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/code=/tmp/go-build1823208636/b1417/_pkg_.a
2025-08-20T20:26:23.0570719Z [00:03:01.743]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/commits=/tmp/go-build1823208636/b1419/_pkg_.a
2025-08-20T20:26:23.0571407Z [00:03:01.743]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/issues=/tmp/go-build1823208636/b1420/_pkg_.a
2025-08-20T20:26:23.0572074Z [00:03:01.743]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/prs=/tmp/go-build1823208636/b1421/_pkg_.a
2025-08-20T20:26:23.0572963Z [00:03:01.743]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/repos=/tmp/go-build1823208636/b1422/_pkg_.a
2025-08-20T20:26:23.0573670Z [00:03:01.743]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.0574231Z [00:03:01.743]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.0574597Z [00:03:01.743]➜  EOF
2025-08-20T20:26:23.0576657Z [00:03:01.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1416/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search=>github.com/cli/cli/v2/pkg/cmd/search;$WORK/b1416=>" -p github.com/cli/cli/v2/pkg/cmd/search -lang=go1.24 -complete -installsuffix shared -buildid P3tqymboiMFJXDR4dK4v/P3tqymboiMFJXDR4dK4v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1416/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/search.go
2025-08-20T20:26:23.0627485Z [00:03:01.746]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T20:26:23.0637590Z [00:03:01.750]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/e0/e0ec15b7dc63d5f444c3bfc01631e4ab4ab13553f4af5307fd940adff720f07a-d # internal
2025-08-20T20:26:23.0697879Z [00:03:01.756]➜  golang.org/x/crypto/nacl/box
2025-08-20T20:26:23.0708438Z [00:03:01.757]➜  mkdir -p $WORK/b1431/
2025-08-20T20:26:23.0711435Z [00:03:01.757]➜  cat >/tmp/go-build1823208636/b1431/importcfg << 'EOF' # internal
2025-08-20T20:26:23.0712111Z [00:03:01.757]➜  # import config
2025-08-20T20:26:23.0712477Z [00:03:01.757]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:23.0713025Z [00:03:01.757]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1823208636/b1071/_pkg_.a
2025-08-20T20:26:23.0713609Z [00:03:01.757]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1823208636/b500/_pkg_.a
2025-08-20T20:26:23.0714211Z [00:03:01.757]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build1823208636/b548/_pkg_.a
2025-08-20T20:26:23.0714819Z [00:03:01.757]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build1823208636/b549/_pkg_.a
2025-08-20T20:26:23.0715645Z [00:03:01.757]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.0716029Z [00:03:01.757]➜  EOF
2025-08-20T20:26:23.0718961Z [00:03:01.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1431/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/nacl/box=>golang.org/x/crypto@v0.41.0/nacl/box;$WORK/b1431=>" -p golang.org/x/crypto/nacl/box -lang=go1.23 -complete -installsuffix shared -buildid c8WkTzlD_zPLWmjqFuag/c8WkTzlD_zPLWmjqFuag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1431/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/nacl/box/box.go
2025-08-20T20:26:23.0857935Z [00:03:01.772]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T20:26:23.0864445Z [00:03:01.772]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d # internal
2025-08-20T20:26:23.0869384Z [00:03:01.773]➜  github.com/cli/cli/v2/pkg/cmd/ssh-key/delete
2025-08-20T20:26:23.0869803Z [00:03:01.773]➜  mkdir -p $WORK/b1433/
2025-08-20T20:26:23.0870197Z [00:03:01.773]➜  cat >/tmp/go-build1823208636/b1433/importcfg << 'EOF' # internal
2025-08-20T20:26:23.0870551Z [00:03:01.773]➜  # import config
2025-08-20T20:26:23.0870914Z [00:03:01.773]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:23.0871368Z [00:03:01.773]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.0871857Z [00:03:01.773]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.0872447Z [00:03:01.773]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:23.0894903Z [00:03:01.773]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:23.0895746Z [00:03:01.773]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:23.0896739Z [00:03:01.773]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.0897444Z [00:03:01.773]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.0898014Z [00:03:01.773]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.0898485Z [00:03:01.773]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.0898902Z [00:03:01.773]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.0899354Z [00:03:01.773]➜  EOF
2025-08-20T20:26:23.0901554Z [00:03:01.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1433/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete=>github.com/cli/cli/v2/pkg/cmd/ssh-key/delete;$WORK/b1433=>" -p github.com/cli/cli/v2/pkg/cmd/ssh-key/delete -lang=go1.24 -complete -installsuffix shared -buildid DmCk6l5KOKejbDfgH6bV/DmCk6l5KOKejbDfgH6bV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1433/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete/delete.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete/http.go
2025-08-20T20:26:23.0903476Z [00:03:01.775]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T20:26:23.0908940Z [00:03:01.777]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/79/7964289030ec7c3d654b30be816479b7a95132299d7680009cdf07bbda3280b1-d # internal
2025-08-20T20:26:23.0910039Z [00:03:01.777]➜  github.com/cli/cli/v2/pkg/cmd/ssh-key/list
2025-08-20T20:26:23.0910369Z [00:03:01.777]➜  mkdir -p $WORK/b1434/
2025-08-20T20:26:23.0910750Z [00:03:01.777]➜  cat >/tmp/go-build1823208636/b1434/importcfg << 'EOF' # internal
2025-08-20T20:26:23.0911103Z [00:03:01.777]➜  # import config
2025-08-20T20:26:23.0911438Z [00:03:01.777]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.0911850Z [00:03:01.777]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.0912326Z [00:03:01.777]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.0913142Z [00:03:01.777]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:23.0913795Z [00:03:01.777]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:23.0914488Z [00:03:01.777]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/shared=/tmp/go-build1823208636/b1239/_pkg_.a
2025-08-20T20:26:23.0915126Z [00:03:01.777]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.0915941Z [00:03:01.777]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.0916576Z [00:03:01.777]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.0917040Z [00:03:01.777]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.0917458Z [00:03:01.777]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.0917902Z [00:03:01.777]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:23.0918324Z [00:03:01.777]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:23.0918632Z [00:03:01.777]➜  EOF
2025-08-20T20:26:23.0920459Z [00:03:01.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1434/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/list=>github.com/cli/cli/v2/pkg/cmd/ssh-key/list;$WORK/b1434=>" -p github.com/cli/cli/v2/pkg/cmd/ssh-key/list -lang=go1.24 -complete -installsuffix shared -buildid LIc3Yac3E-UTvbFfmsSF/LIc3Yac3E-UTvbFfmsSF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1434/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/list/list.go
2025-08-20T20:26:23.0957651Z [00:03:01.782]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T20:26:23.0966985Z [00:03:01.783]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/2b/2b0248ad7c6e0a62e56905d415800dcd9b3ff28324a96cc57b4f8a84299ed948-d # internal
2025-08-20T20:26:23.0977017Z [00:03:01.784]➜  github.com/cli/cli/v2/pkg/cmd/secret/set
2025-08-20T20:26:23.0981144Z [00:03:01.784]➜  mkdir -p $WORK/b1427/
2025-08-20T20:26:23.0998079Z [00:03:01.785]➜  cat >/tmp/go-build1823208636/b1427/importcfg << 'EOF' # internal
2025-08-20T20:26:23.0998969Z [00:03:01.785]➜  # import config
2025-08-20T20:26:23.0999456Z [00:03:01.785]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:23.0999934Z [00:03:01.785]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:23.1000749Z [00:03:01.785]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:23.1001229Z [00:03:01.785]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.1001733Z [00:03:01.785]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.1002309Z [00:03:01.785]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.1002906Z [00:03:01.785]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:23.1003533Z [00:03:01.785]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.1004223Z [00:03:01.785]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:23.1005080Z [00:03:01.785]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/shared=/tmp/go-build1823208636/b1425/_pkg_.a
2025-08-20T20:26:23.1005897Z [00:03:01.785]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.1006571Z [00:03:01.785]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.1007187Z [00:03:01.785]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build1823208636/b1428/_pkg_.a
2025-08-20T20:26:23.1007790Z [00:03:01.786]➜  packagefile github.com/joho/godotenv=/tmp/go-build1823208636/b1430/_pkg_.a
2025-08-20T20:26:23.1008535Z [00:03:01.786]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.1009092Z [00:03:01.786]➜  packagefile golang.org/x/crypto/nacl/box=/tmp/go-build1823208636/b1431/_pkg_.a
2025-08-20T20:26:23.1009574Z [00:03:01.786]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.1009996Z [00:03:01.786]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.1010410Z [00:03:01.786]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:23.1010824Z [00:03:01.786]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:23.1011248Z [00:03:01.786]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.1011562Z [00:03:01.786]➜  EOF
2025-08-20T20:26:23.1013929Z [00:03:01.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1427/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set=>github.com/cli/cli/v2/pkg/cmd/secret/set;$WORK/b1427=>" -p github.com/cli/cli/v2/pkg/cmd/secret/set -lang=go1.24 -complete -installsuffix shared -buildid Nor4LmEU1_bqnsnIxKic/Nor4LmEU1_bqnsnIxKic -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set/set.go
2025-08-20T20:26:23.1363803Z [00:03:01.822]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T20:26:23.1389908Z [00:03:01.825]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/44/448aa38b3f2a9096d86ebc0c6663e6272b8be9651914ef9020604d8af7e70a3f-d # internal
2025-08-20T20:26:23.1409347Z [00:03:01.825]➜  github.com/cli/cli/v2/pkg/cmd/status
2025-08-20T20:26:23.1409700Z [00:03:01.825]➜  mkdir -p $WORK/b1435/
2025-08-20T20:26:23.1410090Z [00:03:01.825]➜  cat >/tmp/go-build1823208636/b1435/importcfg << 'EOF' # internal
2025-08-20T20:26:23.1410442Z [00:03:01.825]➜  # import config
2025-08-20T20:26:23.1410781Z [00:03:01.825]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:23.1411573Z [00:03:01.825]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:23.1412065Z [00:03:01.825]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.1412477Z [00:03:01.825]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.1412997Z [00:03:01.825]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.1413717Z [00:03:01.825]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:26:23.1414359Z [00:03:01.825]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.1414987Z [00:03:01.825]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:23.1415820Z [00:03:01.825]➜  packagefile github.com/cli/cli/v2/pkg/cmd/factory=/tmp/go-build1823208636/b253/_pkg_.a
2025-08-20T20:26:23.1416514Z [00:03:01.825]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.1417138Z [00:03:01.825]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.1417731Z [00:03:01.825]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:23.1418489Z [00:03:01.825]➜  packagefile github.com/cli/go-gh/v2/pkg/api=/tmp/go-build1823208636/b106/_pkg_.a
2025-08-20T20:26:23.1419042Z [00:03:01.825]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.1419582Z [00:03:01.825]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:23.1420073Z [00:03:01.825]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.1420503Z [00:03:01.825]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:23.1420917Z [00:03:01.825]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:23.1421530Z [00:03:01.825]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.1421946Z [00:03:01.825]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:23.1422354Z [00:03:01.825]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:23.1422659Z [00:03:01.825]➜  EOF
2025-08-20T20:26:23.1424433Z [00:03:01.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1435/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status=>github.com/cli/cli/v2/pkg/cmd/status;$WORK/b1435=>" -p github.com/cli/cli/v2/pkg/cmd/status -lang=go1.24 -complete -installsuffix shared -buildid OlB4WJqjzjMfaCKfgeiu/OlB4WJqjzjMfaCKfgeiu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1435/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/status.go
2025-08-20T20:26:23.1684512Z [00:03:01.854]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T20:26:23.1685764Z [00:03:01.854]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/08/088234ceae64c352238853ea279582a919dd87af187fe04b29700c94487a5bcf-d # internal
2025-08-20T20:26:23.1687469Z [00:03:01.854]➜  github.com/cli/cli/v2/pkg/cmd/variable/shared
2025-08-20T20:26:23.1687915Z [00:03:01.854]➜  mkdir -p $WORK/b1438/
2025-08-20T20:26:23.1695036Z [00:03:01.856]➜  cat >/tmp/go-build1823208636/b1438/importcfg << 'EOF' # internal
2025-08-20T20:26:23.1695821Z [00:03:01.856]➜  # import config
2025-08-20T20:26:23.1696312Z [00:03:01.856]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.1696882Z [00:03:01.856]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.1697763Z [00:03:01.856]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.1706566Z [00:03:01.856]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.1707640Z [00:03:01.856]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:23.1708269Z [00:03:01.856]➜  EOF
2025-08-20T20:26:23.1710806Z [00:03:01.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1438/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/shared=>github.com/cli/cli/v2/pkg/cmd/variable/shared;$WORK/b1438=>" -p github.com/cli/cli/v2/pkg/cmd/variable/shared -lang=go1.24 -complete -installsuffix shared -buildid WKN9eSBcn641RQucLA8b/WKN9eSBcn641RQucLA8b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/shared/shared.go
2025-08-20T20:26:23.1713040Z [00:03:01.856]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T20:26:23.1715090Z [00:03:01.858]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/60/60462eb10f24efd0bb43acf19837393de95b9e91e16fe7242f19f93a041164f6-d # internal
2025-08-20T20:26:23.1739212Z [00:03:01.860]➜  github.com/cli/cli/v2/pkg/cmd/ssh-key
2025-08-20T20:26:23.1740579Z [00:03:01.860]➜  mkdir -p $WORK/b1432/
2025-08-20T20:26:23.1740977Z [00:03:01.860]➜  cat >/tmp/go-build1823208636/b1432/importcfg << 'EOF' # internal
2025-08-20T20:26:23.1741361Z [00:03:01.860]➜  # import config
2025-08-20T20:26:23.1741835Z [00:03:01.860]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/add=/tmp/go-build1823208636/b1238/_pkg_.a
2025-08-20T20:26:23.1742578Z [00:03:01.860]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/delete=/tmp/go-build1823208636/b1433/_pkg_.a
2025-08-20T20:26:23.1743553Z [00:03:01.860]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/list=/tmp/go-build1823208636/b1434/_pkg_.a
2025-08-20T20:26:23.1744194Z [00:03:01.860]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.1744759Z [00:03:01.860]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.1745125Z [00:03:01.860]➜  EOF
2025-08-20T20:26:23.1747086Z [00:03:01.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1432/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key=>github.com/cli/cli/v2/pkg/cmd/ssh-key;$WORK/b1432=>" -p github.com/cli/cli/v2/pkg/cmd/ssh-key -lang=go1.24 -complete -installsuffix shared -buildid WGI50vNEgs12SKy2IzFd/WGI50vNEgs12SKy2IzFd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1432/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/ssh_key.go
2025-08-20T20:26:23.1908557Z [00:03:01.877]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T20:26:23.1913709Z [00:03:01.877]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T20:26:23.1930761Z [00:03:01.878]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/06/064413dbd350cc4677e213461ded75742ea3da319a213785c43e49231d752efb-d # internal
2025-08-20T20:26:23.1931999Z [00:03:01.878]➜  github.com/cli/cli/v2/pkg/cmd/variable/delete
2025-08-20T20:26:23.1932393Z [00:03:01.879]➜  mkdir -p $WORK/b1437/
2025-08-20T20:26:23.1932793Z [00:03:01.879]➜  cat >/tmp/go-build1823208636/b1437/importcfg << 'EOF' # internal
2025-08-20T20:26:23.1933148Z [00:03:01.879]➜  # import config
2025-08-20T20:26:23.1933481Z [00:03:01.879]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.1934042Z [00:03:01.879]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.1934614Z [00:03:01.879]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.1935196Z [00:03:01.879]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:23.1936028Z [00:03:01.879]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.1936716Z [00:03:01.879]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/shared=/tmp/go-build1823208636/b1438/_pkg_.a
2025-08-20T20:26:23.1937367Z [00:03:01.879]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.1937975Z [00:03:01.879]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.1938542Z [00:03:01.879]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.1939284Z [00:03:01.879]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.1939702Z [00:03:01.879]➜  EOF
2025-08-20T20:26:23.1941748Z [00:03:01.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1437/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/delete=>github.com/cli/cli/v2/pkg/cmd/variable/delete;$WORK/b1437=>" -p github.com/cli/cli/v2/pkg/cmd/variable/delete -lang=go1.24 -complete -installsuffix shared -buildid B-4kXmIiS0aZvvmpklDk/B-4kXmIiS0aZvvmpklDk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/delete/delete.go
2025-08-20T20:26:23.1948997Z [00:03:01.881]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/bf/bfcc9ea4560f6bdbbeab6cad6526b7f3d06b71d29ded397c5865080dc6585c8d-d # internal
2025-08-20T20:26:23.1950035Z [00:03:01.881]➜  github.com/cli/cli/v2/pkg/cmd/secret
2025-08-20T20:26:23.1959172Z [00:03:01.882]➜  mkdir -p $WORK/b1423/
2025-08-20T20:26:23.1960178Z [00:03:01.882]➜  cat >/tmp/go-build1823208636/b1423/importcfg << 'EOF' # internal
2025-08-20T20:26:23.1960679Z [00:03:01.882]➜  # import config
2025-08-20T20:26:23.1961116Z [00:03:01.882]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.1962066Z [00:03:01.882]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/delete=/tmp/go-build1823208636/b1424/_pkg_.a
2025-08-20T20:26:23.1962759Z [00:03:01.882]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/list=/tmp/go-build1823208636/b1426/_pkg_.a
2025-08-20T20:26:23.1963422Z [00:03:01.882]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/set=/tmp/go-build1823208636/b1427/_pkg_.a
2025-08-20T20:26:23.1964047Z [00:03:01.882]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.1964613Z [00:03:01.882]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.1964977Z [00:03:01.882]➜  EOF
2025-08-20T20:26:23.1967116Z [00:03:01.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1423/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret=>github.com/cli/cli/v2/pkg/cmd/secret;$WORK/b1423=>" -p github.com/cli/cli/v2/pkg/cmd/secret -lang=go1.24 -complete -installsuffix shared -buildid qLJT8zx6sJa23slQdo08/qLJT8zx6sJa23slQdo08 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1423/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/secret.go
2025-08-20T20:26:23.2452156Z [00:03:01.931]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T20:26:23.2453594Z [00:03:01.931]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/13/13da459065e97fd101b3c1b4aec606270e95c205bf8865244aa310c065a703cd-d # internal
2025-08-20T20:26:23.2454555Z [00:03:01.931]➜  github.com/cli/cli/v2/pkg/cmd/variable/get
2025-08-20T20:26:23.2454906Z [00:03:01.932]➜  mkdir -p $WORK/b1439/
2025-08-20T20:26:23.2458110Z [00:03:01.932]➜  cat >/tmp/go-build1823208636/b1439/importcfg << 'EOF' # internal
2025-08-20T20:26:23.2458545Z [00:03:01.932]➜  # import config
2025-08-20T20:26:23.2458891Z [00:03:01.932]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.2459323Z [00:03:01.932]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.2459831Z [00:03:01.932]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.2460411Z [00:03:01.932]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.2460997Z [00:03:01.932]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:23.2461621Z [00:03:01.932]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.2462293Z [00:03:01.932]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/shared=/tmp/go-build1823208636/b1438/_pkg_.a
2025-08-20T20:26:23.2463700Z [00:03:01.933]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.2464585Z [00:03:01.933]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.2465205Z [00:03:01.933]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.2465847Z [00:03:01.933]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.2466188Z [00:03:01.933]➜  EOF
2025-08-20T20:26:23.2471197Z [00:03:01.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1439/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/get=>github.com/cli/cli/v2/pkg/cmd/variable/get;$WORK/b1439=>" -p github.com/cli/cli/v2/pkg/cmd/variable/get -lang=go1.24 -complete -installsuffix shared -buildid RtNIxwxJQeZ-N9YeJODR/RtNIxwxJQeZ-N9YeJODR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1439/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/get/get.go
2025-08-20T20:26:23.2499137Z [00:03:01.936]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T20:26:23.2511659Z [00:03:01.937]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/74/7492741ba78bf7a3125b1112584b77ffc9fc3142d7e825d723c6612dae598a56-d # internal
2025-08-20T20:26:23.2515875Z [00:03:01.938]➜  github.com/cli/cli/v2/pkg/cmd/variable/list
2025-08-20T20:26:23.2518026Z [00:03:01.938]➜  mkdir -p $WORK/b1440/
2025-08-20T20:26:23.2525480Z [00:03:01.939]➜  cat >/tmp/go-build1823208636/b1440/importcfg << 'EOF' # internal
2025-08-20T20:26:23.2526323Z [00:03:01.939]➜  # import config
2025-08-20T20:26:23.2526939Z [00:03:01.939]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.2527811Z [00:03:01.939]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.2535099Z [00:03:01.939]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.2535827Z [00:03:01.939]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:23.2536852Z [00:03:01.939]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.2537518Z [00:03:01.939]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:23.2538219Z [00:03:01.939]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/shared=/tmp/go-build1823208636/b1438/_pkg_.a
2025-08-20T20:26:23.2538880Z [00:03:01.939]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.2539498Z [00:03:01.939]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.2540065Z [00:03:01.939]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.2540541Z [00:03:01.939]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.2540968Z [00:03:01.939]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:23.2541395Z [00:03:01.939]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.2541823Z [00:03:01.939]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:23.2542130Z [00:03:01.939]➜  EOF
2025-08-20T20:26:23.2544022Z [00:03:01.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1440/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/list=>github.com/cli/cli/v2/pkg/cmd/variable/list;$WORK/b1440=>" -p github.com/cli/cli/v2/pkg/cmd/variable/list -lang=go1.24 -complete -installsuffix shared -buildid 635SoftDD9IAYPuh540r/635SoftDD9IAYPuh540r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1440/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/list/list.go
2025-08-20T20:26:23.2712565Z [00:03:01.957]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T20:26:23.2735256Z [00:03:01.959]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/07/072057566f979db25a51684a13d9369597fe32de8633f7e6382970a29fd362e7-d # internal
2025-08-20T20:26:23.2744704Z [00:03:01.960]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T20:26:23.2750587Z [00:03:01.961]➜  github.com/cli/cli/v2/pkg/cmd/variable/set
2025-08-20T20:26:23.2750923Z [00:03:01.961]➜  mkdir -p $WORK/b1441/
2025-08-20T20:26:23.2754517Z [00:03:01.962]➜  cat >/tmp/go-build1823208636/b1441/importcfg << 'EOF' # internal
2025-08-20T20:26:23.2755363Z [00:03:01.962]➜  # import config
2025-08-20T20:26:23.2755992Z [00:03:01.962]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:23.2758012Z [00:03:01.962]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:23.2758901Z [00:03:01.962]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.2759553Z [00:03:01.962]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.2760250Z [00:03:01.962]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.2761198Z [00:03:01.962]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.2762051Z [00:03:01.962]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:23.2762921Z [00:03:01.962]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.2764717Z [00:03:01.962]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/shared=/tmp/go-build1823208636/b1438/_pkg_.a
2025-08-20T20:26:23.2765972Z [00:03:01.962]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.2766624Z [00:03:01.962]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.2767255Z [00:03:01.962]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build1823208636/b1428/_pkg_.a
2025-08-20T20:26:23.2767840Z [00:03:01.962]➜  packagefile github.com/joho/godotenv=/tmp/go-build1823208636/b1430/_pkg_.a
2025-08-20T20:26:23.2768376Z [00:03:01.962]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.2769077Z [00:03:01.962]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.2769499Z [00:03:01.962]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.2769911Z [00:03:01.962]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:23.2770329Z [00:03:01.962]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.2770645Z [00:03:01.962]➜  EOF
2025-08-20T20:26:23.2772751Z [00:03:01.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1441/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set=>github.com/cli/cli/v2/pkg/cmd/variable/set;$WORK/b1441=>" -p github.com/cli/cli/v2/pkg/cmd/variable/set -lang=go1.24 -complete -installsuffix shared -buildid PWNy-fH5WcBakuzsfwn8/PWNy-fH5WcBakuzsfwn8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1441/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set/http.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set/set.go
2025-08-20T20:26:23.2775077Z [00:03:01.963]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/21/215fc965e1e29b5e5c50b064fb7cf1548f1d55ec5b3d59a35e85261d4e52ebe9-d # internal
2025-08-20T20:26:23.2784740Z [00:03:01.964]➜  github.com/cli/cli/v2/pkg/cmd/version
2025-08-20T20:26:23.2785179Z [00:03:01.964]➜  mkdir -p $WORK/b1442/
2025-08-20T20:26:23.2786717Z [00:03:01.965]➜  cat >/tmp/go-build1823208636/b1442/importcfg << 'EOF' # internal
2025-08-20T20:26:23.2787086Z [00:03:01.965]➜  # import config
2025-08-20T20:26:23.2787434Z [00:03:01.965]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.2787946Z [00:03:01.965]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.2788509Z [00:03:01.965]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.2788982Z [00:03:01.965]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:23.2789414Z [00:03:01.965]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.2789734Z [00:03:01.965]➜  EOF
2025-08-20T20:26:23.2799132Z [00:03:01.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1442/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/version=>github.com/cli/cli/v2/pkg/cmd/version;$WORK/b1442=>" -p github.com/cli/cli/v2/pkg/cmd/version -lang=go1.24 -complete -installsuffix shared -buildid gPXJviaqkBy1Zhlj9RvA/gPXJviaqkBy1Zhlj9RvA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/version/version.go
2025-08-20T20:26:23.3062370Z [00:03:01.992]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T20:26:23.3063874Z [00:03:01.992]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/2c/2c4e34296245280b810ba6c0eccdb86b4e56bdc8a7c28116ab4dc4e05fabeb85-d # internal
2025-08-20T20:26:23.3064543Z [00:03:01.992]➜  github.com/cli/cli/v2/pkg/cmd/workflow/disable
2025-08-20T20:26:23.3064899Z [00:03:01.992]➜  mkdir -p $WORK/b1444/
2025-08-20T20:26:23.3066793Z [00:03:01.993]➜  cat >/tmp/go-build1823208636/b1444/importcfg << 'EOF' # internal
2025-08-20T20:26:23.3067222Z [00:03:01.993]➜  # import config
2025-08-20T20:26:23.3067568Z [00:03:01.993]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.3068384Z [00:03:01.993]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.3068878Z [00:03:01.993]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.3069494Z [00:03:01.993]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.3070381Z [00:03:01.993]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/shared=/tmp/go-build1823208636/b1407/_pkg_.a
2025-08-20T20:26:23.3071276Z [00:03:01.993]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.3072133Z [00:03:01.993]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.3072976Z [00:03:01.993]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.3073461Z [00:03:01.993]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.3073782Z [00:03:01.993]➜  EOF
2025-08-20T20:26:23.3077841Z [00:03:01.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1444/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/disable=>github.com/cli/cli/v2/pkg/cmd/workflow/disable;$WORK/b1444=>" -p github.com/cli/cli/v2/pkg/cmd/workflow/disable -lang=go1.24 -complete -installsuffix shared -buildid mQyhvhJ9frKzZvHK2j_n/mQyhvhJ9frKzZvHK2j_n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1444/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/disable/disable.go
2025-08-20T20:26:23.3364795Z [00:03:02.022]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T20:26:23.3382904Z [00:03:02.024]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/11/1166e4baac73e5aaf49a2c037f74f647734d6a5d5d90324227565639f828b15e-d # internal
2025-08-20T20:26:23.3391783Z [00:03:02.025]➜  github.com/cli/cli/v2/pkg/cmd/workflow/enable
2025-08-20T20:26:23.3399482Z [00:03:02.026]➜  mkdir -p $WORK/b1445/
2025-08-20T20:26:23.3411078Z [00:03:02.027]➜  cat >/tmp/go-build1823208636/b1445/importcfg << 'EOF' # internal
2025-08-20T20:26:23.3411803Z [00:03:02.027]➜  # import config
2025-08-20T20:26:23.3412468Z [00:03:02.027]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.3413223Z [00:03:02.027]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.3413999Z [00:03:02.027]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.3414889Z [00:03:02.027]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.3416068Z [00:03:02.027]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/shared=/tmp/go-build1823208636/b1407/_pkg_.a
2025-08-20T20:26:23.3417490Z [00:03:02.027]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.3420186Z [00:03:02.027]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.3421547Z [00:03:02.027]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.3423773Z [00:03:02.027]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.3424567Z [00:03:02.027]➜  EOF
2025-08-20T20:26:23.3430462Z [00:03:02.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1445/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/enable=>github.com/cli/cli/v2/pkg/cmd/workflow/enable;$WORK/b1445=>" -p github.com/cli/cli/v2/pkg/cmd/workflow/enable -lang=go1.24 -complete -installsuffix shared -buildid pa_RF1bMosgRvoRYLZo9/pa_RF1bMosgRvoRYLZo9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1445/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/enable/enable.go
2025-08-20T20:26:23.3459921Z [00:03:02.032]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T20:26:23.3486655Z [00:03:02.035]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/ef/ef5619baa9f70d99bcae8dc54e72933a4f607529599373cc010b95c3a8b31dbf-d # internal
2025-08-20T20:26:23.3505738Z [00:03:02.037]➜  github.com/cli/cli/v2/pkg/cmd/workflow/list
2025-08-20T20:26:23.3506570Z [00:03:02.037]➜  mkdir -p $WORK/b1446/
2025-08-20T20:26:23.3513672Z [00:03:02.037]➜  cat >/tmp/go-build1823208636/b1446/importcfg << 'EOF' # internal
2025-08-20T20:26:23.3515464Z [00:03:02.038]➜  # import config
2025-08-20T20:26:23.3516419Z [00:03:02.038]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.3517316Z [00:03:02.038]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.3518065Z [00:03:02.038]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.3519420Z [00:03:02.038]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:23.3520415Z [00:03:02.038]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/shared=/tmp/go-build1823208636/b1407/_pkg_.a
2025-08-20T20:26:23.3521066Z [00:03:02.038]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.3521693Z [00:03:02.038]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.3522272Z [00:03:02.038]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.3522756Z [00:03:02.038]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.3523078Z [00:03:02.038]➜  EOF
2025-08-20T20:26:23.3525101Z [00:03:02.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1446/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/list=>github.com/cli/cli/v2/pkg/cmd/workflow/list;$WORK/b1446=>" -p github.com/cli/cli/v2/pkg/cmd/workflow/list -lang=go1.24 -complete -installsuffix shared -buildid EroJqgobLz5-RqX9nFSe/EroJqgobLz5-RqX9nFSe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/list/list.go
2025-08-20T20:26:23.3713403Z [00:03:02.057]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T20:26:23.3856924Z [00:03:02.071]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/a0/a0ffca094f415e23711969482bc6a9be10ba89009c674928c9f9828bc70d68b7-d # internal
2025-08-20T20:26:23.3891859Z [00:03:02.075]➜  github.com/cli/cli/v2/pkg/cmd/workflow/run
2025-08-20T20:26:23.3898019Z [00:03:02.076]➜  mkdir -p $WORK/b1447/
2025-08-20T20:26:23.3910557Z [00:03:02.077]➜  cat >/tmp/go-build1823208636/b1447/importcfg << 'EOF' # internal
2025-08-20T20:26:23.3913644Z [00:03:02.077]➜  # import config
2025-08-20T20:26:23.3914253Z [00:03:02.077]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:23.3915058Z [00:03:02.077]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:23.3937423Z [00:03:02.077]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.3937908Z [00:03:02.077]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.3938422Z [00:03:02.077]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.3939399Z [00:03:02.077]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.3940139Z [00:03:02.077]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.3940869Z [00:03:02.077]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/shared=/tmp/go-build1823208636/b1407/_pkg_.a
2025-08-20T20:26:23.3941521Z [00:03:02.077]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.3942132Z [00:03:02.077]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.3942713Z [00:03:02.077]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.3943223Z [00:03:02.077]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:26:23.3943664Z [00:03:02.077]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.3944086Z [00:03:02.077]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.3944515Z [00:03:02.077]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:23.3944940Z [00:03:02.077]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:23.3945358Z [00:03:02.077]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.3945910Z [00:03:02.077]➜  EOF
2025-08-20T20:26:23.3951901Z [00:03:02.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1447/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/run=>github.com/cli/cli/v2/pkg/cmd/workflow/run;$WORK/b1447=>" -p github.com/cli/cli/v2/pkg/cmd/workflow/run -lang=go1.24 -complete -installsuffix shared -buildid wHStn4RJQAT9XsgMiPYo/wHStn4RJQAT9XsgMiPYo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1447/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/run/run.go
2025-08-20T20:26:23.3962611Z [00:03:02.082]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T20:26:23.4000459Z [00:03:02.086]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/0c/0cc43ebbd3d125dc7552b41556d62d7489391bdd6c063944259316ef7d2a8d70-d # internal
2025-08-20T20:26:23.4001858Z [00:03:02.086]➜  github.com/cli/cli/v2/pkg/cmd/variable
2025-08-20T20:26:23.4002808Z [00:03:02.086]➜  mkdir -p $WORK/b1436/
2025-08-20T20:26:23.4011201Z [00:03:02.087]➜  cat >/tmp/go-build1823208636/b1436/importcfg << 'EOF' # internal
2025-08-20T20:26:23.4012740Z [00:03:02.087]➜  # import config
2025-08-20T20:26:23.4013823Z [00:03:02.087]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.4014881Z [00:03:02.087]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/delete=/tmp/go-build1823208636/b1437/_pkg_.a
2025-08-20T20:26:23.4015788Z [00:03:02.087]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/get=/tmp/go-build1823208636/b1439/_pkg_.a
2025-08-20T20:26:23.4016547Z [00:03:02.087]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/list=/tmp/go-build1823208636/b1440/_pkg_.a
2025-08-20T20:26:23.4017244Z [00:03:02.087]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/set=/tmp/go-build1823208636/b1441/_pkg_.a
2025-08-20T20:26:23.4018023Z [00:03:02.087]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.4018656Z [00:03:02.087]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.4019019Z [00:03:02.087]➜  EOF
2025-08-20T20:26:23.4020846Z [00:03:02.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1436/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable=>github.com/cli/cli/v2/pkg/cmd/variable;$WORK/b1436=>" -p github.com/cli/cli/v2/pkg/cmd/variable -lang=go1.24 -complete -installsuffix shared -buildid SfLRRJTEPIr4B4lbELRF/SfLRRJTEPIr4B4lbELRF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/variable.go
2025-08-20T20:26:23.4079524Z [00:03:02.094]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T20:26:23.4102047Z [00:03:02.096]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/ab/ab729d886bf690aa037f8befecd11efecf4617901361330408c6efc3a43a7e9b-d # internal
2025-08-20T20:26:23.4102780Z [00:03:02.096]➜  github.com/cli/cli/v2/pkg/cmd/workflow/view
2025-08-20T20:26:23.4103124Z [00:03:02.096]➜  mkdir -p $WORK/b1448/
2025-08-20T20:26:23.4103510Z [00:03:02.096]➜  cat >/tmp/go-build1823208636/b1448/importcfg << 'EOF' # internal
2025-08-20T20:26:23.4103863Z [00:03:02.096]➜  # import config
2025-08-20T20:26:23.4104190Z [00:03:02.096]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.4105096Z [00:03:02.096]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.4105934Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.4106599Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:23.4107288Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.4107962Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:23.4108612Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:23.4109254Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/shared=/tmp/go-build1823208636/b1406/_pkg_.a
2025-08-20T20:26:23.4109937Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/shared=/tmp/go-build1823208636/b1407/_pkg_.a
2025-08-20T20:26:23.4110593Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.4111203Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.4111815Z [00:03:02.096]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:23.4112385Z [00:03:02.096]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.4112873Z [00:03:02.096]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.4113302Z [00:03:02.096]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:23.4113725Z [00:03:02.096]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.4114146Z [00:03:02.096]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:23.4114453Z [00:03:02.096]➜  EOF
2025-08-20T20:26:23.4116835Z [00:03:02.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1448/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/view=>github.com/cli/cli/v2/pkg/cmd/workflow/view;$WORK/b1448=>" -p github.com/cli/cli/v2/pkg/cmd/workflow/view -lang=go1.24 -complete -installsuffix shared -buildid VtGXvTM3KTU2XfL48E0L/VtGXvTM3KTU2XfL48E0L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/view/view.go
2025-08-20T20:26:23.4238056Z [00:03:02.110]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T20:26:23.4256972Z [00:03:02.112]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/a3/a37fe840dd2c4e3f03cb6a5f8ebe254e438917bbaf8315b262e0465c3e0c9a9f-d # internal
2025-08-20T20:26:23.4588003Z [00:03:02.145]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T20:26:23.4608891Z [00:03:02.147]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/7f/7fbe6b20e9d0dce824af2004d2f9f11ef37b4b0425b17a693c1e9790e31543d8-d # internal
2025-08-20T20:26:23.4743322Z [00:03:02.160]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T20:26:23.4762022Z [00:03:02.162]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/12/128282e2e181d41ef5d8877338d00de51de4aa4a93230b5b2a8c7e0a48852272-d # internal
2025-08-20T20:26:23.4785971Z [00:03:02.165]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T20:26:23.4801776Z [00:03:02.166]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/c2/c2b344497d724e0b082d268e3655525161c46e8c0566faa003ee6432897530d5-d # internal
2025-08-20T20:26:23.4806785Z [00:03:02.167]➜  github.com/cli/cli/v2/pkg/cmd/workflow
2025-08-20T20:26:23.4807669Z [00:03:02.167]➜  mkdir -p $WORK/b1443/
2025-08-20T20:26:23.4810420Z [00:03:02.167]➜  cat >/tmp/go-build1823208636/b1443/importcfg << 'EOF' # internal
2025-08-20T20:26:23.4811114Z [00:03:02.167]➜  # import config
2025-08-20T20:26:23.4811683Z [00:03:02.167]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/disable=/tmp/go-build1823208636/b1444/_pkg_.a
2025-08-20T20:26:23.4812773Z [00:03:02.167]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/enable=/tmp/go-build1823208636/b1445/_pkg_.a
2025-08-20T20:26:23.4813473Z [00:03:02.167]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/list=/tmp/go-build1823208636/b1446/_pkg_.a
2025-08-20T20:26:23.4814156Z [00:03:02.167]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/run=/tmp/go-build1823208636/b1447/_pkg_.a
2025-08-20T20:26:23.4814844Z [00:03:02.167]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/view=/tmp/go-build1823208636/b1448/_pkg_.a
2025-08-20T20:26:23.4815496Z [00:03:02.167]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.4816919Z [00:03:02.167]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.4817359Z [00:03:02.167]➜  EOF
2025-08-20T20:26:23.4819194Z [00:03:02.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1443/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow=>github.com/cli/cli/v2/pkg/cmd/workflow;$WORK/b1443=>" -p github.com/cli/cli/v2/pkg/cmd/workflow -lang=go1.24 -complete -installsuffix shared -buildid eqdc8HQaXfQhgfeRsd9Y/eqdc8HQaXfQhgfeRsd9Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/workflow.go
2025-08-20T20:26:23.5204761Z [00:03:02.206]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T20:26:23.5221012Z [00:03:02.208]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/c9/c9c2ae68dfcafd39b75bab2c48895462eb3fd43147069493454b55d82b385b33-d # internal
2025-08-20T20:26:23.5222220Z [00:03:02.208]➜  github.com/cli/cli/v2/pkg/cmd/root
2025-08-20T20:26:23.5230132Z [00:03:02.209]➜  mkdir -p $WORK/b446/
2025-08-20T20:26:23.5230574Z [00:03:02.209]➜  cat >/tmp/go-build1823208636/b446/importcfg << 'EOF' # internal
2025-08-20T20:26:23.5230955Z [00:03:02.209]➜  # import config
2025-08-20T20:26:23.5231300Z [00:03:02.209]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:23.5231982Z [00:03:02.209]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.5232509Z [00:03:02.209]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.5233017Z [00:03:02.209]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.5233641Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/internal/run=/tmp/go-build1823208636/b256/_pkg_.a
2025-08-20T20:26:23.5234393Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:23.5235089Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/internal/update=/tmp/go-build1823208636/b250/_pkg_.a
2025-08-20T20:26:23.5236154Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/accessibility=/tmp/go-build1823208636/b447/_pkg_.a
2025-08-20T20:26:23.5236882Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/actions=/tmp/go-build1823208636/b448/_pkg_.a
2025-08-20T20:26:23.5237520Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias=/tmp/go-build1823208636/b449/_pkg_.a
2025-08-20T20:26:23.5238171Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/shared=/tmp/go-build1823208636/b452/_pkg_.a
2025-08-20T20:26:23.5238808Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/api=/tmp/go-build1823208636/b455/_pkg_.a
2025-08-20T20:26:23.5239675Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation=/tmp/go-build1823208636/b456/_pkg_.a
2025-08-20T20:26:23.5240368Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth=/tmp/go-build1823208636/b1228/_pkg_.a
2025-08-20T20:26:23.5240992Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/browse=/tmp/go-build1823208636/b1247/_pkg_.a
2025-08-20T20:26:23.5241612Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/cache=/tmp/go-build1823208636/b1248/_pkg_.a
2025-08-20T20:26:23.5242240Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/codespace=/tmp/go-build1823208636/b1252/_pkg_.a
2025-08-20T20:26:23.5243141Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/completion=/tmp/go-build1823208636/b1267/_pkg_.a
2025-08-20T20:26:23.5243787Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config=/tmp/go-build1823208636/b1268/_pkg_.a
2025-08-20T20:26:23.5244419Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/extension=/tmp/go-build1823208636/b323/_pkg_.a
2025-08-20T20:26:23.5245061Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/factory=/tmp/go-build1823208636/b253/_pkg_.a
2025-08-20T20:26:23.5245840Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist=/tmp/go-build1823208636/b1273/_pkg_.a
2025-08-20T20:26:23.5246526Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gpg-key=/tmp/go-build1823208636/b1288/_pkg_.a
2025-08-20T20:26:23.5247151Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue=/tmp/go-build1823208636/b1292/_pkg_.a
2025-08-20T20:26:23.5247765Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/label=/tmp/go-build1823208636/b1311/_pkg_.a
2025-08-20T20:26:23.5248384Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/org=/tmp/go-build1823208636/b1312/_pkg_.a
2025-08-20T20:26:23.5248984Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr=/tmp/go-build1823208636/b1314/_pkg_.a
2025-08-20T20:26:23.5249605Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/preview=/tmp/go-build1823208636/b1330/_pkg_.a
2025-08-20T20:26:23.5250240Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project=/tmp/go-build1823208636/b1332/_pkg_.a
2025-08-20T20:26:23.5250866Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release=/tmp/go-build1823208636/b1355/_pkg_.a
2025-08-20T20:26:23.5251488Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo=/tmp/go-build1823208636/b1368/_pkg_.a
2025-08-20T20:26:23.5252136Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/credits=/tmp/go-build1823208636/b1379/_pkg_.a
2025-08-20T20:26:23.5252959Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset=/tmp/go-build1823208636/b1399/_pkg_.a
2025-08-20T20:26:23.5253693Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run=/tmp/go-build1823208636/b1404/_pkg_.a
2025-08-20T20:26:23.5254317Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search=/tmp/go-build1823208636/b1416/_pkg_.a
2025-08-20T20:26:23.5254946Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret=/tmp/go-build1823208636/b1423/_pkg_.a
2025-08-20T20:26:23.5255963Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key=/tmp/go-build1823208636/b1432/_pkg_.a
2025-08-20T20:26:23.5256671Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/status=/tmp/go-build1823208636/b1435/_pkg_.a
2025-08-20T20:26:23.5257306Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable=/tmp/go-build1823208636/b1436/_pkg_.a
2025-08-20T20:26:23.5257944Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/version=/tmp/go-build1823208636/b1442/_pkg_.a
2025-08-20T20:26:23.5258591Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow=/tmp/go-build1823208636/b1443/_pkg_.a
2025-08-20T20:26:23.5259207Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.5259863Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/extensions=/tmp/go-build1823208636/b251/_pkg_.a
2025-08-20T20:26:23.5260677Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/findsh=/tmp/go-build1823208636/b443/_pkg_.a
2025-08-20T20:26:23.5261297Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.5261909Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:23.5262495Z [00:03:02.209]➜  packagefile github.com/cli/cli/v2/utils=/tmp/go-build1823208636/b104/_pkg_.a
2025-08-20T20:26:23.5263042Z [00:03:02.209]➜  packagefile github.com/google/shlex=/tmp/go-build1823208636/b260/_pkg_.a
2025-08-20T20:26:23.5263766Z [00:03:02.209]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.5264297Z [00:03:02.209]➜  packagefile github.com/spf13/pflag=/tmp/go-build1823208636/b394/_pkg_.a
2025-08-20T20:26:23.5264760Z [00:03:02.209]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.5265162Z [00:03:02.209]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:23.5265820Z [00:03:02.209]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:23.5266318Z [00:03:02.209]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:23.5266744Z [00:03:02.209]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:23.5267162Z [00:03:02.209]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:23.5267578Z [00:03:02.209]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.5267998Z [00:03:02.209]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:23.5268315Z [00:03:02.209]➜  EOF
2025-08-20T20:26:23.5271108Z [00:03:02.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root=>github.com/cli/cli/v2/pkg/cmd/root;$WORK/b446=>" -p github.com/cli/cli/v2/pkg/cmd/root -lang=go1.24 -complete -installsuffix shared -buildid OSrD1kJ3utk4n-m5W1zF/OSrD1kJ3utk4n-m5W1zF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/alias.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/extension.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_reference.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_topic.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/root.go
2025-08-20T20:26:23.6308738Z [00:03:02.317]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T20:26:23.6338730Z [00:03:02.320]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/44/44f02c5cdc150ef63a52cbbb5e421fc952d958c6c5f3a0b2c111be83603b1a6e-d # internal
2025-08-20T20:26:23.6342375Z [00:03:02.320]➜  github.com/cli/cli/v2/internal/ghcmd
2025-08-20T20:26:23.6343484Z [00:03:02.320]➜  mkdir -p $WORK/b002/
2025-08-20T20:26:23.6344005Z [00:03:02.320]➜  cat >/tmp/go-build1823208636/b002/importcfg << 'EOF' # internal
2025-08-20T20:26:23.6344372Z [00:03:02.320]➜  # import config
2025-08-20T20:26:23.6344716Z [00:03:02.320]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:23.6345445Z [00:03:02.320]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.6346360Z [00:03:02.320]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.6346895Z [00:03:02.320]➜  packagefile github.com/AlecAivazis/survey/v2/core=/tmp/go-build1823208636/b064/_pkg_.a
2025-08-20T20:26:23.6347551Z [00:03:02.320]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build1823208636/b078/_pkg_.a
2025-08-20T20:26:23.6348162Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.6348770Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/internal/build=/tmp/go-build1823208636/b236/_pkg_.a
2025-08-20T20:26:23.6349395Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/internal/config=/tmp/go-build1823208636/b237/_pkg_.a
2025-08-20T20:26:23.6350347Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/internal/config/migration=/tmp/go-build1823208636/b249/_pkg_.a
2025-08-20T20:26:23.6351027Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/internal/update=/tmp/go-build1823208636/b250/_pkg_.a
2025-08-20T20:26:23.6351659Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/pkg/cmd/factory=/tmp/go-build1823208636/b253/_pkg_.a
2025-08-20T20:26:23.6352280Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/pkg/cmd/root=/tmp/go-build1823208636/b446/_pkg_.a
2025-08-20T20:26:23.6352885Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.6353544Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.6354315Z [00:03:02.320]➜  packagefile github.com/cli/cli/v2/utils=/tmp/go-build1823208636/b104/_pkg_.a
2025-08-20T20:26:23.6354862Z [00:03:02.320]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:26:23.6355399Z [00:03:02.320]➜  packagefile github.com/mgutz/ansi=/tmp/go-build1823208636/b066/_pkg_.a
2025-08-20T20:26:23.6359001Z [00:03:02.320]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.6359519Z [00:03:02.320]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.6359923Z [00:03:02.320]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:23.6360322Z [00:03:02.320]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:23.6360735Z [00:03:02.320]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:23.6361189Z [00:03:02.320]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:23.6361654Z [00:03:02.320]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.6362076Z [00:03:02.320]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:23.6362379Z [00:03:02.320]➜  EOF
2025-08-20T20:26:23.6364428Z [00:03:02.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd=>github.com/cli/cli/v2/internal/ghcmd;$WORK/b002=>" -p github.com/cli/cli/v2/internal/ghcmd -lang=go1.24 -complete -installsuffix shared -buildid nyJowSLLImR7Ge7bVQGs/nyJowSLLImR7Ge7bVQGs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/cmd.go /tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/update_disabled.go
2025-08-20T20:26:23.6882948Z [00:03:02.374]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T20:26:23.6897855Z [00:03:02.376]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/27/27dc12f10215520b14cbfc3ebe604bc5b8ea2f0864aa145e8799061d12f0004c-d # internal
2025-08-20T20:26:23.6899744Z [00:03:02.376]➜  github.com/cli/cli/v2/cmd/gh
2025-08-20T20:26:23.6900063Z [00:03:02.376]➜  mkdir -p $WORK/b001/
2025-08-20T20:26:23.6902134Z [00:03:02.376]➜  cat >/tmp/go-build1823208636/b001/importcfg << 'EOF' # internal
2025-08-20T20:26:23.6902671Z [00:03:02.376]➜  # import config
2025-08-20T20:26:23.6903136Z [00:03:02.376]➜  packagefile github.com/cli/cli/v2/internal/ghcmd=/tmp/go-build1823208636/b002/_pkg_.a
2025-08-20T20:26:23.6903850Z [00:03:02.376]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:23.6904319Z [00:03:02.376]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:23.6904774Z [00:03:02.376]➜  packagefile runtime/cgo=/tmp/go-build1823208636/b207/_pkg_.a
2025-08-20T20:26:23.6905105Z [00:03:02.376]➜  EOF
2025-08-20T20:26:23.6906756Z [00:03:02.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh=>github.com/cli/cli/v2/cmd/gh;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid n8eIKBL8l52g3rPPQEyH/n8eIKBL8l52g3rPPQEyH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:26:23.7089897Z [00:03:02.395]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:26:23.7116026Z [00:03:02.397]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/f8/f88e4214d6f93929b02427a0620e6e3865d3457bffc69d88b11316609556362b-d # internal
2025-08-20T20:26:23.7148938Z [00:03:02.400]➜  cat >/tmp/go-build1823208636/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:26:23.7151244Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/cmd/gh=/tmp/go-build1823208636/b001/_pkg_.a
2025-08-20T20:26:23.7153280Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/ghcmd=/tmp/go-build1823208636/b002/_pkg_.a
2025-08-20T20:26:23.7155974Z [00:03:02.400]➜  packagefile os=/tmp/go-build1823208636/b056/_pkg_.a
2025-08-20T20:26:23.7158322Z [00:03:02.400]➜  packagefile runtime=/tmp/go-build1823208636/b010/_pkg_.a
2025-08-20T20:26:23.7159560Z [00:03:02.400]➜  packagefile runtime/cgo=/tmp/go-build1823208636/b207/_pkg_.a
2025-08-20T20:26:23.7160272Z [00:03:02.400]➜  packagefile context=/tmp/go-build1823208636/b003/_pkg_.a
2025-08-20T20:26:23.7160734Z [00:03:02.400]➜  packagefile errors=/tmp/go-build1823208636/b004/_pkg_.a
2025-08-20T20:26:23.7161147Z [00:03:02.400]➜  packagefile fmt=/tmp/go-build1823208636/b048/_pkg_.a
2025-08-20T20:26:23.7161681Z [00:03:02.400]➜  packagefile github.com/AlecAivazis/survey/v2/core=/tmp/go-build1823208636/b064/_pkg_.a
2025-08-20T20:26:23.7162344Z [00:03:02.400]➜  packagefile github.com/AlecAivazis/survey/v2/terminal=/tmp/go-build1823208636/b078/_pkg_.a
2025-08-20T20:26:23.7162954Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/api=/tmp/go-build1823208636/b084/_pkg_.a
2025-08-20T20:26:23.7163536Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/build=/tmp/go-build1823208636/b236/_pkg_.a
2025-08-20T20:26:23.7164179Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/config=/tmp/go-build1823208636/b237/_pkg_.a
2025-08-20T20:26:23.7164857Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/config/migration=/tmp/go-build1823208636/b249/_pkg_.a
2025-08-20T20:26:23.7165634Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/update=/tmp/go-build1823208636/b250/_pkg_.a
2025-08-20T20:26:23.7166339Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/factory=/tmp/go-build1823208636/b253/_pkg_.a
2025-08-20T20:26:23.7167271Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/root=/tmp/go-build1823208636/b446/_pkg_.a
2025-08-20T20:26:23.7169340Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmdutil=/tmp/go-build1823208636/b370/_pkg_.a
2025-08-20T20:26:23.7170037Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/iostreams=/tmp/go-build1823208636/b257/_pkg_.a
2025-08-20T20:26:23.7170625Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/utils=/tmp/go-build1823208636/b104/_pkg_.a
2025-08-20T20:26:23.7171508Z [00:03:02.400]➜  packagefile github.com/cli/safeexec=/tmp/go-build1823208636/b097/_pkg_.a
2025-08-20T20:26:23.7172080Z [00:03:02.400]➜  packagefile github.com/mgutz/ansi=/tmp/go-build1823208636/b066/_pkg_.a
2025-08-20T20:26:23.7172608Z [00:03:02.400]➜  packagefile github.com/spf13/cobra=/tmp/go-build1823208636/b393/_pkg_.a
2025-08-20T20:26:23.7173077Z [00:03:02.400]➜  packagefile io=/tmp/go-build1823208636/b055/_pkg_.a
2025-08-20T20:26:23.7173597Z [00:03:02.400]➜  packagefile net=/tmp/go-build1823208636/b201/_pkg_.a
2025-08-20T20:26:23.7174075Z [00:03:02.400]➜  packagefile os/exec=/tmp/go-build1823208636/b098/_pkg_.a
2025-08-20T20:26:23.7174529Z [00:03:02.400]➜  packagefile path/filepath=/tmp/go-build1823208636/b076/_pkg_.a
2025-08-20T20:26:23.7174975Z [00:03:02.400]➜  packagefile strings=/tmp/go-build1823208636/b072/_pkg_.a
2025-08-20T20:26:23.7175391Z [00:03:02.400]➜  packagefile time=/tmp/go-build1823208636/b038/_pkg_.a
2025-08-20T20:26:23.7176371Z [00:03:02.400]➜  packagefile internal/bytealg=/tmp/go-build1823208636/b011/_pkg_.a
2025-08-20T20:26:23.7176880Z [00:03:02.400]➜  packagefile internal/byteorder=/tmp/go-build1823208636/b013/_pkg_.a
2025-08-20T20:26:23.7177397Z [00:03:02.400]➜  packagefile internal/filepathlite=/tmp/go-build1823208636/b057/_pkg_.a
2025-08-20T20:26:23.7178135Z [00:03:02.400]➜  packagefile internal/goarch=/tmp/go-build1823208636/b007/_pkg_.a
2025-08-20T20:26:23.7178607Z [00:03:02.400]➜  packagefile internal/itoa=/tmp/go-build1823208636/b043/_pkg_.a
2025-08-20T20:26:23.7179076Z [00:03:02.400]➜  packagefile internal/poll=/tmp/go-build1823208636/b060/_pkg_.a
2025-08-20T20:26:23.7179571Z [00:03:02.400]➜  packagefile internal/stringslite=/tmp/go-build1823208636/b032/_pkg_.a
2025-08-20T20:26:23.7180193Z [00:03:02.400]➜  packagefile internal/syscall/execenv=/tmp/go-build1823208636/b062/_pkg_.a
2025-08-20T20:26:23.7181116Z [00:03:02.400]➜  packagefile internal/syscall/unix=/tmp/go-build1823208636/b061/_pkg_.a
2025-08-20T20:26:23.7181891Z [00:03:02.400]➜  packagefile internal/testlog=/tmp/go-build1823208636/b063/_pkg_.a
2025-08-20T20:26:23.7182355Z [00:03:02.400]➜  packagefile io/fs=/tmp/go-build1823208636/b058/_pkg_.a
2025-08-20T20:26:23.7182774Z [00:03:02.400]➜  packagefile slices=/tmp/go-build1823208636/b045/_pkg_.a
2025-08-20T20:26:23.7183188Z [00:03:02.400]➜  packagefile sync=/tmp/go-build1823208636/b034/_pkg_.a
2025-08-20T20:26:23.7183627Z [00:03:02.400]➜  packagefile sync/atomic=/tmp/go-build1823208636/b036/_pkg_.a
2025-08-20T20:26:23.7184074Z [00:03:02.400]➜  packagefile syscall=/tmp/go-build1823208636/b042/_pkg_.a
2025-08-20T20:26:23.7184517Z [00:03:02.400]➜  packagefile internal/abi=/tmp/go-build1823208636/b006/_pkg_.a
2025-08-20T20:26:23.7185200Z [00:03:02.400]➜  packagefile internal/chacha8rand=/tmp/go-build1823208636/b014/_pkg_.a
2025-08-20T20:26:23.7186115Z [00:03:02.400]➜  packagefile internal/coverage/rtcov=/tmp/go-build1823208636/b015/_pkg_.a
2025-08-20T20:26:23.7186643Z [00:03:02.400]➜  packagefile internal/cpu=/tmp/go-build1823208636/b012/_pkg_.a
2025-08-20T20:26:23.7187137Z [00:03:02.400]➜  packagefile internal/godebugs=/tmp/go-build1823208636/b016/_pkg_.a
2025-08-20T20:26:23.7187662Z [00:03:02.400]➜  packagefile internal/goexperiment=/tmp/go-build1823208636/b017/_pkg_.a
2025-08-20T20:26:23.7188158Z [00:03:02.400]➜  packagefile internal/goos=/tmp/go-build1823208636/b018/_pkg_.a
2025-08-20T20:26:23.7188664Z [00:03:02.400]➜  packagefile internal/profilerecord=/tmp/go-build1823208636/b019/_pkg_.a
2025-08-20T20:26:23.7189204Z [00:03:02.400]➜  packagefile internal/runtime/atomic=/tmp/go-build1823208636/b020/_pkg_.a
2025-08-20T20:26:23.7189741Z [00:03:02.400]➜  packagefile internal/runtime/cgroup=/tmp/go-build1823208636/b021/_pkg_.a
2025-08-20T20:26:23.7190287Z [00:03:02.400]➜  packagefile internal/runtime/exithook=/tmp/go-build1823208636/b025/_pkg_.a
2025-08-20T20:26:23.7190827Z [00:03:02.400]➜  packagefile internal/runtime/gc=/tmp/go-build1823208636/b026/_pkg_.a
2025-08-20T20:26:23.7191362Z [00:03:02.400]➜  packagefile internal/runtime/maps=/tmp/go-build1823208636/b027/_pkg_.a
2025-08-20T20:26:23.7192116Z [00:03:02.400]➜  packagefile internal/runtime/math=/tmp/go-build1823208636/b023/_pkg_.a
2025-08-20T20:26:23.7192717Z [00:03:02.400]➜  packagefile internal/runtime/strconv=/tmp/go-build1823208636/b022/_pkg_.a
2025-08-20T20:26:23.7193253Z [00:03:02.400]➜  packagefile internal/runtime/sys=/tmp/go-build1823208636/b031/_pkg_.a
2025-08-20T20:26:23.7193796Z [00:03:02.400]➜  packagefile internal/runtime/syscall=/tmp/go-build1823208636/b024/_pkg_.a
2025-08-20T20:26:23.7194445Z [00:03:02.400]➜  packagefile internal/trace/tracev2=/tmp/go-build1823208636/b033/_pkg_.a
2025-08-20T20:26:23.7195024Z [00:03:02.400]➜  packagefile internal/reflectlite=/tmp/go-build1823208636/b005/_pkg_.a
2025-08-20T20:26:23.7195708Z [00:03:02.400]➜  packagefile internal/fmtsort=/tmp/go-build1823208636/b049/_pkg_.a
2025-08-20T20:26:23.7196251Z [00:03:02.400]➜  packagefile math=/tmp/go-build1823208636/b051/_pkg_.a
2025-08-20T20:26:23.7196676Z [00:03:02.400]➜  packagefile reflect=/tmp/go-build1823208636/b050/_pkg_.a
2025-08-20T20:26:23.7197114Z [00:03:02.400]➜  packagefile strconv=/tmp/go-build1823208636/b052/_pkg_.a
2025-08-20T20:26:23.7197559Z [00:03:02.400]➜  packagefile unicode/utf8=/tmp/go-build1823208636/b053/_pkg_.a
2025-08-20T20:26:23.7197994Z [00:03:02.400]➜  packagefile bytes=/tmp/go-build1823208636/b065/_pkg_.a
2025-08-20T20:26:23.7198669Z [00:03:02.400]➜  packagefile text/template=/tmp/go-build1823208636/b073/_pkg_.a
2025-08-20T20:26:23.7199118Z [00:03:02.400]➜  packagefile bufio=/tmp/go-build1823208636/b079/_pkg_.a
2025-08-20T20:26:23.7199598Z [00:03:02.400]➜  packagefile golang.org/x/text/width=/tmp/go-build1823208636/b080/_pkg_.a
2025-08-20T20:26:23.7200072Z [00:03:02.400]➜  packagefile regexp=/tmp/go-build1823208636/b082/_pkg_.a
2025-08-20T20:26:23.7200498Z [00:03:02.400]➜  packagefile unicode=/tmp/go-build1823208636/b054/_pkg_.a
2025-08-20T20:26:23.7200944Z [00:03:02.400]➜  packagefile encoding/json=/tmp/go-build1823208636/b085/_pkg_.a
2025-08-20T20:26:23.7201697Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/gh=/tmp/go-build1823208636/b089/_pkg_.a
2025-08-20T20:26:23.7202345Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/ghinstance=/tmp/go-build1823208636/b094/_pkg_.a
2025-08-20T20:26:23.7202992Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/ghrepo=/tmp/go-build1823208636/b099/_pkg_.a
2025-08-20T20:26:23.7203594Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/set=/tmp/go-build1823208636/b103/_pkg_.a
2025-08-20T20:26:23.7204172Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/api=/tmp/go-build1823208636/b106/_pkg_.a
2025-08-20T20:26:23.7204758Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/auth=/tmp/go-build1823208636/b095/_pkg_.a
2025-08-20T20:26:23.7205331Z [00:03:02.400]➜  packagefile github.com/shurcooL/githubv4=/tmp/go-build1823208636/b231/_pkg_.a
2025-08-20T20:26:23.7206115Z [00:03:02.400]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1823208636/b235/_pkg_.a
2025-08-20T20:26:23.7206629Z [00:03:02.400]➜  packagefile net/http=/tmp/go-build1823208636/b147/_pkg_.a
2025-08-20T20:26:23.7207062Z [00:03:02.400]➜  packagefile net/url=/tmp/go-build1823208636/b075/_pkg_.a
2025-08-20T20:26:23.7207475Z [00:03:02.400]➜  packagefile sort=/tmp/go-build1823208636/b071/_pkg_.a
2025-08-20T20:26:23.7207909Z [00:03:02.400]➜  packagefile runtime/debug=/tmp/go-build1823208636/b230/_pkg_.a
2025-08-20T20:26:23.7208481Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/gh/mock=/tmp/go-build1823208636/b238/_pkg_.a
2025-08-20T20:26:23.7209120Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/keyring=/tmp/go-build1823208636/b239/_pkg_.a
2025-08-20T20:26:23.7209731Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/option=/tmp/go-build1823208636/b090/_pkg_.a
2025-08-20T20:26:23.7210323Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/config=/tmp/go-build1823208636/b091/_pkg_.a
2025-08-20T20:26:23.7210823Z [00:03:02.400]➜  packagefile testing=/tmp/go-build1823208636/b245/_pkg_.a
2025-08-20T20:26:23.7211544Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/extensions=/tmp/go-build1823208636/b251/_pkg_.a
2025-08-20T20:26:23.7212229Z [00:03:02.400]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build1823208636/b252/_pkg_.a
2025-08-20T20:26:23.7212799Z [00:03:02.400]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1823208636/b068/_pkg_.a
2025-08-20T20:26:23.7213322Z [00:03:02.400]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1823208636/b093/_pkg_.a
2025-08-20T20:26:23.7213943Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/context=/tmp/go-build1823208636/b254/_pkg_.a
2025-08-20T20:26:23.7214568Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/git=/tmp/go-build1823208636/b255/_pkg_.a
2025-08-20T20:26:23.7215161Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/browser=/tmp/go-build1823208636/b262/_pkg_.a
2025-08-20T20:26:23.7216021Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/prompter=/tmp/go-build1823208636/b265/_pkg_.a
2025-08-20T20:26:23.7216695Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/extension=/tmp/go-build1823208636/b323/_pkg_.a
2025-08-20T20:26:23.7217302Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/ssh=/tmp/go-build1823208636/b102/_pkg_.a
2025-08-20T20:26:23.7217890Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/x/color=/tmp/go-build1823208636/b398/_pkg_.a
2025-08-20T20:26:23.7218666Z [00:03:02.400]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build1823208636/b325/_pkg_.a
2025-08-20T20:26:23.7219271Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/run=/tmp/go-build1823208636/b256/_pkg_.a
2025-08-20T20:26:23.7219880Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/text=/tmp/go-build1823208636/b327/_pkg_.a
2025-08-20T20:26:23.7220528Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/accessibility=/tmp/go-build1823208636/b447/_pkg_.a
2025-08-20T20:26:23.7221176Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/actions=/tmp/go-build1823208636/b448/_pkg_.a
2025-08-20T20:26:23.7221945Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias=/tmp/go-build1823208636/b449/_pkg_.a
2025-08-20T20:26:23.7222589Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/shared=/tmp/go-build1823208636/b452/_pkg_.a
2025-08-20T20:26:23.7223218Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/api=/tmp/go-build1823208636/b455/_pkg_.a
2025-08-20T20:26:23.7223857Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation=/tmp/go-build1823208636/b456/_pkg_.a
2025-08-20T20:26:23.7224492Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth=/tmp/go-build1823208636/b1228/_pkg_.a
2025-08-20T20:26:23.7225115Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/browse=/tmp/go-build1823208636/b1247/_pkg_.a
2025-08-20T20:26:23.7226014Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/cache=/tmp/go-build1823208636/b1248/_pkg_.a
2025-08-20T20:26:23.7226697Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/codespace=/tmp/go-build1823208636/b1252/_pkg_.a
2025-08-20T20:26:23.7227372Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/completion=/tmp/go-build1823208636/b1267/_pkg_.a
2025-08-20T20:26:23.7228011Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config=/tmp/go-build1823208636/b1268/_pkg_.a
2025-08-20T20:26:23.7228635Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist=/tmp/go-build1823208636/b1273/_pkg_.a
2025-08-20T20:26:23.7229259Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gpg-key=/tmp/go-build1823208636/b1288/_pkg_.a
2025-08-20T20:26:23.7229882Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue=/tmp/go-build1823208636/b1292/_pkg_.a
2025-08-20T20:26:23.7230497Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/label=/tmp/go-build1823208636/b1311/_pkg_.a
2025-08-20T20:26:23.7231101Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/org=/tmp/go-build1823208636/b1312/_pkg_.a
2025-08-20T20:26:23.7231899Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr=/tmp/go-build1823208636/b1314/_pkg_.a
2025-08-20T20:26:23.7232632Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/preview=/tmp/go-build1823208636/b1330/_pkg_.a
2025-08-20T20:26:23.7233454Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project=/tmp/go-build1823208636/b1332/_pkg_.a
2025-08-20T20:26:23.7234097Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release=/tmp/go-build1823208636/b1355/_pkg_.a
2025-08-20T20:26:23.7234820Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo=/tmp/go-build1823208636/b1368/_pkg_.a
2025-08-20T20:26:23.7235656Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/credits=/tmp/go-build1823208636/b1379/_pkg_.a
2025-08-20T20:26:23.7236371Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset=/tmp/go-build1823208636/b1399/_pkg_.a
2025-08-20T20:26:23.7236988Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run=/tmp/go-build1823208636/b1404/_pkg_.a
2025-08-20T20:26:23.7237609Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search=/tmp/go-build1823208636/b1416/_pkg_.a
2025-08-20T20:26:23.7238226Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret=/tmp/go-build1823208636/b1423/_pkg_.a
2025-08-20T20:26:23.7238849Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key=/tmp/go-build1823208636/b1432/_pkg_.a
2025-08-20T20:26:23.7239690Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/status=/tmp/go-build1823208636/b1435/_pkg_.a
2025-08-20T20:26:23.7240326Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable=/tmp/go-build1823208636/b1436/_pkg_.a
2025-08-20T20:26:23.7240963Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/version=/tmp/go-build1823208636/b1442/_pkg_.a
2025-08-20T20:26:23.7241641Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow=/tmp/go-build1823208636/b1443/_pkg_.a
2025-08-20T20:26:23.7242254Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/findsh=/tmp/go-build1823208636/b443/_pkg_.a
2025-08-20T20:26:23.7243065Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/markdown=/tmp/go-build1823208636/b396/_pkg_.a
2025-08-20T20:26:23.7243640Z [00:03:02.400]➜  packagefile github.com/google/shlex=/tmp/go-build1823208636/b260/_pkg_.a
2025-08-20T20:26:23.7244169Z [00:03:02.400]➜  packagefile github.com/spf13/pflag=/tmp/go-build1823208636/b394/_pkg_.a
2025-08-20T20:26:23.7244787Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/jsoncolor=/tmp/go-build1823208636/b371/_pkg_.a
2025-08-20T20:26:23.7245392Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/jq=/tmp/go-build1823208636/b372/_pkg_.a
2025-08-20T20:26:23.7246243Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/template=/tmp/go-build1823208636/b375/_pkg_.a
2025-08-20T20:26:23.7246838Z [00:03:02.400]➜  packagefile github.com/briandowns/spinner=/tmp/go-build1823208636/b258/_pkg_.a
2025-08-20T20:26:23.7247417Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/term=/tmp/go-build1823208636/b136/_pkg_.a
2025-08-20T20:26:23.7248002Z [00:03:02.400]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build1823208636/b067/_pkg_.a
2025-08-20T20:26:23.7248499Z [00:03:02.400]➜  packagefile os/signal=/tmp/go-build1823208636/b261/_pkg_.a
2025-08-20T20:26:23.7248963Z [00:03:02.400]➜  packagefile golang.org/x/term=/tmp/go-build1823208636/b105/_pkg_.a
2025-08-20T20:26:23.7249415Z [00:03:02.400]➜  packagefile cmp=/tmp/go-build1823208636/b046/_pkg_.a
2025-08-20T20:26:23.7249945Z [00:03:02.400]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1823208636/b202/_pkg_.a
2025-08-20T20:26:23.7250501Z [00:03:02.400]➜  packagefile internal/godebug=/tmp/go-build1823208636/b039/_pkg_.a
2025-08-20T20:26:23.7250992Z [00:03:02.400]➜  packagefile internal/nettrace=/tmp/go-build1823208636/b203/_pkg_.a
2025-08-20T20:26:23.7251506Z [00:03:02.400]➜  packagefile internal/singleflight=/tmp/go-build1823208636/b204/_pkg_.a
2025-08-20T20:26:23.7251988Z [00:03:02.400]➜  packagefile net/netip=/tmp/go-build1823208636/b205/_pkg_.a
2025-08-20T20:26:23.7252653Z [00:03:02.400]➜  packagefile iter=/tmp/go-build1823208636/b047/_pkg_.a
2025-08-20T20:26:23.7253145Z [00:03:02.400]➜  packagefile math/bits=/tmp/go-build1823208636/b041/_pkg_.a
2025-08-20T20:26:23.7253611Z [00:03:02.400]➜  packagefile internal/oserror=/tmp/go-build1823208636/b044/_pkg_.a
2025-08-20T20:26:23.7254064Z [00:03:02.400]➜  packagefile path=/tmp/go-build1823208636/b059/_pkg_.a
2025-08-20T20:26:23.7254501Z [00:03:02.400]➜  packagefile internal/race=/tmp/go-build1823208636/b030/_pkg_.a
2025-08-20T20:26:23.7255056Z [00:03:02.400]➜  packagefile internal/sync=/tmp/go-build1823208636/b035/_pkg_.a
2025-08-20T20:26:23.7255812Z [00:03:02.400]➜  packagefile internal/synctest=/tmp/go-build1823208636/b037/_pkg_.a
2025-08-20T20:26:23.7256355Z [00:03:02.400]➜  packagefile internal/asan=/tmp/go-build1823208636/b028/_pkg_.a
2025-08-20T20:26:23.7256829Z [00:03:02.400]➜  packagefile internal/msan=/tmp/go-build1823208636/b029/_pkg_.a
2025-08-20T20:26:23.7257346Z [00:03:02.400]➜  packagefile internal/unsafeheader=/tmp/go-build1823208636/b009/_pkg_.a
2025-08-20T20:26:23.7257816Z [00:03:02.400]➜  packagefile maps=/tmp/go-build1823208636/b074/_pkg_.a
2025-08-20T20:26:23.7258276Z [00:03:02.400]➜  packagefile text/template/parse=/tmp/go-build1823208636/b077/_pkg_.a
2025-08-20T20:26:23.7259089Z [00:03:02.400]➜  packagefile golang.org/x/text/transform=/tmp/go-build1823208636/b081/_pkg_.a
2025-08-20T20:26:23.7259606Z [00:03:02.400]➜  packagefile regexp/syntax=/tmp/go-build1823208636/b083/_pkg_.a
2025-08-20T20:26:23.7260062Z [00:03:02.400]➜  packagefile encoding=/tmp/go-build1823208636/b086/_pkg_.a
2025-08-20T20:26:23.7260517Z [00:03:02.400]➜  packagefile encoding/base64=/tmp/go-build1823208636/b087/_pkg_.a
2025-08-20T20:26:23.7260986Z [00:03:02.400]➜  packagefile unicode/utf16=/tmp/go-build1823208636/b088/_pkg_.a
2025-08-20T20:26:23.7261541Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/repository=/tmp/go-build1823208636/b100/_pkg_.a
2025-08-20T20:26:23.7262277Z [00:03:02.400]➜  packagefile crypto/sha256=/tmp/go-build1823208636/b107/_pkg_.a
2025-08-20T20:26:23.7262853Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/asciisanitizer=/tmp/go-build1823208636/b134/_pkg_.a
2025-08-20T20:26:23.7263493Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/jsonpretty=/tmp/go-build1823208636/b135/_pkg_.a
2025-08-20T20:26:23.7264105Z [00:03:02.400]➜  packagefile github.com/cli/shurcooL-graphql=/tmp/go-build1823208636/b144/_pkg_.a
2025-08-20T20:26:23.7264683Z [00:03:02.400]➜  packagefile github.com/henvic/httpretty=/tmp/go-build1823208636/b226/_pkg_.a
2025-08-20T20:26:23.7265303Z [00:03:02.400]➜  packagefile github.com/thlib/go-timezone-local/tzlocal=/tmp/go-build1823208636/b229/_pkg_.a
2025-08-20T20:26:23.7266180Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/internal/set=/tmp/go-build1823208636/b096/_pkg_.a
2025-08-20T20:26:23.7266712Z [00:03:02.400]➜  packagefile crypto/x509=/tmp/go-build1823208636/b196/_pkg_.a
2025-08-20T20:26:23.7267231Z [00:03:02.400]➜  packagefile github.com/shurcooL/graphql=/tmp/go-build1823208636/b232/_pkg_.a
2025-08-20T20:26:23.7267748Z [00:03:02.400]➜  packagefile compress/gzip=/tmp/go-build1823208636/b148/_pkg_.a
2025-08-20T20:26:23.7268217Z [00:03:02.400]➜  packagefile container/list=/tmp/go-build1823208636/b151/_pkg_.a
2025-08-20T20:26:23.7268680Z [00:03:02.400]➜  packagefile crypto/rand=/tmp/go-build1823208636/b152/_pkg_.a
2025-08-20T20:26:23.7269136Z [00:03:02.400]➜  packagefile crypto/tls=/tmp/go-build1823208636/b154/_pkg_.a
2025-08-20T20:26:23.7269606Z [00:03:02.400]➜  packagefile encoding/binary=/tmp/go-build1823208636/b070/_pkg_.a
2025-08-20T20:26:23.7270171Z [00:03:02.400]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1823208636/b208/_pkg_.a
2025-08-20T20:26:23.7270809Z [00:03:02.400]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1823208636/b217/_pkg_.a
2025-08-20T20:26:23.7271438Z [00:03:02.400]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1823208636/b218/_pkg_.a
2025-08-20T20:26:23.7272237Z [00:03:02.400]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1823208636/b209/_pkg_.a
2025-08-20T20:26:23.7272799Z [00:03:02.400]➜  packagefile log=/tmp/go-build1823208636/b213/_pkg_.a
2025-08-20T20:26:23.7273221Z [00:03:02.400]➜  packagefile math/rand=/tmp/go-build1823208636/b142/_pkg_.a
2025-08-20T20:26:23.7273650Z [00:03:02.400]➜  packagefile mime=/tmp/go-build1823208636/b219/_pkg_.a
2025-08-20T20:26:23.7274091Z [00:03:02.400]➜  packagefile mime/multipart=/tmp/go-build1823208636/b220/_pkg_.a
2025-08-20T20:26:23.7274667Z [00:03:02.400]➜  packagefile net/http/httptrace=/tmp/go-build1823208636/b222/_pkg_.a
2025-08-20T20:26:23.7275244Z [00:03:02.400]➜  packagefile net/http/internal=/tmp/go-build1823208636/b223/_pkg_.a
2025-08-20T20:26:23.7275973Z [00:03:02.400]➜  packagefile net/http/internal/ascii=/tmp/go-build1823208636/b224/_pkg_.a
2025-08-20T20:26:23.7276542Z [00:03:02.400]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1823208636/b225/_pkg_.a
2025-08-20T20:26:23.7277070Z [00:03:02.400]➜  packagefile net/textproto=/tmp/go-build1823208636/b216/_pkg_.a
2025-08-20T20:26:23.7277595Z [00:03:02.400]➜  packagefile github.com/zalando/go-keyring=/tmp/go-build1823208636/b240/_pkg_.a
2025-08-20T20:26:23.7278207Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/internal/yamlmap=/tmp/go-build1823208636/b092/_pkg_.a
2025-08-20T20:26:23.7278895Z [00:03:02.400]➜  packagefile flag=/tmp/go-build1823208636/b246/_pkg_.a
2025-08-20T20:26:23.7279356Z [00:03:02.400]➜  packagefile internal/sysinfo=/tmp/go-build1823208636/b247/_pkg_.a
2025-08-20T20:26:23.7279832Z [00:03:02.400]➜  packagefile runtime/trace=/tmp/go-build1823208636/b248/_pkg_.a
2025-08-20T20:26:23.7280317Z [00:03:02.400]➜  packagefile database/sql/driver=/tmp/go-build1823208636/b140/_pkg_.a
2025-08-20T20:26:23.7280827Z [00:03:02.400]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1823208636/b069/_pkg_.a
2025-08-20T20:26:23.7281393Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/browser=/tmp/go-build1823208636/b263/_pkg_.a
2025-08-20T20:26:23.7282143Z [00:03:02.400]➜  packagefile github.com/AlecAivazis/survey/v2=/tmp/go-build1823208636/b266/_pkg_.a
2025-08-20T20:26:23.7282732Z [00:03:02.400]➜  packagefile github.com/charmbracelet/huh=/tmp/go-build1823208636/b275/_pkg_.a
2025-08-20T20:26:23.7283324Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/surveyext=/tmp/go-build1823208636/b311/_pkg_.a
2025-08-20T20:26:23.7283948Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/prompter=/tmp/go-build1823208636/b312/_pkg_.a
2025-08-20T20:26:23.7284560Z [00:03:02.400]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build1823208636/b317/_pkg_.a
2025-08-20T20:26:23.7285064Z [00:03:02.400]➜  packagefile embed=/tmp/go-build1823208636/b324/_pkg_.a
2025-08-20T20:26:23.7285930Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/tableprinter=/tmp/go-build1823208636/b326/_pkg_.a
2025-08-20T20:26:23.7286702Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/extension/browse=/tmp/go-build1823208636/b329/_pkg_.a
2025-08-20T20:26:23.7287364Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/search=/tmp/go-build1823208636/b400/_pkg_.a
2025-08-20T20:26:23.7287960Z [00:03:02.400]➜  packagefile github.com/stretchr/testify/mock=/tmp/go-build1823208636/b444/_pkg_.a
2025-08-20T20:26:23.7288547Z [00:03:02.400]➜  packagefile github.com/cli/go-gh/v2/pkg/text=/tmp/go-build1823208636/b313/_pkg_.a
2025-08-20T20:26:23.7289103Z [00:03:02.400]➜  packagefile golang.org/x/text/cases=/tmp/go-build1823208636/b268/_pkg_.a
2025-08-20T20:26:23.7289649Z [00:03:02.400]➜  packagefile golang.org/x/text/language=/tmp/go-build1823208636/b270/_pkg_.a
2025-08-20T20:26:23.7290266Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/delete=/tmp/go-build1823208636/b450/_pkg_.a
2025-08-20T20:26:23.7290935Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/imports=/tmp/go-build1823208636/b451/_pkg_.a
2025-08-20T20:26:23.7291594Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/list=/tmp/go-build1823208636/b453/_pkg_.a
2025-08-20T20:26:23.7292444Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/alias/set=/tmp/go-build1823208636/b454/_pkg_.a
2025-08-20T20:26:23.7293207Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/download=/tmp/go-build1823208636/b457/_pkg_.a
2025-08-20T20:26:23.7293949Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/inspect=/tmp/go-build1823208636/b1224/_pkg_.a
2025-08-20T20:26:23.7294786Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/trustedroot=/tmp/go-build1823208636/b1226/_pkg_.a
2025-08-20T20:26:23.7295776Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/verify=/tmp/go-build1823208636/b1227/_pkg_.a
2025-08-20T20:26:23.7296580Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/gitcredential=/tmp/go-build1823208636/b1229/_pkg_.a
2025-08-20T20:26:23.7297290Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/login=/tmp/go-build1823208636/b1230/_pkg_.a
2025-08-20T20:26:23.7297959Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/logout=/tmp/go-build1823208636/b1241/_pkg_.a
2025-08-20T20:26:23.7298624Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/refresh=/tmp/go-build1823208636/b1242/_pkg_.a
2025-08-20T20:26:23.7299297Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/setupgit=/tmp/go-build1823208636/b1243/_pkg_.a
2025-08-20T20:26:23.7300180Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/status=/tmp/go-build1823208636/b1244/_pkg_.a
2025-08-20T20:26:23.7300847Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/switch=/tmp/go-build1823208636/b1245/_pkg_.a
2025-08-20T20:26:23.7301501Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/token=/tmp/go-build1823208636/b1246/_pkg_.a
2025-08-20T20:26:23.7302166Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/cache/delete=/tmp/go-build1823208636/b1249/_pkg_.a
2025-08-20T20:26:23.7302836Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/cache/list=/tmp/go-build1823208636/b1251/_pkg_.a
2025-08-20T20:26:23.7303688Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/codespaces=/tmp/go-build1823208636/b1253/_pkg_.a
2025-08-20T20:26:23.7304378Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/codespaces/api=/tmp/go-build1823208636/b1254/_pkg_.a
2025-08-20T20:26:23.7305136Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/codespaces/portforwarder=/tmp/go-build1823208636/b1261/_pkg_.a
2025-08-20T20:26:23.7306063Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/internal/codespaces/rpc=/tmp/go-build1823208636/b1262/_pkg_.a
2025-08-20T20:26:23.7306711Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/ssh=/tmp/go-build1823208636/b1240/_pkg_.a
2025-08-20T20:26:23.7307345Z [00:03:02.400]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels=/tmp/go-build1823208636/b1257/_pkg_.a
2025-08-20T20:26:23.7308014Z [00:03:02.400]➜  packagefile github.com/muhammadmuzzammil1998/jsonc=/tmp/go-build1823208636/b1266/_pkg_.a
2025-08-20T20:26:23.7308816Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config/clear-cache=/tmp/go-build1823208636/b1269/_pkg_.a
2025-08-20T20:26:23.7309610Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config/get=/tmp/go-build1823208636/b1270/_pkg_.a
2025-08-20T20:26:23.7310285Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config/list=/tmp/go-build1823208636/b1271/_pkg_.a
2025-08-20T20:26:23.7310944Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/config/set=/tmp/go-build1823208636/b1272/_pkg_.a
2025-08-20T20:26:23.7311595Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/clone=/tmp/go-build1823208636/b1274/_pkg_.a
2025-08-20T20:26:23.7312250Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/create=/tmp/go-build1823208636/b1275/_pkg_.a
2025-08-20T20:26:23.7312910Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/delete=/tmp/go-build1823208636/b1283/_pkg_.a
2025-08-20T20:26:23.7313571Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/edit=/tmp/go-build1823208636/b1284/_pkg_.a
2025-08-20T20:26:23.7314214Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/list=/tmp/go-build1823208636/b1285/_pkg_.a
2025-08-20T20:26:23.7314863Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/rename=/tmp/go-build1823208636/b1286/_pkg_.a
2025-08-20T20:26:23.7315647Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/view=/tmp/go-build1823208636/b1287/_pkg_.a
2025-08-20T20:26:23.7316488Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gpg-key/add=/tmp/go-build1823208636/b1289/_pkg_.a
2025-08-20T20:26:23.7317214Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gpg-key/delete=/tmp/go-build1823208636/b1290/_pkg_.a
2025-08-20T20:26:23.7317879Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gpg-key/list=/tmp/go-build1823208636/b1291/_pkg_.a
2025-08-20T20:26:23.7318541Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/close=/tmp/go-build1823208636/b1293/_pkg_.a
2025-08-20T20:26:23.7319213Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/comment=/tmp/go-build1823208636/b1298/_pkg_.a
2025-08-20T20:26:23.7319887Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/create=/tmp/go-build1823208636/b1299/_pkg_.a
2025-08-20T20:26:23.7320727Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/delete=/tmp/go-build1823208636/b1300/_pkg_.a
2025-08-20T20:26:23.7321408Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/develop=/tmp/go-build1823208636/b1301/_pkg_.a
2025-08-20T20:26:23.7322075Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/edit=/tmp/go-build1823208636/b1302/_pkg_.a
2025-08-20T20:26:23.7322729Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/list=/tmp/go-build1823208636/b1303/_pkg_.a
2025-08-20T20:26:23.7323376Z [00:03:02.400]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/lock=/tmp/go-build1823208636/b1304/_pkg_.a
2025-08-20T20:26:23.7324164Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/pin=/tmp/go-build1823208636/b1305/_pkg_.a
2025-08-20T20:26:23.7324833Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/reopen=/tmp/go-build1823208636/b1306/_pkg_.a
2025-08-20T20:26:23.7325502Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/status=/tmp/go-build1823208636/b1307/_pkg_.a
2025-08-20T20:26:23.7326402Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/transfer=/tmp/go-build1823208636/b1308/_pkg_.a
2025-08-20T20:26:23.7327086Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/unpin=/tmp/go-build1823208636/b1309/_pkg_.a
2025-08-20T20:26:23.7327744Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/view=/tmp/go-build1823208636/b1310/_pkg_.a
2025-08-20T20:26:23.7328385Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/org/list=/tmp/go-build1823208636/b1313/_pkg_.a
2025-08-20T20:26:23.7329137Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/checkout=/tmp/go-build1823208636/b1315/_pkg_.a
2025-08-20T20:26:23.7329897Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/checks=/tmp/go-build1823208636/b1316/_pkg_.a
2025-08-20T20:26:23.7330540Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/close=/tmp/go-build1823208636/b1317/_pkg_.a
2025-08-20T20:26:23.7331187Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/comment=/tmp/go-build1823208636/b1318/_pkg_.a
2025-08-20T20:26:23.7331840Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/create=/tmp/go-build1823208636/b1319/_pkg_.a
2025-08-20T20:26:23.7332473Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/diff=/tmp/go-build1823208636/b1320/_pkg_.a
2025-08-20T20:26:23.7333097Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/edit=/tmp/go-build1823208636/b1321/_pkg_.a
2025-08-20T20:26:23.7333718Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/list=/tmp/go-build1823208636/b1322/_pkg_.a
2025-08-20T20:26:23.7334353Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/merge=/tmp/go-build1823208636/b1323/_pkg_.a
2025-08-20T20:26:23.7334989Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/ready=/tmp/go-build1823208636/b1324/_pkg_.a
2025-08-20T20:26:23.7335772Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/reopen=/tmp/go-build1823208636/b1325/_pkg_.a
2025-08-20T20:26:23.7336485Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/review=/tmp/go-build1823208636/b1326/_pkg_.a
2025-08-20T20:26:23.7337248Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/status=/tmp/go-build1823208636/b1327/_pkg_.a
2025-08-20T20:26:23.7337979Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/update-branch=/tmp/go-build1823208636/b1328/_pkg_.a
2025-08-20T20:26:23.7338636Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/view=/tmp/go-build1823208636/b1329/_pkg_.a
2025-08-20T20:26:23.7339310Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/preview/prompter=/tmp/go-build1823208636/b1331/_pkg_.a
2025-08-20T20:26:23.7340007Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/close=/tmp/go-build1823208636/b1333/_pkg_.a
2025-08-20T20:26:23.7340682Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/copy=/tmp/go-build1823208636/b1336/_pkg_.a
2025-08-20T20:26:23.7341562Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/create=/tmp/go-build1823208636/b1337/_pkg_.a
2025-08-20T20:26:23.7342259Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/delete=/tmp/go-build1823208636/b1338/_pkg_.a
2025-08-20T20:26:23.7342935Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/edit=/tmp/go-build1823208636/b1339/_pkg_.a
2025-08-20T20:26:23.7343638Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/field-create=/tmp/go-build1823208636/b1340/_pkg_.a
2025-08-20T20:26:23.7344365Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/field-delete=/tmp/go-build1823208636/b1341/_pkg_.a
2025-08-20T20:26:23.7345239Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/field-list=/tmp/go-build1823208636/b1342/_pkg_.a
2025-08-20T20:26:23.7346135Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-add=/tmp/go-build1823208636/b1343/_pkg_.a
2025-08-20T20:26:23.7346860Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-archive=/tmp/go-build1823208636/b1344/_pkg_.a
2025-08-20T20:26:23.7347585Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-create=/tmp/go-build1823208636/b1345/_pkg_.a
2025-08-20T20:26:23.7348304Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-delete=/tmp/go-build1823208636/b1346/_pkg_.a
2025-08-20T20:26:23.7349016Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-edit=/tmp/go-build1823208636/b1347/_pkg_.a
2025-08-20T20:26:23.7349718Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/item-list=/tmp/go-build1823208636/b1348/_pkg_.a
2025-08-20T20:26:23.7350502Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/link=/tmp/go-build1823208636/b1349/_pkg_.a
2025-08-20T20:26:23.7351245Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/list=/tmp/go-build1823208636/b1350/_pkg_.a
2025-08-20T20:26:23.7351967Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/mark-template=/tmp/go-build1823208636/b1352/_pkg_.a
2025-08-20T20:26:23.7352682Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/unlink=/tmp/go-build1823208636/b1353/_pkg_.a
2025-08-20T20:26:23.7353360Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/view=/tmp/go-build1823208636/b1354/_pkg_.a
2025-08-20T20:26:23.7354038Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/create=/tmp/go-build1823208636/b1356/_pkg_.a
2025-08-20T20:26:23.7354727Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/delete=/tmp/go-build1823208636/b1359/_pkg_.a
2025-08-20T20:26:23.7355443Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/delete-asset=/tmp/go-build1823208636/b1360/_pkg_.a
2025-08-20T20:26:23.7356439Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/download=/tmp/go-build1823208636/b1361/_pkg_.a
2025-08-20T20:26:23.7357300Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/edit=/tmp/go-build1823208636/b1362/_pkg_.a
2025-08-20T20:26:23.7358048Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/list=/tmp/go-build1823208636/b1363/_pkg_.a
2025-08-20T20:26:23.7358789Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/upload=/tmp/go-build1823208636/b1364/_pkg_.a
2025-08-20T20:26:23.7359473Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/verify=/tmp/go-build1823208636/b1365/_pkg_.a
2025-08-20T20:26:23.7360182Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/verify-asset=/tmp/go-build1823208636/b1366/_pkg_.a
2025-08-20T20:26:23.7360888Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/view=/tmp/go-build1823208636/b1367/_pkg_.a
2025-08-20T20:26:23.7361553Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/archive=/tmp/go-build1823208636/b1369/_pkg_.a
2025-08-20T20:26:23.7362228Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink=/tmp/go-build1823208636/b1370/_pkg_.a
2025-08-20T20:26:23.7362897Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/clone=/tmp/go-build1823208636/b1376/_pkg_.a
2025-08-20T20:26:23.7363559Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/create=/tmp/go-build1823208636/b1377/_pkg_.a
2025-08-20T20:26:23.7364223Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/delete=/tmp/go-build1823208636/b1380/_pkg_.a
2025-08-20T20:26:23.7364896Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/deploy-key=/tmp/go-build1823208636/b1381/_pkg_.a
2025-08-20T20:26:23.7365725Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/edit=/tmp/go-build1823208636/b1385/_pkg_.a
2025-08-20T20:26:23.7366552Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/fork=/tmp/go-build1823208636/b1386/_pkg_.a
2025-08-20T20:26:23.7367205Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/garden=/tmp/go-build1823208636/b1387/_pkg_.a
2025-08-20T20:26:23.7367890Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/gitignore=/tmp/go-build1823208636/b1388/_pkg_.a
2025-08-20T20:26:23.7368577Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/license=/tmp/go-build1823208636/b1391/_pkg_.a
2025-08-20T20:26:23.7369234Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/list=/tmp/go-build1823208636/b1394/_pkg_.a
2025-08-20T20:26:23.7369888Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/rename=/tmp/go-build1823208636/b1395/_pkg_.a
2025-08-20T20:26:23.7370567Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/setdefault=/tmp/go-build1823208636/b1396/_pkg_.a
2025-08-20T20:26:23.7371320Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/sync=/tmp/go-build1823208636/b1397/_pkg_.a
2025-08-20T20:26:23.7372061Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/unarchive=/tmp/go-build1823208636/b1398/_pkg_.a
2025-08-20T20:26:23.7372724Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/view=/tmp/go-build1823208636/b369/_pkg_.a
2025-08-20T20:26:23.7373456Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/check=/tmp/go-build1823208636/b1400/_pkg_.a
2025-08-20T20:26:23.7374188Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/list=/tmp/go-build1823208636/b1402/_pkg_.a
2025-08-20T20:26:23.7374855Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/view=/tmp/go-build1823208636/b1403/_pkg_.a
2025-08-20T20:26:23.7375630Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/cancel=/tmp/go-build1823208636/b1405/_pkg_.a
2025-08-20T20:26:23.7376383Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/delete=/tmp/go-build1823208636/b1408/_pkg_.a
2025-08-20T20:26:23.7377057Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/download=/tmp/go-build1823208636/b1409/_pkg_.a
2025-08-20T20:26:23.7377704Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/list=/tmp/go-build1823208636/b1412/_pkg_.a
2025-08-20T20:26:23.7378511Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/rerun=/tmp/go-build1823208636/b1413/_pkg_.a
2025-08-20T20:26:23.7379159Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/view=/tmp/go-build1823208636/b1414/_pkg_.a
2025-08-20T20:26:23.7379798Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/watch=/tmp/go-build1823208636/b1415/_pkg_.a
2025-08-20T20:26:23.7380448Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/code=/tmp/go-build1823208636/b1417/_pkg_.a
2025-08-20T20:26:23.7381129Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/commits=/tmp/go-build1823208636/b1419/_pkg_.a
2025-08-20T20:26:23.7381950Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/issues=/tmp/go-build1823208636/b1420/_pkg_.a
2025-08-20T20:26:23.7382615Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/prs=/tmp/go-build1823208636/b1421/_pkg_.a
2025-08-20T20:26:23.7383282Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/repos=/tmp/go-build1823208636/b1422/_pkg_.a
2025-08-20T20:26:23.7383956Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/delete=/tmp/go-build1823208636/b1424/_pkg_.a
2025-08-20T20:26:23.7384625Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/list=/tmp/go-build1823208636/b1426/_pkg_.a
2025-08-20T20:26:23.7385278Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/set=/tmp/go-build1823208636/b1427/_pkg_.a
2025-08-20T20:26:23.7386087Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/add=/tmp/go-build1823208636/b1238/_pkg_.a
2025-08-20T20:26:23.7386759Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/delete=/tmp/go-build1823208636/b1433/_pkg_.a
2025-08-20T20:26:23.7387422Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/list=/tmp/go-build1823208636/b1434/_pkg_.a
2025-08-20T20:26:23.7388051Z [00:03:02.401]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1823208636/b280/_pkg_.a
2025-08-20T20:26:23.7388709Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/delete=/tmp/go-build1823208636/b1437/_pkg_.a
2025-08-20T20:26:23.7389393Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/get=/tmp/go-build1823208636/b1439/_pkg_.a
2025-08-20T20:26:23.7390069Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/list=/tmp/go-build1823208636/b1440/_pkg_.a
2025-08-20T20:26:23.7390740Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/set=/tmp/go-build1823208636/b1441/_pkg_.a
2025-08-20T20:26:23.7391428Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/disable=/tmp/go-build1823208636/b1444/_pkg_.a
2025-08-20T20:26:23.7392267Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/enable=/tmp/go-build1823208636/b1445/_pkg_.a
2025-08-20T20:26:23.7392997Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/list=/tmp/go-build1823208636/b1446/_pkg_.a
2025-08-20T20:26:23.7393673Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/run=/tmp/go-build1823208636/b1447/_pkg_.a
2025-08-20T20:26:23.7394413Z [00:03:02.401]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/view=/tmp/go-build1823208636/b1448/_pkg_.a
2025-08-20T20:26:23.7395152Z [00:03:02.401]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build1823208636/b330/_pkg_.a
2025-08-20T20:26:23.7395884Z [00:03:02.401]➜  packagefile github.com/cli/go-gh/v2/pkg/markdown=/tmp/go-build1823208636/b397/_pkg_.a
2025-08-20T20:26:23.7396430Z [00:03:02.401]➜  packagefile encoding/csv=/tmp/go-build1823208636/b395/_pkg_.a
2025-08-20T20:26:23.7396897Z [00:03:02.401]➜  packagefile encoding/hex=/tmp/go-build1823208636/b199/_pkg_.a
2025-08-20T20:26:23.7397406Z [00:03:02.401]➜  packagefile github.com/itchyny/gojq=/tmp/go-build1823208636/b373/_pkg_.a
2025-08-20T20:26:23.7397972Z [00:03:02.401]➜  packagefile github.com/Masterminds/sprig/v3=/tmp/go-build1823208636/b376/_pkg_.a
2025-08-20T20:26:23.7398747Z [00:03:02.401]➜  packagefile github.com/cli/go-gh/v2/pkg/tableprinter=/tmp/go-build1823208636/b328/_pkg_.a
2025-08-20T20:26:23.7399333Z [00:03:02.401]➜  packagefile github.com/fatih/color=/tmp/go-build1823208636/b259/_pkg_.a
2025-08-20T20:26:23.7399869Z [00:03:02.401]➜  packagefile github.com/muesli/termenv=/tmp/go-build1823208636/b137/_pkg_.a
2025-08-20T20:26:23.7400378Z [00:03:02.401]➜  packagefile internal/bisect=/tmp/go-build1823208636/b040/_pkg_.a
2025-08-20T20:26:23.7400828Z [00:03:02.401]➜  packagefile unique=/tmp/go-build1823208636/b206/_pkg_.a
2025-08-20T20:26:23.7401348Z [00:03:02.401]➜  packagefile github.com/cli/go-gh/v2/internal/git=/tmp/go-build1823208636/b101/_pkg_.a
2025-08-20T20:26:23.7402035Z [00:03:02.401]➜  packagefile crypto=/tmp/go-build1823208636/b108/_pkg_.a
2025-08-20T20:26:23.7402514Z [00:03:02.401]➜  packagefile crypto/internal/boring=/tmp/go-build1823208636/b110/_pkg_.a
2025-08-20T20:26:23.7403071Z [00:03:02.401]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1823208636/b118/_pkg_.a
2025-08-20T20:26:23.7403572Z [00:03:02.401]➜  packagefile hash=/tmp/go-build1823208636/b109/_pkg_.a
2025-08-20T20:26:23.7404101Z [00:03:02.401]➜  packagefile github.com/cli/shurcooL-graphql/ident=/tmp/go-build1823208636/b145/_pkg_.a
2025-08-20T20:26:23.7404780Z [00:03:02.401]➜  packagefile github.com/cli/shurcooL-graphql/internal/jsonutil=/tmp/go-build1823208636/b146/_pkg_.a
2025-08-20T20:26:23.7405476Z [00:03:02.401]➜  packagefile github.com/henvic/httpretty/internal/color=/tmp/go-build1823208636/b227/_pkg_.a
2025-08-20T20:26:23.7406351Z [00:03:02.401]➜  packagefile github.com/henvic/httpretty/internal/header=/tmp/go-build1823208636/b228/_pkg_.a
2025-08-20T20:26:23.7406922Z [00:03:02.401]➜  packagefile crypto/aes=/tmp/go-build1823208636/b155/_pkg_.a
2025-08-20T20:26:23.7407380Z [00:03:02.401]➜  packagefile crypto/cipher=/tmp/go-build1823208636/b111/_pkg_.a
2025-08-20T20:26:23.7407830Z [00:03:02.401]➜  packagefile crypto/des=/tmp/go-build1823208636/b156/_pkg_.a
2025-08-20T20:26:23.7408283Z [00:03:02.401]➜  packagefile crypto/dsa=/tmp/go-build1823208636/b197/_pkg_.a
2025-08-20T20:26:23.7408734Z [00:03:02.401]➜  packagefile crypto/ecdh=/tmp/go-build1823208636/b157/_pkg_.a
2025-08-20T20:26:23.7409204Z [00:03:02.401]➜  packagefile crypto/ecdsa=/tmp/go-build1823208636/b162/_pkg_.a
2025-08-20T20:26:23.7409667Z [00:03:02.401]➜  packagefile crypto/ed25519=/tmp/go-build1823208636/b175/_pkg_.a
2025-08-20T20:26:23.7410140Z [00:03:02.401]➜  packagefile crypto/elliptic=/tmp/go-build1823208636/b163/_pkg_.a
2025-08-20T20:26:23.7410604Z [00:03:02.401]➜  packagefile crypto/md5=/tmp/go-build1823208636/b189/_pkg_.a
2025-08-20T20:26:23.7411053Z [00:03:02.401]➜  packagefile crypto/rsa=/tmp/go-build1823208636/b191/_pkg_.a
2025-08-20T20:26:23.7411675Z [00:03:02.401]➜  packagefile crypto/sha1=/tmp/go-build1823208636/b193/_pkg_.a
2025-08-20T20:26:23.7412201Z [00:03:02.401]➜  packagefile crypto/sha512=/tmp/go-build1823208636/b171/_pkg_.a
2025-08-20T20:26:23.7412677Z [00:03:02.401]➜  packagefile crypto/x509/pkix=/tmp/go-build1823208636/b198/_pkg_.a
2025-08-20T20:26:23.7413154Z [00:03:02.401]➜  packagefile encoding/asn1=/tmp/go-build1823208636/b173/_pkg_.a
2025-08-20T20:26:23.7413740Z [00:03:02.401]➜  packagefile encoding/pem=/tmp/go-build1823208636/b200/_pkg_.a
2025-08-20T20:26:23.7414356Z [00:03:02.402]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1823208636/b172/_pkg_.a
2025-08-20T20:26:23.7415008Z [00:03:02.402]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1823208636/b174/_pkg_.a
2025-08-20T20:26:23.7415687Z [00:03:02.402]➜  packagefile math/big=/tmp/go-build1823208636/b153/_pkg_.a
2025-08-20T20:26:23.7416284Z [00:03:02.402]➜  packagefile github.com/shurcooL/graphql/ident=/tmp/go-build1823208636/b233/_pkg_.a
2025-08-20T20:26:23.7416944Z [00:03:02.402]➜  packagefile github.com/shurcooL/graphql/internal/jsonutil=/tmp/go-build1823208636/b234/_pkg_.a
2025-08-20T20:26:23.7417523Z [00:03:02.402]➜  packagefile compress/flate=/tmp/go-build1823208636/b149/_pkg_.a
2025-08-20T20:26:23.7418131Z [00:03:02.402]➜  packagefile hash/crc32=/tmp/go-build1823208636/b150/_pkg_.a
2025-08-20T20:26:23.7418644Z [00:03:02.402]➜  packagefile crypto/internal/fips140=/tmp/go-build1823208636/b113/_pkg_.a
2025-08-20T20:26:23.7419213Z [00:03:02.402]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1823208636/b126/_pkg_.a
2025-08-20T20:26:23.7419784Z [00:03:02.402]➜  packagefile crypto/internal/fips140only=/tmp/go-build1823208636/b131/_pkg_.a
2025-08-20T20:26:23.7420345Z [00:03:02.402]➜  packagefile crypto/internal/randutil=/tmp/go-build1823208636/b129/_pkg_.a
2025-08-20T20:26:23.7420889Z [00:03:02.402]➜  packagefile crypto/internal/sysrand=/tmp/go-build1823208636/b128/_pkg_.a
2025-08-20T20:26:23.7421550Z [00:03:02.402]➜  packagefile crypto/hkdf=/tmp/go-build1823208636/b178/_pkg_.a
2025-08-20T20:26:23.7422007Z [00:03:02.402]➜  packagefile crypto/hmac=/tmp/go-build1823208636/b180/_pkg_.a
2025-08-20T20:26:23.7422524Z [00:03:02.402]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1823208636/b112/_pkg_.a
2025-08-20T20:26:23.7423107Z [00:03:02.402]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1823208636/b125/_pkg_.a
2025-08-20T20:26:23.7423696Z [00:03:02.402]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1823208636/b181/_pkg_.a
2025-08-20T20:26:23.7424272Z [00:03:02.402]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1823208636/b182/_pkg_.a
2025-08-20T20:26:23.7424844Z [00:03:02.402]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1823208636/b183/_pkg_.a
2025-08-20T20:26:23.7425385Z [00:03:02.402]➜  packagefile crypto/internal/hpke=/tmp/go-build1823208636/b184/_pkg_.a
2025-08-20T20:26:23.7426090Z [00:03:02.402]➜  packagefile crypto/rc4=/tmp/go-build1823208636/b190/_pkg_.a
2025-08-20T20:26:23.7426569Z [00:03:02.402]➜  packagefile crypto/subtle=/tmp/go-build1823208636/b132/_pkg_.a
2025-08-20T20:26:23.7427102Z [00:03:02.402]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1823208636/b194/_pkg_.a
2025-08-20T20:26:23.7427743Z [00:03:02.402]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1823208636/b185/_pkg_.a
2025-08-20T20:26:23.7428280Z [00:03:02.402]➜  packagefile weak=/tmp/go-build1823208636/b168/_pkg_.a
2025-08-20T20:26:23.7428825Z [00:03:02.402]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1823208636/b210/_pkg_.a
2025-08-20T20:26:23.7429469Z [00:03:02.402]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1823208636/b212/_pkg_.a
2025-08-20T20:26:23.7430100Z [00:03:02.402]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1823208636/b215/_pkg_.a
2025-08-20T20:26:23.7430636Z [00:03:02.402]➜  packagefile log/internal=/tmp/go-build1823208636/b214/_pkg_.a
2025-08-20T20:26:23.7431311Z [00:03:02.402]➜  packagefile mime/quotedprintable=/tmp/go-build1823208636/b221/_pkg_.a
2025-08-20T20:26:23.7431912Z [00:03:02.402]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1823208636/b241/_pkg_.a
2025-08-20T20:26:23.7432526Z [00:03:02.402]➜  packagefile github.com/zalando/go-keyring/secret_service=/tmp/go-build1823208636/b244/_pkg_.a
2025-08-20T20:26:23.7433123Z [00:03:02.402]➜  packagefile github.com/cli/browser=/tmp/go-build1823208636/b264/_pkg_.a
2025-08-20T20:26:23.7433774Z [00:03:02.402]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build1823208636/b267/_pkg_.a
2025-08-20T20:26:23.7434386Z [00:03:02.402]➜  packagefile io/ioutil=/tmp/go-build1823208636/b242/_pkg_.a
2025-08-20T20:26:23.7434880Z [00:03:02.402]➜  packagefile github.com/catppuccin/go=/tmp/go-build1823208636/b276/_pkg_.a
2025-08-20T20:26:23.7435504Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/filepicker=/tmp/go-build1823208636/b277/_pkg_.a
2025-08-20T20:26:23.7436385Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build1823208636/b297/_pkg_.a
2025-08-20T20:26:23.7437028Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build1823208636/b278/_pkg_.a
2025-08-20T20:26:23.7437675Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/spinner=/tmp/go-build1823208636/b298/_pkg_.a
2025-08-20T20:26:23.7438509Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/textarea=/tmp/go-build1823208636/b299/_pkg_.a
2025-08-20T20:26:23.7439188Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build1823208636/b305/_pkg_.a
2025-08-20T20:26:23.7439863Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/viewport=/tmp/go-build1823208636/b304/_pkg_.a
2025-08-20T20:26:23.7440506Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build1823208636/b279/_pkg_.a
2025-08-20T20:26:23.7441240Z [00:03:02.402]➜  packagefile github.com/charmbracelet/huh/internal/accessibility=/tmp/go-build1823208636/b306/_pkg_.a
2025-08-20T20:26:23.7442158Z [00:03:02.402]➜  packagefile github.com/charmbracelet/huh/internal/selector=/tmp/go-build1823208636/b307/_pkg_.a
2025-08-20T20:26:23.7442821Z [00:03:02.402]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build1823208636/b289/_pkg_.a
2025-08-20T20:26:23.7443460Z [00:03:02.402]➜  packagefile github.com/charmbracelet/x/exp/strings=/tmp/go-build1823208636/b308/_pkg_.a
2025-08-20T20:26:23.7444098Z [00:03:02.402]➜  packagefile github.com/mitchellh/hashstructure/v2=/tmp/go-build1823208636/b309/_pkg_.a
2025-08-20T20:26:23.7444711Z [00:03:02.402]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build1823208636/b318/_pkg_.a
2025-08-20T20:26:23.7445317Z [00:03:02.402]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build1823208636/b319/_pkg_.a
2025-08-20T20:26:23.7446140Z [00:03:02.402]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build1823208636/b320/_pkg_.a
2025-08-20T20:26:23.7446711Z [00:03:02.402]➜  packagefile net/http/httptest=/tmp/go-build1823208636/b321/_pkg_.a
2025-08-20T20:26:23.7447252Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build1823208636/b401/_pkg_.a
2025-08-20T20:26:23.7447787Z [00:03:02.402]➜  packagefile github.com/rivo/tview=/tmp/go-build1823208636/b442/_pkg_.a
2025-08-20T20:26:23.7448316Z [00:03:02.402]➜  packagefile github.com/stretchr/objx=/tmp/go-build1823208636/b445/_pkg_.a
2025-08-20T20:26:23.7448891Z [00:03:02.402]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build1823208636/b314/_pkg_.a
2025-08-20T20:26:23.7449462Z [00:03:02.402]➜  packagefile golang.org/x/text/runes=/tmp/go-build1823208636/b316/_pkg_.a
2025-08-20T20:26:23.7450022Z [00:03:02.402]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1823208636/b274/_pkg_.a
2025-08-20T20:26:23.7450587Z [00:03:02.402]➜  packagefile golang.org/x/text/internal=/tmp/go-build1823208636/b269/_pkg_.a
2025-08-20T20:26:23.7451179Z [00:03:02.402]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1823208636/b271/_pkg_.a
2025-08-20T20:26:23.7451967Z [00:03:02.402]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build1823208636/b273/_pkg_.a
2025-08-20T20:26:23.7452765Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/api=/tmp/go-build1823208636/b458/_pkg_.a
2025-08-20T20:26:23.7453493Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact=/tmp/go-build1823208636/b1174/_pkg_.a
2025-08-20T20:26:23.7454339Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact/oci=/tmp/go-build1823208636/b1176/_pkg_.a
2025-08-20T20:26:23.7455186Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/auth=/tmp/go-build1823208636/b1223/_pkg_.a
2025-08-20T20:26:23.7456033Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/io=/tmp/go-build1823208636/b460/_pkg_.a
2025-08-20T20:26:23.7456769Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/verification=/tmp/go-build1823208636/b1225/_pkg_.a
2025-08-20T20:26:23.7457453Z [00:03:02.402]➜  packagefile github.com/digitorus/timestamp=/tmp/go-build1823208636/b561/_pkg_.a
2025-08-20T20:26:23.7458058Z [00:03:02.402]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1823208636/b463/_pkg_.a
2025-08-20T20:26:23.7458700Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore-go/pkg/bundle=/tmp/go-build1823208636/b462/_pkg_.a
2025-08-20T20:26:23.7459570Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore-go/pkg/fulcio/certificate=/tmp/go-build1823208636/b1171/_pkg_.a
2025-08-20T20:26:23.7460293Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore-go/pkg/verify=/tmp/go-build1823208636/b1158/_pkg_.a
2025-08-20T20:26:23.7460947Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore-go/pkg/tuf=/tmp/go-build1823208636/b514/_pkg_.a
2025-08-20T20:26:23.7461600Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared=/tmp/go-build1823208636/b1231/_pkg_.a
2025-08-20T20:26:23.7462333Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials=/tmp/go-build1823208636/b1237/_pkg_.a
2025-08-20T20:26:23.7463235Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/internal/authflow=/tmp/go-build1823208636/b1232/_pkg_.a
2025-08-20T20:26:23.7463900Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/cache/shared=/tmp/go-build1823208636/b1250/_pkg_.a
2025-08-20T20:26:23.7464528Z [00:03:02.402]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build1823208636/b459/_pkg_.a
2025-08-20T20:26:23.7465211Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/internal/codespaces/connection=/tmp/go-build1823208636/b1255/_pkg_.a
2025-08-20T20:26:23.7466103Z [00:03:02.402]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build1823208636/b1148/_pkg_.a
2025-08-20T20:26:23.7466838Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/internal/codespaces/rpc/codespace=/tmp/go-build1823208636/b1263/_pkg_.a
2025-08-20T20:26:23.7467658Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/internal/codespaces/rpc/jupyter=/tmp/go-build1823208636/b1264/_pkg_.a
2025-08-20T20:26:23.7468421Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/internal/codespaces/rpc/ssh=/tmp/go-build1823208636/b1265/_pkg_.a
2025-08-20T20:26:23.7469042Z [00:03:02.402]➜  packagefile google.golang.org/grpc=/tmp/go-build1823208636/b590/_pkg_.a
2025-08-20T20:26:23.7469655Z [00:03:02.402]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1823208636/b614/_pkg_.a
2025-08-20T20:26:23.7470292Z [00:03:02.402]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1823208636/b604/_pkg_.a
2025-08-20T20:26:23.7470872Z [00:03:02.402]➜  packagefile github.com/gorilla/websocket=/tmp/go-build1823208636/b1256/_pkg_.a
2025-08-20T20:26:23.7471518Z [00:03:02.402]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels/ssh=/tmp/go-build1823208636/b1258/_pkg_.a
2025-08-20T20:26:23.7472264Z [00:03:02.402]➜  packagefile github.com/microsoft/dev-tunnels/go/tunnels/ssh/messages=/tmp/go-build1823208636/b1259/_pkg_.a
2025-08-20T20:26:23.7473045Z [00:03:02.402]➜  packagefile github.com/rodaine/table=/tmp/go-build1823208636/b1260/_pkg_.a
2025-08-20T20:26:23.7473659Z [00:03:02.402]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1823208636/b496/_pkg_.a
2025-08-20T20:26:23.7474266Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/gist/shared=/tmp/go-build1823208636/b1276/_pkg_.a
2025-08-20T20:26:23.7474967Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/internal/featuredetection=/tmp/go-build1823208636/b1294/_pkg_.a
2025-08-20T20:26:23.7475872Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/issue/shared=/tmp/go-build1823208636/b1295/_pkg_.a
2025-08-20T20:26:23.7476605Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/pr/shared=/tmp/go-build1823208636/b1296/_pkg_.a
2025-08-20T20:26:23.7477307Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/client=/tmp/go-build1823208636/b1334/_pkg_.a
2025-08-20T20:26:23.7478058Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/queries=/tmp/go-build1823208636/b1335/_pkg_.a
2025-08-20T20:26:23.7478818Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/project/shared/format=/tmp/go-build1823208636/b1351/_pkg_.a
2025-08-20T20:26:23.7479532Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/release/shared=/tmp/go-build1823208636/b1357/_pkg_.a
2025-08-20T20:26:23.7480376Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1823208636/b493/_pkg_.a
2025-08-20T20:26:23.7481098Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/create=/tmp/go-build1823208636/b1371/_pkg_.a
2025-08-20T20:26:23.7481834Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/delete=/tmp/go-build1823208636/b1373/_pkg_.a
2025-08-20T20:26:23.7482562Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/list=/tmp/go-build1823208636/b1375/_pkg_.a
2025-08-20T20:26:23.7483282Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/view=/tmp/go-build1823208636/b1374/_pkg_.a
2025-08-20T20:26:23.7484103Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/shared=/tmp/go-build1823208636/b1378/_pkg_.a
2025-08-20T20:26:23.7484796Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/add=/tmp/go-build1823208636/b1382/_pkg_.a
2025-08-20T20:26:23.7485647Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/delete=/tmp/go-build1823208636/b1383/_pkg_.a
2025-08-20T20:26:23.7486441Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/list=/tmp/go-build1823208636/b1384/_pkg_.a
2025-08-20T20:26:23.7487168Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/gitignore/list=/tmp/go-build1823208636/b1389/_pkg_.a
2025-08-20T20:26:23.7487896Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/gitignore/view=/tmp/go-build1823208636/b1390/_pkg_.a
2025-08-20T20:26:23.7488614Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/license/list=/tmp/go-build1823208636/b1392/_pkg_.a
2025-08-20T20:26:23.7489329Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/license/view=/tmp/go-build1823208636/b1393/_pkg_.a
2025-08-20T20:26:23.7490028Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ruleset/shared=/tmp/go-build1823208636/b1401/_pkg_.a
2025-08-20T20:26:23.7490707Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/run/shared=/tmp/go-build1823208636/b1406/_pkg_.a
2025-08-20T20:26:23.7491261Z [00:03:02.402]➜  packagefile archive/zip=/tmp/go-build1823208636/b1410/_pkg_.a
2025-08-20T20:26:23.7491855Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/internal/safepaths=/tmp/go-build1823208636/b1411/_pkg_.a
2025-08-20T20:26:23.7492531Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/workflow/shared=/tmp/go-build1823208636/b1407/_pkg_.a
2025-08-20T20:26:23.7493219Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/search/shared=/tmp/go-build1823208636/b1418/_pkg_.a
2025-08-20T20:26:23.7494013Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/secret/shared=/tmp/go-build1823208636/b1425/_pkg_.a
2025-08-20T20:26:23.7494733Z [00:03:02.402]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build1823208636/b1428/_pkg_.a
2025-08-20T20:26:23.7495310Z [00:03:02.402]➜  packagefile github.com/joho/godotenv=/tmp/go-build1823208636/b1430/_pkg_.a
2025-08-20T20:26:23.7496044Z [00:03:02.402]➜  packagefile golang.org/x/crypto/nacl/box=/tmp/go-build1823208636/b1431/_pkg_.a
2025-08-20T20:26:23.7496778Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/ssh-key/shared=/tmp/go-build1823208636/b1239/_pkg_.a
2025-08-20T20:26:23.7497475Z [00:03:02.402]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1823208636/b281/_pkg_.a
2025-08-20T20:26:23.7498032Z [00:03:02.402]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1823208636/b143/_pkg_.a
2025-08-20T20:26:23.7498655Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/variable/shared=/tmp/go-build1823208636/b1438/_pkg_.a
2025-08-20T20:26:23.7499324Z [00:03:02.402]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build1823208636/b331/_pkg_.a
2025-08-20T20:26:23.7499973Z [00:03:02.402]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build1823208636/b363/_pkg_.a
2025-08-20T20:26:23.7500567Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark=/tmp/go-build1823208636/b364/_pkg_.a
2025-08-20T20:26:23.7501328Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark-emoji=/tmp/go-build1823208636/b367/_pkg_.a
2025-08-20T20:26:23.7501934Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark/extension=/tmp/go-build1823208636/b368/_pkg_.a
2025-08-20T20:26:23.7502534Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build1823208636/b365/_pkg_.a
2025-08-20T20:26:23.7503131Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build1823208636/b362/_pkg_.a
2025-08-20T20:26:23.7503715Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build1823208636/b360/_pkg_.a
2025-08-20T20:26:23.7504460Z [00:03:02.402]➜  packagefile github.com/cli/go-gh/v2/pkg/x/markdown=/tmp/go-build1823208636/b399/_pkg_.a
2025-08-20T20:26:23.7505070Z [00:03:02.402]➜  packagefile github.com/itchyny/timefmt-go=/tmp/go-build1823208636/b374/_pkg_.a
2025-08-20T20:26:23.7505711Z [00:03:02.402]➜  packagefile dario.cat/mergo=/tmp/go-build1823208636/b377/_pkg_.a
2025-08-20T20:26:23.7506256Z [00:03:02.402]➜  packagefile encoding/base32=/tmp/go-build1823208636/b378/_pkg_.a
2025-08-20T20:26:23.7506794Z [00:03:02.402]➜  packagefile github.com/Masterminds/goutils=/tmp/go-build1823208636/b379/_pkg_.a
2025-08-20T20:26:23.7507382Z [00:03:02.402]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build1823208636/b380/_pkg_.a
2025-08-20T20:26:23.7507940Z [00:03:02.402]➜  packagefile github.com/google/uuid=/tmp/go-build1823208636/b381/_pkg_.a
2025-08-20T20:26:23.7508481Z [00:03:02.402]➜  packagefile github.com/huandu/xstrings=/tmp/go-build1823208636/b382/_pkg_.a
2025-08-20T20:26:23.7509081Z [00:03:02.402]➜  packagefile github.com/mitchellh/copystructure=/tmp/go-build1823208636/b383/_pkg_.a
2025-08-20T20:26:23.7509681Z [00:03:02.402]➜  packagefile github.com/shopspring/decimal=/tmp/go-build1823208636/b385/_pkg_.a
2025-08-20T20:26:23.7510222Z [00:03:02.402]➜  packagefile github.com/spf13/cast=/tmp/go-build1823208636/b386/_pkg_.a
2025-08-20T20:26:23.7510761Z [00:03:02.402]➜  packagefile golang.org/x/crypto/bcrypt=/tmp/go-build1823208636/b389/_pkg_.a
2025-08-20T20:26:23.7511315Z [00:03:02.402]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build1823208636/b391/_pkg_.a
2025-08-20T20:26:23.7511823Z [00:03:02.402]➜  packagefile hash/adler32=/tmp/go-build1823208636/b284/_pkg_.a
2025-08-20T20:26:23.7512291Z [00:03:02.402]➜  packagefile html/template=/tmp/go-build1823208636/b388/_pkg_.a
2025-08-20T20:26:23.7512840Z [00:03:02.402]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build1823208636/b138/_pkg_.a
2025-08-20T20:26:23.7513452Z [00:03:02.402]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1823208636/b139/_pkg_.a
2025-08-20T20:26:23.7514126Z [00:03:02.402]➜  packagefile image/color=/tmp/go-build1823208636/b141/_pkg_.a
2025-08-20T20:26:23.7514670Z [00:03:02.402]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1823208636/b133/_pkg_.a
2025-08-20T20:26:23.7515280Z [00:03:02.402]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1823208636/b119/_pkg_.a
2025-08-20T20:26:23.7516195Z [00:03:02.402]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1823208636/b120/_pkg_.a
2025-08-20T20:26:23.7516857Z [00:03:02.402]➜  packagefile crypto/internal/impl=/tmp/go-build1823208636/b121/_pkg_.a
2025-08-20T20:26:23.7517467Z [00:03:02.402]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1823208636/b115/_pkg_.a
2025-08-20T20:26:23.7518048Z [00:03:02.402]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1823208636/b158/_pkg_.a
2025-08-20T20:26:23.7518675Z [00:03:02.402]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1823208636/b161/_pkg_.a
2025-08-20T20:26:23.7519301Z [00:03:02.402]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1823208636/b164/_pkg_.a
2025-08-20T20:26:23.7519874Z [00:03:02.402]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1823208636/b165/_pkg_.a
2025-08-20T20:26:23.7520457Z [00:03:02.402]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1823208636/b159/_pkg_.a
2025-08-20T20:26:23.7521197Z [00:03:02.402]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1823208636/b167/_pkg_.a
2025-08-20T20:26:23.7521778Z [00:03:02.402]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1823208636/b169/_pkg_.a
2025-08-20T20:26:23.7522288Z [00:03:02.402]➜  packagefile math/rand/v2=/tmp/go-build1823208636/b130/_pkg_.a
2025-08-20T20:26:23.7522820Z [00:03:02.402]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1823208636/b176/_pkg_.a
2025-08-20T20:26:23.7523410Z [00:03:02.402]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1823208636/b166/_pkg_.a
2025-08-20T20:26:23.7523984Z [00:03:02.402]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1823208636/b192/_pkg_.a
2025-08-20T20:26:23.7524749Z [00:03:02.402]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1823208636/b124/_pkg_.a
2025-08-20T20:26:23.7525359Z [00:03:02.402]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1823208636/b114/_pkg_.a
2025-08-20T20:26:23.7526149Z [00:03:02.402]➜  packagefile crypto/internal/entropy=/tmp/go-build1823208636/b127/_pkg_.a
2025-08-20T20:26:23.7526718Z [00:03:02.402]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1823208636/b116/_pkg_.a
2025-08-20T20:26:23.7527311Z [00:03:02.402]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1823208636/b123/_pkg_.a
2025-08-20T20:26:23.7527889Z [00:03:02.402]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1823208636/b122/_pkg_.a
2025-08-20T20:26:23.7528457Z [00:03:02.402]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1823208636/b179/_pkg_.a
2025-08-20T20:26:23.7529024Z [00:03:02.402]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1823208636/b117/_pkg_.a
2025-08-20T20:26:23.7529547Z [00:03:02.402]➜  packagefile crypto/fips140=/tmp/go-build1823208636/b195/_pkg_.a
2025-08-20T20:26:23.7530095Z [00:03:02.402]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1823208636/b186/_pkg_.a
2025-08-20T20:26:23.7530734Z [00:03:02.402]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1823208636/b187/_pkg_.a
2025-08-20T20:26:23.7531415Z [00:03:02.402]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1823208636/b188/_pkg_.a
2025-08-20T20:26:23.7532062Z [00:03:02.402]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1823208636/b211/_pkg_.a
2025-08-20T20:26:23.7532572Z [00:03:02.402]➜  packagefile os/user=/tmp/go-build1823208636/b243/_pkg_.a
2025-08-20T20:26:23.7533083Z [00:03:02.402]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build1823208636/b296/_pkg_.a
2025-08-20T20:26:23.7533644Z [00:03:02.402]➜  packagefile github.com/atotto/clipboard=/tmp/go-build1823208636/b300/_pkg_.a
2025-08-20T20:26:23.7534406Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build1823208636/b301/_pkg_.a
2025-08-20T20:26:23.7535135Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build1823208636/b302/_pkg_.a
2025-08-20T20:26:23.7535978Z [00:03:02.402]➜  packagefile github.com/charmbracelet/bubbles/textarea/memoization=/tmp/go-build1823208636/b303/_pkg_.a
2025-08-20T20:26:23.7536654Z [00:03:02.402]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1823208636/b288/_pkg_.a
2025-08-20T20:26:23.7537317Z [00:03:02.402]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build1823208636/b291/_pkg_.a
2025-08-20T20:26:23.7537974Z [00:03:02.402]➜  packagefile github.com/muesli/ansi/compressor=/tmp/go-build1823208636/b293/_pkg_.a
2025-08-20T20:26:23.7538567Z [00:03:02.402]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build1823208636/b295/_pkg_.a
2025-08-20T20:26:23.7539181Z [00:03:02.402]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build1823208636/b290/_pkg_.a
2025-08-20T20:26:23.7539706Z [00:03:02.402]➜  packagefile image=/tmp/go-build1823208636/b285/_pkg_.a
2025-08-20T20:26:23.7540130Z [00:03:02.402]➜  packagefile hash/fnv=/tmp/go-build1823208636/b310/_pkg_.a
2025-08-20T20:26:23.7540629Z [00:03:02.402]➜  packagefile net/http/internal/testcert=/tmp/go-build1823208636/b322/_pkg_.a
2025-08-20T20:26:23.7541450Z [00:03:02.402]➜  packagefile github.com/gdamore/encoding=/tmp/go-build1823208636/b402/_pkg_.a
2025-08-20T20:26:23.7542053Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1823208636/b405/_pkg_.a
2025-08-20T20:26:23.7542696Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/base=/tmp/go-build1823208636/b406/_pkg_.a
2025-08-20T20:26:23.7543370Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/dynamic=/tmp/go-build1823208636/b412/_pkg_.a
2025-08-20T20:26:23.7544057Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/extended=/tmp/go-build1823208636/b413/_pkg_.a
2025-08-20T20:26:23.7544873Z [00:03:02.402]➜  packagefile golang.org/x/text/encoding=/tmp/go-build1823208636/b403/_pkg_.a
2025-08-20T20:26:23.7545439Z [00:03:02.402]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build1823208636/b315/_pkg_.a
2025-08-20T20:26:23.7546187Z [00:03:02.402]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build1823208636/b272/_pkg_.a
2025-08-20T20:26:23.7546868Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/test/data=/tmp/go-build1823208636/b461/_pkg_.a
2025-08-20T20:26:23.7547511Z [00:03:02.402]➜  packagefile github.com/golang/snappy=/tmp/go-build1823208636/b1173/_pkg_.a
2025-08-20T20:26:23.7548169Z [00:03:02.402]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/bundle/v1=/tmp/go-build1823208636/b503/_pkg_.a
2025-08-20T20:26:23.7548950Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/attestation/artifact/digest=/tmp/go-build1823208636/b1175/_pkg_.a
2025-08-20T20:26:23.7549655Z [00:03:02.402]➜  packagefile github.com/distribution/reference=/tmp/go-build1823208636/b1222/_pkg_.a
2025-08-20T20:26:23.7550321Z [00:03:02.402]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1823208636/b551/_pkg_.a
2025-08-20T20:26:23.7551043Z [00:03:02.402]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build1823208636/b1177/_pkg_.a
2025-08-20T20:26:23.7551756Z [00:03:02.402]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1823208636/b1187/_pkg_.a
2025-08-20T20:26:23.7552531Z [00:03:02.402]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build1823208636/b1189/_pkg_.a
2025-08-20T20:26:23.7553337Z [00:03:02.402]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build1823208636/b1220/_pkg_.a
2025-08-20T20:26:23.7554031Z [00:03:02.402]➜  packagefile github.com/cenkalti/backoff/v5=/tmp/go-build1823208636/b517/_pkg_.a
2025-08-20T20:26:23.7554652Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore-go/pkg/root=/tmp/go-build1823208636/b512/_pkg_.a
2025-08-20T20:26:23.7555509Z [00:03:02.402]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/fetcher=/tmp/go-build1823208636/b518/_pkg_.a
2025-08-20T20:26:23.7556503Z [00:03:02.402]➜  packagefile github.com/digitorus/pkcs7=/tmp/go-build1823208636/b560/_pkg_.a
2025-08-20T20:26:23.7557160Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1823208636/b464/_pkg_.a
2025-08-20T20:26:23.7557949Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1823208636/b469/_pkg_.a
2025-08-20T20:26:23.7558722Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1823208636/b492/_pkg_.a
2025-08-20T20:26:23.7559454Z [00:03:02.402]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/dsse=/tmp/go-build1823208636/b495/_pkg_.a
2025-08-20T20:26:23.7560206Z [00:03:02.402]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/common/v1=/tmp/go-build1823208636/b504/_pkg_.a
2025-08-20T20:26:23.7561282Z [00:03:02.402]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/dsse=/tmp/go-build1823208636/b510/_pkg_.a
2025-08-20T20:26:23.7562046Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore-go/pkg/tlog=/tmp/go-build1823208636/b563/_pkg_.a
2025-08-20T20:26:23.7562811Z [00:03:02.402]➜  packagefile golang.org/x/mod/semver=/tmp/go-build1823208636/b1172/_pkg_.a
2025-08-20T20:26:23.7563445Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore/pkg/cryptoutils=/tmp/go-build1823208636/b521/_pkg_.a
2025-08-20T20:26:23.7564147Z [00:03:02.402]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build1823208636/b1159/_pkg_.a
2025-08-20T20:26:23.7564884Z [00:03:02.402]➜  packagefile github.com/google/certificate-transparency-go/ctutil=/tmp/go-build1823208636/b1164/_pkg_.a
2025-08-20T20:26:23.7565730Z [00:03:02.402]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build1823208636/b1162/_pkg_.a
2025-08-20T20:26:23.7566693Z [00:03:02.402]➜  packagefile github.com/google/certificate-transparency-go/x509util=/tmp/go-build1823208636/b1169/_pkg_.a
2025-08-20T20:26:23.7567417Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore/pkg/signature=/tmp/go-build1823208636/b550/_pkg_.a
2025-08-20T20:26:23.7568122Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore/pkg/signature/dsse=/tmp/go-build1823208636/b1105/_pkg_.a
2025-08-20T20:26:23.7568855Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore/pkg/signature/options=/tmp/go-build1823208636/b553/_pkg_.a
2025-08-20T20:26:23.7569552Z [00:03:02.402]➜  packagefile github.com/sigstore/sigstore-go/pkg/util=/tmp/go-build1823208636/b515/_pkg_.a
2025-08-20T20:26:23.7570267Z [00:03:02.402]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/config=/tmp/go-build1823208636/b516/_pkg_.a
2025-08-20T20:26:23.7571032Z [00:03:02.402]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/updater=/tmp/go-build1823208636/b557/_pkg_.a
2025-08-20T20:26:23.7571671Z [00:03:02.402]➜  packagefile github.com/cli/oauth=/tmp/go-build1823208636/b1233/_pkg_.a
2025-08-20T20:26:23.7572271Z [00:03:02.402]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build1823208636/b1149/_pkg_.a
2025-08-20T20:26:23.7572884Z [00:03:02.402]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1823208636/b535/_pkg_.a
2025-08-20T20:26:23.7573465Z [00:03:02.402]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1823208636/b541/_pkg_.a
2025-08-20T20:26:23.7574021Z [00:03:02.402]➜  packagefile golang.org/x/net/trace=/tmp/go-build1823208636/b591/_pkg_.a
2025-08-20T20:26:23.7574574Z [00:03:02.402]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1823208636/b594/_pkg_.a
2025-08-20T20:26:23.7575154Z [00:03:02.402]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1823208636/b595/_pkg_.a
2025-08-20T20:26:23.7575867Z [00:03:02.402]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1823208636/b606/_pkg_.a
2025-08-20T20:26:23.7576705Z [00:03:02.402]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build1823208636/b607/_pkg_.a
2025-08-20T20:26:23.7577442Z [00:03:02.402]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1823208636/b612/_pkg_.a
2025-08-20T20:26:23.7578067Z [00:03:02.402]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build1823208636/b596/_pkg_.a
2025-08-20T20:26:23.7578677Z [00:03:02.402]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1823208636/b537/_pkg_.a
2025-08-20T20:26:23.7579368Z [00:03:02.402]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1823208636/b598/_pkg_.a
2025-08-20T20:26:23.7580033Z [00:03:02.402]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1823208636/b615/_pkg_.a
2025-08-20T20:26:23.7580642Z [00:03:02.402]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build1823208636/b618/_pkg_.a
2025-08-20T20:26:23.7581289Z [00:03:02.402]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1823208636/b602/_pkg_.a
2025-08-20T20:26:23.7581950Z [00:03:02.402]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1823208636/b538/_pkg_.a
2025-08-20T20:26:23.7603267Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1823208636/b536/_pkg_.a
2025-08-20T20:26:23.7604218Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1823208636/b619/_pkg_.a
2025-08-20T20:26:23.7605378Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build1823208636/b620/_pkg_.a
2025-08-20T20:26:23.7606375Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build1823208636/b621/_pkg_.a
2025-08-20T20:26:23.7607064Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build1823208636/b622/_pkg_.a
2025-08-20T20:26:23.7607733Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1823208636/b597/_pkg_.a
2025-08-20T20:26:23.7608392Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1823208636/b624/_pkg_.a
2025-08-20T20:26:23.7609235Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1823208636/b616/_pkg_.a
2025-08-20T20:26:23.7609876Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build1823208636/b626/_pkg_.a
2025-08-20T20:26:23.7610525Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1823208636/b627/_pkg_.a
2025-08-20T20:26:23.7611178Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1823208636/b611/_pkg_.a
2025-08-20T20:26:23.7611828Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1823208636/b628/_pkg_.a
2025-08-20T20:26:23.7612573Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build1823208636/b630/_pkg_.a
2025-08-20T20:26:23.7613360Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build1823208636/b646/_pkg_.a
2025-08-20T20:26:23.7614092Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build1823208636/b647/_pkg_.a
2025-08-20T20:26:23.7614790Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1823208636/b629/_pkg_.a
2025-08-20T20:26:23.7615455Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1823208636/b648/_pkg_.a
2025-08-20T20:26:23.7616299Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1823208636/b544/_pkg_.a
2025-08-20T20:26:23.7616966Z [00:03:02.402]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1823208636/b632/_pkg_.a
2025-08-20T20:26:23.7617598Z [00:03:02.402]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1823208636/b642/_pkg_.a
2025-08-20T20:26:23.7618182Z [00:03:02.402]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1823208636/b617/_pkg_.a
2025-08-20T20:26:23.7618743Z [00:03:02.402]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1823208636/b643/_pkg_.a
2025-08-20T20:26:23.7619488Z [00:03:02.402]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1823208636/b605/_pkg_.a
2025-08-20T20:26:23.7620154Z [00:03:02.402]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build1823208636/b649/_pkg_.a
2025-08-20T20:26:23.7620790Z [00:03:02.402]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1823208636/b540/_pkg_.a
2025-08-20T20:26:23.7621387Z [00:03:02.402]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1823208636/b603/_pkg_.a
2025-08-20T20:26:23.7622037Z [00:03:02.402]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build1823208636/b644/_pkg_.a
2025-08-20T20:26:23.7622606Z [00:03:02.402]➜  packagefile crypto/mlkem=/tmp/go-build1823208636/b497/_pkg_.a
2025-08-20T20:26:23.7623130Z [00:03:02.402]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1823208636/b498/_pkg_.a
2025-08-20T20:26:23.7623708Z [00:03:02.402]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1823208636/b500/_pkg_.a
2025-08-20T20:26:23.7624333Z [00:03:02.402]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1823208636/b501/_pkg_.a
2025-08-20T20:26:23.7625003Z [00:03:02.402]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build1823208636/b502/_pkg_.a
2025-08-20T20:26:23.7626055Z [00:03:02.402]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build1823208636/b1277/_pkg_.a
2025-08-20T20:26:23.7630955Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/githubtemplate=/tmp/go-build1823208636/b1297/_pkg_.a
2025-08-20T20:26:23.7631621Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/httpmock=/tmp/go-build1823208636/b1358/_pkg_.a
2025-08-20T20:26:23.7632286Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1823208636/b465/_pkg_.a
2025-08-20T20:26:23.7632998Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build1823208636/b494/_pkg_.a
2025-08-20T20:26:23.7633760Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1823208636/b479/_pkg_.a
2025-08-20T20:26:23.7634681Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1823208636/b466/_pkg_.a
2025-08-20T20:26:23.7635362Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1823208636/b470/_pkg_.a
2025-08-20T20:26:23.7636279Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1823208636/b476/_pkg_.a
2025-08-20T20:26:23.7636948Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1823208636/b480/_pkg_.a
2025-08-20T20:26:23.7637603Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1823208636/b482/_pkg_.a
2025-08-20T20:26:23.7638273Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1823208636/b468/_pkg_.a
2025-08-20T20:26:23.7638934Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build1823208636/b488/_pkg_.a
2025-08-20T20:26:23.7660294Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1823208636/b477/_pkg_.a
2025-08-20T20:26:23.7661020Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1823208636/b481/_pkg_.a
2025-08-20T20:26:23.7661785Z [00:03:02.402]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1823208636/b483/_pkg_.a
2025-08-20T20:26:23.7662582Z [00:03:02.402]➜  packagefile github.com/cli/cli/v2/pkg/cmd/repo/autolink/shared=/tmp/go-build1823208636/b1372/_pkg_.a
2025-08-20T20:26:23.7663233Z [00:03:02.402]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build1823208636/b1429/_pkg_.a
2025-08-20T20:26:23.7663802Z [00:03:02.402]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1823208636/b1071/_pkg_.a
2025-08-20T20:26:23.7664389Z [00:03:02.402]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build1823208636/b548/_pkg_.a
2025-08-20T20:26:23.7665214Z [00:03:02.402]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build1823208636/b549/_pkg_.a
2025-08-20T20:26:23.7666060Z [00:03:02.402]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build1823208636/b282/_pkg_.a
2025-08-20T20:26:23.7666708Z [00:03:02.402]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build1823208636/b287/_pkg_.a
2025-08-20T20:26:23.7667330Z [00:03:02.402]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build1823208636/b332/_pkg_.a
2025-08-20T20:26:23.7668072Z [00:03:02.402]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build1823208636/b336/_pkg_.a
2025-08-20T20:26:23.7668769Z [00:03:02.402]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build1823208636/b342/_pkg_.a
2025-08-20T20:26:23.7669466Z [00:03:02.402]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build1823208636/b343/_pkg_.a
2025-08-20T20:26:23.7670154Z [00:03:02.402]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build1823208636/b344/_pkg_.a
2025-08-20T20:26:23.7670798Z [00:03:02.402]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build1823208636/b345/_pkg_.a
2025-08-20T20:26:23.7671413Z [00:03:02.402]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build1823208636/b346/_pkg_.a
2025-08-20T20:26:23.7672008Z [00:03:02.402]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build1823208636/b353/_pkg_.a
2025-08-20T20:26:23.7672795Z [00:03:02.402]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build1823208636/b354/_pkg_.a
2025-08-20T20:26:23.7673407Z [00:03:02.402]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build1823208636/b355/_pkg_.a
2025-08-20T20:26:23.7674010Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build1823208636/b356/_pkg_.a
2025-08-20T20:26:23.7674592Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build1823208636/b358/_pkg_.a
2025-08-20T20:26:23.7675197Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build1823208636/b361/_pkg_.a
2025-08-20T20:26:23.7675977Z [00:03:02.402]➜  packagefile html=/tmp/go-build1823208636/b339/_pkg_.a
2025-08-20T20:26:23.7676507Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build1823208636/b366/_pkg_.a
2025-08-20T20:26:23.7677115Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build1823208636/b359/_pkg_.a
2025-08-20T20:26:23.7677743Z [00:03:02.402]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build1823208636/b357/_pkg_.a
2025-08-20T20:26:23.7678374Z [00:03:02.402]➜  packagefile github.com/mitchellh/reflectwalk=/tmp/go-build1823208636/b384/_pkg_.a
2025-08-20T20:26:23.7678963Z [00:03:02.402]➜  packagefile github.com/spf13/cast/internal=/tmp/go-build1823208636/b387/_pkg_.a
2025-08-20T20:26:23.7679540Z [00:03:02.402]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1823208636/b390/_pkg_.a
2025-08-20T20:26:23.7680110Z [00:03:02.402]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1823208636/b392/_pkg_.a
2025-08-20T20:26:23.7680717Z [00:03:02.402]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1823208636/b160/_pkg_.a
2025-08-20T20:26:23.7681247Z [00:03:02.402]➜  packagefile crypto/sha3=/tmp/go-build1823208636/b170/_pkg_.a
2025-08-20T20:26:23.7681798Z [00:03:02.402]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1823208636/b177/_pkg_.a
2025-08-20T20:26:23.7682380Z [00:03:02.402]➜  packagefile github.com/muesli/ansi=/tmp/go-build1823208636/b294/_pkg_.a
2025-08-20T20:26:23.7682908Z [00:03:02.402]➜  packagefile github.com/xo/terminfo=/tmp/go-build1823208636/b292/_pkg_.a
2025-08-20T20:26:23.7683515Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build1823208636/b407/_pkg_.a
2025-08-20T20:26:23.7684204Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build1823208636/b408/_pkg_.a
2025-08-20T20:26:23.7684891Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build1823208636/b409/_pkg_.a
2025-08-20T20:26:23.7685880Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build1823208636/b410/_pkg_.a
2025-08-20T20:26:23.7686648Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build1823208636/b411/_pkg_.a
2025-08-20T20:26:23.7687348Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/aixterm=/tmp/go-build1823208636/b414/_pkg_.a
2025-08-20T20:26:23.7688064Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/alacritty=/tmp/go-build1823208636/b415/_pkg_.a
2025-08-20T20:26:23.7688864Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/b/beterm=/tmp/go-build1823208636/b416/_pkg_.a
2025-08-20T20:26:23.7689658Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/c/cygwin=/tmp/go-build1823208636/b417/_pkg_.a
2025-08-20T20:26:23.7690354Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/d/dtterm=/tmp/go-build1823208636/b418/_pkg_.a
2025-08-20T20:26:23.7691051Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/e/emacs=/tmp/go-build1823208636/b419/_pkg_.a
2025-08-20T20:26:23.7691737Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/f/foot=/tmp/go-build1823208636/b420/_pkg_.a
2025-08-20T20:26:23.7692421Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/g/gnome=/tmp/go-build1823208636/b421/_pkg_.a
2025-08-20T20:26:23.7693256Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/h/hpterm=/tmp/go-build1823208636/b422/_pkg_.a
2025-08-20T20:26:23.7693952Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/konsole=/tmp/go-build1823208636/b423/_pkg_.a
2025-08-20T20:26:23.7694644Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/kterm=/tmp/go-build1823208636/b424/_pkg_.a
2025-08-20T20:26:23.7695327Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/l/linux=/tmp/go-build1823208636/b425/_pkg_.a
2025-08-20T20:26:23.7696211Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/p/pcansi=/tmp/go-build1823208636/b426/_pkg_.a
2025-08-20T20:26:23.7697082Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/r/rxvt=/tmp/go-build1823208636/b427/_pkg_.a
2025-08-20T20:26:23.7697766Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/screen=/tmp/go-build1823208636/b428/_pkg_.a
2025-08-20T20:26:23.7698476Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/simpleterm=/tmp/go-build1823208636/b429/_pkg_.a
2025-08-20T20:26:23.7699177Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/sun=/tmp/go-build1823208636/b430/_pkg_.a
2025-08-20T20:26:23.7699847Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/t/tmux=/tmp/go-build1823208636/b431/_pkg_.a
2025-08-20T20:26:23.7700533Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt320=/tmp/go-build1823208636/b432/_pkg_.a
2025-08-20T20:26:23.7701216Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt400=/tmp/go-build1823208636/b433/_pkg_.a
2025-08-20T20:26:23.7701994Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt420=/tmp/go-build1823208636/b434/_pkg_.a
2025-08-20T20:26:23.7702735Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt52=/tmp/go-build1823208636/b435/_pkg_.a
2025-08-20T20:26:23.7703409Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy50=/tmp/go-build1823208636/b436/_pkg_.a
2025-08-20T20:26:23.7704090Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy60=/tmp/go-build1823208636/b437/_pkg_.a
2025-08-20T20:26:23.7704786Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build1823208636/b438/_pkg_.a
2025-08-20T20:26:23.7705476Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xfce=/tmp/go-build1823208636/b439/_pkg_.a
2025-08-20T20:26:23.7706332Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build1823208636/b440/_pkg_.a
2025-08-20T20:26:23.7707077Z [00:03:02.402]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build1823208636/b441/_pkg_.a
2025-08-20T20:26:23.7707799Z [00:03:02.402]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build1823208636/b404/_pkg_.a
2025-08-20T20:26:23.7708530Z [00:03:02.402]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/rekor/v1=/tmp/go-build1823208636/b511/_pkg_.a
2025-08-20T20:26:23.7709288Z [00:03:02.403]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1823208636/b505/_pkg_.a
2025-08-20T20:26:23.7710094Z [00:03:02.403]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1823208636/b552/_pkg_.a
2025-08-20T20:26:23.7710766Z [00:03:02.403]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build1823208636/b1178/_pkg_.a
2025-08-20T20:26:23.7711415Z [00:03:02.403]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build1823208636/b1179/_pkg_.a
2025-08-20T20:26:23.7712076Z [00:03:02.403]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1823208636/b1181/_pkg_.a
2025-08-20T20:26:23.7712699Z [00:03:02.403]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build1823208636/b1186/_pkg_.a
2025-08-20T20:26:23.7713372Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1823208636/b1188/_pkg_.a
2025-08-20T20:26:23.7714251Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build1823208636/b1190/_pkg_.a
2025-08-20T20:26:23.7715023Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build1823208636/b1191/_pkg_.a
2025-08-20T20:26:23.7715931Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build1823208636/b1193/_pkg_.a
2025-08-20T20:26:23.7716730Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1823208636/b1195/_pkg_.a
2025-08-20T20:26:23.7717462Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build1823208636/b1196/_pkg_.a
2025-08-20T20:26:23.7718375Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build1823208636/b1212/_pkg_.a
2025-08-20T20:26:23.7719138Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1823208636/b1197/_pkg_.a
2025-08-20T20:26:23.7719895Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build1823208636/b1214/_pkg_.a
2025-08-20T20:26:23.7720700Z [00:03:02.403]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build1823208636/b1221/_pkg_.a
2025-08-20T20:26:23.7721353Z [00:03:02.403]➜  packagefile net/http/httputil=/tmp/go-build1823208636/b645/_pkg_.a
2025-08-20T20:26:23.7722001Z [00:03:02.403]➜  packagefile github.com/sigstore/protobuf-specs/gen/pb-go/trustroot/v1=/tmp/go-build1823208636/b513/_pkg_.a
2025-08-20T20:26:23.7722778Z [00:03:02.403]➜  packagefile github.com/sigstore/timestamp-authority/pkg/verification=/tmp/go-build1823208636/b559/_pkg_.a
2025-08-20T20:26:23.7723644Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1823208636/b509/_pkg_.a
2025-08-20T20:26:23.7724441Z [00:03:02.403]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata=/tmp/go-build1823208636/b519/_pkg_.a
2025-08-20T20:26:23.7725150Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build1823208636/b485/_pkg_.a
2025-08-20T20:26:23.7726002Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build1823208636/b486/_pkg_.a
2025-08-20T20:26:23.7726687Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build1823208636/b490/_pkg_.a
2025-08-20T20:26:23.7727377Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build1823208636/b491/_pkg_.a
2025-08-20T20:26:23.7728206Z [00:03:02.403]➜  packagefile github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer=/tmp/go-build1823208636/b564/_pkg_.a
2025-08-20T20:26:23.7728964Z [00:03:02.403]➜  packagefile github.com/go-openapi/runtime=/tmp/go-build1823208636/b565/_pkg_.a
2025-08-20T20:26:23.7729528Z [00:03:02.403]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build1823208636/b567/_pkg_.a
2025-08-20T20:26:23.7730251Z [00:03:02.403]➜  packagefile github.com/go-openapi/swag=/tmp/go-build1823208636/b579/_pkg_.a
2025-08-20T20:26:23.7730987Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor-tiles/pkg/generated/protobuf=/tmp/go-build1823208636/b584/_pkg_.a
2025-08-20T20:26:23.7731771Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor-tiles/pkg/note=/tmp/go-build1823208636/b656/_pkg_.a
2025-08-20T20:26:23.7732464Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor-tiles/pkg/types/verifier=/tmp/go-build1823208636/b658/_pkg_.a
2025-08-20T20:26:23.7733154Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor-tiles/pkg/verify=/tmp/go-build1823208636/b659/_pkg_.a
2025-08-20T20:26:23.7733851Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/generated/models=/tmp/go-build1823208636/b1036/_pkg_.a
2025-08-20T20:26:23.7734519Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/types=/tmp/go-build1823208636/b1050/_pkg_.a
2025-08-20T20:26:23.7735192Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/types/dsse/v0.0.1=/tmp/go-build1823208636/b1096/_pkg_.a
2025-08-20T20:26:23.7736128Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/types/hashedrekord/v0.0.1=/tmp/go-build1823208636/b1106/_pkg_.a
2025-08-20T20:26:23.7736892Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/types/intoto/v0.0.2=/tmp/go-build1823208636/b1109/_pkg_.a
2025-08-20T20:26:23.7737571Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/verify=/tmp/go-build1823208636/b1138/_pkg_.a
2025-08-20T20:26:23.7738212Z [00:03:02.403]➜  packagefile github.com/letsencrypt/boulder/goodkey=/tmp/go-build1823208636/b522/_pkg_.a
2025-08-20T20:26:23.7738949Z [00:03:02.403]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/encrypted=/tmp/go-build1823208636/b547/_pkg_.a
2025-08-20T20:26:23.7739932Z [00:03:02.403]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build1823208636/b1160/_pkg_.a
2025-08-20T20:26:23.7740693Z [00:03:02.403]➜  packagefile github.com/google/certificate-transparency-go/client=/tmp/go-build1823208636/b1165/_pkg_.a
2025-08-20T20:26:23.7741474Z [00:03:02.403]➜  packagefile github.com/google/certificate-transparency-go/jsonclient=/tmp/go-build1823208636/b1167/_pkg_.a
2025-08-20T20:26:23.7742257Z [00:03:02.403]➜  packagefile github.com/google/certificate-transparency-go/loglist3=/tmp/go-build1823208636/b1168/_pkg_.a
2025-08-20T20:26:23.7742970Z [00:03:02.403]➜  packagefile github.com/transparency-dev/merkle/proof=/tmp/go-build1823208636/b662/_pkg_.a
2025-08-20T20:26:23.7743630Z [00:03:02.403]➜  packagefile github.com/transparency-dev/merkle/rfc6962=/tmp/go-build1823208636/b665/_pkg_.a
2025-08-20T20:26:23.7744434Z [00:03:02.403]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build1823208636/b1161/_pkg_.a
2025-08-20T20:26:23.7745272Z [00:03:02.403]➜  packagefile github.com/google/certificate-transparency-go/x509/pkix=/tmp/go-build1823208636/b1163/_pkg_.a
2025-08-20T20:26:23.7746140Z [00:03:02.403]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1823208636/b707/_pkg_.a
2025-08-20T20:26:23.7746759Z [00:03:02.403]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1823208636/b708/_pkg_.a
2025-08-20T20:26:23.7747355Z [00:03:02.403]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build1823208636/b1072/_pkg_.a
2025-08-20T20:26:23.7748092Z [00:03:02.403]➜  packagefile github.com/google/certificate-transparency-go/gossip/minimal/x509ext=/tmp/go-build1823208636/b1170/_pkg_.a
2025-08-20T20:26:23.7748901Z [00:03:02.403]➜  packagefile github.com/sigstore/sigstore/pkg/signature/payload=/tmp/go-build1823208636/b554/_pkg_.a
2025-08-20T20:26:23.7749531Z [00:03:02.403]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build1823208636/b555/_pkg_.a
2025-08-20T20:26:23.7750240Z [00:03:02.403]➜  packagefile github.com/theupdateframework/go-tuf/v2/metadata/trustedmetadata=/tmp/go-build1823208636/b558/_pkg_.a
2025-08-20T20:26:23.7750920Z [00:03:02.403]➜  packagefile github.com/cli/oauth/api=/tmp/go-build1823208636/b1234/_pkg_.a
2025-08-20T20:26:23.7751628Z [00:03:02.403]➜  packagefile github.com/cli/oauth/device=/tmp/go-build1823208636/b1235/_pkg_.a
2025-08-20T20:26:23.7752198Z [00:03:02.403]➜  packagefile github.com/cli/oauth/webapp=/tmp/go-build1823208636/b1236/_pkg_.a
2025-08-20T20:26:23.7752922Z [00:03:02.403]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1823208636/b542/_pkg_.a
2025-08-20T20:26:23.7753661Z [00:03:02.403]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build1823208636/b592/_pkg_.a
2025-08-20T20:26:23.7754206Z [00:03:02.403]➜  packagefile text/tabwriter=/tmp/go-build1823208636/b593/_pkg_.a
2025-08-20T20:26:23.7754819Z [00:03:02.403]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build1823208636/b608/_pkg_.a
2025-08-20T20:26:23.7755755Z [00:03:02.403]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1823208636/b609/_pkg_.a
2025-08-20T20:26:23.7756539Z [00:03:02.403]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1823208636/b601/_pkg_.a
2025-08-20T20:26:23.7757202Z [00:03:02.403]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1823208636/b610/_pkg_.a
2025-08-20T20:26:23.7757891Z [00:03:02.403]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build1823208636/b613/_pkg_.a
2025-08-20T20:26:23.7758550Z [00:03:02.403]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1823208636/b599/_pkg_.a
2025-08-20T20:26:23.7759196Z [00:03:02.403]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build1823208636/b600/_pkg_.a
2025-08-20T20:26:23.7759849Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1823208636/b545/_pkg_.a
2025-08-20T20:26:23.7760648Z [00:03:02.403]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build1823208636/b539/_pkg_.a
2025-08-20T20:26:23.7761336Z [00:03:02.403]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build1823208636/b623/_pkg_.a
2025-08-20T20:26:23.7762063Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1823208636/b508/_pkg_.a
2025-08-20T20:26:23.7762751Z [00:03:02.403]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1823208636/b625/_pkg_.a
2025-08-20T20:26:23.7763428Z [00:03:02.403]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build1823208636/b631/_pkg_.a
2025-08-20T20:26:23.7764171Z [00:03:02.403]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1823208636/b641/_pkg_.a
2025-08-20T20:26:23.7764890Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1823208636/b543/_pkg_.a
2025-08-20T20:26:23.7765686Z [00:03:02.403]➜  packagefile golang.org/x/net/http2=/tmp/go-build1823208636/b633/_pkg_.a
2025-08-20T20:26:23.7766312Z [00:03:02.403]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1823208636/b638/_pkg_.a
2025-08-20T20:26:23.7766918Z [00:03:02.403]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build1823208636/b640/_pkg_.a
2025-08-20T20:26:23.7767620Z [00:03:02.403]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build1823208636/b650/_pkg_.a
2025-08-20T20:26:23.7768339Z [00:03:02.403]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1823208636/b499/_pkg_.a
2025-08-20T20:26:23.7769096Z [00:03:02.403]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build1823208636/b1278/_pkg_.a
2025-08-20T20:26:23.7769839Z [00:03:02.403]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build1823208636/b1279/_pkg_.a
2025-08-20T20:26:23.7770542Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1823208636/b467/_pkg_.a
2025-08-20T20:26:23.7771229Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build1823208636/b471/_pkg_.a
2025-08-20T20:26:23.7771910Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1823208636/b472/_pkg_.a
2025-08-20T20:26:23.7772789Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build1823208636/b473/_pkg_.a
2025-08-20T20:26:23.7773536Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1823208636/b474/_pkg_.a
2025-08-20T20:26:23.7774109Z [00:03:02.403]➜  packagefile go/token=/tmp/go-build1823208636/b478/_pkg_.a
2025-08-20T20:26:23.7774686Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1823208636/b484/_pkg_.a
2025-08-20T20:26:23.7775260Z [00:03:02.403]➜  packagefile compress/zlib=/tmp/go-build1823208636/b283/_pkg_.a
2025-08-20T20:26:23.7775887Z [00:03:02.403]➜  packagefile image/png=/tmp/go-build1823208636/b286/_pkg_.a
2025-08-20T20:26:23.7776507Z [00:03:02.403]➜  packagefile encoding/xml=/tmp/go-build1823208636/b333/_pkg_.a
2025-08-20T20:26:23.7777013Z [00:03:02.403]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build1823208636/b334/_pkg_.a
2025-08-20T20:26:23.7777633Z [00:03:02.403]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build1823208636/b337/_pkg_.a
2025-08-20T20:26:23.7778288Z [00:03:02.403]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build1823208636/b341/_pkg_.a
2025-08-20T20:26:23.7778919Z [00:03:02.403]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build1823208636/b347/_pkg_.a
2025-08-20T20:26:23.7779547Z [00:03:02.403]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build1823208636/b350/_pkg_.a
2025-08-20T20:26:23.7780118Z [00:03:02.403]➜  packagefile golang.org/x/net/html=/tmp/go-build1823208636/b351/_pkg_.a
2025-08-20T20:26:23.7780719Z [00:03:02.403]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build1823208636/b506/_pkg_.a
2025-08-20T20:26:23.7781409Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1823208636/b507/_pkg_.a
2025-08-20T20:26:23.7782115Z [00:03:02.403]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build1823208636/b1180/_pkg_.a
2025-08-20T20:26:23.7782722Z [00:03:02.403]➜  packagefile github.com/pkg/errors=/tmp/go-build1823208636/b562/_pkg_.a
2025-08-20T20:26:23.7783349Z [00:03:02.403]➜  packagefile github.com/docker/cli/cli/config/memorystore=/tmp/go-build1823208636/b1184/_pkg_.a
2025-08-20T20:26:23.7783965Z [00:03:02.403]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1823208636/b1185/_pkg_.a
2025-08-20T20:26:23.7784655Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build1823208636/b1192/_pkg_.a
2025-08-20T20:26:23.7785421Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1823208636/b1194/_pkg_.a
2025-08-20T20:26:23.7786479Z [00:03:02.403]➜  packagefile archive/tar=/tmp/go-build1823208636/b1213/_pkg_.a
2025-08-20T20:26:23.7787170Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1823208636/b1199/_pkg_.a
2025-08-20T20:26:23.7787916Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build1823208636/b1209/_pkg_.a
2025-08-20T20:26:23.7788667Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build1823208636/b1215/_pkg_.a
2025-08-20T20:26:23.7789532Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build1823208636/b1198/_pkg_.a
2025-08-20T20:26:23.7790374Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build1823208636/b1200/_pkg_.a
2025-08-20T20:26:23.7791134Z [00:03:02.403]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build1823208636/b1208/_pkg_.a
2025-08-20T20:26:23.7791908Z [00:03:02.403]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/cjson=/tmp/go-build1823208636/b520/_pkg_.a
2025-08-20T20:26:23.7792638Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build1823208636/b487/_pkg_.a
2025-08-20T20:26:23.7793346Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build1823208636/b489/_pkg_.a
2025-08-20T20:26:23.7794209Z [00:03:02.403]➜  packagefile github.com/go-openapi/errors=/tmp/go-build1823208636/b566/_pkg_.a
2025-08-20T20:26:23.7794811Z [00:03:02.403]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build1823208636/b568/_pkg_.a
2025-08-20T20:26:23.7795420Z [00:03:02.403]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build1823208636/b569/_pkg_.a
2025-08-20T20:26:23.7796167Z [00:03:02.403]➜  packagefile github.com/oklog/ulid=/tmp/go-build1823208636/b570/_pkg_.a
2025-08-20T20:26:23.7796729Z [00:03:02.403]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build1823208636/b571/_pkg_.a
2025-08-20T20:26:23.7797572Z [00:03:02.403]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1823208636/b575/_pkg_.a
2025-08-20T20:26:23.7798237Z [00:03:02.403]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1823208636/b576/_pkg_.a
2025-08-20T20:26:23.7798774Z [00:03:02.403]➜  packagefile net/mail=/tmp/go-build1823208636/b578/_pkg_.a
2025-08-20T20:26:23.7799310Z [00:03:02.403]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build1823208636/b580/_pkg_.a
2025-08-20T20:26:23.7799924Z [00:03:02.403]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build1823208636/b582/_pkg_.a
2025-08-20T20:26:23.7800595Z [00:03:02.403]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/runtime=/tmp/go-build1823208636/b585/_pkg_.a
2025-08-20T20:26:23.7801326Z [00:03:02.403]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build1823208636/b587/_pkg_.a
2025-08-20T20:26:23.7802060Z [00:03:02.403]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/tmp/go-build1823208636/b588/_pkg_.a
2025-08-20T20:26:23.7802787Z [00:03:02.403]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1823208636/b655/_pkg_.a
2025-08-20T20:26:23.7803416Z [00:03:02.403]➜  packagefile golang.org/x/mod/sumdb/note=/tmp/go-build1823208636/b657/_pkg_.a
2025-08-20T20:26:23.7804065Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor-tiles/internal/tessera=/tmp/go-build1823208636/b660/_pkg_.a
2025-08-20T20:26:23.7804747Z [00:03:02.403]➜  packagefile github.com/transparency-dev/formats/log=/tmp/go-build1823208636/b661/_pkg_.a
2025-08-20T20:26:23.7805361Z [00:03:02.403]➜  packagefile github.com/go-openapi/validate=/tmp/go-build1823208636/b1037/_pkg_.a
2025-08-20T20:26:23.7806107Z [00:03:02.403]➜  packagefile github.com/blang/semver=/tmp/go-build1823208636/b1051/_pkg_.a
2025-08-20T20:26:23.7806414Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/log=/tmp/go-build1823208636/b1052/_pkg_.a
2025-08-20T20:26:23.7806857Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/pki=/tmp/go-build1823208636/b1067/_pkg_.a
2025-08-20T20:26:23.7807192Z [00:03:02.403]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1823208636/b1095/_pkg_.a
2025-08-20T20:26:23.7807518Z [00:03:02.403]➜  packagefile github.com/in-toto/in-toto-golang/in_toto=/tmp/go-build1823208636/b1097/_pkg_.a
2025-08-20T20:26:23.7807851Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/pki/x509=/tmp/go-build1823208636/b1094/_pkg_.a
2025-08-20T20:26:23.7808263Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/types/dsse=/tmp/go-build1823208636/b1104/_pkg_.a
2025-08-20T20:26:23.7808695Z [00:03:02.403]➜  packagefile github.com/sigstore/rekor/pkg/types/hashedrekord=/tmp/go-build1823208636/b1107/_pkg_.a
2025-08-20T20:26:23.7809008Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/util=/tmp/go-build1823208636/b1108/_pkg_.a
2025-08-20T20:26:23.7809346Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/types/intoto=/tmp/go-build1823208636/b1110/_pkg_.a
2025-08-20T20:26:23.7809614Z [00:03:02.404]➜  packagefile github.com/spf13/viper=/tmp/go-build1823208636/b1111/_pkg_.a
2025-08-20T20:26:23.7809968Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/generated/client=/tmp/go-build1823208636/b1139/_pkg_.a
2025-08-20T20:26:23.7810349Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/generated/client/tlog=/tmp/go-build1823208636/b1157/_pkg_.a
2025-08-20T20:26:23.7810802Z [00:03:02.404]➜  packagefile github.com/letsencrypt/boulder/core=/tmp/go-build1823208636/b523/_pkg_.a
2025-08-20T20:26:23.7811278Z [00:03:02.404]➜  packagefile github.com/titanous/rocacheck=/tmp/go-build1823208636/b546/_pkg_.a
2025-08-20T20:26:23.7811700Z [00:03:02.404]➜  packagefile github.com/google/certificate-transparency-go/client/configpb=/tmp/go-build1823208636/b1166/_pkg_.a
2025-08-20T20:26:23.7812005Z [00:03:02.404]➜  packagefile github.com/transparency-dev/merkle=/tmp/go-build1823208636/b663/_pkg_.a
2025-08-20T20:26:23.7812344Z [00:03:02.404]➜  packagefile github.com/transparency-dev/merkle/compact=/tmp/go-build1823208636/b664/_pkg_.a
2025-08-20T20:26:23.7812743Z [00:03:02.404]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1823208636/b556/_pkg_.a
2025-08-20T20:26:23.7813030Z [00:03:02.404]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1823208636/b634/_pkg_.a
2025-08-20T20:26:23.7813290Z [00:03:02.404]➜  packagefile golang.org/x/net/idna=/tmp/go-build1823208636/b635/_pkg_.a
2025-08-20T20:26:23.7813601Z [00:03:02.404]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build1823208636/b639/_pkg_.a
2025-08-20T20:26:23.7813947Z [00:03:02.404]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build1823208636/b651/_pkg_.a
2025-08-20T20:26:23.7814329Z [00:03:02.404]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build1823208636/b652/_pkg_.a
2025-08-20T20:26:23.7814549Z [00:03:02.404]➜  packagefile debug/macho=/tmp/go-build1823208636/b1280/_pkg_.a
2025-08-20T20:26:23.7814911Z [00:03:02.404]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build1823208636/b1282/_pkg_.a
2025-08-20T20:26:23.7815281Z [00:03:02.404]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1823208636/b475/_pkg_.a
2025-08-20T20:26:23.7815719Z [00:03:02.404]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build1823208636/b335/_pkg_.a
2025-08-20T20:26:23.7816129Z [00:03:02.404]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build1823208636/b338/_pkg_.a
2025-08-20T20:26:23.7816483Z [00:03:02.404]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build1823208636/b340/_pkg_.a
2025-08-20T20:26:23.7816778Z [00:03:02.404]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build1823208636/b348/_pkg_.a
2025-08-20T20:26:23.7817060Z [00:03:02.404]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build1823208636/b349/_pkg_.a
2025-08-20T20:26:23.7817332Z [00:03:02.404]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build1823208636/b352/_pkg_.a
2025-08-20T20:26:23.7817811Z [00:03:02.404]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build1823208636/b1182/_pkg_.a
2025-08-20T20:26:23.7818226Z [00:03:02.404]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build1823208636/b1183/_pkg_.a
2025-08-20T20:26:23.7818587Z [00:03:02.404]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1823208636/b1210/_pkg_.a
2025-08-20T20:26:23.7819025Z [00:03:02.404]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build1823208636/b1216/_pkg_.a
2025-08-20T20:26:23.7819425Z [00:03:02.404]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build1823208636/b1219/_pkg_.a
2025-08-20T20:26:23.7819735Z [00:03:02.404]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build1823208636/b1201/_pkg_.a
2025-08-20T20:26:23.7820061Z [00:03:02.404]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build1823208636/b572/_pkg_.a
2025-08-20T20:26:23.7820388Z [00:03:02.404]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build1823208636/b574/_pkg_.a
2025-08-20T20:26:23.7820723Z [00:03:02.404]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build1823208636/b577/_pkg_.a
2025-08-20T20:26:23.7820999Z [00:03:02.404]➜  packagefile github.com/josharian/intern=/tmp/go-build1823208636/b581/_pkg_.a
2025-08-20T20:26:23.7821374Z [00:03:02.404]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build1823208636/b583/_pkg_.a
2025-08-20T20:26:23.7821782Z [00:03:02.404]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule=/tmp/go-build1823208636/b586/_pkg_.a
2025-08-20T20:26:23.7822113Z [00:03:02.404]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/tmp/go-build1823208636/b589/_pkg_.a
2025-08-20T20:26:23.7822484Z [00:03:02.404]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build1823208636/b653/_pkg_.a
2025-08-20T20:26:23.7822851Z [00:03:02.404]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1823208636/b654/_pkg_.a
2025-08-20T20:26:23.7823244Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera=/tmp/go-build1823208636/b666/_pkg_.a
2025-08-20T20:26:23.7823584Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/client=/tmp/go-build1823208636/b673/_pkg_.a
2025-08-20T20:26:23.7823942Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/storage/gcp=/tmp/go-build1823208636/b713/_pkg_.a
2025-08-20T20:26:23.7824343Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/storage/gcp/antispam=/tmp/go-build1823208636/b1035/_pkg_.a
2025-08-20T20:26:23.7824549Z [00:03:02.404]➜  packagefile log/slog=/tmp/go-build1823208636/b677/_pkg_.a
2025-08-20T20:26:23.7824773Z [00:03:02.404]➜  packagefile encoding/gob=/tmp/go-build1823208636/b765/_pkg_.a
2025-08-20T20:26:23.7825057Z [00:03:02.404]➜  packagefile github.com/go-openapi/analysis=/tmp/go-build1823208636/b1038/_pkg_.a
2025-08-20T20:26:23.7825365Z [00:03:02.404]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build1823208636/b1042/_pkg_.a
2025-08-20T20:26:23.7825766Z [00:03:02.404]➜  packagefile github.com/go-openapi/loads=/tmp/go-build1823208636/b1049/_pkg_.a
2025-08-20T20:26:23.7826097Z [00:03:02.404]➜  packagefile github.com/go-openapi/spec=/tmp/go-build1823208636/b1041/_pkg_.a
2025-08-20T20:26:23.7826396Z [00:03:02.404]➜  packagefile github.com/go-chi/chi/middleware=/tmp/go-build1823208636/b1053/_pkg_.a
2025-08-20T20:26:23.7826630Z [00:03:02.404]➜  packagefile go.uber.org/zap=/tmp/go-build1823208636/b1057/_pkg_.a
2025-08-20T20:26:23.7826892Z [00:03:02.404]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build1823208636/b1060/_pkg_.a
2025-08-20T20:26:23.7827236Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/pki/identity=/tmp/go-build1823208636/b1068/_pkg_.a
2025-08-20T20:26:23.7827571Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/pki/minisign=/tmp/go-build1823208636/b1069/_pkg_.a
2025-08-20T20:26:23.7827986Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/pki/pgp=/tmp/go-build1823208636/b1073/_pkg_.a
2025-08-20T20:26:23.7828380Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/pki/pkcs7=/tmp/go-build1823208636/b1084/_pkg_.a
2025-08-20T20:26:23.7828701Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/pki/ssh=/tmp/go-build1823208636/b1088/_pkg_.a
2025-08-20T20:26:23.7829019Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/pki/tuf=/tmp/go-build1823208636/b1089/_pkg_.a
2025-08-20T20:26:23.7829494Z [00:03:02.404]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common=/tmp/go-build1823208636/b1098/_pkg_.a
2025-08-20T20:26:23.7829924Z [00:03:02.404]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.1=/tmp/go-build1823208636/b1099/_pkg_.a
2025-08-20T20:26:23.7830325Z [00:03:02.404]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.2=/tmp/go-build1823208636/b1100/_pkg_.a
2025-08-20T20:26:23.7830716Z [00:03:02.404]➜  packagefile github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v1=/tmp/go-build1823208636/b1101/_pkg_.a
2025-08-20T20:26:23.7831150Z [00:03:02.404]➜  packagefile github.com/secure-systems-lab/go-securesystemslib/signerverifier=/tmp/go-build1823208636/b1102/_pkg_.a
2025-08-20T20:26:23.7831439Z [00:03:02.404]➜  packagefile github.com/shibumi/go-pathspec=/tmp/go-build1823208636/b1103/_pkg_.a
2025-08-20T20:26:23.7831807Z [00:03:02.404]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build1823208636/b1112/_pkg_.a
2025-08-20T20:26:23.7832117Z [00:03:02.404]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build1823208636/b1114/_pkg_.a
2025-08-20T20:26:23.7832423Z [00:03:02.404]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build1823208636/b1116/_pkg_.a
2025-08-20T20:26:23.7832678Z [00:03:02.404]➜  packagefile github.com/spf13/afero=/tmp/go-build1823208636/b1121/_pkg_.a
2025-08-20T20:26:23.7833043Z [00:03:02.404]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build1823208636/b1124/_pkg_.a
2025-08-20T20:26:23.7833476Z [00:03:02.404]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build1823208636/b1129/_pkg_.a
2025-08-20T20:26:23.7833829Z [00:03:02.404]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build1823208636/b1130/_pkg_.a
2025-08-20T20:26:23.7834178Z [00:03:02.404]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build1823208636/b1136/_pkg_.a
2025-08-20T20:26:23.7834519Z [00:03:02.404]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build1823208636/b1137/_pkg_.a
2025-08-20T20:26:23.7834832Z [00:03:02.404]➜  packagefile github.com/go-openapi/runtime/client=/tmp/go-build1823208636/b1140/_pkg_.a
2025-08-20T20:26:23.7835231Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/generated/client/entries=/tmp/go-build1823208636/b1154/_pkg_.a
2025-08-20T20:26:23.7835761Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/generated/client/index=/tmp/go-build1823208636/b1155/_pkg_.a
2025-08-20T20:26:23.7836198Z [00:03:02.404]➜  packagefile github.com/sigstore/rekor/pkg/generated/client/pubkey=/tmp/go-build1823208636/b1156/_pkg_.a
2025-08-20T20:26:23.7836405Z [00:03:02.404]➜  packagefile expvar=/tmp/go-build1823208636/b524/_pkg_.a
2025-08-20T20:26:23.7836681Z [00:03:02.404]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build1823208636/b525/_pkg_.a
2025-08-20T20:26:23.7837020Z [00:03:02.404]➜  packagefile github.com/letsencrypt/boulder/identifier=/tmp/go-build1823208636/b530/_pkg_.a
2025-08-20T20:26:23.7837342Z [00:03:02.404]➜  packagefile github.com/letsencrypt/boulder/probs=/tmp/go-build1823208636/b532/_pkg_.a
2025-08-20T20:26:23.7837674Z [00:03:02.404]➜  packagefile github.com/letsencrypt/boulder/revocation=/tmp/go-build1823208636/b533/_pkg_.a
2025-08-20T20:26:23.7837938Z [00:03:02.404]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build1823208636/b534/_pkg_.a
2025-08-20T20:26:23.7838239Z [00:03:02.404]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build1823208636/b636/_pkg_.a
2025-08-20T20:26:23.7838623Z [00:03:02.404]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1823208636/b637/_pkg_.a
2025-08-20T20:26:23.7838903Z [00:03:02.404]➜  packagefile debug/dwarf=/tmp/go-build1823208636/b1281/_pkg_.a
2025-08-20T20:26:23.7839138Z [00:03:02.404]➜  packagefile internal/saferio=/tmp/go-build1823208636/b766/_pkg_.a
2025-08-20T20:26:23.7839495Z [00:03:02.404]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1823208636/b1211/_pkg_.a
2025-08-20T20:26:23.7839963Z [00:03:02.404]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build1823208636/b1217/_pkg_.a
2025-08-20T20:26:23.7840350Z [00:03:02.404]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build1823208636/b1218/_pkg_.a
2025-08-20T20:26:23.7840638Z [00:03:02.404]➜  packagefile github.com/klauspost/compress=/tmp/go-build1823208636/b1202/_pkg_.a
2025-08-20T20:26:23.7840956Z [00:03:02.404]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build1823208636/b1203/_pkg_.a
2025-08-20T20:26:23.7841299Z [00:03:02.404]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1823208636/b1205/_pkg_.a
2025-08-20T20:26:23.7841662Z [00:03:02.404]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build1823208636/b1206/_pkg_.a
2025-08-20T20:26:23.7842031Z [00:03:02.404]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build1823208636/b1207/_pkg_.a
2025-08-20T20:26:23.7842471Z [00:03:02.404]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build1823208636/b573/_pkg_.a
2025-08-20T20:26:23.7842755Z [00:03:02.404]➜  packagefile github.com/avast/retry-go/v4=/tmp/go-build1823208636/b667/_pkg_.a
2025-08-20T20:26:23.7843063Z [00:03:02.404]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build1823208636/b668/_pkg_.a
2025-08-20T20:26:23.7843384Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/api=/tmp/go-build1823208636/b671/_pkg_.a
2025-08-20T20:26:23.7843739Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/api/layout=/tmp/go-build1823208636/b672/_pkg_.a
2025-08-20T20:26:23.7844198Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/ctonly=/tmp/go-build1823208636/b706/_pkg_.a
2025-08-20T20:26:23.7844580Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/internal/migrate=/tmp/go-build1823208636/b709/_pkg_.a
2025-08-20T20:26:23.7844948Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/internal/otel=/tmp/go-build1823208636/b674/_pkg_.a
2025-08-20T20:26:23.7845321Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/internal/parse=/tmp/go-build1823208636/b710/_pkg_.a
2025-08-20T20:26:23.7845839Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/internal/stream=/tmp/go-build1823208636/b711/_pkg_.a
2025-08-20T20:26:23.7846271Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/internal/witness=/tmp/go-build1823208636/b712/_pkg_.a
2025-08-20T20:26:23.7846533Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1823208636/b675/_pkg_.a
2025-08-20T20:26:23.7846845Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1823208636/b685/_pkg_.a
2025-08-20T20:26:23.7847130Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1823208636/b694/_pkg_.a
2025-08-20T20:26:23.7847355Z [00:03:02.404]➜  packagefile k8s.io/klog/v2=/tmp/go-build1823208636/b699/_pkg_.a
2025-08-20T20:26:23.7847630Z [00:03:02.404]➜  packagefile cloud.google.com/go/spanner=/tmp/go-build1823208636/b714/_pkg_.a
2025-08-20T20:26:23.7847997Z [00:03:02.404]➜  packagefile cloud.google.com/go/spanner/admin/database/apiv1=/tmp/go-build1823208636/b1004/_pkg_.a
2025-08-20T20:26:23.7848408Z [00:03:02.404]➜  packagefile cloud.google.com/go/spanner/admin/database/apiv1/databasepb=/tmp/go-build1823208636/b1010/_pkg_.a
2025-08-20T20:26:23.7848746Z [00:03:02.404]➜  packagefile cloud.google.com/go/spanner/apiv1/spannerpb=/tmp/go-build1823208636/b823/_pkg_.a
2025-08-20T20:26:23.7849019Z [00:03:02.404]➜  packagefile cloud.google.com/go/storage=/tmp/go-build1823208636/b1011/_pkg_.a
2025-08-20T20:26:23.7849406Z [00:03:02.404]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build1823208636/b1027/_pkg_.a
2025-08-20T20:26:23.7849792Z [00:03:02.404]➜  packagefile github.com/transparency-dev/tessera/storage/internal=/tmp/go-build1823208636/b1032/_pkg_.a
2025-08-20T20:26:23.7850088Z [00:03:02.404]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1823208636/b719/_pkg_.a
2025-08-20T20:26:23.7850434Z [00:03:02.404]➜  packagefile google.golang.org/api/iterator=/tmp/go-build1823208636/b739/_pkg_.a
2025-08-20T20:26:23.7850680Z [00:03:02.404]➜  packagefile log/slog/internal=/tmp/go-build1823208636/b678/_pkg_.a
2025-08-20T20:26:23.7850941Z [00:03:02.404]➜  packagefile log/slog/internal/buffer=/tmp/go-build1823208636/b679/_pkg_.a
2025-08-20T20:26:23.7851290Z [00:03:02.404]➜  packagefile github.com/go-openapi/analysis/internal/debug=/tmp/go-build1823208636/b1039/_pkg_.a
2025-08-20T20:26:23.7851691Z [00:03:02.404]➜  packagefile github.com/go-openapi/analysis/internal/flatten/normalize=/tmp/go-build1823208636/b1040/_pkg_.a
2025-08-20T20:26:23.7852100Z [00:03:02.404]➜  packagefile github.com/go-openapi/analysis/internal/flatten/operations=/tmp/go-build1823208636/b1045/_pkg_.a
2025-08-20T20:26:23.7852491Z [00:03:02.404]➜  packagefile github.com/go-openapi/analysis/internal/flatten/replace=/tmp/go-build1823208636/b1046/_pkg_.a
2025-08-20T20:26:23.7852996Z [00:03:02.404]➜  packagefile github.com/go-openapi/analysis/internal/flatten/schutils=/tmp/go-build1823208636/b1047/_pkg_.a
2025-08-20T20:26:23.7853395Z [00:03:02.404]➜  packagefile github.com/go-openapi/analysis/internal/flatten/sortref=/tmp/go-build1823208636/b1048/_pkg_.a
2025-08-20T20:26:23.7853703Z [00:03:02.404]➜  packagefile github.com/go-openapi/jsonreference=/tmp/go-build1823208636/b1043/_pkg_.a
2025-08-20T20:26:23.7853949Z [00:03:02.404]➜  packagefile github.com/go-chi/chi=/tmp/go-build1823208636/b1054/_pkg_.a
2025-08-20T20:26:23.7854180Z [00:03:02.404]➜  packagefile net/http/pprof=/tmp/go-build1823208636/b1055/_pkg_.a
2025-08-20T20:26:23.7854523Z [00:03:02.404]➜  packagefile go.uber.org/multierr=/tmp/go-build1823208636/b1058/_pkg_.a
2025-08-20T20:26:23.7854786Z [00:03:02.404]➜  packagefile go.uber.org/zap/internal=/tmp/go-build1823208636/b1059/_pkg_.a
2025-08-20T20:26:23.7855089Z [00:03:02.404]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build1823208636/b1063/_pkg_.a
2025-08-20T20:26:23.7855376Z [00:03:02.404]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build1823208636/b1062/_pkg_.a
2025-08-20T20:26:23.7855821Z [00:03:02.404]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build1823208636/b1066/_pkg_.a
2025-08-20T20:26:23.7856132Z [00:03:02.404]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build1823208636/b1061/_pkg_.a
2025-08-20T20:26:23.7856418Z [00:03:02.404]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build1823208636/b1064/_pkg_.a
2025-08-20T20:26:23.7856692Z [00:03:02.404]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build1823208636/b1065/_pkg_.a
2025-08-20T20:26:23.7856992Z [00:03:02.404]➜  packagefile github.com/jedisct1/go-minisign=/tmp/go-build1823208636/b1070/_pkg_.a
2025-08-20T20:26:23.7857269Z [00:03:02.404]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build1823208636/b1074/_pkg_.a
2025-08-20T20:26:23.7857572Z [00:03:02.404]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build1823208636/b1075/_pkg_.a
2025-08-20T20:26:23.7857884Z [00:03:02.404]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build1823208636/b1077/_pkg_.a
2025-08-20T20:26:23.7858208Z [00:03:02.404]➜  packagefile github.com/sassoftware/relic/lib/pkcs7=/tmp/go-build1823208636/b1085/_pkg_.a
2025-08-20T20:26:23.7858542Z [00:03:02.404]➜  packagefile github.com/theupdateframework/go-tuf/data=/tmp/go-build1823208636/b1090/_pkg_.a
2025-08-20T20:26:23.7858891Z [00:03:02.404]➜  packagefile github.com/theupdateframework/go-tuf/pkg/keys=/tmp/go-build1823208636/b1091/_pkg_.a
2025-08-20T20:26:23.7859232Z [00:03:02.404]➜  packagefile github.com/theupdateframework/go-tuf/verify=/tmp/go-build1823208636/b1092/_pkg_.a
2025-08-20T20:26:23.7859666Z [00:03:02.404]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build1823208636/b1113/_pkg_.a
2025-08-20T20:26:23.7860078Z [00:03:02.404]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build1823208636/b1115/_pkg_.a
2025-08-20T20:26:23.7860388Z [00:03:02.404]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build1823208636/b1117/_pkg_.a
2025-08-20T20:26:23.7860771Z [00:03:02.404]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build1823208636/b1122/_pkg_.a
2025-08-20T20:26:23.7861081Z [00:03:02.404]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build1823208636/b1123/_pkg_.a
2025-08-20T20:26:23.7861357Z [00:03:02.404]➜  packagefile github.com/subosito/gotenv=/tmp/go-build1823208636/b1125/_pkg_.a
2025-08-20T20:26:23.7861653Z [00:03:02.404]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build1823208636/b1131/_pkg_.a
2025-08-20T20:26:23.7861967Z [00:03:02.404]➜  packagefile github.com/go-openapi/runtime/logger=/tmp/go-build1823208636/b1141/_pkg_.a
2025-08-20T20:26:23.7862301Z [00:03:02.404]➜  packagefile github.com/go-openapi/runtime/middleware=/tmp/go-build1823208636/b1142/_pkg_.a
2025-08-20T20:26:23.7862610Z [00:03:02.404]➜  packagefile github.com/go-openapi/runtime/yamlpc=/tmp/go-build1823208636/b1147/_pkg_.a
2025-08-20T20:26:23.7863058Z [00:03:02.404]➜  packagefile github.com/opentracing/opentracing-go/ext=/tmp/go-build1823208636/b1150/_pkg_.a
2025-08-20T20:26:23.7863346Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1823208636/b687/_pkg_.a
2025-08-20T20:26:23.7863657Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1823208636/b696/_pkg_.a
2025-08-20T20:26:23.7863982Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build1823208636/b1151/_pkg_.a
2025-08-20T20:26:23.7864340Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0/httpconv=/tmp/go-build1823208636/b1152/_pkg_.a
2025-08-20T20:26:23.7864705Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1823208636/b689/_pkg_.a
2025-08-20T20:26:23.7864935Z [00:03:02.404]➜  packagefile crypto/pbkdf2=/tmp/go-build1823208636/b526/_pkg_.a
2025-08-20T20:26:23.7865232Z [00:03:02.404]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build1823208636/b528/_pkg_.a
2025-08-20T20:26:23.7865752Z [00:03:02.404]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build1823208636/b529/_pkg_.a
2025-08-20T20:26:23.7866151Z [00:03:02.404]➜  packagefile github.com/letsencrypt/boulder/core/proto=/tmp/go-build1823208636/b531/_pkg_.a
2025-08-20T20:26:23.7866457Z [00:03:02.404]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build1823208636/b1204/_pkg_.a
2025-08-20T20:26:23.7866798Z [00:03:02.404]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build1823208636/b669/_pkg_.a
2025-08-20T20:26:23.7867057Z [00:03:02.404]➜  packagefile github.com/go-logr/logr=/tmp/go-build1823208636/b676/_pkg_.a
2025-08-20T20:26:23.7867383Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1823208636/b680/_pkg_.a
2025-08-20T20:26:23.7867758Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build1823208636/b686/_pkg_.a
2025-08-20T20:26:23.7868082Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1823208636/b695/_pkg_.a
2025-08-20T20:26:23.7868374Z [00:03:02.404]➜  packagefile k8s.io/klog/v2/internal/buffer=/tmp/go-build1823208636/b700/_pkg_.a
2025-08-20T20:26:23.7868656Z [00:03:02.404]➜  packagefile k8s.io/klog/v2/internal/clock=/tmp/go-build1823208636/b702/_pkg_.a
2025-08-20T20:26:23.7868929Z [00:03:02.404]➜  packagefile k8s.io/klog/v2/internal/dbg=/tmp/go-build1823208636/b703/_pkg_.a
2025-08-20T20:26:23.7869222Z [00:03:02.404]➜  packagefile k8s.io/klog/v2/internal/serialize=/tmp/go-build1823208636/b704/_pkg_.a
2025-08-20T20:26:23.7869515Z [00:03:02.404]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build1823208636/b701/_pkg_.a
2025-08-20T20:26:23.7869934Z [00:03:02.404]➜  packagefile k8s.io/klog/v2/internal/sloghandler=/tmp/go-build1823208636/b705/_pkg_.a
2025-08-20T20:26:23.7870230Z [00:03:02.404]➜  packagefile cloud.google.com/go/civil=/tmp/go-build1823208636/b715/_pkg_.a
2025-08-20T20:26:23.7870534Z [00:03:02.404]➜  packagefile cloud.google.com/go/internal/fields=/tmp/go-build1823208636/b716/_pkg_.a
2025-08-20T20:26:23.7870869Z [00:03:02.404]➜  packagefile cloud.google.com/go/internal/protostruct=/tmp/go-build1823208636/b717/_pkg_.a
2025-08-20T20:26:23.7871228Z [00:03:02.404]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build1823208636/b718/_pkg_.a
2025-08-20T20:26:23.7871568Z [00:03:02.404]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build1823208636/b721/_pkg_.a
2025-08-20T20:26:23.7871948Z [00:03:02.404]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build1823208636/b722/_pkg_.a
2025-08-20T20:26:23.7872250Z [00:03:02.404]➜  packagefile cloud.google.com/go/spanner/apiv1=/tmp/go-build1823208636/b822/_pkg_.a
2025-08-20T20:26:23.7872559Z [00:03:02.404]➜  packagefile cloud.google.com/go/spanner/internal=/tmp/go-build1823208636/b824/_pkg_.a
2025-08-20T20:26:23.7872788Z [00:03:02.404]➜  packagefile container/heap=/tmp/go-build1823208636/b834/_pkg_.a
2025-08-20T20:26:23.7873113Z [00:03:02.404]➜  packagefile database/sql=/tmp/go-build1823208636/b835/_pkg_.a
2025-08-20T20:26:23.7873496Z [00:03:02.404]➜  packagefile github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp=/tmp/go-build1823208636/b836/_pkg_.a
2025-08-20T20:26:23.7873901Z [00:03:02.404]➜  packagefile github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/grpc_gcp=/tmp/go-build1823208636/b837/_pkg_.a
2025-08-20T20:26:23.7874191Z [00:03:02.404]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1823208636/b730/_pkg_.a
2025-08-20T20:26:23.7874515Z [00:03:02.404]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1823208636/b731/_pkg_.a
2025-08-20T20:26:23.7874837Z [00:03:02.404]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build1823208636/b735/_pkg_.a
2025-08-20T20:26:23.7875293Z [00:03:02.404]➜  packagefile go.opencensus.io/stats=/tmp/go-build1823208636/b839/_pkg_.a
2025-08-20T20:26:23.7875720Z [00:03:02.404]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build1823208636/b845/_pkg_.a
2025-08-20T20:26:23.7875994Z [00:03:02.404]➜  packagefile go.opencensus.io/tag=/tmp/go-build1823208636/b843/_pkg_.a
2025-08-20T20:26:23.7876247Z [00:03:02.404]➜  packagefile go.opencensus.io/trace=/tmp/go-build1823208636/b848/_pkg_.a
2025-08-20T20:26:23.7876577Z [00:03:02.404]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build1823208636/b854/_pkg_.a
2025-08-20T20:26:23.7876880Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1823208636/b805/_pkg_.a
2025-08-20T20:26:23.7877182Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build1823208636/b859/_pkg_.a
2025-08-20T20:26:23.7877533Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1823208636/b864/_pkg_.a
2025-08-20T20:26:23.7877863Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build1823208636/b866/_pkg_.a
2025-08-20T20:26:23.7878137Z [00:03:02.404]➜  packagefile google.golang.org/api/option=/tmp/go-build1823208636/b740/_pkg_.a
2025-08-20T20:26:23.7878481Z [00:03:02.404]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1823208636/b797/_pkg_.a
2025-08-20T20:26:23.7878787Z [00:03:02.404]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build1823208636/b798/_pkg_.a
2025-08-20T20:26:23.7879179Z [00:03:02.404]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build1823208636/b723/_pkg_.a
2025-08-20T20:26:23.7879534Z [00:03:02.404]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build1823208636/b725/_pkg_.a
2025-08-20T20:26:23.7879924Z [00:03:02.404]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build1823208636/b726/_pkg_.a
2025-08-20T20:26:23.7880399Z [00:03:02.404]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build1823208636/b734/_pkg_.a
2025-08-20T20:26:23.7880737Z [00:03:02.404]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build1823208636/b867/_pkg_.a
2025-08-20T20:26:23.7881054Z [00:03:02.404]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build1823208636/b873/_pkg_.a
2025-08-20T20:26:23.7881453Z [00:03:02.404]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build1823208636/b874/_pkg_.a
2025-08-20T20:26:23.7881802Z [00:03:02.404]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build1823208636/b878/_pkg_.a
2025-08-20T20:26:23.7882108Z [00:03:02.404]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build1823208636/b1005/_pkg_.a
2025-08-20T20:26:23.7882395Z [00:03:02.404]➜  packagefile cloud.google.com/go/longrunning=/tmp/go-build1823208636/b1007/_pkg_.a
2025-08-20T20:26:23.7882722Z [00:03:02.404]➜  packagefile cloud.google.com/go/longrunning/autogen=/tmp/go-build1823208636/b1008/_pkg_.a
2025-08-20T20:26:23.7883112Z [00:03:02.404]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build1823208636/b1009/_pkg_.a
2025-08-20T20:26:23.7883452Z [00:03:02.404]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1823208636/b745/_pkg_.a
2025-08-20T20:26:23.7883895Z [00:03:02.404]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build1823208636/b737/_pkg_.a
2025-08-20T20:26:23.7884226Z [00:03:02.404]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build1823208636/b738/_pkg_.a
2025-08-20T20:26:23.7884532Z [00:03:02.404]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1823208636/b825/_pkg_.a
2025-08-20T20:26:23.7884794Z [00:03:02.404]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1823208636/b741/_pkg_.a
2025-08-20T20:26:23.7885097Z [00:03:02.404]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1823208636/b743/_pkg_.a
2025-08-20T20:26:23.7885443Z [00:03:02.404]➜  packagefile cloud.google.com/go/iam=/tmp/go-build1823208636/b1012/_pkg_.a
2025-08-20T20:26:23.7885863Z [00:03:02.404]➜  packagefile cloud.google.com/go/internal=/tmp/go-build1823208636/b1013/_pkg_.a
2025-08-20T20:26:23.7886194Z [00:03:02.404]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build1823208636/b1014/_pkg_.a
2025-08-20T20:26:23.7886506Z [00:03:02.404]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build1823208636/b1015/_pkg_.a
2025-08-20T20:26:23.7886840Z [00:03:02.404]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build1823208636/b1016/_pkg_.a
2025-08-20T20:26:23.7887148Z [00:03:02.404]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build1823208636/b1017/_pkg_.a
2025-08-20T20:26:23.7887486Z [00:03:02.404]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build1823208636/b1018/_pkg_.a
2025-08-20T20:26:23.7887869Z [00:03:02.404]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build1823208636/b1019/_pkg_.a
2025-08-20T20:26:23.7888400Z [00:03:02.404]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build1823208636/b1021/_pkg_.a
2025-08-20T20:26:23.7888709Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1823208636/b856/_pkg_.a
2025-08-20T20:26:23.7889039Z [00:03:02.404]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build1823208636/b1023/_pkg_.a
2025-08-20T20:26:23.7889335Z [00:03:02.404]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build1823208636/b1025/_pkg_.a
2025-08-20T20:26:23.7889626Z [00:03:02.404]➜  packagefile google.golang.org/api/transport=/tmp/go-build1823208636/b1026/_pkg_.a
2025-08-20T20:26:23.7889985Z [00:03:02.404]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build1823208636/b1020/_pkg_.a
2025-08-20T20:26:23.7890346Z [00:03:02.404]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build1823208636/b1006/_pkg_.a
2025-08-20T20:26:23.7890775Z [00:03:02.404]➜  packagefile github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build1823208636/b1028/_pkg_.a
2025-08-20T20:26:23.7891160Z [00:03:02.404]➜  packagefile github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build1823208636/b1029/_pkg_.a
2025-08-20T20:26:23.7891516Z [00:03:02.404]➜  packagefile github.com/google/go-cmp/cmp/internal/function=/tmp/go-build1823208636/b1030/_pkg_.a
2025-08-20T20:26:23.7891906Z [00:03:02.404]➜  packagefile github.com/google/go-cmp/cmp/internal/value=/tmp/go-build1823208636/b1031/_pkg_.a
2025-08-20T20:26:23.7892196Z [00:03:02.404]➜  packagefile github.com/globocom/go-buffer=/tmp/go-build1823208636/b1033/_pkg_.a
2025-08-20T20:26:23.7892452Z [00:03:02.404]➜  packagefile golang.org/x/exp/maps=/tmp/go-build1823208636/b1034/_pkg_.a
2025-08-20T20:26:23.7892838Z [00:03:02.404]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build1823208636/b720/_pkg_.a
2025-08-20T20:26:23.7893192Z [00:03:02.404]➜  packagefile github.com/go-openapi/jsonreference/internal=/tmp/go-build1823208636/b1044/_pkg_.a
2025-08-20T20:26:23.7893432Z [00:03:02.404]➜  packagefile internal/profile=/tmp/go-build1823208636/b1056/_pkg_.a
2025-08-20T20:26:23.7893657Z [00:03:02.404]➜  packagefile runtime/pprof=/tmp/go-build1823208636/b844/_pkg_.a
2025-08-20T20:26:23.7894054Z [00:03:02.404]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build1823208636/b1076/_pkg_.a
2025-08-20T20:26:23.7894354Z [00:03:02.404]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build1823208636/b1081/_pkg_.a
2025-08-20T20:26:23.7894589Z [00:03:02.404]➜  packagefile compress/bzip2=/tmp/go-build1823208636/b1078/_pkg_.a
2025-08-20T20:26:23.7894857Z [00:03:02.404]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build1823208636/b1079/_pkg_.a
2025-08-20T20:26:23.7895173Z [00:03:02.404]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build1823208636/b1080/_pkg_.a
2025-08-20T20:26:23.7895394Z [00:03:02.404]➜  packagefile image/jpeg=/tmp/go-build1823208636/b1082/_pkg_.a
2025-08-20T20:26:23.7896029Z [00:03:02.404]➜  packagefile github.com/sassoftware/relic/lib/x509tools=/tmp/go-build1823208636/b1086/_pkg_.a
2025-08-20T20:26:23.7896414Z [00:03:02.404]➜  packagefile github.com/theupdateframework/go-tuf/internal/roles=/tmp/go-build1823208636/b1093/_pkg_.a
2025-08-20T20:26:23.7896702Z [00:03:02.404]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build1823208636/b1118/_pkg_.a
2025-08-20T20:26:23.7897066Z [00:03:02.404]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build1823208636/b1120/_pkg_.a
2025-08-20T20:26:23.7897374Z [00:03:02.404]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build1823208636/b1126/_pkg_.a
2025-08-20T20:26:23.7897746Z [00:03:02.404]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build1823208636/b1132/_pkg_.a
2025-08-20T20:26:23.7898101Z [00:03:02.404]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build1823208636/b1133/_pkg_.a
2025-08-20T20:26:23.7898463Z [00:03:02.404]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build1823208636/b1134/_pkg_.a
2025-08-20T20:26:23.7898790Z [00:03:02.404]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build1823208636/b1135/_pkg_.a
2025-08-20T20:26:23.7899140Z [00:03:02.404]➜  packagefile github.com/go-openapi/runtime/middleware/denco=/tmp/go-build1823208636/b1143/_pkg_.a
2025-08-20T20:26:23.7899505Z [00:03:02.404]➜  packagefile github.com/go-openapi/runtime/middleware/header=/tmp/go-build1823208636/b1144/_pkg_.a
2025-08-20T20:26:23.7899866Z [00:03:02.404]➜  packagefile github.com/go-openapi/runtime/middleware/untyped=/tmp/go-build1823208636/b1145/_pkg_.a
2025-08-20T20:26:23.7900185Z [00:03:02.404]➜  packagefile github.com/go-openapi/runtime/security=/tmp/go-build1823208636/b1146/_pkg_.a
2025-08-20T20:26:23.7900477Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build1823208636/b697/_pkg_.a
2025-08-20T20:26:23.7900923Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/semconv/internal/v2=/tmp/go-build1823208636/b1153/_pkg_.a
2025-08-20T20:26:23.7901264Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build1823208636/b690/_pkg_.a
2025-08-20T20:26:23.7901584Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1823208636/b691/_pkg_.a
2025-08-20T20:26:23.7901946Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build1823208636/b692/_pkg_.a
2025-08-20T20:26:23.7902341Z [00:03:02.404]➜  packagefile crypto/internal/fips140/pbkdf2=/tmp/go-build1823208636/b527/_pkg_.a
2025-08-20T20:26:23.7902720Z [00:03:02.404]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build1823208636/b670/_pkg_.a
2025-08-20T20:26:23.7902986Z [00:03:02.404]➜  packagefile github.com/go-logr/stdr=/tmp/go-build1823208636/b681/_pkg_.a
2025-08-20T20:26:23.7903263Z [00:03:02.404]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build1823208636/b683/_pkg_.a
2025-08-20T20:26:23.7903595Z [00:03:02.404]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build1823208636/b729/_pkg_.a
2025-08-20T20:26:23.7903951Z [00:03:02.404]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build1823208636/b724/_pkg_.a
2025-08-20T20:26:23.7904353Z [00:03:02.404]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build1823208636/b727/_pkg_.a
2025-08-20T20:26:23.7904822Z [00:03:02.404]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build1823208636/b728/_pkg_.a
2025-08-20T20:26:23.7905257Z [00:03:02.404]➜  packagefile github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/multiendpoint=/tmp/go-build1823208636/b838/_pkg_.a
2025-08-20T20:26:23.7905708Z [00:03:02.404]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build1823208636/b736/_pkg_.a
2025-08-20T20:26:23.7906154Z [00:03:02.404]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build1823208636/b732/_pkg_.a
2025-08-20T20:26:23.7906571Z [00:03:02.404]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1823208636/b840/_pkg_.a
2025-08-20T20:26:23.7906867Z [00:03:02.404]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build1823208636/b842/_pkg_.a
2025-08-20T20:26:23.7907175Z [00:03:02.404]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build1823208636/b846/_pkg_.a
2025-08-20T20:26:23.7907493Z [00:03:02.404]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build1823208636/b847/_pkg_.a
2025-08-20T20:26:23.7907764Z [00:03:02.404]➜  packagefile go.opencensus.io/resource=/tmp/go-build1823208636/b841/_pkg_.a
2025-08-20T20:26:23.7908056Z [00:03:02.404]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1823208636/b849/_pkg_.a
2025-08-20T20:26:23.7908321Z [00:03:02.404]➜  packagefile go.opencensus.io/internal=/tmp/go-build1823208636/b850/_pkg_.a
2025-08-20T20:26:23.7908604Z [00:03:02.404]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build1823208636/b852/_pkg_.a
2025-08-20T20:26:23.7908908Z [00:03:02.404]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build1823208636/b853/_pkg_.a
2025-08-20T20:26:23.7909380Z [00:03:02.404]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build1823208636/b855/_pkg_.a
2025-08-20T20:26:23.7909708Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build1823208636/b688/_pkg_.a
2025-08-20T20:26:23.7910061Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1823208636/b860/_pkg_.a
2025-08-20T20:26:23.7910402Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build1823208636/b861/_pkg_.a
2025-08-20T20:26:23.7910741Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build1823208636/b862/_pkg_.a
2025-08-20T20:26:23.7911125Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build1823208636/b863/_pkg_.a
2025-08-20T20:26:23.7911543Z [00:03:02.404]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build1823208636/b865/_pkg_.a
2025-08-20T20:26:23.7911848Z [00:03:02.404]➜  packagefile golang.org/x/oauth2=/tmp/go-build1823208636/b747/_pkg_.a
2025-08-20T20:26:23.7912120Z [00:03:02.404]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1823208636/b749/_pkg_.a
2025-08-20T20:26:23.7912411Z [00:03:02.404]➜  packagefile google.golang.org/api/internal=/tmp/go-build1823208636/b757/_pkg_.a
2025-08-20T20:26:23.7912810Z [00:03:02.404]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build1823208636/b796/_pkg_.a
2025-08-20T20:26:23.7913130Z [00:03:02.404]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1823208636/b758/_pkg_.a
2025-08-20T20:26:23.7913446Z [00:03:02.404]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build1823208636/b799/_pkg_.a
2025-08-20T20:26:23.7913752Z [00:03:02.404]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1823208636/b771/_pkg_.a
2025-08-20T20:26:23.7914229Z [00:03:02.404]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build1823208636/b802/_pkg_.a
2025-08-20T20:26:23.7914484Z [00:03:02.404]➜  packagefile golang.org/x/time/rate=/tmp/go-build1823208636/b806/_pkg_.a
2025-08-20T20:26:23.7914797Z [00:03:02.404]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build1823208636/b819/_pkg_.a
2025-08-20T20:26:23.7915197Z [00:03:02.404]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build1823208636/b807/_pkg_.a
2025-08-20T20:26:23.7915665Z [00:03:02.404]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build1823208636/b817/_pkg_.a
2025-08-20T20:26:23.7916087Z [00:03:02.404]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build1823208636/b868/_pkg_.a
2025-08-20T20:26:23.7916447Z [00:03:02.404]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build1823208636/b869/_pkg_.a
2025-08-20T20:26:23.7916803Z [00:03:02.404]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build1823208636/b871/_pkg_.a
2025-08-20T20:26:23.7917271Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build1823208636/b870/_pkg_.a
2025-08-20T20:26:23.7917642Z [00:03:02.405]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build1823208636/b875/_pkg_.a
2025-08-20T20:26:23.7918017Z [00:03:02.405]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build1823208636/b876/_pkg_.a
2025-08-20T20:26:23.7918431Z [00:03:02.405]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build1823208636/b877/_pkg_.a
2025-08-20T20:26:23.7918766Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build1823208636/b816/_pkg_.a
2025-08-20T20:26:23.7919111Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build1823208636/b879/_pkg_.a
2025-08-20T20:26:23.7919385Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build1823208636/b902/_pkg_.a
2025-08-20T20:26:23.7919734Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build1823208636/b926/_pkg_.a
2025-08-20T20:26:23.7920104Z [00:03:02.405]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build1823208636/b746/_pkg_.a
2025-08-20T20:26:23.7920425Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build1823208636/b826/_pkg_.a
2025-08-20T20:26:23.7920841Z [00:03:02.405]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1823208636/b827/_pkg_.a
2025-08-20T20:26:23.7921171Z [00:03:02.405]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build1823208636/b833/_pkg_.a
2025-08-20T20:26:23.7921472Z [00:03:02.405]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build1823208636/b795/_pkg_.a
2025-08-20T20:26:23.7921768Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1823208636/b742/_pkg_.a
2025-08-20T20:26:23.7922148Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1823208636/b744/_pkg_.a
2025-08-20T20:26:23.7922712Z [00:03:02.405]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build1823208636/b1022/_pkg_.a
2025-08-20T20:26:23.7923001Z [00:03:02.405]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build1823208636/b857/_pkg_.a
2025-08-20T20:26:23.7923378Z [00:03:02.405]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build1823208636/b858/_pkg_.a
2025-08-20T20:26:23.7923718Z [00:03:02.405]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build1823208636/b1024/_pkg_.a
2025-08-20T20:26:23.7923988Z [00:03:02.405]➜  packagefile image/internal/imageutil=/tmp/go-build1823208636/b1083/_pkg_.a
2025-08-20T20:26:23.7924288Z [00:03:02.405]➜  packagefile golang.org/x/crypto/ssh/terminal=/tmp/go-build1823208636/b1087/_pkg_.a
2025-08-20T20:26:23.7924600Z [00:03:02.405]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build1823208636/b1119/_pkg_.a
2025-08-20T20:26:23.7924914Z [00:03:02.405]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build1823208636/b1127/_pkg_.a
2025-08-20T20:26:23.7925241Z [00:03:02.405]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build1823208636/b1128/_pkg_.a
2025-08-20T20:26:23.7925791Z [00:03:02.405]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build1823208636/b698/_pkg_.a
2025-08-20T20:26:23.7926094Z [00:03:02.405]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build1823208636/b682/_pkg_.a
2025-08-20T20:26:23.7926456Z [00:03:02.405]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build1823208636/b684/_pkg_.a
2025-08-20T20:26:23.7926761Z [00:03:02.405]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build1823208636/b693/_pkg_.a
2025-08-20T20:26:23.7927113Z [00:03:02.405]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build1823208636/b733/_pkg_.a
2025-08-20T20:26:23.7927460Z [00:03:02.405]➜  packagefile go.opencensus.io=/tmp/go-build1823208636/b851/_pkg_.a
2025-08-20T20:26:23.7927752Z [00:03:02.405]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1823208636/b748/_pkg_.a
2025-08-20T20:26:23.7928044Z [00:03:02.405]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build1823208636/b750/_pkg_.a
2025-08-20T20:26:23.7928390Z [00:03:02.405]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build1823208636/b751/_pkg_.a
2025-08-20T20:26:23.7928846Z [00:03:02.405]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build1823208636/b754/_pkg_.a
2025-08-20T20:26:23.7929208Z [00:03:02.405]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build1823208636/b752/_pkg_.a
2025-08-20T20:26:23.7929465Z [00:03:02.405]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build1823208636/b755/_pkg_.a
2025-08-20T20:26:23.7929721Z [00:03:02.405]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build1823208636/b756/_pkg_.a
2025-08-20T20:26:23.7930054Z [00:03:02.405]➜  packagefile github.com/google/s2a-go=/tmp/go-build1823208636/b772/_pkg_.a
2025-08-20T20:26:23.7930506Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build1823208636/b759/_pkg_.a
2025-08-20T20:26:23.7930948Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build1823208636/b769/_pkg_.a
2025-08-20T20:26:23.7931321Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build1823208636/b770/_pkg_.a
2025-08-20T20:26:23.7931723Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1823208636/b760/_pkg_.a
2025-08-20T20:26:23.7932060Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1823208636/b762/_pkg_.a
2025-08-20T20:26:23.7932388Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build1823208636/b800/_pkg_.a
2025-08-20T20:26:23.7932733Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build1823208636/b801/_pkg_.a
2025-08-20T20:26:23.7933240Z [00:03:02.405]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build1823208636/b803/_pkg_.a
2025-08-20T20:26:23.7933572Z [00:03:02.405]➜  packagefile go.opentelemetry.io/otel/semconv/v1.30.0=/tmp/go-build1823208636/b804/_pkg_.a
2025-08-20T20:26:23.7934014Z [00:03:02.405]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build1823208636/b820/_pkg_.a
2025-08-20T20:26:23.7934348Z [00:03:02.405]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build1823208636/b821/_pkg_.a
2025-08-20T20:26:23.7934668Z [00:03:02.405]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build1823208636/b808/_pkg_.a
2025-08-20T20:26:23.7934973Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build1823208636/b818/_pkg_.a
2025-08-20T20:26:23.7935291Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build1823208636/b872/_pkg_.a
2025-08-20T20:26:23.7935848Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1823208636/b880/_pkg_.a
2025-08-20T20:26:23.7936248Z [00:03:02.405]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build1823208636/b888/_pkg_.a
2025-08-20T20:26:23.7936659Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build1823208636/b898/_pkg_.a
2025-08-20T20:26:23.7937083Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build1823208636/b903/_pkg_.a
2025-08-20T20:26:23.7937495Z [00:03:02.405]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build1823208636/b900/_pkg_.a
2025-08-20T20:26:23.7937804Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build1823208636/b924/_pkg_.a
2025-08-20T20:26:23.7938212Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build1823208636/b925/_pkg_.a
2025-08-20T20:26:23.7938560Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build1823208636/b953/_pkg_.a
2025-08-20T20:26:23.7938955Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build1823208636/b972/_pkg_.a
2025-08-20T20:26:23.7939340Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build1823208636/b973/_pkg_.a
2025-08-20T20:26:23.7939714Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build1823208636/b976/_pkg_.a
2025-08-20T20:26:23.7940098Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build1823208636/b983/_pkg_.a
2025-08-20T20:26:23.7940437Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build1823208636/b985/_pkg_.a
2025-08-20T20:26:23.7940846Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build1823208636/b989/_pkg_.a
2025-08-20T20:26:23.7941360Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build1823208636/b990/_pkg_.a
2025-08-20T20:26:23.7941764Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build1823208636/b942/_pkg_.a
2025-08-20T20:26:23.7942104Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build1823208636/b927/_pkg_.a
2025-08-20T20:26:23.7942512Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/grpctransport=/tmp/go-build1823208636/b928/_pkg_.a
2025-08-20T20:26:23.7942892Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build1823208636/b929/_pkg_.a
2025-08-20T20:26:23.7943273Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient=/tmp/go-build1823208636/b934/_pkg_.a
2025-08-20T20:26:23.7943696Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/metrics=/tmp/go-build1823208636/b941/_pkg_.a
2025-08-20T20:26:23.7944131Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build1823208636/b952/_pkg_.a
2025-08-20T20:26:23.7944488Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1823208636/b763/_pkg_.a
2025-08-20T20:26:23.7944837Z [00:03:02.405]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build1823208636/b828/_pkg_.a
2025-08-20T20:26:23.7945353Z [00:03:02.405]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build1823208636/b829/_pkg_.a
2025-08-20T20:26:23.7945985Z [00:03:02.405]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build1823208636/b830/_pkg_.a
2025-08-20T20:26:23.7946437Z [00:03:02.405]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build1823208636/b764/_pkg_.a
2025-08-20T20:26:23.7946812Z [00:03:02.405]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build1823208636/b753/_pkg_.a
2025-08-20T20:26:23.7947104Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1823208636/b773/_pkg_.a
2025-08-20T20:26:23.7947561Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build1823208636/b774/_pkg_.a
2025-08-20T20:26:23.7947946Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1823208636/b780/_pkg_.a
2025-08-20T20:26:23.7948328Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1823208636/b776/_pkg_.a
2025-08-20T20:26:23.7948715Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1823208636/b786/_pkg_.a
2025-08-20T20:26:23.7949093Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1823208636/b787/_pkg_.a
2025-08-20T20:26:23.7949558Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1823208636/b785/_pkg_.a
2025-08-20T20:26:23.7949861Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build1823208636/b789/_pkg_.a
2025-08-20T20:26:23.7950146Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build1823208636/b794/_pkg_.a
2025-08-20T20:26:23.7950432Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1823208636/b792/_pkg_.a
2025-08-20T20:26:23.7950864Z [00:03:02.405]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build1823208636/b761/_pkg_.a
2025-08-20T20:26:23.7951227Z [00:03:02.405]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build1823208636/b809/_pkg_.a
2025-08-20T20:26:23.7951636Z [00:03:02.405]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build1823208636/b810/_pkg_.a
2025-08-20T20:26:23.7952143Z [00:03:02.405]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build1823208636/b815/_pkg_.a
2025-08-20T20:26:23.7952606Z [00:03:02.405]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build1823208636/b813/_pkg_.a
2025-08-20T20:26:23.7952935Z [00:03:02.405]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1823208636/b881/_pkg_.a
2025-08-20T20:26:23.7953271Z [00:03:02.405]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1823208636/b882/_pkg_.a
2025-08-20T20:26:23.7953567Z [00:03:02.405]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build1823208636/b883/_pkg_.a
2025-08-20T20:26:23.7953959Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1823208636/b885/_pkg_.a
2025-08-20T20:26:23.7954363Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1823208636/b886/_pkg_.a
2025-08-20T20:26:23.7954743Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1823208636/b887/_pkg_.a
2025-08-20T20:26:23.7955108Z [00:03:02.405]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1823208636/b884/_pkg_.a
2025-08-20T20:26:23.7955473Z [00:03:02.405]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build1823208636/b889/_pkg_.a
2025-08-20T20:26:23.7956256Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build1823208636/b899/_pkg_.a
2025-08-20T20:26:23.7956647Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build1823208636/b904/_pkg_.a
2025-08-20T20:26:23.7957014Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build1823208636/b901/_pkg_.a
2025-08-20T20:26:23.7957357Z [00:03:02.405]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build1823208636/b954/_pkg_.a
2025-08-20T20:26:23.7957716Z [00:03:02.405]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build1823208636/b955/_pkg_.a
2025-08-20T20:26:23.7958117Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build1823208636/b959/_pkg_.a
2025-08-20T20:26:23.7958510Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build1823208636/b965/_pkg_.a
2025-08-20T20:26:23.7958926Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build1823208636/b971/_pkg_.a
2025-08-20T20:26:23.7959336Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build1823208636/b962/_pkg_.a
2025-08-20T20:26:23.7959757Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build1823208636/b968/_pkg_.a
2025-08-20T20:26:23.7960138Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build1823208636/b969/_pkg_.a
2025-08-20T20:26:23.7960611Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build1823208636/b949/_pkg_.a
2025-08-20T20:26:23.7961107Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build1823208636/b974/_pkg_.a
2025-08-20T20:26:23.7961587Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build1823208636/b975/_pkg_.a
2025-08-20T20:26:23.7961944Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build1823208636/b950/_pkg_.a
2025-08-20T20:26:23.7962342Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build1823208636/b977/_pkg_.a
2025-08-20T20:26:23.7962817Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build1823208636/b978/_pkg_.a
2025-08-20T20:26:23.7963205Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build1823208636/b979/_pkg_.a
2025-08-20T20:26:23.7963702Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build1823208636/b984/_pkg_.a
2025-08-20T20:26:23.7963978Z [00:03:02.405]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build1823208636/b986/_pkg_.a
2025-08-20T20:26:23.7964307Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build1823208636/b987/_pkg_.a
2025-08-20T20:26:23.7964658Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build1823208636/b957/_pkg_.a
2025-08-20T20:26:23.7965073Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build1823208636/b988/_pkg_.a
2025-08-20T20:26:23.7965429Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build1823208636/b961/_pkg_.a
2025-08-20T20:26:23.7965869Z [00:03:02.405]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build1823208636/b943/_pkg_.a
2025-08-20T20:26:23.7966236Z [00:03:02.405]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build1823208636/b909/_pkg_.a
2025-08-20T20:26:23.7966889Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build1823208636/b991/_pkg_.a
2025-08-20T20:26:23.7967614Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build1823208636/b992/_pkg_.a
2025-08-20T20:26:23.7968154Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build1823208636/b994/_pkg_.a
2025-08-20T20:26:23.7968680Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build1823208636/b995/_pkg_.a
2025-08-20T20:26:23.7969227Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build1823208636/b996/_pkg_.a
2025-08-20T20:26:23.7969687Z [00:03:02.405]➜  packagefile google.golang.org/grpc/balancer/ringhash=/tmp/go-build1823208636/b997/_pkg_.a
2025-08-20T20:26:23.7970062Z [00:03:02.405]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build1823208636/b999/_pkg_.a
2025-08-20T20:26:23.7970465Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build1823208636/b970/_pkg_.a
2025-08-20T20:26:23.7970876Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build1823208636/b951/_pkg_.a
2025-08-20T20:26:23.7971285Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build1823208636/b915/_pkg_.a
2025-08-20T20:26:23.7971704Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build1823208636/b916/_pkg_.a
2025-08-20T20:26:23.7972132Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build1823208636/b917/_pkg_.a
2025-08-20T20:26:23.7972535Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build1823208636/b907/_pkg_.a
2025-08-20T20:26:23.7973023Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build1823208636/b944/_pkg_.a
2025-08-20T20:26:23.7973591Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build1823208636/b945/_pkg_.a
2025-08-20T20:26:23.7974085Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build1823208636/b921/_pkg_.a
2025-08-20T20:26:23.7974511Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build1823208636/b935/_pkg_.a
2025-08-20T20:26:23.7974932Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build1823208636/b947/_pkg_.a
2025-08-20T20:26:23.7975290Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build1823208636/b948/_pkg_.a
2025-08-20T20:26:23.7975826Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build1823208636/b930/_pkg_.a
2025-08-20T20:26:23.7976325Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal=/tmp/go-build1823208636/b931/_pkg_.a
2025-08-20T20:26:23.7976743Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/backoff=/tmp/go-build1823208636/b932/_pkg_.a
2025-08-20T20:26:23.7977162Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient/internal=/tmp/go-build1823208636/b933/_pkg_.a
2025-08-20T20:26:23.7977570Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/buffer=/tmp/go-build1823208636/b936/_pkg_.a
2025-08-20T20:26:23.7977980Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/pretty=/tmp/go-build1823208636/b937/_pkg_.a
2025-08-20T20:26:23.7978398Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/syncutil=/tmp/go-build1823208636/b938/_pkg_.a
2025-08-20T20:26:23.7978928Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal=/tmp/go-build1823208636/b939/_pkg_.a
2025-08-20T20:26:23.7979418Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource=/tmp/go-build1823208636/b940/_pkg_.a
2025-08-20T20:26:23.7979843Z [00:03:02.405]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build1823208636/b767/_pkg_.a
2025-08-20T20:26:23.7980357Z [00:03:02.405]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build1823208636/b831/_pkg_.a
2025-08-20T20:26:23.7980772Z [00:03:02.405]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1823208636/b832/_pkg_.a
2025-08-20T20:26:23.7980988Z [00:03:02.405]➜  packagefile net/rpc=/tmp/go-build1823208636/b768/_pkg_.a
2025-08-20T20:26:23.7981317Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build1823208636/b775/_pkg_.a
2025-08-20T20:26:23.7981689Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1823208636/b778/_pkg_.a
2025-08-20T20:26:23.7982014Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build1823208636/b779/_pkg_.a
2025-08-20T20:26:23.7982418Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build1823208636/b788/_pkg_.a
2025-08-20T20:26:23.7982788Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build1823208636/b790/_pkg_.a
2025-08-20T20:26:23.7983068Z [00:03:02.405]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build1823208636/b811/_pkg_.a
2025-08-20T20:26:23.7983474Z [00:03:02.405]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build1823208636/b812/_pkg_.a
2025-08-20T20:26:23.7983852Z [00:03:02.405]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build1823208636/b814/_pkg_.a
2025-08-20T20:26:23.7984210Z [00:03:02.405]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build1823208636/b890/_pkg_.a
2025-08-20T20:26:23.7984565Z [00:03:02.405]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build1823208636/b895/_pkg_.a
2025-08-20T20:26:23.7984916Z [00:03:02.405]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build1823208636/b891/_pkg_.a
2025-08-20T20:26:23.7985266Z [00:03:02.405]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build1823208636/b897/_pkg_.a
2025-08-20T20:26:23.7985814Z [00:03:02.405]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build1823208636/b893/_pkg_.a
2025-08-20T20:26:23.7986120Z [00:03:02.405]➜  packagefile github.com/zeebo/errs=/tmp/go-build1823208636/b894/_pkg_.a
2025-08-20T20:26:23.7986551Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build1823208636/b905/_pkg_.a
2025-08-20T20:26:23.7986952Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build1823208636/b922/_pkg_.a
2025-08-20T20:26:23.7987458Z [00:03:02.405]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build1823208636/b956/_pkg_.a
2025-08-20T20:26:23.7987791Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build1823208636/b958/_pkg_.a
2025-08-20T20:26:23.7988136Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build1823208636/b960/_pkg_.a
2025-08-20T20:26:23.7988452Z [00:03:02.405]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build1823208636/b966/_pkg_.a
2025-08-20T20:26:23.7988851Z [00:03:02.405]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build1823208636/b967/_pkg_.a
2025-08-20T20:26:23.7989208Z [00:03:02.405]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build1823208636/b963/_pkg_.a
2025-08-20T20:26:23.7989617Z [00:03:02.405]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build1823208636/b964/_pkg_.a
2025-08-20T20:26:23.7990014Z [00:03:02.405]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build1823208636/b911/_pkg_.a
2025-08-20T20:26:23.7990350Z [00:03:02.405]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build1823208636/b908/_pkg_.a
2025-08-20T20:26:23.7990849Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build1823208636/b980/_pkg_.a
2025-08-20T20:26:23.7991151Z [00:03:02.405]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build1823208636/b981/_pkg_.a
2025-08-20T20:26:23.7991551Z [00:03:02.405]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build1823208636/b982/_pkg_.a
2025-08-20T20:26:23.7991976Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build1823208636/b906/_pkg_.a
2025-08-20T20:26:23.7992200Z [00:03:02.405]➜  packagefile cel.dev/expr=/tmp/go-build1823208636/b910/_pkg_.a
2025-08-20T20:26:23.7992723Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build1823208636/b993/_pkg_.a
2025-08-20T20:26:23.7993032Z [00:03:02.405]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build1823208636/b998/_pkg_.a
2025-08-20T20:26:23.7993451Z [00:03:02.405]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build1823208636/b1000/_pkg_.a
2025-08-20T20:26:23.7993724Z [00:03:02.405]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build1823208636/b1001/_pkg_.a
2025-08-20T20:26:23.7994144Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build1823208636/b912/_pkg_.a
2025-08-20T20:26:23.7994548Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build1823208636/b913/_pkg_.a
2025-08-20T20:26:23.7994954Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build1823208636/b920/_pkg_.a
2025-08-20T20:26:23.7995351Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build1823208636/b946/_pkg_.a
2025-08-20T20:26:23.7995878Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build1823208636/b777/_pkg_.a
2025-08-20T20:26:23.7996335Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build1823208636/b781/_pkg_.a
2025-08-20T20:26:23.7996790Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build1823208636/b791/_pkg_.a
2025-08-20T20:26:23.7997183Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build1823208636/b793/_pkg_.a
2025-08-20T20:26:23.7997534Z [00:03:02.405]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build1823208636/b896/_pkg_.a
2025-08-20T20:26:23.7997903Z [00:03:02.405]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build1823208636/b892/_pkg_.a
2025-08-20T20:26:23.7998383Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build1823208636/b918/_pkg_.a
2025-08-20T20:26:23.7998806Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build1823208636/b919/_pkg_.a
2025-08-20T20:26:23.7999251Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build1823208636/b923/_pkg_.a
2025-08-20T20:26:23.7999675Z [00:03:02.405]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build1823208636/b914/_pkg_.a
2025-08-20T20:26:23.8000010Z [00:03:02.405]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build1823208636/b1002/_pkg_.a
2025-08-20T20:26:23.8000322Z [00:03:02.405]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build1823208636/b1003/_pkg_.a
2025-08-20T20:26:23.8000814Z [00:03:02.405]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build1823208636/b782/_pkg_.a
2025-08-20T20:26:23.8001086Z [00:03:02.405]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1823208636/b784/_pkg_.a
2025-08-20T20:26:23.8001398Z [00:03:02.405]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build1823208636/b783/_pkg_.a
2025-08-20T20:26:23.8084838Z [00:03:02.405]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/cli/cli/v2/cmd/gh\nmod\tgithub.com/cli/cli/v2\tv2.76.3-0.20250820170344-5eddf8d52369\t\ndep\tcel.dev/expr\tv0.24.0\th1:56OvJKSH3hDGL0ml5uSxZmz3/3Pq4tJ+fb1unVLAFcY=\ndep\tcloud.google.com/go\tv0.121.1\th1:S3kTQSydxmu1JfLRLpKtxRPA7rSrYPRPEUmL/PavVUw=\ndep\tcloud.google.com/go/auth\tv0.16.2\th1:QvBAGFPLrDeoiNjyfVunhQ10HKNYuOwZ5noee0M5df4=\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/longrunning\tv0.6.7\th1:IGtfDWHhQCgCjwQjV9iiLnUta9LBCo8R9QmAFsS/PrE=\ndep\tcloud.google.com/go/monitoring\tv1.24.2\th1:5OTsoJ1dXYIiMiuL+sYscLc9BumrL3CarVLL7dd7lHM=\ndep\tcloud.google.com/go/spanner\tv1.82.0\th1:w9uO8RqEoBooBLX4nqV1RtgudyU2ZX780KTLRgeVg60=\ndep\tcloud.google.com/go/storage\tv1.55.0\th1:NESjdAToN9u1tmhVqhXCaCwYBuvEhZLLv0gBr+2znf0=\ndep\tdario.cat/mergo\tv1.0.2\th1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=\ndep\tgithub.com/AlecAivazis/survey/v2\tv2.3.7\th1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkkhIiSjQ=\ndep\tgithub.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp\tv1.5.3\th1:2afWGsMzkIcN8Qm4mgPJKZWyroE5QBszMiDMYEBrnfw=\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/MakeNowJust/heredoc\tv1.0.0\th1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=\ndep\tgithub.com/Masterminds/goutils\tv1.1.1\th1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=\ndep\tgithub.com/Masterminds/semver/v3\tv3.4.0\th1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=\ndep\tgithub.com/Masterminds/sprig/v3\tv3.3.0\th1:mQh0Yrg1XPo6vjYXgtf5OtijNAKJRNcTdOOGZe3tPhs=\ndep\tgithub.com/alecthomas/chroma/v2\tv2.19.0\th1:Im+SLRgT8maArxv81mULDWN8oKxkzboH07CHesxElq4=\ndep\tgithub.com/asaskevich/govalidator\tv0.0.0-20230301143203-a9d515a09cc2\th1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=\ndep\tgithub.com/atotto/clipboard\tv0.1.4\th1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=\ndep\tgithub.com/avast/retry-go/v4\tv4.6.1\th1:VkOLRubHdisGrHnTu89g08aQEWEgRU7LVEop3GbIcMk=\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/blang/semver\tv3.5.1+incompatible\th1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=\ndep\tgithub.com/briandowns/spinner\tv1.23.2\th1:Zc6ecUnI+YzLmJniCfDNaMbW0Wid1d5+qcTq4L2FW8w=\ndep\tgithub.com/catppuccin/go\tv0.3.0\th1:d+0/YicIq+hSTo5oPuRi5kOpqkVA5tAsU6dNhvRu+aY=\ndep\tgithub.com/cenkalti/backoff/v4\tv4.3.0\th1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=\ndep\tgithub.com/cenkalti/backoff/v5\tv5.0.2\th1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/charmbracelet/bubbles\tv0.21.0\th1:9TdC97SdRVg/1aaXNVWfFH3nnLAwOXr8Fn6u6mfQdFs=\ndep\tgithub.com/charmbracelet/bubbletea\tv1.3.5\th1:JAMNLTbqMOhSwoELIr0qyP4VidFq72/6E9j7HHmRKQc=\ndep\tgithub.com/charmbracelet/colorprofile\tv0.3.1\th1:k8dTHMd7fgw4bnFd7jXTLZrSU/CQrKnL3m+AxCzDz40=\ndep\tgithub.com/charmbracelet/glamour\tv0.10.0\th1:MtZvfwsYCx8jEPFJm3rIBFIMZUfUJ765oX8V6kXldcY=\ndep\tgithub.com/charmbracelet/huh\tv0.7.0\th1:W8S1uyGETgj9Tuda3/JdVkc3x7DBLZYPZc4c+/rnRdc=\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-20250630141444-821143405392\th1:VHLoEcL+kH60a4F8qMsPfOIfWjFE3ciaW4gge2YR3sA=\ndep\tgithub.com/charmbracelet/x/exp/strings\tv0.0.0-20250630141444-821143405392\th1:6ipGA1NEA0AZG2UEf81RQGJvEPvYLn/M18mZcdt4J8g=\ndep\tgithub.com/charmbracelet/x/term\tv0.2.1\th1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=\ndep\tgithub.com/cli/browser\tv1.3.0\th1:LejqCrpWr+1pRqmEPDGnTZOjsMe7sehifLynZJuqJpo=\ndep\tgithub.com/cli/go-gh/v2\tv2.12.2\th1:EtocmDAH7dKrH2PscQOQVo7PbFD5G6uYx4rSKY2w1SY=\ndep\tgithub.com/cli/oauth\tv1.2.0\th1:9Bb7nWsgi92Xy5Ifa0oKfW6D1+hNAsO6OWSCx7FJdKA=\ndep\tgithub.com/cli/safeexec\tv1.0.1\th1:e/C79PbXF4yYTN/wauC4tviMxEV13BwljGj0N9j+N00=\ndep\tgithub.com/cli/shurcooL-graphql\tv0.0.4\th1:6MogPnQJLjKkaXPyGqPRXOI2qCsQdqNfUY1QSJu2GuY=\ndep\tgithub.com/cncf/xds/go\tv0.0.0-20250501225837-2ac532fd4443\th1:aQ3y1lwWyqYPiWZThqv1aFbZMiM9vblcSArJRf2Irls=\ndep\tgithub.com/containerd/stargz-snapshotter/estargz\tv0.16.3\th1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8=\ndep\tgithub.com/cyberphone/json-canonicalization\tv0.0.0-20241213102144-19d51d7fe467\th1:uX1JmpONuD549D73r6cgnxyUu18Zb7yHAy5AYU0Pm4Q=\ndep\tgithub.com/davecgh/go-spew\tv1.1.2-0.20180830191138-d8f796af33cc\th1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=\ndep\tgithub.com/digitorus/pkcs7\tv0.0.0-20230818184609-3a137a874352\th1:ge14PCmCvPjpMQMIAH7uKg0lrtNSOdpYsRXlwk3QbaE=\ndep\tgithub.com/digitorus/timestamp\tv0.0.0-20250524132541-c45532741eea\th1:ALRwvjsSP53QmnN3Bcj0NpR8SsFLnskny/EIMebAk1c=\ndep\tgithub.com/distribution/reference\tv0.6.0\th1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=\ndep\tgithub.com/dlclark/regexp2\tv1.11.5\th1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ=\ndep\tgithub.com/docker/cli\tv28.3.0+incompatible\th1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo=\ndep\tgithub.com/docker/distribution\tv2.8.3+incompatible\th1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=\ndep\tgithub.com/docker/docker-credential-helpers\tv0.9.3\th1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/envoyproxy/go-control-plane/envoy\tv1.32.4\th1:jb83lalDRZSpPWW2Z7Mck/8kXZ5CQAFYVjQcdVIr83A=\ndep\tgithub.com/envoyproxy/protoc-gen-validate\tv1.2.1\th1:DEo3O99U8j4hBFwbJfrz9VtgcDfUKS7KJ7spH3d86P8=\ndep\tgithub.com/fatih/color\tv1.18.0\th1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=\ndep\tgithub.com/felixge/httpsnoop\tv1.0.4\th1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=\ndep\tgithub.com/fsnotify/fsnotify\tv1.9.0\th1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=\ndep\tgithub.com/gabriel-vasile/mimetype\tv1.4.9\th1:5k+WDwEsD9eTLL8Tz3L0VnmVh9QxGjRmjBvAG7U/oYY=\ndep\tgithub.com/gdamore/encoding\tv1.0.1\th1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uhw=\ndep\tgithub.com/gdamore/tcell/v2\tv2.8.1\th1:KPNxyqclpWpWQlPLx6Xui1pMk8S+7+R37h3g07997NU=\ndep\tgithub.com/globocom/go-buffer\tv1.2.2\th1:ICgtlUe5GIYIZFdAVj57+5WYBR4DA56cX+PYZDhGDwc=\ndep\tgithub.com/go-chi/chi\tv4.1.2+incompatible\th1:fGFk2Gmi/YKXk0OmGfBh0WgmN3XB8lVnEyNz34tQRec=\ndep\tgithub.com/go-jose/go-jose/v4\tv4.1.1\th1:JYhSgy4mXXzAdF3nUx3ygx347LRXJRrpgyU3adRmkAI=\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-openapi/analysis\tv0.23.0\th1:aGday7OWupfMs+LbmLZG4k0MYXIANxcuBTYUC03zFCU=\ndep\tgithub.com/go-openapi/errors\tv0.22.1\th1:kslMRRnK7NCb/CvR1q1VWuEQCEIsBGn5GgKD9e+HYhU=\ndep\tgithub.com/go-openapi/jsonpointer\tv0.21.1\th1:whnzv/pNXtK2FbX/W9yJfRmE2gsmkfahjMKB0fZvcic=\ndep\tgithub.com/go-openapi/jsonreference\tv0.21.0\th1:Rs+Y7hSXT83Jacb7kFyjn4ijOuVGSvOdF2+tg1TRrwQ=\ndep\tgithub.com/go-openapi/loads\tv0.22.0\th1:ECPGd4jX1U6NApCGG1We+uEozOAvXvJSF4nnwHZ8Aco=\ndep\tgithub.com/go-openapi/runtime\tv0.28.0\th1:gpPPmWSNGo214l6n8hzdXYhPuJcGtziTOgUpvsFWGIQ=\ndep\tgithub.com/go-openapi/spec\tv0.21.0\th1:LTVzPc3p/RzRnkQqLRndbAzjY0d0BCL72A6j3CdL9ZY=\ndep\tgithub.com/go-openapi/strfmt\tv0.23.0\th1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c=\ndep\tgithub.com/go-openapi/swag\tv0.23.1\th1:lpsStH0n2ittzTnbaSloVZLuB5+fvSY/+hnagBjSNZU=\ndep\tgithub.com/go-openapi/validate\tv0.24.0\th1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3BumrGD58=\ndep\tgithub.com/go-viper/mapstructure/v2\tv2.3.0\th1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=\ndep\tgithub.com/godbus/dbus/v5\tv5.1.0\th1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/golang/snappy\tv1.0.0\th1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=\ndep\tgithub.com/google/certificate-transparency-go\tv1.3.2\th1:9ahSNZF2o7SYMaKaXhAumVEzXB2QaayzII9C8rv7v+A=\ndep\tgithub.com/google/go-cmp\tv0.7.0\th1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=\ndep\tgithub.com/google/go-containerregistry\tv0.20.6\th1:cvWX87UxxLgaH76b4hIvya6Dzz9qHB31qAwjAohdSTU=\ndep\tgithub.com/google/s2a-go\tv0.1.9\th1:LGD7gtMgezd8a/Xak7mEWL0PjoTQFvpRudN895yqKW0=\ndep\tgithub.com/google/shlex\tv0.0.0-20191202100458-e7afc7fbc510\th1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/googleapis/enterprise-certificate-proxy\tv0.3.6\th1:GW/XbdyBFQ8Qe+YAmFU9uHLo7OnF5tL52HFAgMmyrf4=\ndep\tgithub.com/googleapis/gax-go/v2\tv2.14.2\th1:eBLnkZ9635krYIPD+ag1USrOAI0Nr0QYF3+/3GqO0k0=\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/grpc-gateway/v2\tv2.27.0\th1:+epNPbD5EqgpEMm5wrl4Hqts3jZt8+kYaqUisuuIGTk=\ndep\tgithub.com/hashicorp/errwrap\tv1.1.0\th1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=\ndep\tgithub.com/hashicorp/go-multierror\tv1.1.1\th1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=\ndep\tgithub.com/hashicorp/go-version\tv1.7.0\th1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=\ndep\tgithub.com/hashicorp/golang-lru/v2\tv2.0.7\th1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=\ndep\tgithub.com/henvic/httpretty\tv0.1.4\th1:Jo7uwIRWVFxkqOnErcoYfH90o3ddQyVrSANeS4cxYmU=\ndep\tgithub.com/huandu/xstrings\tv1.5.0\th1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI=\ndep\tgithub.com/in-toto/attestation\tv1.1.2\th1:MBFn6lsMq6dptQZJBhalXTcWMb/aJy3V+GX3VYj/V1E=\ndep\tgithub.com/in-toto/in-toto-golang\tv0.9.0\th1:tHny7ac4KgtsfrG6ybU8gVOZux2H8jN05AXJ9EBM1XU=\ndep\tgithub.com/itchyny/gojq\tv0.12.17\th1:8av8eGduDb5+rvEdaOO+zQUjA04MS0m3Ps8HiD+fceg=\ndep\tgithub.com/itchyny/timefmt-go\tv0.1.6\th1:ia3s54iciXDdzWzwaVKXZPbiXzxxnv1SPGFfM/myJ5Q=\ndep\tgithub.com/jedisct1/go-minisign\tv0.0.0-20241212093149-d2f9f49435c7\th1:FWpSWRD8FbVkKQu8M1DM9jF5oXFLyE+XpisIYfdzbic=\ndep\tgithub.com/joho/godotenv\tv1.5.1\th1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=\ndep\tgithub.com/josharian/intern\tv1.0.0\th1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=\ndep\tgithub.com/kballard/go-shellquote\tv0.0.0-20180428030007-95032a82bc51\th1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=\ndep\tgithub.com/klauspost/compress\tv1.18.0\th1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=\ndep\tgithub.com/letsencrypt/boulder\tv0.20250630.0\th1:dD3llgKuZWuJZwqzT6weaEcCLSMEBJkIkQ5OdLkK2OA=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/mailru/easyjson\tv0.9.0\th1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=\ndep\tgithub.com/mattn/go-colorable\tv0.1.14\th1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\th1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=\ndep\tgithub.com/mgutz/ansi\tv0.0.0-20200706080929-d51e80ef957d\th1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=\ndep\tgithub.com/microcosm-cc/bluemonday\tv1.0.27\th1:MpEUotklkwCSLeH+Qdx1VJgNqLlpY2KXwXFM08ygZfk=\ndep\tgithub.com/microsoft/dev-tunnels\tv0.1.13\th1:bp1qqCvP/5iLol1Vz0c/lM2sexG7Gd8fRGcGv58vZdE=\ndep\tgithub.com/mitchellh/copystructure\tv1.2.0\th1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=\ndep\tgithub.com/mitchellh/go-homedir\tv1.1.0\th1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=\ndep\tgithub.com/mitchellh/hashstructure/v2\tv2.0.2\th1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4NcD46KavDd4=\ndep\tgithub.com/mitchellh/mapstructure\tv1.5.0\th1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=\ndep\tgithub.com/mitchellh/reflectwalk\tv1.0.2\th1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=\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/muhammadmuzzammil1998/jsonc\tv1.0.0\th1:8o5gBQn4ZA3NBA9DlTujCj2a4w0tqWrPVjDwhzkgTIs=\ndep\tgithub.com/oklog/ulid\tv1.3.1\th1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=\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/opentracing/opentracing-go\tv1.2.0\th1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=\ndep\tgithub.com/pelletier/go-toml/v2\tv2.2.4\th1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/pmezard/go-difflib\tv1.0.1-0.20181226105442-5d4384ee4fb2\th1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=\ndep\tgithub.com/rivo/tview\tv0.0.0-20250625164341-a4a78f1e05cb\th1:n7UJ8X9UnrTZBYXnd1kAIBc067SWyuPIrsocjketYW8=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/rodaine/table\tv1.3.0\th1:4/3S3SVkHnVZX91EHFvAMV7K42AnJ0XuymRR2C5HlGE=\ndep\tgithub.com/sagikazarmark/locafero\tv0.9.0\th1:GbgQGNtTrEmddYDSAH9QLRyfAHY12md+8YFTqyMTC9k=\ndep\tgithub.com/sassoftware/relic\tv7.2.1+incompatible\th1:Pwyh1F3I0r4clFJXkSI8bOyJINGqpgjJU3DYAZeI05A=\ndep\tgithub.com/secure-systems-lab/go-securesystemslib\tv0.9.0\th1:rf1HIbL64nUpEIZnjLZ3mcNEL9NBPB0iuVjyxvq3LZc=\ndep\tgithub.com/shibumi/go-pathspec\tv1.3.0\th1:QUyMZhFo0Md5B8zV8x2tesohbb5kfbpTi9rBnKh5dkI=\ndep\tgithub.com/shopspring/decimal\tv1.4.0\th1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=\ndep\tgithub.com/shurcooL/githubv4\tv0.0.0-20240727222349-48295856cce7\th1:cYCy18SHPKRkvclm+pWm1Lk4YrREb4IOIb/YdFO0p2M=\ndep\tgithub.com/shurcooL/graphql\tv0.0.0-20230722043721-ed46e5a46466\th1:17JxqqJY66GmZVHkmAsGEkcIu0oCe3AM420QDgGwZx0=\ndep\tgithub.com/sigstore/protobuf-specs\tv0.5.0\th1:F8YTI65xOHw70NrvPwJ5PhAzsvTnuJMGLkA4FIkofAY=\ndep\tgithub.com/sigstore/rekor\tv1.3.10\th1:/mSvRo4MZ/59ECIlARhyykAlQlkmeAQpvBPlmJtZOCU=\ndep\tgithub.com/sigstore/rekor-tiles\tv0.1.7-0.20250624231741-98cd4a77300f\th1:zaqWahYAlVouSm5qwCH+2vZ3eenZFBwzzuBz/IZyy5c=\ndep\tgithub.com/sigstore/sigstore\tv1.9.5\th1:Wm1LT9yF4LhQdEMy5A2JeGRHTrAWGjT3ubE5JUSrGVU=\ndep\tgithub.com/sigstore/sigstore-go\tv1.1.0\th1:NBfyvL/LiBIplnIZAtC7GtDZ7qj82A/GTpn0+5WV7BM=\ndep\tgithub.com/sigstore/timestamp-authority\tv1.2.8\th1:BEV3fkphwU4zBp3allFAhCqQb99HkiyCXB853RIwuEE=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/sourcegraph/conc\tv0.3.0\th1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=\ndep\tgithub.com/spf13/afero\tv1.14.0\th1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=\ndep\tgithub.com/spf13/cast\tv1.9.2\th1:SsGfm7M8QOFtEzumm7UZrZdLLquNdzFYfIbEXntcFbE=\ndep\tgithub.com/spf13/cobra\tv1.9.1\th1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=\ndep\tgithub.com/spf13/pflag\tv1.0.7\th1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=\ndep\tgithub.com/spf13/viper\tv1.20.1\th1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=\ndep\tgithub.com/spiffe/go-spiffe/v2\tv2.5.0\th1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE=\ndep\tgithub.com/stretchr/objx\tv0.5.2\th1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=\ndep\tgithub.com/stretchr/testify\tv1.10.0\th1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=\ndep\tgithub.com/subosito/gotenv\tv1.6.0\th1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=\ndep\tgithub.com/theupdateframework/go-tuf\tv0.7.0\th1:CqbQFrWo1ae3/I0UCblSbczevCCbS31Qvs5LdxRWqRI=\ndep\tgithub.com/theupdateframework/go-tuf/v2\tv2.1.1\th1:OWcoHItwsGO+7m0wLa7FDWPR4oB1cj0zOr1kosE4G+I=\ndep\tgithub.com/thlib/go-timezone-local\tv0.0.6\th1:Ii3QJ4FhosL/+eCZl6Hsdr4DDU4tfevNoV83yAEo2tU=\ndep\tgithub.com/titanous/rocacheck\tv0.0.0-20171023193734-afe73141d399\th1:e/5i7d4oYZ+C1wj2THlRK+oAhjeS/TRQwMfkIuet3w0=\ndep\tgithub.com/transparency-dev/formats\tv0.0.0-20250421220931-bb8ad4d07c26\th1:YTbkeFbzcer+42bIgo6Za2194nKwhZPgaZKsP76QffE=\ndep\tgithub.com/transparency-dev/merkle\tv0.0.2\th1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=\ndep\tgithub.com/transparency-dev/tessera\tv0.2.1-0.20250610150926-8ee4e93b2823\th1:s3p7wNrK/mnKI2bdp9PrQd9eBVxo1i5rU6O5hKkN0zc=\ndep\tgithub.com/vbatts/tar-split\tv0.12.1\th1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgithub.com/yuin/goldmark\tv1.7.13\th1:GPddIs617DnBLFFVJFgpo1aBfe/4xcvMc3SB5t/D0pA=\ndep\tgithub.com/yuin/goldmark-emoji\tv1.0.6\th1:QWfF2FYaXwL74tfGOW5izeiZepUDroDJfWubQI9HTHs=\ndep\tgithub.com/zalando/go-keyring\tv0.2.6\th1:r7Yc3+H+Ux0+M72zacZoItR3UDxeWfKTcabvkI8ua9s=\ndep\tgithub.com/zeebo/errs\tv1.4.0\th1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=\ndep\tgo.mongodb.org/mongo-driver\tv1.17.4\th1:jUorfmVzljjr0FLzYQsGP8cgN/qzzxlY9Vh0C9KFXVw=\ndep\tgo.opencensus.io\tv0.24.0\th1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=\ndep\tgo.opentelemetry.io/auto/sdk\tv1.1.0\th1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=\ndep\tgo.opentelemetry.io/contrib/detectors/gcp\tv1.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.37.0\th1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ=\ndep\tgo.opentelemetry.io/otel/metric\tv1.37.0\th1:mvwbQS5m0tbmqML4NqK+e3aDiO02vsf/WgbsdpcPoZE=\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.37.0\th1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4=\ndep\tgo.uber.org/multierr\tv1.11.0\th1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=\ndep\tgo.uber.org/zap\tv1.27.0\th1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20250620022241-b7579e27df2b\th1:M2rDM6z3Fhozi9O7NWsxAkg/yqS/lQJ6PmkyIV3YP+o=\ndep\tgolang.org/x/mod\tv0.26.0\th1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=\ndep\tgolang.org/x/net\tv0.43.0\th1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=\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.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\ndep\tgolang.org/x/term\tv0.34.0\th1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=\ndep\tgolang.org/x/text\tv0.28.0\th1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=\ndep\tgolang.org/x/time\tv0.12.0\th1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=\ndep\tgoogle.golang.org/api\tv0.238.0\th1:+EldkglWIg/pWjkq97sd+XxH7PxakNYoe/rkSTbnvOs=\ndep\tgoogle.golang.org/genproto\tv0.0.0-20250505200425-f936aa4a68b2\th1:1tXaIXCracvtsRxSBsYDiSBN0cuJvM7QYW+MrpIRY78=\ndep\tgoogle.golang.org/genproto/googleapis/api\tv0.0.0-20250603155806-513f23925822\th1:oWVWY3NzT7KJppx2UKhKmzPq4SRe0LdCijVRwvGeikY=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20250811230008-5f3141c8851a\th1:tPE/Kp+x9dMSwUm/uM0JKK0IfdiJkwAbSMSeZBXXJXc=\ndep\tgoogle.golang.org/grpc\tv1.74.2\th1:WoosgB65DlWVC9FqI82dGsZhWFNBSLjQ84bjROOpMu4=\ndep\tgoogle.golang.org/protobuf\tv1.36.7\th1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tk8s.io/klog/v2\tv2.130.1\th1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=\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=5eddf8d52369df321693c5f5131fdd138cd237a6\nbuild\tvcs.time=2025-08-20T17:03:44Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:26:23.8085705Z [00:03:02.406]➜  EOF
2025-08-20T20:26:23.8085889Z [00:03:02.406]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:26:23.8085984Z [00:03:02.406]➜  cd .
2025-08-20T20:26:23.8087714Z [00:03:02.406]➜  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=vRAKlknToUwOgd9IMLCS/n8eIKBL8l52g3rPPQEyH/2dlUjO26BWr_4iPAybas/vRAKlknToUwOgd9IMLCS -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:26:25.7410717Z [00:03:04.427]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:26:25.7818863Z [00:03:04.468]➜  mkdir -p /build-bins/
2025-08-20T20:26:25.7823305Z [00:03:04.468]➜  cp $WORK/b001/exe/a.out /build-bins/gh
2025-08-20T20:26:25.8112796Z [00:03:04.497]➜  rm -rf $WORK/b001/
2025-08-20T20:26:26.1550446Z [00:03:04.841]➜  '/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/license.go' -> '/build-bins/LICENSE'
2025-08-20T20:26:26.2505513Z [00:03:04.937]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:26:26.3655204Z [00:03:05.052]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:26:26.3657747Z [00:03:05.052]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:26:26.5916214Z [00:03:05.278]➜  copy from `/build-bins/gh' [elf64-littleaarch64] to `/build-bins/stjfkCIf' [elf64-littleaarch64]
2025-08-20T20:26:26.7384195Z [00:03:05.424]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:26:26.7409866Z [00:03:05.427]➜  
2025-08-20T20:26:26.7423896Z [00:03:05.429]➜  /build-bins/gh
2025-08-20T20:26:26.7460789Z [00:03:05.432]➜  There are 24 section headers, starting at offset 0x36d59f8:
2025-08-20T20:26:26.7461503Z [00:03:05.432]➜  
2025-08-20T20:26:26.7461800Z [00:03:05.432]➜  Section Headers:
2025-08-20T20:26:26.7462146Z [00:03:05.432]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:26:26.7462555Z [00:03:05.432]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:26:26.7462948Z [00:03:05.432]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:26:26.7463394Z [00:03:05.432]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:26:26.7463819Z [00:03:05.432]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:26:26.7464240Z [00:03:05.432]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:26:26.7464866Z [00:03:05.432]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:26:26.7465282Z [00:03:05.432]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:26:26.7466029Z [00:03:05.432]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:26:26.7466461Z [00:03:05.432]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:26:26.7466874Z [00:03:05.432]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:26:26.7467290Z [00:03:05.432]➜         00000000005de358  0000000000000018   A       2     0     8
2025-08-20T20:26:26.7467712Z [00:03:05.432]➜    [ 5] .init             PROGBITS         00000000005de608  005de608
2025-08-20T20:26:26.7468389Z [00:03:05.432]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:26:26.7468804Z [00:03:05.432]➜    [ 6] .text             PROGBITS         00000000005de620  005de620
2025-08-20T20:26:26.7469226Z [00:03:05.432]➜         000000000133af90  0000000000000000  AX       0     0     32
2025-08-20T20:26:26.7469638Z [00:03:05.432]➜    [ 7] .fini             PROGBITS         00000000019195b0  019195b0
2025-08-20T20:26:26.7470051Z [00:03:05.432]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:26:26.7470463Z [00:03:05.432]➜    [ 8] .rodata           PROGBITS         00000000019195c0  019195c0
2025-08-20T20:26:26.7470882Z [00:03:05.432]➜         0000000000570a4c  0000000000000000   A       0     0     32
2025-08-20T20:26:26.7471304Z [00:03:05.432]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000001e8a00c  01e8a00c
2025-08-20T20:26:26.7471731Z [00:03:05.432]➜         0000000000000144  0000000000000000   A       0     0     4
2025-08-20T20:26:26.7472151Z [00:03:05.432]➜    [10] .eh_frame         PROGBITS         0000000001e8a150  01e8a150
2025-08-20T20:26:26.7472568Z [00:03:05.432]➜         00000000000005f0  0000000000000000   A       0     0     8
2025-08-20T20:26:26.7472982Z [00:03:05.432]➜    [11] .tbss             NOBITS           0000000001e90370  01e90370
2025-08-20T20:26:26.7473387Z [00:03:05.432]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:26:26.7473817Z [00:03:05.432]➜    [12] .init_array       INIT_ARRAY       0000000001e90370  01e90370
2025-08-20T20:26:26.7474237Z [00:03:05.432]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:26:26.7474658Z [00:03:05.432]➜    [13] .fini_array       FINI_ARRAY       0000000001e90378  01e90378
2025-08-20T20:26:26.7475077Z [00:03:05.432]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:26:26.7475791Z [00:03:05.432]➜    [14] .data.rel.ro      PROGBITS         0000000001e90380  01e90380
2025-08-20T20:26:26.7476330Z [00:03:05.432]➜         000000000166fa60  0000000000000000  WA       0     0     32
2025-08-20T20:26:26.7476754Z [00:03:05.432]➜    [15] .dynamic          DYNAMIC          00000000034ffde0  034ffde0
2025-08-20T20:26:26.7477177Z [00:03:05.432]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:26:26.7477581Z [00:03:05.432]➜    [16] .got              PROGBITS         00000000034fff50  034fff50
2025-08-20T20:26:26.7478091Z [00:03:05.432]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:26:26.7478593Z [00:03:05.432]➜    [17] .data             PROGBITS         0000000003500000  03500000
2025-08-20T20:26:26.7479008Z [00:03:05.432]➜         0000000000084180  0000000000000000  WA       0     0     32
2025-08-20T20:26:26.7479434Z [00:03:05.432]➜    [18] .go.buildinfo     PROGBITS         0000000003584180  03584180
2025-08-20T20:26:26.7479870Z [00:03:05.432]➜         0000000000004f60  0000000000000000  WA       0     0     16
2025-08-20T20:26:26.7480304Z [00:03:05.432]➜    [19] .go.fipsinfo      PROGBITS         00000000035890e0  035890e0
2025-08-20T20:26:26.7480730Z [00:03:05.432]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:26:26.7481358Z [00:03:05.432]➜    [20] .noptrdata        PROGBITS         0000000003589160  03589160
2025-08-20T20:26:26.7481797Z [00:03:05.432]➜         000000000014c7c1  0000000000000000  WA       0     0     32
2025-08-20T20:26:26.7482211Z [00:03:05.432]➜    [21] .bss              NOBITS           00000000036d5940  036d5921
2025-08-20T20:26:26.7482617Z [00:03:05.432]➜         0000000000040d98  0000000000000000  WA       0     0     32
2025-08-20T20:26:26.7483042Z [00:03:05.432]➜    [22] .noptrbss         NOBITS           00000000037166e0  036d5921
2025-08-20T20:26:26.7483460Z [00:03:05.432]➜         0000000000025b40  0000000000000000  WA       0     0     32
2025-08-20T20:26:26.7483883Z [00:03:05.432]➜    [23] .shstrtab         STRTAB           0000000000000000  036d5921
2025-08-20T20:26:26.7484471Z [00:03:05.432]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:26:26.7484794Z [00:03:05.432]➜  Key to Flags:
2025-08-20T20:26:26.7485144Z [00:03:05.432]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:26:26.7485761Z [00:03:05.432]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:26:26.7486285Z [00:03:05.432]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:26:26.7486664Z [00:03:05.432]➜    D (mbind), p (processor specific)
2025-08-20T20:26:26.7486951Z [00:03:05.434]➜  
2025-08-20T20:26:26.7497612Z [00:03:05.436]➜  /build-bins/LICENSE
2025-08-20T20:26:26.7513730Z [00:03:05.437]➜  + file /build-bins/LICENSE /build-bins/gh
2025-08-20T20:26:26.9221814Z [00:03:05.608]➜  /build-bins/LICENSE: ASCII text
2025-08-20T20:26:26.9284823Z [00:03:05.615]➜  /build-bins/gh:      ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:26:26.9292609Z [00:03:05.615]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/gh
2025-08-20T20:26:26.9313302Z [00:03:05.617]➜  /build-bins/LICENSE:         467 Bytes
2025-08-20T20:26:26.9313709Z [00:03:05.617]➜  /build-bins/gh:         57499640 Bytes
2025-08-20T20:26:26.9314665Z [00:03:05.618]➜  + du /build-bins/LICENSE /build-bins/gh --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:26:26.9329234Z [00:03:05.619]➜  467	2025-08-20 20:26:26.153578698 +0000	/build-bins/LICENSE
2025-08-20T20:26:26.9329806Z [00:03:05.619]➜  55M	2025-08-20 20:26:26.680597002 +0000	/build-bins/gh
2025-08-20T20:26:26.9334313Z [00:03:05.620]➜  + popd
2025-08-20T20:26:30.6307423Z [00:03:09.317]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:26:30.9784386Z [00:03:09.664]➜  + '[' -s /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:26:30.9785812Z [00:03:09.664]➜  + cp -fv /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:26:30.9817840Z [00:03:09.668]➜  '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:26:30.9823767Z [00:03:09.668]➜  + find /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:26:30.9825274Z [00:03:09.669]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:26:30.9828446Z [00:03:09.669]➜  + cut -d: -f1
2025-08-20T20:26:30.9828912Z [00:03:09.669]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:30.9832718Z [00:03:09.669]➜  + xargs realpath --no-symlinks
2025-08-20T20:26:31.0902127Z [00:03:09.776]➜  sending incremental file list
2025-08-20T20:26:31.1061556Z [00:03:09.792]➜  gh
2025-08-20T20:26:31.2023693Z [00:03:09.888]➜  
2025-08-20T20:26:31.2024080Z [00:03:09.888]➜  sent 57.51M bytes  received 35 bytes  115.03M bytes/sec
2025-08-20T20:26:31.2024466Z [00:03:09.888]➜  total size is 57.50M  speedup is 1.00
2025-08-20T20:26:31.2036830Z [00:03:09.890]➜  
2025-08-20T20:26:32.6373618Z [00:03:11.323]➜  
2025-08-20T20:26:32.6475797Z [00:03:11.334]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh' retained as runner:runner
2025-08-20T20:26:32.6476708Z [00:03:11.334]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gh' retained as runner:runner
2025-08-20T20:26:32.6477567Z [00:03:11.334]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:26:32.6478435Z [00:03:11.334]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:26:32.6479883Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/label-assets' from root:root to runner:runner
2025-08-20T20:26:32.6481118Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/licenses' from root:root to runner:runner
2025-08-20T20:26:32.6482340Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/sign' from root:root to runner:runner
2025-08-20T20:26:32.6483552Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/nolint-insert' from root:root to runner:runner
2025-08-20T20:26:32.6484813Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/override.ubuntu' from root:root to runner:runner
2025-08-20T20:26:32.6486235Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/gen-winres.ps1' from root:root to runner:runner
2025-08-20T20:26:32.6487597Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/versioninfo.template.json' from root:root to runner:runner
2025-08-20T20:26:32.6488861Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/build.go' from root:root to runner:runner
2025-08-20T20:26:32.6490086Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/build.bat' from root:root to runner:runner
2025-08-20T20:26:32.6491528Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/licenses-check' from root:root to runner:runner
2025-08-20T20:26:32.6492856Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/pkgmacos' from root:root to runner:runner
2025-08-20T20:26:32.6494249Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/sign.ps1' from root:root to runner:runner
2025-08-20T20:26:32.6495680Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/distributions' from root:root to runner:runner
2025-08-20T20:26:32.6496975Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/rpmmacros' from root:root to runner:runner
2025-08-20T20:26:32.6498222Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/createrepo.sh' from root:root to runner:runner
2025-08-20T20:26:32.6499435Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/release' from root:root to runner:runner
2025-08-20T20:26:32.6500796Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script' from root:root to runner:runner
2025-08-20T20:26:32.6502123Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/run-all-tests.sh' from root:root to runner:runner
2025-08-20T20:26:32.6503648Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/verify-oci-bundle.sh' from root:root to runner:runner
2025-08-20T20:26:32.6505467Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/verify-sigstore-bundle-versions.sh' from root:root to runner:runner
2025-08-20T20:26:32.6507386Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/verify-with-custom-trusted-root.sh' from root:root to runner:runner
2025-08-20T20:26:32.6509098Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/verify-with-internal-github-sigstore.sh' from root:root to runner:runner
2025-08-20T20:26:32.6510840Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/download-and-verify-package-attestation.sh' from root:root to runner:runner
2025-08-20T20:26:32.6512407Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify' from root:root to runner:runner
2025-08-20T20:26:32.6513853Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/download/download.sh' from root:root to runner:runner
2025-08-20T20:26:32.6515290Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/download' from root:root to runner:runner
2025-08-20T20:26:32.6516977Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd' from root:root to runner:runner
2025-08-20T20:26:32.6518320Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration' from root:root to runner:runner
2025-08-20T20:26:32.6519676Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/helpers.go' from root:root to runner:runner
2025-08-20T20:26:32.6520924Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test' from root:root to runner:runner
2025-08-20T20:26:32.6522079Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T20:26:32.6523273Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/utils/utils.go' from root:root to runner:runner
2025-08-20T20:26:32.6524421Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/utils' from root:root to runner:runner
2025-08-20T20:26:32.6525934Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party-licenses.linux.md' from root:root to runner:runner
2025-08-20T20:26:32.6527272Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock/legacy.go' from root:root to runner:runner
2025-08-20T20:26:32.6528511Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock/stub.go' from root:root to runner:runner
2025-08-20T20:26:32.6529927Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock/registry.go' from root:root to runner:runner
2025-08-20T20:26:32.6531144Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock' from root:root to runner:runner
2025-08-20T20:26:32.6532390Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions/extension.go' from root:root to runner:runner
2025-08-20T20:26:32.6533698Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions/extension_mock.go' from root:root to runner:runner
2025-08-20T20:26:32.6535023Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions/manager_mock.go' from root:root to runner:runner
2025-08-20T20:26:32.6536418Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions' from root:root to runner:runner
2025-08-20T20:26:32.6537723Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/githubtemplate/github_template.go' from root:root to runner:runner
2025-08-20T20:26:32.6539105Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/githubtemplate/github_template_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6540407Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/githubtemplate' from root:root to runner:runner
2025-08-20T20:26:32.6541795Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/searcher_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6543182Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/query_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6544551Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/searcher_mock.go' from root:root to runner:runner
2025-08-20T20:26:32.6546032Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/result.go' from root:root to runner:runner
2025-08-20T20:26:32.6547356Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/searcher.go' from root:root to runner:runner
2025-08-20T20:26:32.6548592Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/query.go' from root:root to runner:runner
2025-08-20T20:26:32.6550031Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/result_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6551247Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search' from root:root to runner:runner
2025-08-20T20:26:32.6552463Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/markdown/markdown.go' from root:root to runner:runner
2025-08-20T20:26:32.6553676Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/markdown' from root:root to runner:runner
2025-08-20T20:26:32.6555113Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext/editor_manual.go' from root:root to runner:runner
2025-08-20T20:26:32.6556600Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext/editor.go' from root:root to runner:runner
2025-08-20T20:26:32.6557880Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext/editor_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6559108Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext' from root:root to runner:runner
2025-08-20T20:26:32.6560368Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/epipe_windows.go' from root:root to runner:runner
2025-08-20T20:26:32.6561674Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/iostreams_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6562987Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/epipe_other.go' from root:root to runner:runner
2025-08-20T20:26:32.6564259Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/console.go' from root:root to runner:runner
2025-08-20T20:26:32.6565764Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/console_windows.go' from root:root to runner:runner
2025-08-20T20:26:32.6567147Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/color_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6568515Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/iostreams.go' from root:root to runner:runner
2025-08-20T20:26:32.6570299Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/iostreams_progress_indicator_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6571734Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/color.go' from root:root to runner:runner
2025-08-20T20:26:32.6572955Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams' from root:root to runner:runner
2025-08-20T20:26:32.6574162Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/legacy.go' from root:root to runner:runner
2025-08-20T20:26:32.6575749Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/factory_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6577093Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/file_input.go' from root:root to runner:runner
2025-08-20T20:26:32.6578346Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/flags.go' from root:root to runner:runner
2025-08-20T20:26:32.6579814Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/args.go' from root:root to runner:runner
2025-08-20T20:26:32.6581088Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/repo_override.go' from root:root to runner:runner
2025-08-20T20:26:32.6582358Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/cmdgroup.go' from root:root to runner:runner
2025-08-20T20:26:32.6583642Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/auth_check.go' from root:root to runner:runner
2025-08-20T20:26:32.6584943Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/auth_check_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6586343Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/factory.go' from root:root to runner:runner
2025-08-20T20:26:32.6587627Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/json_flags_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6588904Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/args_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6590291Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/errors.go' from root:root to runner:runner
2025-08-20T20:26:32.6591618Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/json_flags.go' from root:root to runner:runner
2025-08-20T20:26:32.6592829Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil' from root:root to runner:runner
2025-08-20T20:26:32.6594132Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/set/string_set_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6595453Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/set/string_set.go' from root:root to runner:runner
2025-08-20T20:26:32.6596935Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/set' from root:root to runner:runner
2025-08-20T20:26:32.6598155Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/option/option_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6599573Z [00:03:11.334]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/option/option.go' from root:root to runner:runner
2025-08-20T20:26:32.6600766Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/option' from root:root to runner:runner
2025-08-20T20:26:32.6601987Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/findsh/find_windows.go' from root:root to runner:runner
2025-08-20T20:26:32.6603420Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/findsh/find.go' from root:root to runner:runner
2025-08-20T20:26:32.6604610Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/findsh' from root:root to runner:runner
2025-08-20T20:26:32.6606086Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsoncolor/jsoncolor_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6607470Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsoncolor/jsoncolor.go' from root:root to runner:runner
2025-08-20T20:26:32.6608700Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsoncolor' from root:root to runner:runner
2025-08-20T20:26:32.6609901Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/run.go' from root:root to runner:runner
2025-08-20T20:26:32.6611138Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/logs.go' from root:root to runner:runner
2025-08-20T20:26:32.6612406Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.6613687Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/logs_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6615120Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6616593Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view' from root:root to runner:runner
2025-08-20T20:26:32.6617969Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.6619384Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6620661Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/delete' from root:root to runner:runner
2025-08-20T20:26:32.6621943Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/artifacts.go' from root:root to runner:runner
2025-08-20T20:26:32.6623298Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/presentation_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6624857Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/artifacts_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6626502Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/shared_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6627861Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/presentation.go' from root:root to runner:runner
2025-08-20T20:26:32.6629366Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/shared.go' from root:root to runner:runner
2025-08-20T20:26:32.6630658Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/test.go' from root:root to runner:runner
2025-08-20T20:26:32.6631907Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared' from root:root to runner:runner
2025-08-20T20:26:32.6633198Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/watch/watch_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6634504Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/watch/watch.go' from root:root to runner:runner
2025-08-20T20:26:32.6635848Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/watch' from root:root to runner:runner
2025-08-20T20:26:32.6637179Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/rerun/rerun_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6638475Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/rerun/rerun.go' from root:root to runner:runner
2025-08-20T20:26:32.6639850Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/rerun' from root:root to runner:runner
2025-08-20T20:26:32.6641155Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/zip.go' from root:root to runner:runner
2025-08-20T20:26:32.6642598Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/fixtures/myproject.zip' from root:root to runner:runner
2025-08-20T20:26:32.6644039Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.6645338Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/http.go' from root:root to runner:runner
2025-08-20T20:26:32.6646896Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/download.go' from root:root to runner:runner
2025-08-20T20:26:32.6648244Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6649771Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/download_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6651117Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/zip_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6652395Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download' from root:root to runner:runner
2025-08-20T20:26:32.6653807Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/cancel/cancel.go' from root:root to runner:runner
2025-08-20T20:26:32.6655131Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/cancel/cancel_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6656527Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/cancel' from root:root to runner:runner
2025-08-20T20:26:32.6657790Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6659081Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.6660311Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/list' from root:root to runner:runner
2025-08-20T20:26:32.6661496Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run' from root:root to runner:runner
2025-08-20T20:26:32.6662849Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/custom-issuer-artifact' from root:root to runner:runner
2025-08-20T20:26:32.6664511Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_release_artifact_invalid.zip' from root:root to runner:runner
2025-08-20T20:26:32.6666219Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/trusted_root.json' from root:root to runner:runner
2025-08-20T20:26:32.6667846Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstore-js-2.1.0.tgz' from root:root to runner:runner
2025-08-20T20:26:32.6669415Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/reusable-workflow-artifact' from root:root to runner:runner
2025-08-20T20:26:32.6671035Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/reusable-workflow-attestation.sigstore.json' from root:root to runner:runner
2025-08-20T20:26:32.6672765Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_provenance_demo-0.0.12-py3-none-any-bundle.jsonl' from root:root to runner:runner
2025-08-20T20:26:32.6674799Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_provenance_demo-0.0.12-py3-none-any-bundle-missing-verification-material.jsonl' from root:root to runner:runner
2025-08-20T20:26:32.6676870Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_provenance_demo-0.0.12-py3-none-any-bundle-missing-cert.jsonl' from root:root to runner:runner
2025-08-20T20:26:32.6678735Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstore-js-2.1.0-bundle.json' from root:root to runner:runner
2025-08-20T20:26:32.6680361Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstore-js-2.1.0_with_2_bundles.jsonl' from root:root to runner:runner
2025-08-20T20:26:32.6681907Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/gh_2.60.1_windows_arm64.zip' from root:root to runner:runner
2025-08-20T20:26:32.6683418Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_release_artifact.zip' from root:root to runner:runner
2025-08-20T20:26:32.6685015Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_provenance_demo-0.0.12-py3-none-any.whl' from root:root to runner:runner
2025-08-20T20:26:32.6686740Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_release_bundle.json' from root:root to runner:runner
2025-08-20T20:26:32.6688292Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstore-js-2.1.0-bundle-v0.1.json' from root:root to runner:runner
2025-08-20T20:26:32.6690059Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstoreBundle-invalid-signature.json' from root:root to runner:runner
2025-08-20T20:26:32.6691728Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/custom-issuer.sigstore.json' from root:root to runner:runner
2025-08-20T20:26:32.6693260Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/data.go' from root:root to runner:runner
2025-08-20T20:26:32.6694665Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data' from root:root to runner:runner
2025-08-20T20:26:32.6696080Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/path.go' from root:root to runner:runner
2025-08-20T20:26:32.6697440Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test' from root:root to runner:runner
2025-08-20T20:26:32.6698841Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/inspect_integration_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6700456Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/bundle_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6701877Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/inspect_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6703446Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/inspect.go' from root:root to runner:runner
2025-08-20T20:26:32.6704837Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/options.go' from root:root to runner:runner
2025-08-20T20:26:32.6706370Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/bundle.go' from root:root to runner:runner
2025-08-20T20:26:32.6707716Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect' from root:root to runner:runner
2025-08-20T20:26:32.6709043Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/auth/host.go' from root:root to runner:runner
2025-08-20T20:26:32.6710396Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/auth/host_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6711712Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/auth' from root:root to runner:runner
2025-08-20T20:26:32.6713087Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/trustedroot/trustedroot.go' from root:root to runner:runner
2025-08-20T20:26:32.6714572Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/trustedroot/trustedroot_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6716317Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/trustedroot' from root:root to runner:runner
2025-08-20T20:26:32.6717822Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/extensions_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6719395Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/tuf_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6720915Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/policy.go' from root:root to runner:runner
2025-08-20T20:26:32.6722359Z [00:03:11.335]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/sigstore.go' from root:root to runner:runner
2025-08-20T20:26:32.6724242Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/sigstore_integration_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6726077Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/extensions.go' from root:root to runner:runner
2025-08-20T20:26:32.6727623Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/attestation_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6729201Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/embed/tuf-repo.github.com/root.json' from root:root to runner:runner
2025-08-20T20:26:32.6730956Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/embed/tuf-repo.github.com' from root:root to runner:runner
2025-08-20T20:26:32.6732432Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/embed' from root:root to runner:runner
2025-08-20T20:26:32.6733862Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/mock_verifier.go' from root:root to runner:runner
2025-08-20T20:26:32.6735303Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/tuf.go' from root:root to runner:runner
2025-08-20T20:26:32.6736877Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/attestation.go' from root:root to runner:runner
2025-08-20T20:26:32.6738283Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification' from root:root to runner:runner
2025-08-20T20:26:32.6739644Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/image.go' from root:root to runner:runner
2025-08-20T20:26:32.6741190Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/artifact_posix_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6742706Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci/client.go' from root:root to runner:runner
2025-08-20T20:26:32.6744222Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci/client_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6745831Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci/mock_client.go' from root:root to runner:runner
2025-08-20T20:26:32.6747277Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci' from root:root to runner:runner
2025-08-20T20:26:32.6748652Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/artifact.go' from root:root to runner:runner
2025-08-20T20:26:32.6750242Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/digest/digest_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6751700Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/digest/digest.go' from root:root to runner:runner
2025-08-20T20:26:32.6753094Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/digest' from root:root to runner:runner
2025-08-20T20:26:32.6754628Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/image_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6756205Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/file_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6757657Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/file.go' from root:root to runner:runner
2025-08-20T20:26:32.6759095Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/artifact_windows_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6760491Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact' from root:root to runner:runner
2025-08-20T20:26:32.6761847Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/verify_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6763247Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/policy_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6764623Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/verify.go' from root:root to runner:runner
2025-08-20T20:26:32.6766202Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/policy.go' from root:root to runner:runner
2025-08-20T20:26:32.6767646Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/options.go' from root:root to runner:runner
2025-08-20T20:26:32.6769208Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/attestation_integration_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6770759Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/options_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6772187Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/attestation_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6773665Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/verify_integration_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6775246Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/attestation.go' from root:root to runner:runner
2025-08-20T20:26:32.6776867Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify' from root:root to runner:runner
2025-08-20T20:26:32.6778236Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/metadata_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6779868Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/metadata.go' from root:root to runner:runner
2025-08-20T20:26:32.6781263Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/options.go' from root:root to runner:runner
2025-08-20T20:26:32.6782675Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/options_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6784087Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/download.go' from root:root to runner:runner
2025-08-20T20:26:32.6785709Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/download_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6787181Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download' from root:root to runner:runner
2025-08-20T20:26:32.6788529Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/trust_domain.go' from root:root to runner:runner
2025-08-20T20:26:32.6789884Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/client.go' from root:root to runner:runner
2025-08-20T20:26:32.6791240Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/client_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6792619Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/mock_client.go' from root:root to runner:runner
2025-08-20T20:26:32.6794116Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/mock_httpClient_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6795676Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/attestation.go' from root:root to runner:runner
2025-08-20T20:26:32.6797167Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/mock_githubApiClient_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6798535Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api' from root:root to runner:runner
2025-08-20T20:26:32.6799846Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/io/handler.go' from root:root to runner:runner
2025-08-20T20:26:32.6801348Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/io' from root:root to runner:runner
2025-08-20T20:26:32.6802650Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/attestation.go' from root:root to runner:runner
2025-08-20T20:26:32.6803942Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation' from root:root to runner:runner
2025-08-20T20:26:32.6805399Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/version/version.go' from root:root to runner:runner
2025-08-20T20:26:32.6806859Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/version/version_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6808113Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/version' from root:root to runner:runner
2025-08-20T20:26:32.6809318Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/auth.go' from root:root to runner:runner
2025-08-20T20:26:32.6810717Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/gitcredential/helper.go' from root:root to runner:runner
2025-08-20T20:26:32.6812156Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/gitcredential/helper_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6813510Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/gitcredential' from root:root to runner:runner
2025-08-20T20:26:32.6814817Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/logout/logout_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6816353Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/logout/logout.go' from root:root to runner:runner
2025-08-20T20:26:32.6817632Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/logout' from root:root to runner:runner
2025-08-20T20:26:32.6819128Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/helper_config.go' from root:root to runner:runner
2025-08-20T20:26:32.6820734Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/fake_helper_config_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6822251Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/updater.go' from root:root to runner:runner
2025-08-20T20:26:32.6823742Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/helper_config_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6825419Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/fake_helper_config.go' from root:root to runner:runner
2025-08-20T20:26:32.6827076Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/updater_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6828488Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials' from root:root to runner:runner
2025-08-20T20:26:32.6829990Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/writeable.go' from root:root to runner:runner
2025-08-20T20:26:32.6831309Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/prompt.go' from root:root to runner:runner
2025-08-20T20:26:32.6832688Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/contract/helper_config.go' from root:root to runner:runner
2025-08-20T20:26:32.6834049Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/contract' from root:root to runner:runner
2025-08-20T20:26:32.6835450Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/oauth_scopes.go' from root:root to runner:runner
2025-08-20T20:26:32.6836964Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/login_flow_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6838324Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/login_flow.go' from root:root to runner:runner
2025-08-20T20:26:32.6839670Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/git_credential.go' from root:root to runner:runner
2025-08-20T20:26:32.6841039Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/git_credential_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6842427Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/oauth_scopes_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6843836Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared' from root:root to runner:runner
2025-08-20T20:26:32.6845167Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/switch/switch.go' from root:root to runner:runner
2025-08-20T20:26:32.6846588Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/switch/switch_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6847878Z [00:03:11.336]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/switch' from root:root to runner:runner
2025-08-20T20:26:32.6849160Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/login/login_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6850604Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/login/login.go' from root:root to runner:runner
2025-08-20T20:26:32.6851849Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/login' from root:root to runner:runner
2025-08-20T20:26:32.6853143Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/refresh/refresh_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6854634Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/refresh/refresh.go' from root:root to runner:runner
2025-08-20T20:26:32.6856064Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/refresh' from root:root to runner:runner
2025-08-20T20:26:32.6857388Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/token/token.go' from root:root to runner:runner
2025-08-20T20:26:32.6858694Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/token/token_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6860077Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/token' from root:root to runner:runner
2025-08-20T20:26:32.6861414Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/status/status_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6862747Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/status/status.go' from root:root to runner:runner
2025-08-20T20:26:32.6864019Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/status' from root:root to runner:runner
2025-08-20T20:26:32.6865340Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/setupgit/setupgit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6866987Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/setupgit/setupgit.go' from root:root to runner:runner
2025-08-20T20:26:32.6868479Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/setupgit' from root:root to runner:runner
2025-08-20T20:26:32.6869757Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth' from root:root to runner:runner
2025-08-20T20:26:32.6871026Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/edit.go' from root:root to runner:runner
2025-08-20T20:26:32.6872293Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/clone_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6873574Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6874850Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.6876213Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/label.go' from root:root to runner:runner
2025-08-20T20:26:32.6877466Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/edit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6878876Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/http.go' from root:root to runner:runner
2025-08-20T20:26:32.6880164Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/create.go' from root:root to runner:runner
2025-08-20T20:26:32.6881432Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6882718Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6884061Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/list.go' from root:root to runner:runner
2025-08-20T20:26:32.6885369Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/clone.go' from root:root to runner:runner
2025-08-20T20:26:32.6886762Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/shared.go' from root:root to runner:runner
2025-08-20T20:26:32.6888033Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6889261Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label' from root:root to runner:runner
2025-08-20T20:26:32.6890487Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/browse/browse.go' from root:root to runner:runner
2025-08-20T20:26:32.6891761Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/browse/browse_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6893212Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/browse' from root:root to runner:runner
2025-08-20T20:26:32.6894545Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/repos/repos_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6895954Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/repos/repos.go' from root:root to runner:runner
2025-08-20T20:26:32.6897279Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/repos' from root:root to runner:runner
2025-08-20T20:26:32.6898582Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/issues/issues_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6899954Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/issues/issues.go' from root:root to runner:runner
2025-08-20T20:26:32.6901227Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/issues' from root:root to runner:runner
2025-08-20T20:26:32.6902775Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/shared/shared_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6904114Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/shared/shared.go' from root:root to runner:runner
2025-08-20T20:26:32.6905390Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/shared' from root:root to runner:runner
2025-08-20T20:26:32.6906979Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/prs/prs.go' from root:root to runner:runner
2025-08-20T20:26:32.6908391Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/prs/prs_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6909716Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/prs' from root:root to runner:runner
2025-08-20T20:26:32.6910992Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/code/code_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6912290Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/code/code.go' from root:root to runner:runner
2025-08-20T20:26:32.6913537Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/code' from root:root to runner:runner
2025-08-20T20:26:32.6914782Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/search.go' from root:root to runner:runner
2025-08-20T20:26:32.6916228Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/commits/commits_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6917832Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/commits/commits.go' from root:root to runner:runner
2025-08-20T20:26:32.6919182Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/commits' from root:root to runner:runner
2025-08-20T20:26:32.6920396Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search' from root:root to runner:runner
2025-08-20T20:26:32.6921757Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/actions/actions.go' from root:root to runner:runner
2025-08-20T20:26:32.6922990Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/actions' from root:root to runner:runner
2025-08-20T20:26:32.6924230Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/edit/edit.go' from root:root to runner:runner
2025-08-20T20:26:32.6925594Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/edit/edit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6926909Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/edit' from root:root to runner:runner
2025-08-20T20:26:32.6928226Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/setdefault/setdefault_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6929620Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/setdefault/setdefault.go' from root:root to runner:runner
2025-08-20T20:26:32.6930925Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/setdefault' from root:root to runner:runner
2025-08-20T20:26:32.6932229Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.6933718Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6935127Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/view' from root:root to runner:runner
2025-08-20T20:26:32.6936672Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/gitignore.go' from root:root to runner:runner
2025-08-20T20:26:32.6938110Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6939484Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.6940805Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/list' from root:root to runner:runner
2025-08-20T20:26:32.6942197Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore' from root:root to runner:runner
2025-08-20T20:26:32.6943454Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.6944721Z [00:03:11.337]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view/http.go' from root:root to runner:runner
2025-08-20T20:26:32.6946413Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6947689Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view' from root:root to runner:runner
2025-08-20T20:26:32.6948964Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/clone/clone_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6950271Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/clone/clone.go' from root:root to runner:runner
2025-08-20T20:26:32.6951526Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/clone' from root:root to runner:runner
2025-08-20T20:26:32.6952834Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add/add_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6954185Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add/add.go' from root:root to runner:runner
2025-08-20T20:26:32.6955604Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add/http.go' from root:root to runner:runner
2025-08-20T20:26:32.6957144Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add' from root:root to runner:runner
2025-08-20T20:26:32.6958535Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.6959907Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete/http.go' from root:root to runner:runner
2025-08-20T20:26:32.6961371Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6962774Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete' from root:root to runner:runner
2025-08-20T20:26:32.6964114Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/deploy-key.go' from root:root to runner:runner
2025-08-20T20:26:32.6965480Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6967076Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list/http.go' from root:root to runner:runner
2025-08-20T20:26:32.6968421Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.6969737Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list' from root:root to runner:runner
2025-08-20T20:26:32.6971155Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key' from root:root to runner:runner
2025-08-20T20:26:32.6972445Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.6973737Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete/http.go' from root:root to runner:runner
2025-08-20T20:26:32.6975052Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6976469Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete' from root:root to runner:runner
2025-08-20T20:26:32.6977730Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/sync.go' from root:root to runner:runner
2025-08-20T20:26:32.6979023Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/sync_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6980336Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/git.go' from root:root to runner:runner
2025-08-20T20:26:32.6981758Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/http.go' from root:root to runner:runner
2025-08-20T20:26:32.6983096Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/mocks.go' from root:root to runner:runner
2025-08-20T20:26:32.6984412Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync' from root:root to runner:runner
2025-08-20T20:26:32.6985863Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/repo.go' from root:root to runner:runner
2025-08-20T20:26:32.6987203Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.6988566Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6989884Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/view' from root:root to runner:runner
2025-08-20T20:26:32.6991341Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/license.go' from root:root to runner:runner
2025-08-20T20:26:32.6992688Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.6994031Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.6995474Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/list' from root:root to runner:runner
2025-08-20T20:26:32.6996912Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license' from root:root to runner:runner
2025-08-20T20:26:32.6998175Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/shared/repo.go' from root:root to runner:runner
2025-08-20T20:26:32.6999477Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/shared/repo_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7000752Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/shared' from root:root to runner:runner
2025-08-20T20:26:32.7002012Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/garden/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7003311Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/garden/garden.go' from root:root to runner:runner
2025-08-20T20:26:32.7004570Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/garden' from root:root to runner:runner
2025-08-20T20:26:32.7006085Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/rename/rename_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7007484Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/rename/rename.go' from root:root to runner:runner
2025-08-20T20:26:32.7008747Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/rename' from root:root to runner:runner
2025-08-20T20:26:32.7010094Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/fork/fork_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7011469Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/fork/forkResult.json' from root:root to runner:runner
2025-08-20T20:26:32.7012772Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/fork/fork.go' from root:root to runner:runner
2025-08-20T20:26:32.7014013Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/fork' from root:root to runner:runner
2025-08-20T20:26:32.7015449Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7016953Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive/unarchive_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7018336Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive/unarchive.go' from root:root to runner:runner
2025-08-20T20:26:32.7019784Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive' from root:root to runner:runner
2025-08-20T20:26:32.7021074Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/credits/credits.go' from root:root to runner:runner
2025-08-20T20:26:32.7022345Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/credits' from root:root to runner:runner
2025-08-20T20:26:32.7023616Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7024982Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/fixtures/repoList.json' from root:root to runner:runner
2025-08-20T20:26:32.7026531Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/fixtures/repoSearch.json' from root:root to runner:runner
2025-08-20T20:26:32.7027887Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7029156Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7030571Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7031923Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7033251Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list' from root:root to runner:runner
2025-08-20T20:26:32.7034630Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.7036082Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7037524Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7038904Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7040431Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view' from root:root to runner:runner
2025-08-20T20:26:32.7041765Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7043139Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7044692Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7046242Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7047656Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete' from root:root to runner:runner
2025-08-20T20:26:32.7049004Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/shared/autolink.go' from root:root to runner:runner
2025-08-20T20:26:32.7050352Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/shared' from root:root to runner:runner
2025-08-20T20:26:32.7051673Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/autolink.go' from root:root to runner:runner
2025-08-20T20:26:32.7053035Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7054394Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7055941Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7057371Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7058744Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list' from root:root to runner:runner
2025-08-20T20:26:32.7060126Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7061501Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/create.go' from root:root to runner:runner
2025-08-20T20:26:32.7062889Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7064435Z [00:03:11.338]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7065877Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create' from root:root to runner:runner
2025-08-20T20:26:32.7067207Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink' from root:root to runner:runner
2025-08-20T20:26:32.7068721Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/fixtures/repoTempList.json' from root:root to runner:runner
2025-08-20T20:26:32.7070098Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7071397Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7072692Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/create.go' from root:root to runner:runner
2025-08-20T20:26:32.7074008Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7075342Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7077005Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create' from root:root to runner:runner
2025-08-20T20:26:32.7078285Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive/archive.go' from root:root to runner:runner
2025-08-20T20:26:32.7079630Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive/archive_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7081166Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7082502Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive' from root:root to runner:runner
2025-08-20T20:26:32.7083781Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo' from root:root to runner:runner
2025-08-20T20:26:32.7085127Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/extension_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7086587Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_topic.go' from root:root to runner:runner
2025-08-20T20:26:32.7087842Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/root.go' from root:root to runner:runner
2025-08-20T20:26:32.7089336Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/extension.go' from root:root to runner:runner
2025-08-20T20:26:32.7090608Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/alias_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7091872Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7093271Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/alias.go' from root:root to runner:runner
2025-08-20T20:26:32.7094545Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_reference.go' from root:root to runner:runner
2025-08-20T20:26:32.7095936Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_topic_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7097260Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help.go' from root:root to runner:runner
2025-08-20T20:26:32.7098457Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root' from root:root to runner:runner
2025-08-20T20:26:32.7099739Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/codespace_selector.go' from root:root to runner:runner
2025-08-20T20:26:32.7101064Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/edit.go' from root:root to runner:runner
2025-08-20T20:26:32.7102333Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/logs.go' from root:root to runner:runner
2025-08-20T20:26:32.7103615Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7105108Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/codespace_selector_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7106586Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/stop.go' from root:root to runner:runner
2025-08-20T20:26:32.7107954Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/view.go' from root:root to runner:runner
2025-08-20T20:26:32.7109298Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/logs_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7110597Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7111889Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ssh_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7113320Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/common.go' from root:root to runner:runner
2025-08-20T20:26:32.7114623Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/stop_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7116125Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/edit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7117600Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ssh.go' from root:root to runner:runner
2025-08-20T20:26:32.7118875Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/select.go' from root:root to runner:runner
2025-08-20T20:26:32.7120155Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/root.go' from root:root to runner:runner
2025-08-20T20:26:32.7121452Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/code_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7122752Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/jupyter.go' from root:root to runner:runner
2025-08-20T20:26:32.7124037Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/code.go' from root:root to runner:runner
2025-08-20T20:26:32.7125312Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ports.go' from root:root to runner:runner
2025-08-20T20:26:32.7126780Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7128106Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/create.go' from root:root to runner:runner
2025-08-20T20:26:32.7129526Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/mock_api.go' from root:root to runner:runner
2025-08-20T20:26:32.7130908Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/mock_prompter.go' from root:root to runner:runner
2025-08-20T20:26:32.7132327Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7133703Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/rebuild.go' from root:root to runner:runner
2025-08-20T20:26:32.7134991Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7136425Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/common_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7137900Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/rebuild_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7139227Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ports_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7140545Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/select_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7142002Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7143260Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace' from root:root to runner:runner
2025-08-20T20:26:32.7144479Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/org.go' from root:root to runner:runner
2025-08-20T20:26:32.7145831Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7147177Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7148457Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7149732Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7150957Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list' from root:root to runner:runner
2025-08-20T20:26:32.7152139Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org' from root:root to runner:runner
2025-08-20T20:26:32.7153467Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/run/run.go' from root:root to runner:runner
2025-08-20T20:26:32.7154843Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/run/run_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7156344Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/run' from root:root to runner:runner
2025-08-20T20:26:32.7157723Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/enable/enable_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7159078Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/enable/enable.go' from root:root to runner:runner
2025-08-20T20:26:32.7160374Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/enable' from root:root to runner:runner
2025-08-20T20:26:32.7161651Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.7163163Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7164447Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/view' from root:root to runner:runner
2025-08-20T20:26:32.7165874Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/disable/disable_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7167399Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/disable/disable.go' from root:root to runner:runner
2025-08-20T20:26:32.7168717Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/disable' from root:root to runner:runner
2025-08-20T20:26:32.7170035Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared/shared_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7171388Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared/shared.go' from root:root to runner:runner
2025-08-20T20:26:32.7172716Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared/test.go' from root:root to runner:runner
2025-08-20T20:26:32.7174014Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared' from root:root to runner:runner
2025-08-20T20:26:32.7175315Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7176780Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7178168Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/list' from root:root to runner:runner
2025-08-20T20:26:32.7179517Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/workflow.go' from root:root to runner:runner
2025-08-20T20:26:32.7180899Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow' from root:root to runner:runner
2025-08-20T20:26:32.7182191Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/config.go' from root:root to runner:runner
2025-08-20T20:26:32.7183546Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/clear-cache/clear_cache_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7184953Z [00:03:11.339]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/clear-cache/clear_cache.go' from root:root to runner:runner
2025-08-20T20:26:32.7186492Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/clear-cache' from root:root to runner:runner
2025-08-20T20:26:32.7187795Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/set/set_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7189079Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/set/set.go' from root:root to runner:runner
2025-08-20T20:26:32.7190466Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/set' from root:root to runner:runner
2025-08-20T20:26:32.7191739Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7193045Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7194299Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/list' from root:root to runner:runner
2025-08-20T20:26:32.7195668Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/get/get_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7197022Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/get/get.go' from root:root to runner:runner
2025-08-20T20:26:32.7198257Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/get' from root:root to runner:runner
2025-08-20T20:26:32.7199463Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config' from root:root to runner:runner
2025-08-20T20:26:32.7200690Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/edit/edit.go' from root:root to runner:runner
2025-08-20T20:26:32.7202106Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/edit/edit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7203409Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/edit' from root:root to runner:runner
2025-08-20T20:26:32.7204724Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.7206167Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7207422Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/view' from root:root to runner:runner
2025-08-20T20:26:32.7208699Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/clone/clone_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7209994Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/clone/clone.go' from root:root to runner:runner
2025-08-20T20:26:32.7211403Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/clone' from root:root to runner:runner
2025-08-20T20:26:32.7212668Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7213993Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7215398Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/delete' from root:root to runner:runner
2025-08-20T20:26:32.7216864Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/gist.go' from root:root to runner:runner
2025-08-20T20:26:32.7218163Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/shared/shared_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7219478Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/shared/shared.go' from root:root to runner:runner
2025-08-20T20:26:32.7220736Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/shared' from root:root to runner:runner
2025-08-20T20:26:32.7222014Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/rename/rename_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7223338Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/rename/rename.go' from root:root to runner:runner
2025-08-20T20:26:32.7224597Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/rename' from root:root to runner:runner
2025-08-20T20:26:32.7226108Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7227460Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7228692Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/list' from root:root to runner:runner
2025-08-20T20:26:32.7230032Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/create/create.go' from root:root to runner:runner
2025-08-20T20:26:32.7231415Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/create/create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7232699Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/create' from root:root to runner:runner
2025-08-20T20:26:32.7233893Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist' from root:root to runner:runner
2025-08-20T20:26:32.7235291Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/default_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7236803Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/remote_resolver_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7238162Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/remote_resolver.go' from root:root to runner:runner
2025-08-20T20:26:32.7239665Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/default.go' from root:root to runner:runner
2025-08-20T20:26:32.7240904Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory' from root:root to runner:runner
2025-08-20T20:26:32.7242201Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/accessibility/accessibility.go' from root:root to runner:runner
2025-08-20T20:26:32.7243510Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/accessibility' from root:root to runner:runner
2025-08-20T20:26:32.7244783Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.7246342Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/fixtures/rulesetViewRepo.json' from root:root to runner:runner
2025-08-20T20:26:32.7247894Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/fixtures/rulesetViewMultiple.json' from root:root to runner:runner
2025-08-20T20:26:32.7249399Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/fixtures/rulesetViewOrg.json' from root:root to runner:runner
2025-08-20T20:26:32.7250894Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7252248Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7253630Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7254967Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view' from root:root to runner:runner
2025-08-20T20:26:32.7256379Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/shared/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7257707Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/shared/shared.go' from root:root to runner:runner
2025-08-20T20:26:32.7258988Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/shared' from root:root to runner:runner
2025-08-20T20:26:32.7260401Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/ruleset.go' from root:root to runner:runner
2025-08-20T20:26:32.7261707Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7263107Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list/fixtures/rulesetList.json' from root:root to runner:runner
2025-08-20T20:26:32.7264807Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7266214Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7267488Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list' from root:root to runner:runner
2025-08-20T20:26:32.7268846Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check/fixtures/rulesetCheck.json' from root:root to runner:runner
2025-08-20T20:26:32.7270241Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7271571Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check/check_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7272903Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check/check.go' from root:root to runner:runner
2025-08-20T20:26:32.7274170Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check' from root:root to runner:runner
2025-08-20T20:26:32.7275504Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset' from root:root to runner:runner
2025-08-20T20:26:32.7276946Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview/prompter/prompter.go' from root:root to runner:runner
2025-08-20T20:26:32.7278416Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview/prompter' from root:root to runner:runner
2025-08-20T20:26:32.7279749Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview/preview.go' from root:root to runner:runner
2025-08-20T20:26:32.7281016Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview' from root:root to runner:runner
2025-08-20T20:26:32.7282288Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7283619Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7285099Z [00:03:11.340]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/delete' from root:root to runner:runner
2025-08-20T20:26:32.7286544Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/shared/shared_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7287881Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/shared/shared.go' from root:root to runner:runner
2025-08-20T20:26:32.7289302Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/shared' from root:root to runner:runner
2025-08-20T20:26:32.7290550Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/cache.go' from root:root to runner:runner
2025-08-20T20:26:32.7291827Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7293118Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7294364Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/list' from root:root to runner:runner
2025-08-20T20:26:32.7295650Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache' from root:root to runner:runner
2025-08-20T20:26:32.7297016Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/completion/completion_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7298370Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/completion/completion.go' from root:root to runner:runner
2025-08-20T20:26:32.7299744Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/completion' from root:root to runner:runner
2025-08-20T20:26:32.7301041Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/api_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7302284Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/fields.go' from root:root to runner:runner
2025-08-20T20:26:32.7303607Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/pagination.go' from root:root to runner:runner
2025-08-20T20:26:32.7304909Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7306401Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/pagination_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7307698Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/fields_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7309096Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/api.go' from root:root to runner:runner
2025-08-20T20:26:32.7310338Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7311545Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api' from root:root to runner:runner
2025-08-20T20:26:32.7312989Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/manager_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7314338Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/extension_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7315836Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/symlink_other.go' from root:root to runner:runner
2025-08-20T20:26:32.7317252Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse/browse.go' from root:root to runner:runner
2025-08-20T20:26:32.7318626Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse/browse_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7319971Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse/rg.go' from root:root to runner:runner
2025-08-20T20:26:32.7321256Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse' from root:root to runner:runner
2025-08-20T20:26:32.7322566Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/script.sh' from root:root to runner:runner
2025-08-20T20:26:32.7324068Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/goBinMain.go.txt' from root:root to runner:runner
2025-08-20T20:26:32.7325659Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/otherBinWorkflow.yml' from root:root to runner:runner
2025-08-20T20:26:32.7327258Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/goBinWorkflow.yml' from root:root to runner:runner
2025-08-20T20:26:32.7328732Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/buildScript.sh' from root:root to runner:runner
2025-08-20T20:26:32.7330069Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls' from root:root to runner:runner
2025-08-20T20:26:32.7331364Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/command.go' from root:root to runner:runner
2025-08-20T20:26:32.7332637Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/git.go' from root:root to runner:runner
2025-08-20T20:26:32.7334050Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7335341Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/extension.go' from root:root to runner:runner
2025-08-20T20:26:32.7336797Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/command_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7338278Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/manager.go' from root:root to runner:runner
2025-08-20T20:26:32.7339622Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/symlink_windows.go' from root:root to runner:runner
2025-08-20T20:26:32.7340938Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/mocks.go' from root:root to runner:runner
2025-08-20T20:26:32.7342186Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension' from root:root to runner:runner
2025-08-20T20:26:32.7343457Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7344795Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7346247Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/delete' from root:root to runner:runner
2025-08-20T20:26:32.7347509Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/secret.go' from root:root to runner:runner
2025-08-20T20:26:32.7348948Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/base_repo_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7350358Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/base_repo.go' from root:root to runner:runner
2025-08-20T20:26:32.7351779Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/shared_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7353170Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/shared.go' from root:root to runner:runner
2025-08-20T20:26:32.7354442Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared' from root:root to runner:runner
2025-08-20T20:26:32.7355885Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set/set_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7357244Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7358707Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set/set.go' from root:root to runner:runner
2025-08-20T20:26:32.7359953Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set' from root:root to runner:runner
2025-08-20T20:26:32.7361223Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7362722Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7363995Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/list' from root:root to runner:runner
2025-08-20T20:26:32.7365202Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret' from root:root to runner:runner
2025-08-20T20:26:32.7366586Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/status_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7367962Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/fixtures/notifications.json' from root:root to runner:runner
2025-08-20T20:26:32.7369346Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/fixtures/search.json' from root:root to runner:runner
2025-08-20T20:26:32.7370707Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/fixtures/events.json' from root:root to runner:runner
2025-08-20T20:26:32.7372097Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/fixtures/search_forbidden.json' from root:root to runner:runner
2025-08-20T20:26:32.7373566Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7374890Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/status.go' from root:root to runner:runner
2025-08-20T20:26:32.7376405Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status' from root:root to runner:runner
2025-08-20T20:26:32.7377705Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/edit/edit.go' from root:root to runner:runner
2025-08-20T20:26:32.7378996Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/edit/edit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7380303Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/edit' from root:root to runner:runner
2025-08-20T20:26:32.7381551Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.7383175Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewFullComments.json' from root:root to runner:runner
2025-08-20T20:26:32.7384779Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewClosedState.json' from root:root to runner:runner
2025-08-20T20:26:32.7386433Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_preview.json' from root:root to runner:runner
2025-08-20T20:26:32.7388114Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewWithMetadata.json' from root:root to runner:runner
2025-08-20T20:26:32.7389709Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewSingleComment.json' from root:root to runner:runner
2025-08-20T20:26:32.7391304Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewWithEmptyBody.json' from root:root to runner:runner
2025-08-20T20:26:32.7392742Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7394022Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7395321Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7396731Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view' from root:root to runner:runner
2025-08-20T20:26:32.7398112Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/lock/lock_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7399481Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/lock/lock.go' from root:root to runner:runner
2025-08-20T20:26:32.7400720Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/lock' from root:root to runner:runner
2025-08-20T20:26:32.7402080Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/close/close_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7403467Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/close/close.go' from root:root to runner:runner
2025-08-20T20:26:32.7404728Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/close' from root:root to runner:runner
2025-08-20T20:26:32.7406101Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7407576Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7408861Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/delete' from root:root to runner:runner
2025-08-20T20:26:32.7410121Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/pin/pin_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7411542Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/pin/pin.go' from root:root to runner:runner
2025-08-20T20:26:32.7412769Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/pin' from root:root to runner:runner
2025-08-20T20:26:32.7414034Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared/lookup.go' from root:root to runner:runner
2025-08-20T20:26:32.7415359Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared/lookup_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7416922Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared/display.go' from root:root to runner:runner
2025-08-20T20:26:32.7418203Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared' from root:root to runner:runner
2025-08-20T20:26:32.7419503Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/unpin/unpin_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7420815Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/unpin/unpin.go' from root:root to runner:runner
2025-08-20T20:26:32.7422068Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/unpin' from root:root to runner:runner
2025-08-20T20:26:32.7423503Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/reopen/reopen_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7424887Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/reopen/reopen.go' from root:root to runner:runner
2025-08-20T20:26:32.7426346Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/reopen' from root:root to runner:runner
2025-08-20T20:26:32.7427712Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/comment/comment_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7429053Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/comment/comment.go' from root:root to runner:runner
2025-08-20T20:26:32.7430337Z [00:03:11.341]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/comment' from root:root to runner:runner
2025-08-20T20:26:32.7431714Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/issue.go' from root:root to runner:runner
2025-08-20T20:26:32.7433010Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/transfer/transfer.go' from root:root to runner:runner
2025-08-20T20:26:32.7434375Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/transfer/transfer_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7435911Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/transfer' from root:root to runner:runner
2025-08-20T20:26:32.7437308Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/argparsetest/argparsetest.go' from root:root to runner:runner
2025-08-20T20:26:32.7438665Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/argparsetest' from root:root to runner:runner
2025-08-20T20:26:32.7439982Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status/status_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7441389Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status/fixtures/issueStatus.json' from root:root to runner:runner
2025-08-20T20:26:32.7442761Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7444070Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status/status.go' from root:root to runner:runner
2025-08-20T20:26:32.7445333Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status' from root:root to runner:runner
2025-08-20T20:26:32.7446895Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7448339Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/fixtures/issueSearch.json' from root:root to runner:runner
2025-08-20T20:26:32.7449764Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/fixtures/issueList.json' from root:root to runner:runner
2025-08-20T20:26:32.7451183Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7452497Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7453799Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7455092Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7456633Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list' from root:root to runner:runner
2025-08-20T20:26:32.7457931Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/develop/develop.go' from root:root to runner:runner
2025-08-20T20:26:32.7459281Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/develop/develop_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7460734Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/develop' from root:root to runner:runner
2025-08-20T20:26:32.7462332Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/fixtures/repoWithNonLegacyIssueTemplates/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T20:26:32.7464252Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/fixtures/repoWithNonLegacyIssueTemplates/.github/ISSUE_TEMPLATE/enhancement.md' from root:root to runner:runner
2025-08-20T20:26:32.7466205Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/fixtures/repoWithNonLegacyIssueTemplates/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T20:26:32.7468009Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/fixtures/repoWithNonLegacyIssueTemplates/.github' from root:root to runner:runner
2025-08-20T20:26:32.7469671Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/fixtures/repoWithNonLegacyIssueTemplates' from root:root to runner:runner
2025-08-20T20:26:32.7471121Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7472620Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/create.go' from root:root to runner:runner
2025-08-20T20:26:32.7474017Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7475384Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create' from root:root to runner:runner
2025-08-20T20:26:32.7476759Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue' from root:root to runner:runner
2025-08-20T20:26:32.7477999Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit/edit.go' from root:root to runner:runner
2025-08-20T20:26:32.7479318Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit/edit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7480671Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7482098Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit' from root:root to runner:runner
2025-08-20T20:26:32.7483366Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.7484682Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7486188Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/view' from root:root to runner:runner
2025-08-20T20:26:32.7487536Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify-asset/verify_asset.go' from root:root to runner:runner
2025-08-20T20:26:32.7488964Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify-asset/verify_asset_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7490329Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify-asset' from root:root to runner:runner
2025-08-20T20:26:32.7491749Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify/verify_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7493162Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify/verify.go' from root:root to runner:runner
2025-08-20T20:26:32.7494449Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify' from root:root to runner:runner
2025-08-20T20:26:32.7495840Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7497249Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7498553Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete' from root:root to runner:runner
2025-08-20T20:26:32.7499951Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/fetch_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7501360Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/upload.go' from root:root to runner:runner
2025-08-20T20:26:32.7502702Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/upload_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7504077Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/attestation.go' from root:root to runner:runner
2025-08-20T20:26:32.7505432Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/fetch.go' from root:root to runner:runner
2025-08-20T20:26:32.7506986Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared' from root:root to runner:runner
2025-08-20T20:26:32.7508283Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/upload/upload.go' from root:root to runner:runner
2025-08-20T20:26:32.7509633Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/upload/upload_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7511092Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/upload' from root:root to runner:runner
2025-08-20T20:26:32.7512412Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/download/download.go' from root:root to runner:runner
2025-08-20T20:26:32.7513799Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/download/download_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7515191Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/download' from root:root to runner:runner
2025-08-20T20:26:32.7516620Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/release.go' from root:root to runner:runner
2025-08-20T20:26:32.7517996Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete-asset/delete_asset_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7519428Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete-asset/delete_asset.go' from root:root to runner:runner
2025-08-20T20:26:32.7520784Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete-asset' from root:root to runner:runner
2025-08-20T20:26:32.7522106Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7523410Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7524812Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7526241Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list' from root:root to runner:runner
2025-08-20T20:26:32.7527541Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7528860Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create/create.go' from root:root to runner:runner
2025-08-20T20:26:32.7530363Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create/create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7531667Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create' from root:root to runner:runner
2025-08-20T20:26:32.7532887Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release' from root:root to runner:runner
2025-08-20T20:26:32.7534278Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7535723Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7537128Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/delete' from root:root to runner:runner
2025-08-20T20:26:32.7538444Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/shared/validations.go' from root:root to runner:runner
2025-08-20T20:26:32.7539917Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/shared/validations_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7541277Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/shared' from root:root to runner:runner
2025-08-20T20:26:32.7542557Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/imports/import.go' from root:root to runner:runner
2025-08-20T20:26:32.7543891Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/imports/import_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7545177Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/imports' from root:root to runner:runner
2025-08-20T20:26:32.7546616Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/set/set_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7547890Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/set/set.go' from root:root to runner:runner
2025-08-20T20:26:32.7549231Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/set' from root:root to runner:runner
2025-08-20T20:26:32.7550516Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/alias.go' from root:root to runner:runner
2025-08-20T20:26:32.7551797Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7553093Z [00:03:11.342]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7554481Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/list' from root:root to runner:runner
2025-08-20T20:26:32.7555769Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias' from root:root to runner:runner
2025-08-20T20:26:32.7557045Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/edit/edit.go' from root:root to runner:runner
2025-08-20T20:26:32.7558322Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/edit/edit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7559715Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/edit' from root:root to runner:runner
2025-08-20T20:26:32.7560989Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/review/review_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7562293Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/review/review.go' from root:root to runner:runner
2025-08-20T20:26:32.7563538Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/review' from root:root to runner:runner
2025-08-20T20:26:32.7564951Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/withoutEvents.json' from root:root to runner:runner
2025-08-20T20:26:32.7566601Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/someSkipping.json' from root:root to runner:runner
2025-08-20T20:26:32.7568047Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/someFailing.json' from root:root to runner:runner
2025-08-20T20:26:32.7569465Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/withEvents.json' from root:root to runner:runner
2025-08-20T20:26:32.7570919Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/withDescriptions.json' from root:root to runner:runner
2025-08-20T20:26:32.7572366Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/somePending.json' from root:root to runner:runner
2025-08-20T20:26:32.7574042Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/withStatuses.json' from root:root to runner:runner
2025-08-20T20:26:32.7575618Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/someCancelled.json' from root:root to runner:runner
2025-08-20T20:26:32.7577116Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/allPassing.json' from root:root to runner:runner
2025-08-20T20:26:32.7578543Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/onlyRequired.json' from root:root to runner:runner
2025-08-20T20:26:32.7579941Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7581244Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/output.go' from root:root to runner:runner
2025-08-20T20:26:32.7582551Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/checks_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7584008Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/checks.go' from root:root to runner:runner
2025-08-20T20:26:32.7585316Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/aggregate.go' from root:root to runner:runner
2025-08-20T20:26:32.7586710Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks' from root:root to runner:runner
2025-08-20T20:26:32.7587974Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.7589525Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithAllChecksPassing.json' from root:root to runner:runner
2025-08-20T20:26:32.7591209Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewMergedState.json' from root:root to runner:runner
2025-08-20T20:26:32.7592806Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithAutoMergeEnabled.json' from root:root to runner:runner
2025-08-20T20:26:32.7594449Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithSomeChecksPending.json' from root:root to runner:runner
2025-08-20T20:26:32.7596198Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithMetadataByNumber.json' from root:root to runner:runner
2025-08-20T20:26:32.7597861Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewFullComments.json' from root:root to runner:runner
2025-08-20T20:26:32.7599641Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithNoChecks.json' from root:root to runner:runner
2025-08-20T20:26:32.7601257Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewClosedState.json' from root:root to runner:runner
2025-08-20T20:26:32.7602812Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithNilProject.json' from root:root to runner:runner
2025-08-20T20:26:32.7604379Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewSingleComment.json' from root:root to runner:runner
2025-08-20T20:26:32.7606105Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewReviews.json' from root:root to runner:runner
2025-08-20T20:26:32.7607739Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithSomeChecksFailing.json' from root:root to runner:runner
2025-08-20T20:26:32.7609279Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreview.json' from root:root to runner:runner
2025-08-20T20:26:32.7610956Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewManyReviews.json' from root:root to runner:runner
2025-08-20T20:26:32.7612557Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithAllChecksFailing.json' from root:root to runner:runner
2025-08-20T20:26:32.7614202Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithReviewersByNumber.json' from root:root to runner:runner
2025-08-20T20:26:32.7616048Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewDraftState.json' from root:root to runner:runner
2025-08-20T20:26:32.7617523Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7618805Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7620039Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view' from root:root to runner:runner
2025-08-20T20:26:32.7621301Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/close/close_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7622587Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/close/close.go' from root:root to runner:runner
2025-08-20T20:26:32.7623814Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/close' from root:root to runner:runner
2025-08-20T20:26:32.7625326Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checkout/checkout_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7626868Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checkout/checkout.go' from root:root to runner:runner
2025-08-20T20:26:32.7628147Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checkout' from root:root to runner:runner
2025-08-20T20:26:32.7629553Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/survey.go' from root:root to runner:runner
2025-08-20T20:26:32.7630925Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/git_cached_config_client.go' from root:root to runner:runner
2025-08-20T20:26:32.7632290Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/commentable.go' from root:root to runner:runner
2025-08-20T20:26:32.7633602Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/preserve.go' from root:root to runner:runner
2025-08-20T20:26:32.7634933Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/completion_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7636430Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/params.go' from root:root to runner:runner
2025-08-20T20:26:32.7637752Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/editable_http.go' from root:root to runner:runner
2025-08-20T20:26:32.7639078Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/survey_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7640517Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/templates.go' from root:root to runner:runner
2025-08-20T20:26:32.7641912Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/reaction_groups.go' from root:root to runner:runner
2025-08-20T20:26:32.7643299Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/editable.go' from root:root to runner:runner
2025-08-20T20:26:32.7644718Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/find_refs_resolution_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7646155Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/lister.go' from root:root to runner:runner
2025-08-20T20:26:32.7647478Z [00:03:11.343]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/params_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7648939Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/state.go' from root:root to runner:runner
2025-08-20T20:26:32.7650251Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/templates_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7651590Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/preserve_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7653112Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/completion.go' from root:root to runner:runner
2025-08-20T20:26:32.7654423Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/comments.go' from root:root to runner:runner
2025-08-20T20:26:32.7655812Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/finder.go' from root:root to runner:runner
2025-08-20T20:26:32.7657180Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/display_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7658539Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/find_refs_resolution.go' from root:root to runner:runner
2025-08-20T20:26:32.7659873Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/display.go' from root:root to runner:runner
2025-08-20T20:26:32.7661185Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/finder_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7662437Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared' from root:root to runner:runner
2025-08-20T20:26:32.7663678Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge/merge.go' from root:root to runner:runner
2025-08-20T20:26:32.7665088Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge/merge_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7666519Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7667843Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge' from root:root to runner:runner
2025-08-20T20:26:32.7669168Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/ready/ready_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7670460Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/ready/ready.go' from root:root to runner:runner
2025-08-20T20:26:32.7671694Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/ready' from root:root to runner:runner
2025-08-20T20:26:32.7673100Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/reopen/reopen_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7674404Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/reopen/reopen.go' from root:root to runner:runner
2025-08-20T20:26:32.7675741Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/reopen' from root:root to runner:runner
2025-08-20T20:26:32.7677169Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/comment/comment_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7678482Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/comment/comment.go' from root:root to runner:runner
2025-08-20T20:26:32.7679741Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/comment' from root:root to runner:runner
2025-08-20T20:26:32.7681096Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/update-branch/update_branch.go' from root:root to runner:runner
2025-08-20T20:26:32.7682501Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/update-branch/update_branch_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7683836Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/update-branch' from root:root to runner:runner
2025-08-20T20:26:32.7685067Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/pr.go' from root:root to runner:runner
2025-08-20T20:26:32.7686483Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/status_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7687848Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatus.json' from root:root to runner:runner
2025-08-20T20:26:32.7689470Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranchMerged.json' from root:root to runner:runner
2025-08-20T20:26:32.7691137Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranchClosed.json' from root:root to runner:runner
2025-08-20T20:26:32.7692889Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranchClosedOnDefaultBranch.json' from root:root to runner:runner
2025-08-20T20:26:32.7694579Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranch.json' from root:root to runner:runner
2025-08-20T20:26:32.7696260Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusChecksWithStatesByCount.json' from root:root to runner:runner
2025-08-20T20:26:32.7698022Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranchMergedOnDefaultBranch.json' from root:root to runner:runner
2025-08-20T20:26:32.7699787Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusChecks.json' from root:root to runner:runner
2025-08-20T20:26:32.7701149Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7702551Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7703830Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/status.go' from root:root to runner:runner
2025-08-20T20:26:32.7705130Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7706520Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status' from root:root to runner:runner
2025-08-20T20:26:32.7707773Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7709175Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/fixtures/prListWithDuplicates.json' from root:root to runner:runner
2025-08-20T20:26:32.7710614Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/fixtures/prList.json' from root:root to runner:runner
2025-08-20T20:26:32.7711925Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7713175Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7714565Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7715965Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7717332Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list' from root:root to runner:runner
2025-08-20T20:26:32.7718614Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/diff/diff.go' from root:root to runner:runner
2025-08-20T20:26:32.7719882Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/diff/diff_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7721117Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/diff' from root:root to runner:runner
2025-08-20T20:26:32.7722537Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/regexp_writer.go' from root:root to runner:runner
2025-08-20T20:26:32.7724158Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/fixtures/repoWithNonLegacyPRTemplates/.github/PULL_REQUEST_TEMPLATE/bug_fix.md' from root:root to runner:runner
2025-08-20T20:26:32.7726076Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/fixtures/repoWithNonLegacyPRTemplates/.github/PULL_REQUEST_TEMPLATE' from root:root to runner:runner
2025-08-20T20:26:32.7727935Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/fixtures/repoWithNonLegacyPRTemplates/.github' from root:root to runner:runner
2025-08-20T20:26:32.7729532Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/fixtures/repoWithNonLegacyPRTemplates' from root:root to runner:runner
2025-08-20T20:26:32.7730938Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7732217Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/create.go' from root:root to runner:runner
2025-08-20T20:26:32.7733532Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7734872Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/regexp_writer_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7736331Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create' from root:root to runner:runner
2025-08-20T20:26:32.7737529Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr' from root:root to runner:runner
2025-08-20T20:26:32.7738881Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/edit/edit.go' from root:root to runner:runner
2025-08-20T20:26:32.7740271Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/edit/edit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7741622Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/edit' from root:root to runner:runner
2025-08-20T20:26:32.7742961Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/link/link_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7744276Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/link/link.go' from root:root to runner:runner
2025-08-20T20:26:32.7745649Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/link' from root:root to runner:runner
2025-08-20T20:26:32.7747073Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/mark-template/mark_template_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7748661Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/mark-template/mark_template.go' from root:root to runner:runner
2025-08-20T20:26:32.7750020Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/mark-template' from root:root to runner:runner
2025-08-20T20:26:32.7751347Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-add/item_add.go' from root:root to runner:runner
2025-08-20T20:26:32.7752843Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-add/item_add_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7754162Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-add' from root:root to runner:runner
2025-08-20T20:26:32.7755494Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-delete/item_delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7757060Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-delete/item_delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7758422Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-delete' from root:root to runner:runner
2025-08-20T20:26:32.7759714Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/view/view.go' from root:root to runner:runner
2025-08-20T20:26:32.7761027Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/view/view_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7762303Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/view' from root:root to runner:runner
2025-08-20T20:26:32.7763729Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/close/close_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7765120Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/close/close.go' from root:root to runner:runner
2025-08-20T20:26:32.7766576Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/close' from root:root to runner:runner
2025-08-20T20:26:32.7767902Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7769262Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7770570Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/delete' from root:root to runner:runner
2025-08-20T20:26:32.7772026Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-list/field_list.go' from root:root to runner:runner
2025-08-20T20:26:32.7773424Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-list/field_list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7774760Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-list' from root:root to runner:runner
2025-08-20T20:26:32.7776381Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-archive/item_archive_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7777821Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-archive/item_archive.go' from root:root to runner:runner
2025-08-20T20:26:32.7779171Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-archive' from root:root to runner:runner
2025-08-20T20:26:32.7780496Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/project.go' from root:root to runner:runner
2025-08-20T20:26:32.7781861Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/format/display_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7783279Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/format/display.go' from root:root to runner:runner
2025-08-20T20:26:32.7784634Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/format' from root:root to runner:runner
2025-08-20T20:26:32.7786052Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/client/client.go' from root:root to runner:runner
2025-08-20T20:26:32.7787575Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/client' from root:root to runner:runner
2025-08-20T20:26:32.7789041Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/queries/export_data_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7790578Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/queries/queries_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7792071Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/queries/queries.go' from root:root to runner:runner
2025-08-20T20:26:32.7793423Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/queries' from root:root to runner:runner
2025-08-20T20:26:32.7794710Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared' from root:root to runner:runner
2025-08-20T20:26:32.7796139Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-list/item_list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7797684Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-list/item_list.go' from root:root to runner:runner
2025-08-20T20:26:32.7798993Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-list' from root:root to runner:runner
2025-08-20T20:26:32.7800312Z [00:03:11.344]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/unlink/unlink_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7801787Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/unlink/unlink.go' from root:root to runner:runner
2025-08-20T20:26:32.7803079Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/unlink' from root:root to runner:runner
2025-08-20T20:26:32.7804441Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-delete/field_delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7805998Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-delete/field_delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7807404Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-delete' from root:root to runner:runner
2025-08-20T20:26:32.7808780Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-create/item_create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7810195Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-create/item_create.go' from root:root to runner:runner
2025-08-20T20:26:32.7811527Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-create' from root:root to runner:runner
2025-08-20T20:26:32.7812961Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7814340Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7815791Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/list' from root:root to runner:runner
2025-08-20T20:26:32.7817208Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-create/field_create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7818653Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-create/field_create.go' from root:root to runner:runner
2025-08-20T20:26:32.7820000Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-create' from root:root to runner:runner
2025-08-20T20:26:32.7821469Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/copy/copy_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7822791Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/copy/copy.go' from root:root to runner:runner
2025-08-20T20:26:32.7824054Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/copy' from root:root to runner:runner
2025-08-20T20:26:32.7825642Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-edit/item_edit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7827085Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-edit/item_edit.go' from root:root to runner:runner
2025-08-20T20:26:32.7828402Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-edit' from root:root to runner:runner
2025-08-20T20:26:32.7829695Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/create/create.go' from root:root to runner:runner
2025-08-20T20:26:32.7831043Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/create/create_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7832350Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/create' from root:root to runner:runner
2025-08-20T20:26:32.7833573Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project' from root:root to runner:runner
2025-08-20T20:26:32.7834819Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add/add_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7836210Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add/add.go' from root:root to runner:runner
2025-08-20T20:26:32.7837655Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7838946Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add' from root:root to runner:runner
2025-08-20T20:26:32.7840288Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7841643Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7842970Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7844261Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete' from root:root to runner:runner
2025-08-20T20:26:32.7845850Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7847206Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7848487Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7849902Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list' from root:root to runner:runner
2025-08-20T20:26:32.7851145Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/gpg_key.go' from root:root to runner:runner
2025-08-20T20:26:32.7852373Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key' from root:root to runner:runner
2025-08-20T20:26:32.7853642Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7855004Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7856469Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/delete' from root:root to runner:runner
2025-08-20T20:26:32.7857806Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/shared/shared_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7859156Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/shared/shared.go' from root:root to runner:runner
2025-08-20T20:26:32.7860443Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/shared' from root:root to runner:runner
2025-08-20T20:26:32.7861885Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set/set_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7863251Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7864607Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set/set.go' from root:root to runner:runner
2025-08-20T20:26:32.7866023Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set' from root:root to runner:runner
2025-08-20T20:26:32.7867380Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7868705Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7870136Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/list' from root:root to runner:runner
2025-08-20T20:26:32.7871427Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/get/get_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7872725Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/get/get.go' from root:root to runner:runner
2025-08-20T20:26:32.7874111Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/get' from root:root to runner:runner
2025-08-20T20:26:32.7875386Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/variable.go' from root:root to runner:runner
2025-08-20T20:26:32.7876759Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable' from root:root to runner:runner
2025-08-20T20:26:32.7878014Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add/add_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7879290Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add/add.go' from root:root to runner:runner
2025-08-20T20:26:32.7880602Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7881854Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add' from root:root to runner:runner
2025-08-20T20:26:32.7883127Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete/delete.go' from root:root to runner:runner
2025-08-20T20:26:32.7884424Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete/http.go' from root:root to runner:runner
2025-08-20T20:26:32.7885969Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete/delete_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7887323Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete' from root:root to runner:runner
2025-08-20T20:26:32.7888685Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/shared/user_keys.go' from root:root to runner:runner
2025-08-20T20:26:32.7890028Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/shared' from root:root to runner:runner
2025-08-20T20:26:32.7891283Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/ssh_key.go' from root:root to runner:runner
2025-08-20T20:26:32.7892573Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/list/list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7894050Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/list/list.go' from root:root to runner:runner
2025-08-20T20:26:32.7895301Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/list' from root:root to runner:runner
2025-08-20T20:26:32.7896015Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key' from root:root to runner:runner
2025-08-20T20:26:32.7896661Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd' from root:root to runner:runner
2025-08-20T20:26:32.7897398Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/ssh/ssh_keys.go' from root:root to runner:runner
2025-08-20T20:26:32.7897987Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/ssh' from root:root to runner:runner
2025-08-20T20:26:32.7898704Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsonfieldstest/jsonfieldstest.go' from root:root to runner:runner
2025-08-20T20:26:32.7899336Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsonfieldstest' from root:root to runner:runner
2025-08-20T20:26:32.7899912Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T20:26:32.7900542Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/run/run.go' from root:root to runner:runner
2025-08-20T20:26:32.7901189Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/run/stub.go' from root:root to runner:runner
2025-08-20T20:26:32.7901795Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/run' from root:root to runner:runner
2025-08-20T20:26:32.7902534Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/mock/config.go' from root:root to runner:runner
2025-08-20T20:26:32.7903239Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/mock/migration.go' from root:root to runner:runner
2025-08-20T20:26:32.7903863Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/mock' from root:root to runner:runner
2025-08-20T20:26:32.7904581Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/projects.go' from root:root to runner:runner
2025-08-20T20:26:32.7905209Z [00:03:11.345]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/gh.go' from root:root to runner:runner
2025-08-20T20:26:32.7905902Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh' from root:root to runner:runner
2025-08-20T20:26:32.7906636Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/safepaths/absolute.go' from root:root to runner:runner
2025-08-20T20:26:32.7907455Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/safepaths/absolute_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7908086Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/safepaths' from root:root to runner:runner
2025-08-20T20:26:32.7908836Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/accessible_prompter_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7909660Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/prompter_mock.go' from root:root to runner:runner
2025-08-20T20:26:32.7910347Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/prompter.go' from root:root to runner:runner
2025-08-20T20:26:32.7911017Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/test.go' from root:root to runner:runner
2025-08-20T20:26:32.7911642Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter' from root:root to runner:runner
2025-08-20T20:26:32.7912318Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghinstance/host.go' from root:root to runner:runner
2025-08-20T20:26:32.7913009Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghinstance/host_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7913652Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghinstance' from root:root to runner:runner
2025-08-20T20:26:32.7914304Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/browser/stub.go' from root:root to runner:runner
2025-08-20T20:26:32.7914975Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/browser/browser.go' from root:root to runner:runner
2025-08-20T20:26:32.7915770Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/browser' from root:root to runner:runner
2025-08-20T20:26:32.7916546Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/auth_config_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7917278Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/config.go' from root:root to runner:runner
2025-08-20T20:26:32.7917938Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/stub.go' from root:root to runner:runner
2025-08-20T20:26:32.7918628Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/config_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7919380Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/migration/multi_account_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7920207Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/migration/multi_account.go' from root:root to runner:runner
2025-08-20T20:26:32.7920867Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/migration' from root:root to runner:runner
2025-08-20T20:26:32.7921558Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/migrate_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7922255Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config' from root:root to runner:runner
2025-08-20T20:26:32.7922976Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/codespaces_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7923662Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/states.go' from root:root to runner:runner
2025-08-20T20:26:32.7924348Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/ssh_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7925017Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/ssh.go' from root:root to runner:runner
2025-08-20T20:26:32.7925866Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection/connection.go' from root:root to runner:runner
2025-08-20T20:26:32.7926706Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection/connection_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7927506Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection/tunnels_api_server_mock.go' from root:root to runner:runner
2025-08-20T20:26:32.7928286Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection' from root:root to runner:runner
2025-08-20T20:26:32.7929051Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/test/port_forwarder.go' from root:root to runner:runner
2025-08-20T20:26:32.7929785Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/test' from root:root to runner:runner
2025-08-20T20:26:32.7930513Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/invoker_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7931216Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/invoker.go' from root:root to runner:runner
2025-08-20T20:26:32.7932091Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.7932940Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1.proto' from root:root to runner:runner
2025-08-20T20:26:32.7933931Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1.proto.mock.go' from root:root to runner:runner
2025-08-20T20:26:32.7934786Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.7935665Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter' from root:root to runner:runner
2025-08-20T20:26:32.7936422Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/generate.md' from root:root to runner:runner
2025-08-20T20:26:32.7937259Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1.proto' from root:root to runner:runner
2025-08-20T20:26:32.7938097Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.7938974Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1.proto.mock.go' from root:root to runner:runner
2025-08-20T20:26:32.7939837Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.7940532Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace' from root:root to runner:runner
2025-08-20T20:26:32.7941245Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/generate.sh' from root:root to runner:runner
2025-08-20T20:26:32.7942145Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.7943000Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1.proto' from root:root to runner:runner
2025-08-20T20:26:32.7943913Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1.proto.mock.go' from root:root to runner:runner
2025-08-20T20:26:32.7944732Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.7945412Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh' from root:root to runner:runner
2025-08-20T20:26:32.7946192Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc' from root:root to runner:runner
2025-08-20T20:26:32.7947029Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/codespaces.go' from root:root to runner:runner
2025-08-20T20:26:32.7947733Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/api/api_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7948421Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/api/api.go' from root:root to runner:runner
2025-08-20T20:26:32.7949199Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/api' from root:root to runner:runner
2025-08-20T20:26:32.7949986Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/portforwarder/port_forwarder.go' from root:root to runner:runner
2025-08-20T20:26:32.7950789Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/portforwarder/port_forwarder_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7951494Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/portforwarder' from root:root to runner:runner
2025-08-20T20:26:32.7952137Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces' from root:root to runner:runner
2025-08-20T20:26:32.7952798Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow/flow.go' from root:root to runner:runner
2025-08-20T20:26:32.7953478Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow/success.go' from root:root to runner:runner
2025-08-20T20:26:32.7954157Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow/flow_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7954853Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow' from root:root to runner:runner
2025-08-20T20:26:32.7955778Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection/feature_detection_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7956635Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection/detector_mock.go' from root:root to runner:runner
2025-08-20T20:26:32.7957412Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection/feature_detection.go' from root:root to runner:runner
2025-08-20T20:26:32.7958083Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection' from root:root to runner:runner
2025-08-20T20:26:32.7958750Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/update/update.go' from root:root to runner:runner
2025-08-20T20:26:32.7959539Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/update/update_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7960161Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/update' from root:root to runner:runner
2025-08-20T20:26:32.7960814Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/build/build.go' from root:root to runner:runner
2025-08-20T20:26:32.7961493Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/build' from root:root to runner:runner
2025-08-20T20:26:32.7962143Z [00:03:11.346]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/text/text.go' from root:root to runner:runner
2025-08-20T20:26:32.7962814Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/text/text_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7963425Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/text' from root:root to runner:runner
2025-08-20T20:26:32.7964145Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/tableprinter/table_printer.go' from root:root to runner:runner
2025-08-20T20:26:32.7964885Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/tableprinter/table_printer_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7965631Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/tableprinter' from root:root to runner:runner
2025-08-20T20:26:32.7966362Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghrepo/repo.go' from root:root to runner:runner
2025-08-20T20:26:32.7967039Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghrepo/repo_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7967743Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghrepo' from root:root to runner:runner
2025-08-20T20:26:32.7968450Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/cmd.go' from root:root to runner:runner
2025-08-20T20:26:32.7969277Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/update_enabled.go' from root:root to runner:runner
2025-08-20T20:26:32.7970000Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/update_disabled.go' from root:root to runner:runner
2025-08-20T20:26:32.7970671Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/cmd_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7971288Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd' from root:root to runner:runner
2025-08-20T20:26:32.7971965Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/markdown_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7972730Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/docs_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7973400Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/markdown.go' from root:root to runner:runner
2025-08-20T20:26:32.7974058Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/man_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7974780Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/man.go' from root:root to runner:runner
2025-08-20T20:26:32.7975398Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs' from root:root to runner:runner
2025-08-20T20:26:32.7976179Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/keyring/keyring.go' from root:root to runner:runner
2025-08-20T20:26:32.7976810Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/keyring' from root:root to runner:runner
2025-08-20T20:26:32.7977408Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T20:26:32.7978093Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party-licenses.windows.md' from root:root to runner:runner
2025-08-20T20:26:32.7978783Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.devcontainer/devcontainer.json' from root:root to runner:runner
2025-08-20T20:26:32.7979390Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.devcontainer' from root:root to runner:runner
2025-08-20T20:26:32.7980207Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party-licenses.darwin.md' from root:root to runner:runner
2025-08-20T20:26:32.7980877Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/command.go' from root:root to runner:runner
2025-08-20T20:26:32.7981555Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/index' from root:root to runner:runner
2025-08-20T20:26:32.7982293Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/config' from root:root to runner:runner
2025-08-20T20:26:32.7983195Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904' from root:root to runner:runner
2025-08-20T20:26:32.7983901Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects/4b' from root:root to runner:runner
2025-08-20T20:26:32.7984770Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects/6f/1a2405cace1633d89a79c74c65f22fe78f9659' from root:root to runner:runner
2025-08-20T20:26:32.7985669Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects/6f' from root:root to runner:runner
2025-08-20T20:26:32.7986600Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects/d1/e0abfb7d158ed544a202a6958c62d4fc22e12f' from root:root to runner:runner
2025-08-20T20:26:32.7987408Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects/d1' from root:root to runner:runner
2025-08-20T20:26:32.7988099Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects' from root:root to runner:runner
2025-08-20T20:26:32.7988791Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:26:32.7989525Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T20:26:32.7990239Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:26:32.7990933Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/logs/refs' from root:root to runner:runner
2025-08-20T20:26:32.7991609Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/logs' from root:root to runner:runner
2025-08-20T20:26:32.7992277Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/HEAD' from root:root to runner:runner
2025-08-20T20:26:32.7992988Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/refs/heads/main' from root:root to runner:runner
2025-08-20T20:26:32.7993759Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/refs/heads' from root:root to runner:runner
2025-08-20T20:26:32.7994480Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/refs' from root:root to runner:runner
2025-08-20T20:26:32.7995193Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git' from root:root to runner:runner
2025-08-20T20:26:32.7995964Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/.gitignore' from root:root to runner:runner
2025-08-20T20:26:32.7996639Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures' from root:root to runner:runner
2025-08-20T20:26:32.7997241Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/url.go' from root:root to runner:runner
2025-08-20T20:26:32.7997961Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/client.go' from root:root to runner:runner
2025-08-20T20:26:32.7998606Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/command_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7999241Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/client_test.go' from root:root to runner:runner
2025-08-20T20:26:32.7999859Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/url_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8000587Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/objects.go' from root:root to runner:runner
2025-08-20T20:26:32.8001200Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/errors.go' from root:root to runner:runner
2025-08-20T20:26:32.8001771Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git' from root:root to runner:runner
2025-08-20T20:26:32.8002361Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8002973Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T20:26:32.8003548Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T20:26:32.8004167Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T20:26:32.8004761Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:26:32.8005403Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T20:26:32.8006260Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/CODE-OF-CONDUCT.md' from root:root to runner:runner
2025-08-20T20:26:32.8006920Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T20:26:32.8007684Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/detect-spam.yml' from root:root to runner:runner
2025-08-20T20:26:32.8008369Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/issueauto.yml' from root:root to runner:runner
2025-08-20T20:26:32.8009046Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/bump-go.yml' from root:root to runner:runner
2025-08-20T20:26:32.8009827Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/check-issue.sh' from root:root to runner:runner
2025-08-20T20:26:32.8010701Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/process-issue.sh' from root:root to runner:runner
2025-08-20T20:26:32.8011454Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/eval.sh' from root:root to runner:runner
2025-08-20T20:26:32.8012275Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/check-issue-prompts.yml' from root:root to runner:runner
2025-08-20T20:26:32.8013180Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/generate-sys-prompt.sh' from root:root to runner:runner
2025-08-20T20:26:32.8013978Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/eval-prompts.yml' from root:root to runner:runner
2025-08-20T20:26:32.8014699Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection' from root:root to runner:runner
2025-08-20T20:26:32.8015444Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/check-help-wanted.sh' from root:root to runner:runner
2025-08-20T20:26:32.8016356Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/bump-go.sh' from root:root to runner:runner
2025-08-20T20:26:32.8017026Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts' from root:root to runner:runner
2025-08-20T20:26:32.8017716Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/deployment.yml' from root:root to runner:runner
2025-08-20T20:26:32.8018414Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/pr-help-wanted.yml' from root:root to runner:runner
2025-08-20T20:26:32.8019258Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/feature-request-comment.yml' from root:root to runner:runner
2025-08-20T20:26:32.8020013Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/homebrew-bump.yml' from root:root to runner:runner
2025-08-20T20:26:32.8020745Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/codeql.yml' from root:root to runner:runner
2025-08-20T20:26:32.8021476Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/third-party-licenses.yml' from root:root to runner:runner
2025-08-20T20:26:32.8022165Z [00:03:11.347]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/govulncheck.yml' from root:root to runner:runner
2025-08-20T20:26:32.8022828Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/lint.yml' from root:root to runner:runner
2025-08-20T20:26:32.8023623Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/stale-issues.yml' from root:root to runner:runner
2025-08-20T20:26:32.8024272Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/go.yml' from root:root to runner:runner
2025-08-20T20:26:32.8024938Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/triage.yml' from root:root to runner:runner
2025-08-20T20:26:32.8025918Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/prauto.yml' from root:root to runner:runner
2025-08-20T20:26:32.8026582Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:26:32.8027282Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/feedback.md' from root:root to runner:runner
2025-08-20T20:26:32.8027969Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T20:26:32.8028660Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T20:26:32.8029422Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/submit-a-design-proposal.md' from root:root to runner:runner
2025-08-20T20:26:32.8030155Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/submit-a-request.md' from root:root to runner:runner
2025-08-20T20:26:32.8030793Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T20:26:32.8031522Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/SECURITY.md' from root:root to runner:runner
2025-08-20T20:26:32.8032255Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T20:26:32.8032898Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/licenses.tmpl' from root:root to runner:runner
2025-08-20T20:26:32.8033588Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/CODEOWNERS' from root:root to runner:runner
2025-08-20T20:26:32.8034256Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/secret_scanning.yml' from root:root to runner:runner
2025-08-20T20:26:32.8034840Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:26:32.8035494Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/context/remote_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8036388Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/context/context.go' from root:root to runner:runner
2025-08-20T20:26:32.8037013Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/context/remote.go' from root:root to runner:runner
2025-08-20T20:26:32.8037597Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/context' from root:root to runner:runner
2025-08-20T20:26:32.8038259Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:26:32.8038841Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8039428Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T20:26:32.8040070Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/windows/ui.wxs' from root:root to runner:runner
2025-08-20T20:26:32.8040708Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/windows/gh.wxs' from root:root to runner:runner
2025-08-20T20:26:32.8041370Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/windows/gh.wixproj' from root:root to runner:runner
2025-08-20T20:26:32.8041975Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/windows' from root:root to runner:runner
2025-08-20T20:26:32.8042656Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/macOS/distribution.xml' from root:root to runner:runner
2025-08-20T20:26:32.8043263Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/macOS' from root:root to runner:runner
2025-08-20T20:26:32.8043919Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build' from root:root to runner:runner
2025-08-20T20:26:32.8044633Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_branch_issue_reference.go' from root:root to runner:runner
2025-08-20T20:26:32.8045261Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/http_client.go' from root:root to runner:runner
2025-08-20T20:26:32.8046077Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/query_builder.go' from root:root to runner:runner
2025-08-20T20:26:32.8046787Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/pull_request_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8047410Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/export_pr.go' from root:root to runner:runner
2025-08-20T20:26:32.8048043Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_repo.go' from root:root to runner:runner
2025-08-20T20:26:32.8048770Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/http_client_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8049402Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/export_repo.go' from root:root to runner:runner
2025-08-20T20:26:32.8050049Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_pr_review.go' from root:root to runner:runner
2025-08-20T20:26:32.8050755Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_issue.go' from root:root to runner:runner
2025-08-20T20:26:32.8051386Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_user.go' from root:root to runner:runner
2025-08-20T20:26:32.8052039Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/reaction_groups.go' from root:root to runner:runner
2025-08-20T20:26:32.8052647Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/client.go' from root:root to runner:runner
2025-08-20T20:26:32.8053384Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_projects_v2_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8054047Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_org.go' from root:root to runner:runner
2025-08-20T20:26:32.8054676Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_pr.go' from root:root to runner:runner
2025-08-20T20:26:32.8055316Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_pr_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8056075Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_projects_v2.go' from root:root to runner:runner
2025-08-20T20:26:32.8056821Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/query_builder_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8057463Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/export_pr_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8058216Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_repo_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8058888Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/reaction_groups_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8059517Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/client_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8060166Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_comments.go' from root:root to runner:runner
2025-08-20T20:26:32.8060740Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api' from root:root to runner:runner
2025-08-20T20:26:32.8061764Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8062688Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc' from root:root to runner:runner
2025-08-20T20:26:32.8063679Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc' from root:root to runner:runner
2025-08-20T20:26:32.8064546Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/google.golang.org' from root:root to runner:runner
2025-08-20T20:26:32.8065444Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8066637Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp' from root:root to runner:runner
2025-08-20T20:26:32.8067495Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/net/http' from root:root to runner:runner
2025-08-20T20:26:32.8068302Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/net' from root:root to runner:runner
2025-08-20T20:26:32.8069079Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation' from root:root to runner:runner
2025-08-20T20:26:32.8069888Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/detectors/gcp/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8070663Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/detectors/gcp' from root:root to runner:runner
2025-08-20T20:26:32.8071493Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/detectors' from root:root to runner:runner
2025-08-20T20:26:32.8072220Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib' from root:root to runner:runner
2025-08-20T20:26:32.8072970Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/auto/sdk/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8073684Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/auto/sdk' from root:root to runner:runner
2025-08-20T20:26:32.8074512Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/auto' from root:root to runner:runner
2025-08-20T20:26:32.8075295Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/sdk/metric/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8076149Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/sdk/metric' from root:root to runner:runner
2025-08-20T20:26:32.8077053Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/sdk/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8077771Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/sdk' from root:root to runner:runner
2025-08-20T20:26:32.8078543Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/metric/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8079266Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/metric' from root:root to runner:runner
2025-08-20T20:26:32.8080143Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/trace/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8080880Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/trace' from root:root to runner:runner
2025-08-20T20:26:32.8081617Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8082319Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel' from root:root to runner:runner
2025-08-20T20:26:32.8083000Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io' from root:root to runner:runner
2025-08-20T20:26:32.8083747Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/protobuf/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8084522Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/protobuf' from root:root to runner:runner
2025-08-20T20:26:32.8085282Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/grpc/NOTICE.txt' from root:root to runner:runner
2025-08-20T20:26:32.8086112Z [00:03:11.348]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/grpc/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8086856Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/grpc' from root:root to runner:runner
2025-08-20T20:26:32.8087815Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/api/internal/third_party/uritemplates/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8088642Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/api/internal/third_party/uritemplates' from root:root to runner:runner
2025-08-20T20:26:32.8089425Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/api/internal/third_party' from root:root to runner:runner
2025-08-20T20:26:32.8090224Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/api/internal' from root:root to runner:runner
2025-08-20T20:26:32.8090950Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/api/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8091636Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/api' from root:root to runner:runner
2025-08-20T20:26:32.8092454Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis/type/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8093308Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis/type' from root:root to runner:runner
2025-08-20T20:26:32.8094123Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis/rpc/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8094905Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis/rpc' from root:root to runner:runner
2025-08-20T20:26:32.8095801Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis/api/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8096641Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis/api' from root:root to runner:runner
2025-08-20T20:26:32.8097396Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis' from root:root to runner:runner
2025-08-20T20:26:32.8098276Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto' from root:root to runner:runner
2025-08-20T20:26:32.8098957Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org' from root:root to runner:runner
2025-08-20T20:26:32.8099661Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/gopkg.in/yaml.v3/NOTICE' from root:root to runner:runner
2025-08-20T20:26:32.8100358Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/gopkg.in/yaml.v3/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8101027Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/gopkg.in/yaml.v3' from root:root to runner:runner
2025-08-20T20:26:32.8101668Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/gopkg.in' from root:root to runner:runner
2025-08-20T20:26:32.8102356Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cel.dev/expr/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8103116Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cel.dev/expr' from root:root to runner:runner
2025-08-20T20:26:32.8103754Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cel.dev' from root:root to runner:runner
2025-08-20T20:26:32.8104543Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/compute/metadata/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8105293Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/compute/metadata' from root:root to runner:runner
2025-08-20T20:26:32.8106198Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/compute' from root:root to runner:runner
2025-08-20T20:26:32.8107047Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/auth/oauth2adapt/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8107801Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/auth/oauth2adapt' from root:root to runner:runner
2025-08-20T20:26:32.8108534Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/auth/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8109239Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/auth' from root:root to runner:runner
2025-08-20T20:26:32.8110001Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/monitoring/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8110888Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/monitoring' from root:root to runner:runner
2025-08-20T20:26:32.8111661Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/longrunning/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8112392Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/longrunning' from root:root to runner:runner
2025-08-20T20:26:32.8113133Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/storage/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8113848Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/storage' from root:root to runner:runner
2025-08-20T20:26:32.8114572Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/iam/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8115276Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/iam' from root:root to runner:runner
2025-08-20T20:26:32.8116214Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8116982Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/spanner/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8117697Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/spanner' from root:root to runner:runner
2025-08-20T20:26:32.8118373Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go' from root:root to runner:runner
2025-08-20T20:26:32.8119124Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com' from root:root to runner:runner
2025-08-20T20:26:32.8119906Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/xo/terminfo/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8120614Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/xo/terminfo' from root:root to runner:runner
2025-08-20T20:26:32.8121267Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/xo' from root:root to runner:runner
2025-08-20T20:26:32.8122083Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docker-compose.yml' from root:root to runner:runner
2025-08-20T20:26:32.8122905Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/features/features.go' from root:root to runner:runner
2025-08-20T20:26:32.8123824Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/features' from root:root to runner:runner
2025-08-20T20:26:32.8124655Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/consul/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8125481Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/consul/config.hcl' from root:root to runner:runner
2025-08-20T20:26:32.8126362Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/consul' from root:root to runner:runner
2025-08-20T20:26:32.8127223Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/akamai-test-srv/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8128045Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/akamai-test-srv' from root:root to runner:runner
2025-08-20T20:26:32.8129017Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/pausing_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8129875Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/ocsp_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8130762Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/ratelimit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8131610Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/wfe_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8132570Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/srv_resolver_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8133527Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/issuance_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8134389Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/crl_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8135314Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/cert_storage_failed_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8136280Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/nonce_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8137340Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/email_exporter_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8138191Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/ari_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8139062Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/bad_key_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8140102Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/akamai_purger_drain_queue_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8140970Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/authz_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8141838Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/common_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8142751Z [00:03:11.349]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/revocation_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8143625Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/account_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8144489Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/errors_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8145426Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/common_mock.go' from root:root to runner:runner
2025-08-20T20:26:32.8146385Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/otel_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8147371Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/fermat_csr.go' from root:root to runner:runner
2025-08-20T20:26:32.8148327Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/srv-resolver-config.json' from root:root to runner:runner
2025-08-20T20:26:32.8149246Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/nonce-client.json' from root:root to runner:runner
2025-08-20T20:26:32.8150162Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/fermat_csr.pem' from root:root to runner:runner
2025-08-20T20:26:32.8151337Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/akamai-purger-queue-drain-config.json' from root:root to runner:runner
2025-08-20T20:26:32.8152180Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8153144Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/validation_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8154029Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/key_rollover_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8154909Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/observer_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8155913Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/subordinate_ca_chains_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8156733Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration' from root:root to runner:runner
2025-08-20T20:26:32.8157616Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/list-features/list-features.go' from root:root to runner:runner
2025-08-20T20:26:32.8158429Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/list-features' from root:root to runner:runner
2025-08-20T20:26:32.8159342Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ct-test-srv/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8160192Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ct-test-srv/Dockerfile' from root:root to runner:runner
2025-08-20T20:26:32.8161123Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ct-test-srv/ct-test-srv.json' from root:root to runner:runner
2025-08-20T20:26:32.8161970Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ct-test-srv/log_list.json' from root:root to runner:runner
2025-08-20T20:26:32.8162773Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ct-test-srv' from root:root to runner:runner
2025-08-20T20:26:32.8163601Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/s3-test-srv/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8164476Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/s3-test-srv' from root:root to runner:runner
2025-08-20T20:26:32.8165278Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/asserts.go' from root:root to runner:runner
2025-08-20T20:26:32.8166190Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/v2_integration.py' from root:root to runner:runner
2025-08-20T20:26:32.8167214Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/challtestsrv.py' from root:root to runner:runner
2025-08-20T20:26:32.8168058Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hostname-policy.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8168903Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration-test.py' from root:root to runner:runner
2025-08-20T20:26:32.8169709Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chisel2.py' from root:root to runner:runner
2025-08-20T20:26:32.8170508Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/redis-cli.sh' from root:root to runner:runner
2025-08-20T20:26:32.8171393Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv-client/client.go' from root:root to runner:runner
2025-08-20T20:26:32.8172231Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv-client' from root:root to runner:runner
2025-08-20T20:26:32.8173171Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/Dockerfile' from root:root to runner:runner
2025-08-20T20:26:32.8174096Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8174982Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/requirements.txt' from root:root to runner:runner
2025-08-20T20:26:32.8175918Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/build.sh' from root:root to runner:runner
2025-08-20T20:26:32.8176859Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/boulder.rsyslog.conf' from root:root to runner:runner
2025-08-20T20:26:32.8177900Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/flushredis/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8178749Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/flushredis' from root:root to runner:runner
2025-08-20T20:26:32.8179644Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/build-rust-deps.sh' from root:root to runner:runner
2025-08-20T20:26:32.8180705Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/tag_and_upload.sh' from root:root to runner:runner
2025-08-20T20:26:32.8181527Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools' from root:root to runner:runner
2025-08-20T20:26:32.8182351Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/redis-ocsp.config' from root:root to runner:runner
2025-08-20T20:26:32.8183143Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs.go' from root:root to runner:runner
2025-08-20T20:26:32.8184008Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/grafana/boulderdash.json' from root:root to runner:runner
2025-08-20T20:26:32.8184830Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/grafana/lint.py' from root:root to runner:runner
2025-08-20T20:26:32.8185743Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/grafana' from root:root to runner:runner
2025-08-20T20:26:32.8186723Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/entrypoint.sh' from root:root to runner:runner
2025-08-20T20:26:32.8187562Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/wait-for-it.sh' from root:root to runner:runner
2025-08-20T20:26:32.8188433Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/create_db.sh' from root:root to runner:runner
2025-08-20T20:26:32.8189282Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/mail-test-srv/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8190128Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/mail-test-srv/http.go' from root:root to runner:runner
2025-08-20T20:26:32.8190982Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/mail-test-srv/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8191910Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/mail-test-srv' from root:root to runner:runner
2025-08-20T20:26:32.8192764Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/remoteva-a.json' from root:root to runner:runner
2025-08-20T20:26:32.8193690Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/crl-storer.ini' from root:root to runner:runner
2025-08-20T20:26:32.8194527Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/zlint.toml' from root:root to runner:runner
2025-08-20T20:26:32.8195375Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/publisher.json' from root:root to runner:runner
2025-08-20T20:26:32.8196361Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/rocsp-tool.json' from root:root to runner:runner
2025-08-20T20:26:32.8197213Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/nonce-a.json' from root:root to runner:runner
2025-08-20T20:26:32.8198088Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/bad-key-revoker.json' from root:root to runner:runner
2025-08-20T20:26:32.8198934Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/crl-updater.json' from root:root to runner:runner
2025-08-20T20:26:32.8199853Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/wfe2.json' from root:root to runner:runner
2025-08-20T20:26:32.8200715Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/crl-storer.json' from root:root to runner:runner
2025-08-20T20:26:32.8201646Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/pardot-test-srv.json' from root:root to runner:runner
2025-08-20T20:26:32.8202475Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/ra.json' from root:root to runner:runner
2025-08-20T20:26:32.8203321Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/remoteva-c.json' from root:root to runner:runner
2025-08-20T20:26:32.8204187Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/health-checker.json' from root:root to runner:runner
2025-08-20T20:26:32.8205084Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/sa.json' from root:root to runner:runner
2025-08-20T20:26:32.8206036Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/ocsp-responder.json' from root:root to runner:runner
2025-08-20T20:26:32.8207030Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/email-exporter.json' from root:root to runner:runner
2025-08-20T20:26:32.8207863Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/nonce-b.json' from root:root to runner:runner
2025-08-20T20:26:32.8208702Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/observer.yml' from root:root to runner:runner
2025-08-20T20:26:32.8209593Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/expiration-mailer.gotmpl' from root:root to runner:runner
2025-08-20T20:26:32.8210456Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/cert-checker.json' from root:root to runner:runner
2025-08-20T20:26:32.8211317Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/remoteva-b.json' from root:root to runner:runner
2025-08-20T20:26:32.8212139Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/admin.json' from root:root to runner:runner
2025-08-20T20:26:32.8213119Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/wfe2-ratelimit-defaults.yml' from root:root to runner:runner
2025-08-20T20:26:32.8214008Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/log-validator.json' from root:root to runner:runner
2025-08-20T20:26:32.8214982Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/wfe2-ratelimit-overrides.yml' from root:root to runner:runner
2025-08-20T20:26:32.8215893Z [00:03:11.350]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/sfe.json' from root:root to runner:runner
2025-08-20T20:26:32.8216743Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/ca.json' from root:root to runner:runner
2025-08-20T20:26:32.8217612Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/akamai-purger.json' from root:root to runner:runner
2025-08-20T20:26:32.8218507Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/va.json' from root:root to runner:runner
2025-08-20T20:26:32.8219286Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config' from root:root to runner:runner
2025-08-20T20:26:32.8220135Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/rate-limit-policies.yml' from root:root to runner:runner
2025-08-20T20:26:32.8221037Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem/sa/sa.go' from root:root to runner:runner
2025-08-20T20:26:32.8221834Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem/sa' from root:root to runner:runner
2025-08-20T20:26:32.8222676Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem/nonce/nonce.go' from root:root to runner:runner
2025-08-20T20:26:32.8223481Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem/nonce' from root:root to runner:runner
2025-08-20T20:26:32.8224289Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem/ra/ra.go' from root:root to runner:runner
2025-08-20T20:26:32.8225084Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem/ra' from root:root to runner:runner
2025-08-20T20:26:32.8225949Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem' from root:root to runner:runner
2025-08-20T20:26:32.8226926Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/helper/helper.go' from root:root to runner:runner
2025-08-20T20:26:32.8227739Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/helper' from root:root to runner:runner
2025-08-20T20:26:32.8228660Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/ocsp_forever/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8229507Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/ocsp_forever' from root:root to runner:runner
2025-08-20T20:26:32.8230388Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/checkocsp/checkocsp.go' from root:root to runner:runner
2025-08-20T20:26:32.8231206Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/checkocsp' from root:root to runner:runner
2025-08-20T20:26:32.8232131Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8232972Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/checkari/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8233849Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/checkari' from root:root to runner:runner
2025-08-20T20:26:32.8234620Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp' from root:root to runner:runner
2025-08-20T20:26:32.8235456Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/proxysql/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8236401Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/proxysql/entrypoint.sh' from root:root to runner:runner
2025-08-20T20:26:32.8237263Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/proxysql/proxysql.cnf' from root:root to runner:runner
2025-08-20T20:26:32.8238055Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/proxysql' from root:root to runner:runner
2025-08-20T20:26:32.8238919Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/remoteva-a.json' from root:root to runner:runner
2025-08-20T20:26:32.8239856Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/crl-storer.ini' from root:root to runner:runner
2025-08-20T20:26:32.8240705Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/zlint.toml' from root:root to runner:runner
2025-08-20T20:26:32.8241629Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/publisher.json' from root:root to runner:runner
2025-08-20T20:26:32.8242494Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/rocsp-tool.json' from root:root to runner:runner
2025-08-20T20:26:32.8243348Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/nonce-a.json' from root:root to runner:runner
2025-08-20T20:26:32.8244235Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/bad-key-revoker.json' from root:root to runner:runner
2025-08-20T20:26:32.8245175Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/crl-updater.json' from root:root to runner:runner
2025-08-20T20:26:32.8246116Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/wfe2.json' from root:root to runner:runner
2025-08-20T20:26:32.8247030Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/crl-storer.json' from root:root to runner:runner
2025-08-20T20:26:32.8248022Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/pardot-test-srv.json' from root:root to runner:runner
2025-08-20T20:26:32.8248865Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/ra.json' from root:root to runner:runner
2025-08-20T20:26:32.8249732Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/remoteva-c.json' from root:root to runner:runner
2025-08-20T20:26:32.8250616Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/health-checker.json' from root:root to runner:runner
2025-08-20T20:26:32.8251446Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/sa.json' from root:root to runner:runner
2025-08-20T20:26:32.8252336Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/ocsp-responder.json' from root:root to runner:runner
2025-08-20T20:26:32.8253281Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/email-exporter.json' from root:root to runner:runner
2025-08-20T20:26:32.8254193Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/nonce-b.json' from root:root to runner:runner
2025-08-20T20:26:32.8255111Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/observer.yml' from root:root to runner:runner
2025-08-20T20:26:32.8256134Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/expiration-mailer.gotmpl' from root:root to runner:runner
2025-08-20T20:26:32.8257045Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/cert-checker.json' from root:root to runner:runner
2025-08-20T20:26:32.8257914Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/remoteva-b.json' from root:root to runner:runner
2025-08-20T20:26:32.8258858Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/admin.json' from root:root to runner:runner
2025-08-20T20:26:32.8259773Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/wfe2-ratelimit-defaults.yml' from root:root to runner:runner
2025-08-20T20:26:32.8260726Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/log-validator.json' from root:root to runner:runner
2025-08-20T20:26:32.8261646Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/wfe2-ratelimit-overrides.yml' from root:root to runner:runner
2025-08-20T20:26:32.8262488Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/sfe.json' from root:root to runner:runner
2025-08-20T20:26:32.8263323Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/ca.json' from root:root to runner:runner
2025-08-20T20:26:32.8264208Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/akamai-purger.json' from root:root to runner:runner
2025-08-20T20:26:32.8265048Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/va.json' from root:root to runner:runner
2025-08-20T20:26:32.8265992Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next' from root:root to runner:runner
2025-08-20T20:26:32.8266975Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/aia-test-srv/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8267784Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/aia-test-srv' from root:root to runner:runner
2025-08-20T20:26:32.8268716Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/pardot-test-srv/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8269541Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/pardot-test-srv' from root:root to runner:runner
2025-08-20T20:26:32.8270435Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/example-bad-key-revoker-template' from root:root to runner:runner
2025-08-20T20:26:32.8271287Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-e2.key.pem' from root:root to runner:runner
2025-08-20T20:26:32.8272291Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r4.key.pem' from root:root to runner:runner
2025-08-20T20:26:32.8273180Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-x2-cross.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8274033Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e1.key.pem' from root:root to runner:runner
2025-08-20T20:26:32.8275031Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-e1.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8276001Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8276896Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-r3.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8277771Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-dst.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8278623Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-r4.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8279484Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e1.crl.pem' from root:root to runner:runner
2025-08-20T20:26:32.8280370Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e2.key.pem' from root:root to runner:runner
2025-08-20T20:26:32.8281340Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-e1.key.pem' from root:root to runner:runner
2025-08-20T20:26:32.8282302Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r3-cross.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8283171Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e2.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8284036Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e1.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8284918Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r4-cross.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8286009Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r4.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8286910Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-r3.key.pem' from root:root to runner:runner
2025-08-20T20:26:32.8287768Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r3.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8288777Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-x1.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8289641Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-e2.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8290495Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r3.key.pem' from root:root to runner:runner
2025-08-20T20:26:32.8291357Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-r4.key.pem' from root:root to runner:runner
2025-08-20T20:26:32.8292247Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-x1-cross.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8293120Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-x2.cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8293908Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy' from root:root to runner:runner
2025-08-20T20:26:32.8294794Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/test-key-5.der' from root:root to runner:runner
2025-08-20T20:26:32.8295743Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/vars/vars.go' from root:root to runner:runner
2025-08-20T20:26:32.8296617Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/vars' from root:root to runner:runner
2025-08-20T20:26:32.8297449Z [00:03:11.351]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/format-configs.py' from root:root to runner:runner
2025-08-20T20:26:32.8298229Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/db.go' from root:root to runner:runner
2025-08-20T20:26:32.8299137Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/wfe_ratelimits_redis_password' from root:root to runner:runner
2025-08-20T20:26:32.8300131Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/incidents_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8301037Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/ratelimits_redis_password' from root:root to runner:runner
2025-08-20T20:26:32.8301946Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/mailer_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8302844Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/salesforce_client_secret' from root:root to runner:runner
2025-08-20T20:26:32.8303745Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/ocsp_responder_redis_password' from root:root to runner:runner
2025-08-20T20:26:32.8304614Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/rocsp_tool_password' from root:root to runner:runner
2025-08-20T20:26:32.8305469Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/backfiller_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8306425Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/aws_creds.ini' from root:root to runner:runner
2025-08-20T20:26:32.8307288Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/nonce_prefix_key' from root:root to runner:runner
2025-08-20T20:26:32.8308233Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/badkeyrevoker_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8309134Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/revoker_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8310040Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/purger_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8310937Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/salesforce_client_id' from root:root to runner:runner
2025-08-20T20:26:32.8311836Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/expiration_mailer_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8312778Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/sa_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8313631Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/sfe_unpause_key' from root:root to runner:runner
2025-08-20T20:26:32.8314483Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/sa_redis_password' from root:root to runner:runner
2025-08-20T20:26:32.8315468Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/ocsp_responder_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8316463Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/sa_ro_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8317333Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/cert_checker_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8318182Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/smtp_password' from root:root to runner:runner
2025-08-20T20:26:32.8318966Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets' from root:root to runner:runner
2025-08-20T20:26:32.8319837Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/prometheus/prometheus.yml' from root:root to runner:runner
2025-08-20T20:26:32.8320632Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/prometheus' from root:root to runner:runner
2025-08-20T20:26:32.8321662Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-cert-ceremony-ecdsa.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8322573Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/webpki.go' from root:root to runner:runner
2025-08-20T20:26:32.8323583Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-key-ceremony-ecdsa.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8324406Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8325290Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/root-ceremony-ecdsa.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8326365Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-cert-ceremony-ecdsa-cross.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8327321Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/.gitignore' from root:root to runner:runner
2025-08-20T20:26:32.8328262Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-key-ceremony-rsa.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8329219Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/root-crl-ecdsa.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8330162Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-cert-ceremony-rsa.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8331013Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/root-crl-rsa.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8331840Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/generate.sh' from root:root to runner:runner
2025-08-20T20:26:32.8332718Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/root-ceremony-rsa.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8333503Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs' from root:root to runner:runner
2025-08-20T20:26:32.8334295Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/helpers.py' from root:root to runner:runner
2025-08-20T20:26:32.8335221Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/redis-ratelimits.config' from root:root to runner:runner
2025-08-20T20:26:32.8336239Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/health-checker/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8337186Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/health-checker' from root:root to runner:runner
2025-08-20T20:26:32.8338033Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8338919Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/boulder-calls.go' from root:root to runner:runner
2025-08-20T20:26:32.8339774Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8340732Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/requirements.txt' from root:root to runner:runner
2025-08-20T20:26:32.8341706Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/config/integration-test-config.json' from root:root to runner:runner
2025-08-20T20:26:32.8342635Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/config' from root:root to runner:runner
2025-08-20T20:26:32.8343535Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/latency-charter.py' from root:root to runner:runner
2025-08-20T20:26:32.8344428Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/example-config.json' from root:root to runner:runner
2025-08-20T20:26:32.8345276Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/state.go' from root:root to runner:runner
2025-08-20T20:26:32.8346374Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/latency.go' from root:root to runner:runner
2025-08-20T20:26:32.8347357Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/acme/challenge.go' from root:root to runner:runner
2025-08-20T20:26:32.8348284Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/acme/challenge_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8349267Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/acme/directory.go' from root:root to runner:runner
2025-08-20T20:26:32.8350236Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/acme/directory_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8351137Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/acme' from root:root to runner:runner
2025-08-20T20:26:32.8351972Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator' from root:root to runner:runner
2025-08-20T20:26:32.8352821Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8353670Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/dnsone.go' from root:root to runner:runner
2025-08-20T20:26:32.8354615Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8355486Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/tlsalpnone.go' from root:root to runner:runner
2025-08-20T20:26:32.8356555Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/http.go' from root:root to runner:runner
2025-08-20T20:26:32.8357417Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/httpone.go' from root:root to runner:runner
2025-08-20T20:26:32.8358267Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/mockdns.go' from root:root to runner:runner
2025-08-20T20:26:32.8359124Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/history.go' from root:root to runner:runner
2025-08-20T20:26:32.8359937Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv' from root:root to runner:runner
2025-08-20T20:26:32.8360764Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/startservers.py' from root:root to runner:runner
2025-08-20T20:26:32.8361509Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test' from root:root to runner:runner
2025-08-20T20:26:32.8362420Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/pardot_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8363251Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/pardot.go' from root:root to runner:runner
2025-08-20T20:26:32.8364122Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/exporter.go' from root:root to runner:runner
2025-08-20T20:26:32.8364953Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/exporter_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8365887Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/proto/exporter.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8366801Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/proto/exporter_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8367737Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/proto/exporter.proto' from root:root to runner:runner
2025-08-20T20:26:32.8368518Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/proto' from root:root to runner:runner
2025-08-20T20:26:32.8369313Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/cache.go' from root:root to runner:runner
2025-08-20T20:26:32.8370136Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email' from root:root to runner:runner
2025-08-20T20:26:32.8371012Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/verify-release-ancestry.sh' from root:root to runner:runner
2025-08-20T20:26:32.8371832Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/make-assets.sh' from root:root to runner:runner
2025-08-20T20:26:32.8372658Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/nameid/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8373481Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/nameid/nameid.go' from root:root to runner:runner
2025-08-20T20:26:32.8374271Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/nameid' from root:root to runner:runner
2025-08-20T20:26:32.8375119Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/fetch-and-verify-go.sh' from root:root to runner:runner
2025-08-20T20:26:32.8376193Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/release/tag/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8377062Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/release/tag' from root:root to runner:runner
2025-08-20T20:26:32.8378041Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/release/branch/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8378862Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/release/branch' from root:root to runner:runner
2025-08-20T20:26:32.8379657Z [00:03:11.352]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/release' from root:root to runner:runner
2025-08-20T20:26:32.8380456Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools' from root:root to runner:runner
2025-08-20T20:26:32.8381384Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/config.go' from root:root to runner:runner
2025-08-20T20:26:32.8382184Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/lookup.go' from root:root to runner:runner
2025-08-20T20:26:32.8383110Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/lookup_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8383929Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/metrics_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8384738Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/metrics.go' from root:root to runner:runner
2025-08-20T20:26:32.8385488Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis' from root:root to runner:runner
2025-08-20T20:26:32.8386409Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/csr/csr_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8387186Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/csr/csr.go' from root:root to runner:runner
2025-08-20T20:26:32.8387934Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/csr' from root:root to runner:runner
2025-08-20T20:26:32.8388751Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/corr_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8389636Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/corr.go' from root:root to runner:runner
2025-08-20T20:26:32.8390491Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8391419Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/bad/precert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8392287Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/bad/final.pem' from root:root to runner:runner
2025-08-20T20:26:32.8393113Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/bad' from root:root to runner:runner
2025-08-20T20:26:32.8394061Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/good/precert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8394929Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/good/final.pem' from root:root to runner:runner
2025-08-20T20:26:32.8395847Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/good' from root:root to runner:runner
2025-08-20T20:26:32.8396782Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8397551Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert' from root:root to runner:runner
2025-08-20T20:26:32.8398366Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/probs/probs_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8399163Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/probs/probs.go' from root:root to runner:runner
2025-08-20T20:26:32.8399917Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/probs' from root:root to runner:runner
2025-08-20T20:26:32.8400726Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/iana_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8401500Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/ip.go' from root:root to runner:runner
2025-08-20T20:26:32.8402372Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/ip_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8403341Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/data/iana-ipv6-special-registry-1.csv' from root:root to runner:runner
2025-08-20T20:26:32.8404328Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/data/iana-ipv4-special-registry-1.csv' from root:root to runner:runner
2025-08-20T20:26:32.8405141Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/data' from root:root to runner:runner
2025-08-20T20:26:32.8406012Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/iana.go' from root:root to runner:runner
2025-08-20T20:26:32.8406794Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana' from root:root to runner:runner
2025-08-20T20:26:32.8407641Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test.sh' from root:root to runner:runner
2025-08-20T20:26:32.8408429Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/stats.go' from root:root to runner:runner
2025-08-20T20:26:32.8409222Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/wfe_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8410133Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/verify_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8410933Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/verify.go' from root:root to runner:runner
2025-08-20T20:26:32.8411718Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8412506Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/cache.go' from root:root to runner:runner
2025-08-20T20:26:32.8413308Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/cache_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8414091Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/wfe.go' from root:root to runner:runner
2025-08-20T20:26:32.8414835Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2' from root:root to runner:runner
2025-08-20T20:26:32.8415877Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/validator/validator_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8416772Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/validator/validator.go' from root:root to runner:runner
2025-08-20T20:26:32.8417687Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/validator/tail_logger.go' from root:root to runner:runner
2025-08-20T20:26:32.8418480Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/validator' from root:root to runner:runner
2025-08-20T20:26:32.8419254Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/log.go' from root:root to runner:runner
2025-08-20T20:26:32.8420053Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/log_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8420945Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/prod_prefix.go' from root:root to runner:runner
2025-08-20T20:26:32.8421726Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/mock.go' from root:root to runner:runner
2025-08-20T20:26:32.8422534Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/test_prefix.go' from root:root to runner:runner
2025-08-20T20:26:32.8423348Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log' from root:root to runner:runner
2025-08-20T20:26:32.8424118Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/start.py' from root:root to runner:runner
2025-08-20T20:26:32.8424902Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.dockerignore' from root:root to runner:runner
2025-08-20T20:26:32.8425804Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/must/must_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8426632Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/must/must.go' from root:root to runner:runner
2025-08-20T20:26:32.8427393Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/must' from root:root to runner:runner
2025-08-20T20:26:32.8428191Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/gorm_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8429087Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/multi_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8429876Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/qmarks.go' from root:root to runner:runner
2025-08-20T20:26:32.8430707Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/gorm.go' from root:root to runner:runner
2025-08-20T20:26:32.8431496Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/map_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8432272Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/multi.go' from root:root to runner:runner
2025-08-20T20:26:32.8433082Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/interfaces.go' from root:root to runner:runner
2025-08-20T20:26:32.8433971Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/rollback.go' from root:root to runner:runner
2025-08-20T20:26:32.8434774Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/transaction.go' from root:root to runner:runner
2025-08-20T20:26:32.8435695Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/rollback_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8436635Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/qmarks_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8437410Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/map.go' from root:root to runner:runner
2025-08-20T20:26:32.8438146Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db' from root:root to runner:runner
2025-08-20T20:26:32.8438942Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/servers.go' from root:root to runner:runner
2025-08-20T20:26:32.8439720Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/dns.go' from root:root to runner:runner
2025-08-20T20:26:32.8440526Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/dns_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8441342Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/problem_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8442225Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/servers_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8443081Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/problem.go' from root:root to runner:runner
2025-08-20T20:26:32.8443939Z [00:03:11.353]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/mocks.go' from root:root to runner:runner
2025-08-20T20:26:32.8444696Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns' from root:root to runner:runner
2025-08-20T20:26:32.8445468Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8446443Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/errors/errors_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8447367Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/errors/errors.go' from root:root to runner:runner
2025-08-20T20:26:32.8448121Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/errors' from root:root to runner:runner
2025-08-20T20:26:32.8448981Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/identifier/identifier_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8449912Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/identifier/identifier.go' from root:root to runner:runner
2025-08-20T20:26:32.8450696Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/identifier' from root:root to runner:runner
2025-08-20T20:26:32.8451454Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/va.go' from root:root to runner:runner
2025-08-20T20:26:32.8452222Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/caa.go' from root:root to runner:runner
2025-08-20T20:26:32.8453017Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/caa_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8453824Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/proto/va.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8454629Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/proto/va.proto' from root:root to runner:runner
2025-08-20T20:26:32.8455513Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/proto/va_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8456429Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/proto' from root:root to runner:runner
2025-08-20T20:26:32.8457271Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/dns.go' from root:root to runner:runner
2025-08-20T20:26:32.8458123Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/config/config.go' from root:root to runner:runner
2025-08-20T20:26:32.8458896Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/config' from root:root to runner:runner
2025-08-20T20:26:32.8459667Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/http.go' from root:root to runner:runner
2025-08-20T20:26:32.8460542Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/utf8filter.go' from root:root to runner:runner
2025-08-20T20:26:32.8461357Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/utf8filter_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8462144Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/dns_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8463022Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/va_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8463824Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8464608Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/tlsalpn.go' from root:root to runner:runner
2025-08-20T20:26:32.8465415Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/tlsalpn_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8466293Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va' from root:root to runner:runner
2025-08-20T20:26:32.8467145Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.golangci.yml' from root:root to runner:runner
2025-08-20T20:26:32.8467910Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/go.mod' from root:root to runner:runner
2025-08-20T20:26:32.8468803Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/sysvars_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8469584Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/sa.go' from root:root to runner:runner
2025-08-20T20:26:32.8470449Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/model_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8471406Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20240119000000_ReplacementOrders.sql' from root:root to runner:runner
2025-08-20T20:26:32.8472371Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20240304000000_CertificateProfiles.sql' from root:root to runner:runner
2025-08-20T20:26:32.8473300Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20250115000000_AuthzProfiles.sql' from root:root to runner:runner
2025-08-20T20:26:32.8474292Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20230519000000_CrlShards.sql' from root:root to runner:runner
2025-08-20T20:26:32.8475188Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20240514000000_Paused.sql' from root:root to runner:runner
2025-08-20T20:26:32.8476404Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20250519000000_NullRegistrationsContact.sql' from root:root to runner:runner
2025-08-20T20:26:32.8477409Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20230919000000_RevokedCertificates.sql' from root:root to runner:runner
2025-08-20T20:26:32.8478339Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20230419000000_CombinedSchema.sql' from root:root to runner:runner
2025-08-20T20:26:32.8479142Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa' from root:root to runner:runner
2025-08-20T20:26:32.8480065Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/incidents_sa/20220328100000_Incidents.sql' from root:root to runner:runner
2025-08-20T20:26:32.8480936Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/incidents_sa' from root:root to runner:runner
2025-08-20T20:26:32.8481747Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/dbconfig.yml' from root:root to runner:runner
2025-08-20T20:26:32.8482666Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db' from root:root to runner:runner
2025-08-20T20:26:32.8483474Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/database.go' from root:root to runner:runner
2025-08-20T20:26:32.8484352Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/proto/subsets.go' from root:root to runner:runner
2025-08-20T20:26:32.8485189Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/proto/sa_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8486100Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/proto/sa.proto' from root:root to runner:runner
2025-08-20T20:26:32.8486953Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/proto/sa.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8487811Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/proto' from root:root to runner:runner
2025-08-20T20:26:32.8488588Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/model.go' from root:root to runner:runner
2025-08-20T20:26:32.8489587Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20241218000000_RemoveOldRateLimitTables.sql' from root:root to runner:runner
2025-08-20T20:26:32.8490694Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250113000000_DropRegistrationsInitialIP.sql' from root:root to runner:runner
2025-08-20T20:26:32.8491740Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20230419000001_DropCertStatusSubscriberApproved.sql' from root:root to runner:runner
2025-08-20T20:26:32.8492791Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20230419000002_DropCertStatusLockCol.sql' from root:root to runner:runner
2025-08-20T20:26:32.8493800Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250304000000_OrdersReplaces.sql' from root:root to runner:runner
2025-08-20T20:26:32.8494786Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20240503000000_RemoveRequestedNames.sql' from root:root to runner:runner
2025-08-20T20:26:32.8495877Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250110000000_NullRegistrationsLockCol.sql' from root:root to runner:runner
2025-08-20T20:26:32.8496901Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250417000000_RateLimitOverrides.sql' from root:root to runner:runner
2025-08-20T20:26:32.8497986Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250520000000_DropRegistrationsContact.sql' from root:root to runner:runner
2025-08-20T20:26:32.8498945Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20230419000003_OrderToAuthzID.sql' from root:root to runner:runner
2025-08-20T20:26:32.8499766Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa' from root:root to runner:runner
2025-08-20T20:26:32.8500540Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next' from root:root to runner:runner
2025-08-20T20:26:32.8501527Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/database_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8502326Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/migrations.sh' from root:root to runner:runner
2025-08-20T20:26:32.8503118Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/sysvars.go' from root:root to runner:runner
2025-08-20T20:26:32.8503986Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/saro.go' from root:root to runner:runner
2025-08-20T20:26:32.8504818Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/type-converter.go' from root:root to runner:runner
2025-08-20T20:26:32.8505703Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/metrics.go' from root:root to runner:runner
2025-08-20T20:26:32.8506606Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/sa_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8507496Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/type-converter_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8508315Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/satest/satest.go' from root:root to runner:runner
2025-08-20T20:26:32.8509084Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/satest' from root:root to runner:runner
2025-08-20T20:26:32.8509923Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/testdata/ocsp.response' from root:root to runner:runner
2025-08-20T20:26:32.8510707Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8511622Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-users/boulder_sa.sql' from root:root to runner:runner
2025-08-20T20:26:32.8512471Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-users/incidents_sa.sql' from root:root to runner:runner
2025-08-20T20:26:32.8513261Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-users' from root:root to runner:runner
2025-08-20T20:26:32.8514000Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa' from root:root to runner:runner
2025-08-20T20:26:32.8514864Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tn.sh' from root:root to runner:runner
2025-08-20T20:26:32.8515784Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/ocsp_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8516590Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/ca.go' from root:root to runner:runner
2025-08-20T20:26:32.8517510Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/crl_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8518337Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/proto/ca_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8519145Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/proto/ca.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8520005Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/proto/ca.proto' from root:root to runner:runner
2025-08-20T20:26:32.8520784Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/proto' from root:root to runner:runner
2025-08-20T20:26:32.8521561Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/ocsp.go' from root:root to runner:runner
2025-08-20T20:26:32.8522327Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/crl.go' from root:root to runner:runner
2025-08-20T20:26:32.8523114Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/ca_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8523967Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/cn_and_san.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8524906Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/too_many_names.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8525957Z [00:03:11.354]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/ct_poison_extension_empty.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8526836Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/testcsr.go' from root:root to runner:runner
2025-08-20T20:26:32.8527741Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/unsupported_extension.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8528694Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/bad_algorithm.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8529543Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/long_cn.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8530503Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/short_key.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8531353Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/ecdsa.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8532192Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/no_names.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8533147Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/invalid_signature.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8534099Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/ct_poison_extension.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8534969Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/must_staple.der.csr' from root:root to runner:runner
2025-08-20T20:26:32.8535834Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8536622Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca' from root:root to runner:runner
2025-08-20T20:26:32.8537487Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/proto/akamai_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8538410Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/proto/akamai.proto' from root:root to runner:runner
2025-08-20T20:26:32.8539299Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/proto/akamai.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8540092Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/proto' from root:root to runner:runner
2025-08-20T20:26:32.8540915Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/cache-client.go' from root:root to runner:runner
2025-08-20T20:26:32.8541862Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/cache-client_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8542621Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai' from root:root to runner:runner
2025-08-20T20:26:32.8543418Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/crl_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8544370Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/proto/storer.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8545252Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/proto/storer_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8546181Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/proto/storer.proto' from root:root to runner:runner
2025-08-20T20:26:32.8547073Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/proto' from root:root to runner:runner
2025-08-20T20:26:32.8547942Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/storer_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8548764Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/storer.go' from root:root to runner:runner
2025-08-20T20:26:32.8549538Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer' from root:root to runner:runner
2025-08-20T20:26:32.8550364Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/checker/checker.go' from root:root to runner:runner
2025-08-20T20:26:32.8551273Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/checker/checker_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8552169Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/checker' from root:root to runner:runner
2025-08-20T20:26:32.8552957Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/idp/idp.go' from root:root to runner:runner
2025-08-20T20:26:32.8553778Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/idp/idp_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8554544Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/idp' from root:root to runner:runner
2025-08-20T20:26:32.8555317Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/crl.go' from root:root to runner:runner
2025-08-20T20:26:32.8556260Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/continuous.go' from root:root to runner:runner
2025-08-20T20:26:32.8557223Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/updater.go' from root:root to runner:runner
2025-08-20T20:26:32.8558069Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/batch_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8558885Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/batch.go' from root:root to runner:runner
2025-08-20T20:26:32.8559804Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/updater_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8560602Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater' from root:root to runner:runner
2025-08-20T20:26:32.8561358Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl' from root:root to runner:runner
2025-08-20T20:26:32.8562105Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/t.sh' from root:root to runner:runner
2025-08-20T20:26:32.8562958Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/proto/nonce_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8563794Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/proto/nonce.proto' from root:root to runner:runner
2025-08-20T20:26:32.8564776Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/proto/nonce.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8565656Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/proto' from root:root to runner:runner
2025-08-20T20:26:32.8566499Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/nonce.go' from root:root to runner:runner
2025-08-20T20:26:32.8567313Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/nonce_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8568071Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce' from root:root to runner:runner
2025-08-20T20:26:32.8568918Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/semaphore/semaphore_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8569799Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/semaphore/semaphore_bench_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8570790Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/semaphore/semaphore_example_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8571632Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/semaphore/semaphore.go' from root:root to runner:runner
2025-08-20T20:26:32.8572400Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/semaphore' from root:root to runner:runner
2025-08-20T20:26:32.8573275Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/config/duration.go' from root:root to runner:runner
2025-08-20T20:26:32.8574039Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/config' from root:root to runner:runner
2025-08-20T20:26:32.8574819Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.gitignore' from root:root to runner:runner
2025-08-20T20:26:32.8575813Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T20:26:32.8576685Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T20:26:32.8577552Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/try-release.yml' from root:root to runner:runner
2025-08-20T20:26:32.8578568Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T20:26:32.8579418Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/codeql.yml' from root:root to runner:runner
2025-08-20T20:26:32.8580323Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/cps-review.yml' from root:root to runner:runner
2025-08-20T20:26:32.8581392Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/boulder-ci.yml' from root:root to runner:runner
2025-08-20T20:26:32.8582364Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/merged-to-main-or-release-branch.yml' from root:root to runner:runner
2025-08-20T20:26:32.8583265Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/issue-for-sre-handoff.yml' from root:root to runner:runner
2025-08-20T20:26:32.8584179Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/check-iana-registries.yml' from root:root to runner:runner
2025-08-20T20:26:32.8584981Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows' from root:root to runner:runner
2025-08-20T20:26:32.8585914Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/issue_template.md' from root:root to runner:runner
2025-08-20T20:26:32.8586784Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github' from root:root to runner:runner
2025-08-20T20:26:32.8587644Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/unpause/unpause.go' from root:root to runner:runner
2025-08-20T20:26:32.8588533Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/unpause/unpause_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8589300Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/unpause' from root:root to runner:runner
2025-08-20T20:26:32.8590125Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/revocation/reasons.go' from root:root to runner:runner
2025-08-20T20:26:32.8590898Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/revocation' from root:root to runner:runner
2025-08-20T20:26:32.8591785Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/protogen.sh' from root:root to runner:runner
2025-08-20T20:26:32.8592581Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/generate.go' from root:root to runner:runner
2025-08-20T20:26:32.8593425Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/interceptors_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8594425Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/resolver/dns/dns_resolver_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8595339Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/resolver/dns/dns_resolver.go' from root:root to runner:runner
2025-08-20T20:26:32.8596279Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/resolver/dns' from root:root to runner:runner
2025-08-20T20:26:32.8597159Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/resolver' from root:root to runner:runner
2025-08-20T20:26:32.8598045Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/grpcrand/grpcrand.go' from root:root to runner:runner
2025-08-20T20:26:32.8598879Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/grpcrand' from root:root to runner:runner
2025-08-20T20:26:32.8599746Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/backoff/backoff.go' from root:root to runner:runner
2025-08-20T20:26:32.8600671Z [00:03:11.355]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/backoff' from root:root to runner:runner
2025-08-20T20:26:32.8601595Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/testutils/channel.go' from root:root to runner:runner
2025-08-20T20:26:32.8602566Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/testutils/parse_url.go' from root:root to runner:runner
2025-08-20T20:26:32.8603401Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/testutils' from root:root to runner:runner
2025-08-20T20:26:32.8604299Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/leakcheck/leakcheck.go' from root:root to runner:runner
2025-08-20T20:26:32.8605303Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/leakcheck/leakcheck_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8606219Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/leakcheck' from root:root to runner:runner
2025-08-20T20:26:32.8607060Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal' from root:root to runner:runner
2025-08-20T20:26:32.8607977Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/skew_integration.go' from root:root to runner:runner
2025-08-20T20:26:32.8608827Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/test_proto/generate.go' from root:root to runner:runner
2025-08-20T20:26:32.8609730Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/test_proto/interceptors_test_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8610627Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/test_proto/interceptors_test.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8611523Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/test_proto/interceptors_test.proto' from root:root to runner:runner
2025-08-20T20:26:32.8612321Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/test_proto' from root:root to runner:runner
2025-08-20T20:26:32.8613114Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/client.go' from root:root to runner:runner
2025-08-20T20:26:32.8613974Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/server.go' from root:root to runner:runner
2025-08-20T20:26:32.8614842Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/skew.go' from root:root to runner:runner
2025-08-20T20:26:32.8615812Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/resolver.go' from root:root to runner:runner
2025-08-20T20:26:32.8616719Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/pb-marshalling_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8617537Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/client_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8618359Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/resolver_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8619312Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/interceptors.go' from root:root to runner:runner
2025-08-20T20:26:32.8620133Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/pb-marshalling.go' from root:root to runner:runner
2025-08-20T20:26:32.8621047Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/creds/creds.go' from root:root to runner:runner
2025-08-20T20:26:32.8621876Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/creds/creds_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8622655Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/creds' from root:root to runner:runner
2025-08-20T20:26:32.8623473Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/server_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8624289Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/errors_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8625085Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/errors.go' from root:root to runner:runner
2025-08-20T20:26:32.8626104Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/noncebalancer/noncebalancer_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8627058Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/noncebalancer/noncebalancer.go' from root:root to runner:runner
2025-08-20T20:26:32.8627969Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/noncebalancer' from root:root to runner:runner
2025-08-20T20:26:32.8628766Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc' from root:root to runner:runner
2025-08-20T20:26:32.8629618Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/policy/pa.go' from root:root to runner:runner
2025-08-20T20:26:32.8630470Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/policy/pa_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8631241Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/policy' from root:root to runner:runner
2025-08-20T20:26:32.8632060Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/test/response.go' from root:root to runner:runner
2025-08-20T20:26:32.8632905Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/test' from root:root to runner:runner
2025-08-20T20:26:32.8633810Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/redis/redis_source_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8634837Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/redis/checked_redis_source_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8635870Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/redis/checked_redis_source.go' from root:root to runner:runner
2025-08-20T20:26:32.8636800Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/redis/redis_source.go' from root:root to runner:runner
2025-08-20T20:26:32.8637628Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/redis' from root:root to runner:runner
2025-08-20T20:26:32.8638492Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/filter_source.go' from root:root to runner:runner
2025-08-20T20:26:32.8639334Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/source.go' from root:root to runner:runner
2025-08-20T20:26:32.8640208Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/live/live_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8641157Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/live/live.go' from root:root to runner:runner
2025-08-20T20:26:32.8642010Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/live' from root:root to runner:runner
2025-08-20T20:26:32.8642938Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/inmem_source.go' from root:root to runner:runner
2025-08-20T20:26:32.8643838Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/filter_source_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8644723Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/responder_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8645717Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/response.der' from root:root to runner:runner
2025-08-20T20:26:32.8646759Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/response_mix.pem' from root:root to runner:runner
2025-08-20T20:26:32.8647631Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/ocsp.req' from root:root to runner:runner
2025-08-20T20:26:32.8648596Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/resp64.pem' from root:root to runner:runner
2025-08-20T20:26:32.8649468Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.8650391Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/response_broken.pem' from root:root to runner:runner
2025-08-20T20:26:32.8651265Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/ocsp.resp' from root:root to runner:runner
2025-08-20T20:26:32.8652172Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/test-ca.der.pem' from root:root to runner:runner
2025-08-20T20:26:32.8653010Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8653857Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/responder.go' from root:root to runner:runner
2025-08-20T20:26:32.8654728Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder' from root:root to runner:runner
2025-08-20T20:26:32.8655588Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp' from root:root to runner:runner
2025-08-20T20:26:32.8656441Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/Makefile' from root:root to runner:runner
2025-08-20T20:26:32.8657224Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/sa.go' from root:root to runner:runner
2025-08-20T20:26:32.8658005Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/ca.go' from root:root to runner:runner
2025-08-20T20:26:32.8658836Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/emailexporter.go' from root:root to runner:runner
2025-08-20T20:26:32.8659751Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/grpc.go' from root:root to runner:runner
2025-08-20T20:26:32.8660563Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/publisher.go' from root:root to runner:runner
2025-08-20T20:26:32.8661319Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks' from root:root to runner:runner
2025-08-20T20:26:32.8662220Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/send_error_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8663008Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/docs.go' from root:root to runner:runner
2025-08-20T20:26:32.8663807Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/send_error.go' from root:root to runner:runner
2025-08-20T20:26:32.8664599Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/server.go' from root:root to runner:runner
2025-08-20T20:26:32.8665399Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/probs_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8666322Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/probs.go' from root:root to runner:runner
2025-08-20T20:26:32.8667147Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/context_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8668034Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/context.go' from root:root to runner:runner
2025-08-20T20:26:32.8668855Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/server_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8669712Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/relative.go' from root:root to runner:runner
2025-08-20T20:26:32.8670498Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/jwk.go' from root:root to runner:runner
2025-08-20T20:26:32.8671244Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web' from root:root to runner:runner
2025-08-20T20:26:32.8672046Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/linter.go' from root:root to runner:runner
2025-08-20T20:26:32.8672965Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/test/helpers.go' from root:root to runner:runner
2025-08-20T20:26:32.8673816Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/test/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8674737Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/test' from root:root to runner:runner
2025-08-20T20:26:32.8675721Z [00:03:11.356]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_aki_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8676753Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_no_empty_revoked_certificates_list.go' from root:root to runner:runner
2025-08-20T20:26:32.8677685Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_issuer_name_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8678578Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_number.go' from root:root to runner:runner
2025-08-20T20:26:32.8679510Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_valid_timestamps.go' from root:root to runner:runner
2025-08-20T20:26:32.8680435Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_aki.go' from root:root to runner:runner
2025-08-20T20:26:32.8681429Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_cert_via_pkimetal.go' from root:root to runner:runner
2025-08-20T20:26:32.8682389Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_valid_timestamps_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8683360Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_number_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8684371Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_no_empty_revoked_certificates_list_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8685277Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_via_pkimetal.go' from root:root to runner:runner
2025-08-20T20:26:32.8686425Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_issuer_name.go' from root:root to runner:runner
2025-08-20T20:26:32.8687377Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_no_number.pem' from root:root to runner:runner
2025-08-20T20:26:32.8688331Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_aki_name_and_serial.pem' from root:root to runner:runner
2025-08-20T20:26:32.8689360Z [00:03:11.357]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_critical_number.pem' from root:root to runner:runner
2025-08-20T20:26:32.8690296Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_gentime_2049.pem' from root:root to runner:runner
2025-08-20T20:26:32.8691198Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_no_aki.pem' from root:root to runner:runner
2025-08-20T20:26:32.8692128Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_long_number.pem' from root:root to runner:runner
2025-08-20T20:26:32.8693059Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_none_revoked.pem' from root:root to runner:runner
2025-08-20T20:26:32.8694000Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_good_utctime_1950.pem' from root:root to runner:runner
2025-08-20T20:26:32.8695012Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_empty_revoked.pem' from root:root to runner:runner
2025-08-20T20:26:32.8696066Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_good_gentime_2050.pem' from root:root to runner:runner
2025-08-20T20:26:32.8697161Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_utctime_no_seconds.pem' from root:root to runner:runner
2025-08-20T20:26:32.8698068Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_good.pem' from root:root to runner:runner
2025-08-20T20:26:32.8699007Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_no_issuer_name.pem' from root:root to runner:runner
2025-08-20T20:26:32.8699962Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_gentime_revoked_2049.pem' from root:root to runner:runner
2025-08-20T20:26:32.8700888Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8701696Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc' from root:root to runner:runner
2025-08-20T20:26:32.8702695Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_validity_period.go' from root:root to runner:runner
2025-08-20T20:26:32.8703646Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_validity_period_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8704604Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_no_critical_reason_codes.go' from root:root to runner:runner
2025-08-20T20:26:32.8705666Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_no_critical_reason_codes_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8706690Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_acceptable_reason_codes_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8707648Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_acceptable_reason_codes.go' from root:root to runner:runner
2025-08-20T20:26:32.8708660Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_5.pem' from root:root to runner:runner
2025-08-20T20:26:32.8709636Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_good_subordinate_ca.pem' from root:root to runner:runner
2025-08-20T20:26:32.8710618Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_6.pem' from root:root to runner:runner
2025-08-20T20:26:32.8711723Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_negative_validity_subscriber_cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8712646Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_1.pem' from root:root to runner:runner
2025-08-20T20:26:32.8713714Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_idp_distributionPoint_and_onlyUser_and_onlyCA.pem' from root:root to runner:runner
2025-08-20T20:26:32.8714764Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_9.pem' from root:root to runner:runner
2025-08-20T20:26:32.8715765Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_3.pem' from root:root to runner:runner
2025-08-20T20:26:32.8716840Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_negative_validity.pem' from root:root to runner:runner
2025-08-20T20:26:32.8717767Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_10.pem' from root:root to runner:runner
2025-08-20T20:26:32.8718683Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_2.pem' from root:root to runner:runner
2025-08-20T20:26:32.8719603Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_4.pem' from root:root to runner:runner
2025-08-20T20:26:32.8720634Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_negative_validity_subordinate_ca.pem' from root:root to runner:runner
2025-08-20T20:26:32.8721551Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_8.pem' from root:root to runner:runner
2025-08-20T20:26:32.8722631Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_long_validity_subordinate_ca.pem' from root:root to runner:runner
2025-08-20T20:26:32.8723638Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_critical_reason.pem' from root:root to runner:runner
2025-08-20T20:26:32.8724608Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_good.pem' from root:root to runner:runner
2025-08-20T20:26:32.8725720Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_long_validity_subscriber_cert.pem' from root:root to runner:runner
2025-08-20T20:26:32.8726860Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_long_validity_distributionPoint_and_subordinate_ca.pem' from root:root to runner:runner
2025-08-20T20:26:32.8727878Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_0.pem' from root:root to runner:runner
2025-08-20T20:26:32.8728819Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_long_validity.pem' from root:root to runner:runner
2025-08-20T20:26:32.8729673Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8730575Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br' from root:root to runner:runner
2025-08-20T20:26:32.8731506Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/chrome/e_scts_from_same_operator.go' from root:root to runner:runner
2025-08-20T20:26:32.8732325Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/chrome' from root:root to runner:runner
2025-08-20T20:26:32.8733160Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/common.go' from root:root to runner:runner
2025-08-20T20:26:32.8734064Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_is_not_delta.go' from root:root to runner:runner
2025-08-20T20:26:32.8734998Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_no_cert_issuers.go' from root:root to runner:runner
2025-08-20T20:26:32.8736193Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_subscriber_cert_validity_greater_than_100_days.go' from root:root to runner:runner
2025-08-20T20:26:32.8737321Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_subordinate_ca_cert_validity_period_greater_than_8_years.go' from root:root to runner:runner
2025-08-20T20:26:32.8738425Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_root_ca_cert_validity_period_greater_than_25_years.go' from root:root to runner:runner
2025-08-20T20:26:32.8739336Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_idp_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8740241Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_no_aia.go' from root:root to runner:runner
2025-08-20T20:26:32.8741254Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_idp.go' from root:root to runner:runner
2025-08-20T20:26:32.8742212Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_no_cert_issuers_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8743192Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_validity_period_has_extra_second.go' from root:root to runner:runner
2025-08-20T20:26:32.8744209Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_is_not_delta_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8745126Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_delta.pem' from root:root to runner:runner
2025-08-20T20:26:32.8746160Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_no_fullname.pem' from root:root to runner:runner
2025-08-20T20:26:32.8747095Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_aia.pem' from root:root to runner:runner
2025-08-20T20:26:32.8748061Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_good_subordinate_ca.pem' from root:root to runner:runner
2025-08-20T20:26:32.8748977Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_no_idp.pem' from root:root to runner:runner
2025-08-20T20:26:32.8750145Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_distributionPoint_and_onlyUser_and_onlyCA.pem' from root:root to runner:runner
2025-08-20T20:26:32.8751095Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_freshest.pem' from root:root to runner:runner
2025-08-20T20:26:32.8752099Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_no_uris.pem' from root:root to runner:runner
2025-08-20T20:26:32.8753144Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_distributionPoint_and_onlyCA.pem' from root:root to runner:runner
2025-08-20T20:26:32.8754105Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_some_reasons.pem' from root:root to runner:runner
2025-08-20T20:26:32.8755153Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_no_usercerts.pem' from root:root to runner:runner
2025-08-20T20:26:32.8756173Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_https.pem' from root:root to runner:runner
2025-08-20T20:26:32.8757133Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_good.pem' from root:root to runner:runner
2025-08-20T20:26:32.8758155Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_cert_issuer.pem' from root:root to runner:runner
2025-08-20T20:26:32.8759103Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_two_uris.pem' from root:root to runner:runner
2025-08-20T20:26:32.8760024Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_no_dpn.pem' from root:root to runner:runner
2025-08-20T20:26:32.8760882Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8761799Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_no_aia_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8762609Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps' from root:root to runner:runner
2025-08-20T20:26:32.8763534Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/common_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8764332Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints' from root:root to runner:runner
2025-08-20T20:26:32.8765230Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/linter_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8766099Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter' from root:root to runner:runner
2025-08-20T20:26:32.8766979Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/challenges_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8767786Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/core_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8768688Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/proto/core.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8769507Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/proto/core.proto' from root:root to runner:runner
2025-08-20T20:26:32.8770281Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/proto' from root:root to runner:runner
2025-08-20T20:26:32.8771467Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/challenges.go' from root:root to runner:runner
2025-08-20T20:26:32.8772284Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/interfaces.go' from root:root to runner:runner
2025-08-20T20:26:32.8773092Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/objects_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8773896Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/util_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8774678Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/util.go' from root:root to runner:runner
2025-08-20T20:26:32.8775481Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/objects.go' from root:root to runner:runner
2025-08-20T20:26:32.8776353Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core' from root:root to runner:runner
2025-08-20T20:26:32.8777298Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/crl_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8778130Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/issuer.go' from root:root to runner:runner
2025-08-20T20:26:32.8778988Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/cert.go' from root:root to runner:runner
2025-08-20T20:26:32.8779801Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/crl.go' from root:root to runner:runner
2025-08-20T20:26:32.8780679Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/issuer_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8781508Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/cert_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8782350Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance' from root:root to runner:runner
2025-08-20T20:26:32.8783210Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/privatekey/privatekey_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8784054Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/privatekey/privatekey.go' from root:root to runner:runner
2025-08-20T20:26:32.8784921Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/privatekey' from root:root to runner:runner
2025-08-20T20:26:32.8785804Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/go.sum' from root:root to runner:runner
2025-08-20T20:26:32.8786715Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/data/production-email.template' from root:root to runner:runner
2025-08-20T20:26:32.8787566Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/data/staging-email.template' from root:root to runner:runner
2025-08-20T20:26:32.8788315Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/data' from root:root to runner:runner
2025-08-20T20:26:32.8789102Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.8789929Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/limiter.go' from root:root to runner:runner
2025-08-20T20:26:32.8790836Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/source.go' from root:root to runner:runner
2025-08-20T20:26:32.8791751Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/transaction_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8792705Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8793624Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/source_redis_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8794466Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/source_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8795303Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/limit_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8796309Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/gcra.go' from root:root to runner:runner
2025-08-20T20:26:32.8797164Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/limiter_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8798083Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/utilities.go' from root:root to runner:runner
2025-08-20T20:26:32.8798925Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/transaction.go' from root:root to runner:runner
2025-08-20T20:26:32.8799773Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/source_redis.go' from root:root to runner:runner
2025-08-20T20:26:32.8800620Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/utilities_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8801566Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_default_empty_name.yml' from root:root to runner:runner
2025-08-20T20:26:32.8802484Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_defaults.yml' from root:root to runner:runner
2025-08-20T20:26:32.8803420Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_override_empty_id.yml' from root:root to runner:runner
2025-08-20T20:26:32.8804482Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_overrides_second_entry_bad_name.yml' from root:root to runner:runner
2025-08-20T20:26:32.8805442Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_override_invalid_name.yml' from root:root to runner:runner
2025-08-20T20:26:32.8806575Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_default_invalid_name.yml' from root:root to runner:runner
2025-08-20T20:26:32.8807514Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_default_burst_0.yml' from root:root to runner:runner
2025-08-20T20:26:32.8808457Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_override_13371338.yml' from root:root to runner:runner
2025-08-20T20:26:32.8809505Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_overrides_third_entry_bad_id.yml' from root:root to runner:runner
2025-08-20T20:26:32.8810484Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_override_regid_domainorcidr.yml' from root:root to runner:runner
2025-08-20T20:26:32.8811469Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_defaults_second_entry_bad_name.yml' from root:root to runner:runner
2025-08-20T20:26:32.8812447Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_overrides.yml' from root:root to runner:runner
2025-08-20T20:26:32.8813358Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_override.yml' from root:root to runner:runner
2025-08-20T20:26:32.8814321Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_overrides_regid_fqdnset.yml' from root:root to runner:runner
2025-08-20T20:26:32.8815252Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_override_burst_0.yml' from root:root to runner:runner
2025-08-20T20:26:32.8816243Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_default.yml' from root:root to runner:runner
2025-08-20T20:26:32.8817229Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_override_empty_name.yml' from root:root to runner:runner
2025-08-20T20:26:32.8818152Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8818995Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/gcra_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8819870Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/limit.go' from root:root to runner:runner
2025-08-20T20:26:32.8820711Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/names_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8821527Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/names.go' from root:root to runner:runner
2025-08-20T20:26:32.8822309Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits' from root:root to runner:runner
2025-08-20T20:26:32.8823234Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docker-compose.next.yml' from root:root to runner:runner
2025-08-20T20:26:32.8824070Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey/good_key_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8824887Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey/good_key.go' from root:root to runner:runner
2025-08-20T20:26:32.8825956Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey/sagoodkey/good_key_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8826868Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey/sagoodkey/good_key.go' from root:root to runner:runner
2025-08-20T20:26:32.8827672Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey/sagoodkey' from root:root to runner:runner
2025-08-20T20:26:32.8828444Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey' from root:root to runner:runner
2025-08-20T20:26:32.8829335Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/mock/mock_prober.go' from root:root to runner:runner
2025-08-20T20:26:32.8830217Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/mock/mock_conf.go' from root:root to runner:runner
2025-08-20T20:26:32.8831039Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/mock' from root:root to runner:runner
2025-08-20T20:26:32.8832009Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tls/tls_conf_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8832906Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tls/tls.go' from root:root to runner:runner
2025-08-20T20:26:32.8833843Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tls/tls_conf.go' from root:root to runner:runner
2025-08-20T20:26:32.8834684Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tls' from root:root to runner:runner
2025-08-20T20:26:32.8835650Z [00:03:11.358]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/crl/crl_conf_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8836618Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/crl/crl.go' from root:root to runner:runner
2025-08-20T20:26:32.8837486Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/crl/crl_conf.go' from root:root to runner:runner
2025-08-20T20:26:32.8838303Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/crl' from root:root to runner:runner
2025-08-20T20:26:32.8839320Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tcp/tcp_conf.go' from root:root to runner:runner
2025-08-20T20:26:32.8840176Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tcp/tcp.go' from root:root to runner:runner
2025-08-20T20:26:32.8840999Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tcp' from root:root to runner:runner
2025-08-20T20:26:32.8841847Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/prober.go' from root:root to runner:runner
2025-08-20T20:26:32.8842752Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/http/http_conf_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8843616Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/http/http.go' from root:root to runner:runner
2025-08-20T20:26:32.8844492Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/http/http_conf.go' from root:root to runner:runner
2025-08-20T20:26:32.8845405Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/http' from root:root to runner:runner
2025-08-20T20:26:32.8846394Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/dns/dns_conf.go' from root:root to runner:runner
2025-08-20T20:26:32.8847337Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/dns/dns.go' from root:root to runner:runner
2025-08-20T20:26:32.8848231Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/dns/dns_conf_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8849053Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/dns' from root:root to runner:runner
2025-08-20T20:26:32.8849947Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers' from root:root to runner:runner
2025-08-20T20:26:32.8850782Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/mon_conf_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8851653Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/obsdialer/obsdialer.go' from root:root to runner:runner
2025-08-20T20:26:32.8852536Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/obsdialer' from root:root to runner:runner
2025-08-20T20:26:32.8853357Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/monitor.go' from root:root to runner:runner
2025-08-20T20:26:32.8854172Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/mon_conf.go' from root:root to runner:runner
2025-08-20T20:26:32.8855005Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/obs_conf_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8855914Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/obs_conf.go' from root:root to runner:runner
2025-08-20T20:26:32.8856787Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/observer.go' from root:root to runner:runner
2025-08-20T20:26:32.8857556Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer' from root:root to runner:runner
2025-08-20T20:26:32.8858446Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/allowlist/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8859298Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/allowlist/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8860133Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/allowlist' from root:root to runner:runner
2025-08-20T20:26:32.8860915Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/ra_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8861687Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/ra.go' from root:root to runner:runner
2025-08-20T20:26:32.8862493Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/proto/ra.proto' from root:root to runner:runner
2025-08-20T20:26:32.8863421Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/proto/ra_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8864223Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/proto/ra.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8864993Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/proto' from root:root to runner:runner
2025-08-20T20:26:32.8865911Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra' from root:root to runner:runner
2025-08-20T20:26:32.8866767Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/strictyaml/yaml.go' from root:root to runner:runner
2025-08-20T20:26:32.8867600Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/strictyaml/yaml_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8868375Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/strictyaml' from root:root to runner:runner
2025-08-20T20:26:32.8869238Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/ctconfig/ctconfig.go' from root:root to runner:runner
2025-08-20T20:26:32.8870043Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/ctconfig' from root:root to runner:runner
2025-08-20T20:26:32.8870900Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/loglist/lintlist.go' from root:root to runner:runner
2025-08-20T20:26:32.8871841Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/loglist/loglist.go' from root:root to runner:runner
2025-08-20T20:26:32.8872732Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/loglist/loglist_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8873596Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/loglist' from root:root to runner:runner
2025-08-20T20:26:32.8874451Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/ctpolicy.go' from root:root to runner:runner
2025-08-20T20:26:32.8875292Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/ctpolicy_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8876150Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy' from root:root to runner:runner
2025-08-20T20:26:32.8877061Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.typos.toml' from root:root to runner:runner
2025-08-20T20:26:32.8877957Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/test/testIntermediate.pem' from root:root to runner:runner
2025-08-20T20:26:32.8878751Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/test' from root:root to runner:runner
2025-08-20T20:26:32.8879713Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/proto/publisher.proto' from root:root to runner:runner
2025-08-20T20:26:32.8880653Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/proto/publisher_grpc.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8881530Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/proto/publisher.pb.go' from root:root to runner:runner
2025-08-20T20:26:32.8882335Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/proto' from root:root to runner:runner
2025-08-20T20:26:32.8883168Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/publisher.go' from root:root to runner:runner
2025-08-20T20:26:32.8884022Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/publisher_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8884790Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher' from root:root to runner:runner
2025-08-20T20:26:32.8885795Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/log-validator/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8886658Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/log-validator' from root:root to runner:runner
2025-08-20T20:26:32.8887551Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-ca/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8888344Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-ca' from root:root to runner:runner
2025-08-20T20:26:32.8889171Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-va/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8890060Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-va' from root:root to runner:runner
2025-08-20T20:26:32.8890844Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/config.go' from root:root to runner:runner
2025-08-20T20:26:32.8891645Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8892530Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/admin.go' from root:root to runner:runner
2025-08-20T20:26:32.8893392Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/pause_identifier.go' from root:root to runner:runner
2025-08-20T20:26:32.8894260Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/unpause_account_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8895131Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/pause_identifier_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8896049Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/key_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8896904Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/cert.go' from root:root to runner:runner
2025-08-20T20:26:32.8897734Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/admin_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8898702Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/dryrun.go' from root:root to runner:runner
2025-08-20T20:26:32.8899507Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/key.go' from root:root to runner:runner
2025-08-20T20:26:32.8900393Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/cert_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8901302Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/unpause_account.go' from root:root to runner:runner
2025-08-20T20:26:32.8902073Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin' from root:root to runner:runner
2025-08-20T20:26:32.8902922Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-publisher/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8903914Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-publisher/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8904736Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-publisher' from root:root to runner:runner
2025-08-20T20:26:32.8905687Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8906667Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/client.go' from root:root to runner:runner
2025-08-20T20:26:32.8907539Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/inflight_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8908383Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/inflight.go' from root:root to runner:runner
2025-08-20T20:26:32.8909232Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/client_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8910121Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/testdata/ocsp.response' from root:root to runner:runner
2025-08-20T20:26:32.8910950Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8911747Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool' from root:root to runner:runner
2025-08-20T20:26:32.8912654Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-sa/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8913606Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-sa/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8914410Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-sa' from root:root to runner:runner
2025-08-20T20:26:32.8915233Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/crl-checker/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8916201Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/crl-checker' from root:root to runner:runner
2025-08-20T20:26:32.8917126Z [00:03:11.359]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/shell.go' from root:root to runner:runner
2025-08-20T20:26:32.8917968Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/email-exporter/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8918782Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/email-exporter' from root:root to runner:runner
2025-08-20T20:26:32.8919725Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/bad-key-revoker/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8920593Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/bad-key-revoker/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8921400Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/bad-key-revoker' from root:root to runner:runner
2025-08-20T20:26:32.8922220Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/remoteva/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8923001Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/remoteva' from root:root to runner:runner
2025-08-20T20:26:32.8923827Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-ra/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8924666Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-ra/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8925608Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-ra' from root:root to runner:runner
2025-08-20T20:26:32.8926473Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/config_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8927457Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/reversed-hostname-checker/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8928326Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/reversed-hostname-checker' from root:root to runner:runner
2025-08-20T20:26:32.8929172Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-observer/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8930028Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-observer/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8930955Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-observer' from root:root to runner:runner
2025-08-20T20:26:32.8931755Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/shell_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8932592Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/clock_integration.go' from root:root to runner:runner
2025-08-20T20:26:32.8933527Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/clock_generic.go' from root:root to runner:runner
2025-08-20T20:26:32.8934359Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8935192Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/ocsp_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8936244Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/ecdsa_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8937130Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/key_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8937969Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/crl_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8938796Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/README.md' from root:root to runner:runner
2025-08-20T20:26:32.8939723Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/ocsp.go' from root:root to runner:runner
2025-08-20T20:26:32.8940651Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/cert.go' from root:root to runner:runner
2025-08-20T20:26:32.8941474Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/crl.go' from root:root to runner:runner
2025-08-20T20:26:32.8942318Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8943156Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/file_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8944035Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/key.go' from root:root to runner:runner
2025-08-20T20:26:32.8944867Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/rsa_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8945780Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/rsa.go' from root:root to runner:runner
2025-08-20T20:26:32.8946746Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/cert_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8947567Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/file.go' from root:root to runner:runner
2025-08-20T20:26:32.8948392Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/ecdsa.go' from root:root to runner:runner
2025-08-20T20:26:32.8949247Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony' from root:root to runner:runner
2025-08-20T20:26:32.8950085Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/crl-storer/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8950887Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/crl-storer' from root:root to runner:runner
2025-08-20T20:26:32.8951680Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/registry.go' from root:root to runner:runner
2025-08-20T20:26:32.8952502Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8953335Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8954190Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder' from root:root to runner:runner
2025-08-20T20:26:32.8955060Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/nonce-service/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8955972Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/nonce-service' from root:root to runner:runner
2025-08-20T20:26:32.8956861Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8957816Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8958702Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder/testdata/ocsp.req' from root:root to runner:runner
2025-08-20T20:26:32.8959587Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder/testdata/ocsp.resp' from root:root to runner:runner
2025-08-20T20:26:32.8960503Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8961317Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder' from root:root to runner:runner
2025-08-20T20:26:32.8962139Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/crl-updater/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8963010Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/crl-updater' from root:root to runner:runner
2025-08-20T20:26:32.8963840Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-wfe2/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8964697Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-wfe2/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8965497Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-wfe2' from root:root to runner:runner
2025-08-20T20:26:32.8966515Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/4_incorrect_data_for_type.json' from root:root to runner:runner
2025-08-20T20:26:32.8967449Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/test_secret' from root:root to runner:runner
2025-08-20T20:26:32.8968349Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/1_missing_endswith.json' from root:root to runner:runner
2025-08-20T20:26:32.8969216Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/test_dburl_newline' from root:root to runner:runner
2025-08-20T20:26:32.8970137Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/3_configDuration_too_darn_big.json' from root:root to runner:runner
2025-08-20T20:26:32.8971130Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/1_missing_endswith.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8971964Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/test_dburl' from root:root to runner:runner
2025-08-20T20:26:32.8972874Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/4_incorrect_data_for_type.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8973856Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/2_missing_required.json' from root:root to runner:runner
2025-08-20T20:26:32.8974741Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/2_missing_required.yaml' from root:root to runner:runner
2025-08-20T20:26:32.8975617Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8976539Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/sfe/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8977308Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/sfe' from root:root to runner:runner
2025-08-20T20:26:32.8978145Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/cert-checker/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8978989Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/cert-checker/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8979901Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/cert-checker/testdata/quite_invalid.pem' from root:root to runner:runner
2025-08-20T20:26:32.8980773Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/cert-checker/testdata' from root:root to runner:runner
2025-08-20T20:26:32.8981662Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/cert-checker' from root:root to runner:runner
2025-08-20T20:26:32.8982506Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/akamai-purger/main.go' from root:root to runner:runner
2025-08-20T20:26:32.8983366Z [00:03:11.360]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/akamai-purger/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8984266Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/akamai-purger' from root:root to runner:runner
2025-08-20T20:26:32.8985011Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd' from root:root to runner:runner
2025-08-20T20:26:32.8985921Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/metrics/scope.go' from root:root to runner:runner
2025-08-20T20:26:32.8986919Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/metrics/measured_http/http.go' from root:root to runner:runner
2025-08-20T20:26:32.8987805Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/metrics/measured_http/http_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8988623Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/metrics/measured_http' from root:root to runner:runner
2025-08-20T20:26:32.8989461Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/metrics' from root:root to runner:runner
2025-08-20T20:26:32.8990315Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/pkcs11helpers/helpers.go' from root:root to runner:runner
2025-08-20T20:26:32.8991176Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/pkcs11helpers/helpers_test.go' from root:root to runner:runner
2025-08-20T20:26:32.8991970Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/pkcs11helpers' from root:root to runner:runner
2025-08-20T20:26:32.8992790Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/static/favicon.ico' from root:root to runner:runner
2025-08-20T20:26:32.8993613Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/static/logo.svg' from root:root to runner:runner
2025-08-20T20:26:32.8994449Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/static' from root:root to runner:runner
2025-08-20T20:26:32.8995352Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/unpause-invalid-request.html' from root:root to runner:runner
2025-08-20T20:26:32.8996310Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/index.html' from root:root to runner:runner
2025-08-20T20:26:32.8997200Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/unpause-form.html' from root:root to runner:runner
2025-08-20T20:26:32.8998157Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/unpause-expired.html' from root:root to runner:runner
2025-08-20T20:26:32.8999012Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/unpause-status.html' from root:root to runner:runner
2025-08-20T20:26:32.8999793Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages' from root:root to runner:runner
2025-08-20T20:26:32.9000717Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/sfe.go' from root:root to runner:runner
2025-08-20T20:26:32.9001567Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/templates/layout.html' from root:root to runner:runner
2025-08-20T20:26:32.9002355Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/templates' from root:root to runner:runner
2025-08-20T20:26:32.9003221Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/sfe_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9003980Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe' from root:root to runner:runner
2025-08-20T20:26:32.9004760Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/CODEOWNERS' from root:root to runner:runner
2025-08-20T20:26:32.9005684Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/config/rocsp_config.go' from root:root to runner:runner
2025-08-20T20:26:32.9006593Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/config/issuers_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9007385Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/config' from root:root to runner:runner
2025-08-20T20:26:32.9008367Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/rocsp_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9009170Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/rocsp.go' from root:root to runner:runner
2025-08-20T20:26:32.9010036Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/testdata/ocsp.response' from root:root to runner:runner
2025-08-20T20:26:32.9010826Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/testdata' from root:root to runner:runner
2025-08-20T20:26:32.9011623Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/mocks.go' from root:root to runner:runner
2025-08-20T20:26:32.9012371Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp' from root:root to runner:runner
2025-08-20T20:26:32.9013265Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T20:26:32.9014059Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/DESIGN.md' from root:root to runner:runner
2025-08-20T20:26:32.9014863Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/multi-va.md' from root:root to runner:runner
2025-08-20T20:26:32.9015822Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/acme-implementation_details.md' from root:root to runner:runner
2025-08-20T20:26:32.9016784Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/acme-divergences.md' from root:root to runner:runner
2025-08-20T20:26:32.9017579Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/redis.md' from root:root to runner:runner
2025-08-20T20:26:32.9018376Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/logging.md' from root:root to runner:runner
2025-08-20T20:26:32.9019209Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/config-validation.md' from root:root to runner:runner
2025-08-20T20:26:32.9019997Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/CRLS.md' from root:root to runner:runner
2025-08-20T20:26:32.9020789Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/release.md' from root:root to runner:runner
2025-08-20T20:26:32.9021794Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T20:26:32.9022628Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/ISSUANCE-CYCLE.md' from root:root to runner:runner
2025-08-20T20:26:32.9023456Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/error-handling.md' from root:root to runner:runner
2025-08-20T20:26:32.9024208Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs' from root:root to runner:runner
2025-08-20T20:26:32.9024936Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder' from root:root to runner:runner
2025-08-20T20:26:32.9025730Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt' from root:root to runner:runner
2025-08-20T20:26:32.9026613Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/runtime/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9027441Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/runtime/middleware/denco/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9028235Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/runtime/middleware/denco' from root:root to runner:runner
2025-08-20T20:26:32.9028998Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/runtime/middleware' from root:root to runner:runner
2025-08-20T20:26:32.9029785Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/runtime' from root:root to runner:runner
2025-08-20T20:26:32.9030539Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/strfmt/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9031257Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/strfmt' from root:root to runner:runner
2025-08-20T20:26:32.9032000Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/errors/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9032722Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/errors' from root:root to runner:runner
2025-08-20T20:26:32.9033503Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/jsonreference/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9034402Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/jsonreference' from root:root to runner:runner
2025-08-20T20:26:32.9035156Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/swag/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9036071Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/swag' from root:root to runner:runner
2025-08-20T20:26:32.9036963Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/analysis/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9037695Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/analysis' from root:root to runner:runner
2025-08-20T20:26:32.9038456Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/validate/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9039182Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/validate' from root:root to runner:runner
2025-08-20T20:26:32.9039927Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/spec/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9040645Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/spec' from root:root to runner:runner
2025-08-20T20:26:32.9041417Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/jsonpointer/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9042147Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/jsonpointer' from root:root to runner:runner
2025-08-20T20:26:32.9042969Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/loads/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9043691Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/loads' from root:root to runner:runner
2025-08-20T20:26:32.9044450Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi' from root:root to runner:runner
2025-08-20T20:26:32.9045213Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rivo/uniseg/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9046027Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rivo/uniseg' from root:root to runner:runner
2025-08-20T20:26:32.9046813Z [00:03:11.361]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rivo/tview/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9047597Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rivo/tview' from root:root to runner:runner
2025-08-20T20:26:32.9048267Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rivo' from root:root to runner:runner
2025-08-20T20:26:32.9049038Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/kballard/go-shellquote/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9049847Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/kballard/go-shellquote' from root:root to runner:runner
2025-08-20T20:26:32.9050540Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/kballard' from root:root to runner:runner
2025-08-20T20:26:32.9051310Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/lucasb-eyer/go-colorful/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9052055Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/lucasb-eyer/go-colorful' from root:root to runner:runner
2025-08-20T20:26:32.9052746Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/lucasb-eyer' from root:root to runner:runner
2025-08-20T20:26:32.9053497Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/huandu/xstrings/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9054202Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/huandu/xstrings' from root:root to runner:runner
2025-08-20T20:26:32.9054877Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/huandu' from root:root to runner:runner
2025-08-20T20:26:32.9055953Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sagikazarmark/locafero/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9056761Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sagikazarmark/locafero' from root:root to runner:runner
2025-08-20T20:26:32.9057542Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sagikazarmark' from root:root to runner:runner
2025-08-20T20:26:32.9058339Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto/attestation/go/v1/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9059097Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto/attestation/go/v1' from root:root to runner:runner
2025-08-20T20:26:32.9059826Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto/attestation/go' from root:root to runner:runner
2025-08-20T20:26:32.9060618Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto/attestation' from root:root to runner:runner
2025-08-20T20:26:32.9061418Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto/in-toto-golang/in_toto/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9062178Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto/in-toto-golang/in_toto' from root:root to runner:runner
2025-08-20T20:26:32.9062975Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto/in-toto-golang' from root:root to runner:runner
2025-08-20T20:26:32.9063655Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto' from root:root to runner:runner
2025-08-20T20:26:32.9064405Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/fsnotify/fsnotify/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9065121Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/fsnotify/fsnotify' from root:root to runner:runner
2025-08-20T20:26:32.9065911Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/fsnotify' from root:root to runner:runner
2025-08-20T20:26:32.9066728Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/rekor/pkg/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9067452Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/rekor/pkg' from root:root to runner:runner
2025-08-20T20:26:32.9068242Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/rekor' from root:root to runner:runner
2025-08-20T20:26:32.9069035Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/sigstore/pkg/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9069841Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/sigstore/pkg' from root:root to runner:runner
2025-08-20T20:26:32.9070568Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/sigstore' from root:root to runner:runner
2025-08-20T20:26:32.9071446Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/timestamp-authority/pkg/verification/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9072286Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/timestamp-authority/pkg/verification' from root:root to runner:runner
2025-08-20T20:26:32.9073146Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/timestamp-authority/pkg' from root:root to runner:runner
2025-08-20T20:26:32.9073912Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/timestamp-authority' from root:root to runner:runner
2025-08-20T20:26:32.9074688Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/sigstore-go/pkg/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9075679Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/sigstore-go/pkg' from root:root to runner:runner
2025-08-20T20:26:32.9076416Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/sigstore-go' from root:root to runner:runner
2025-08-20T20:26:32.9077182Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/rekor-tiles/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9077908Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/rekor-tiles' from root:root to runner:runner
2025-08-20T20:26:32.9078726Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/protobuf-specs/gen/pb-go/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9079514Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/protobuf-specs/gen/pb-go' from root:root to runner:runner
2025-08-20T20:26:32.9080275Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/protobuf-specs/gen' from root:root to runner:runner
2025-08-20T20:26:32.9081064Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/protobuf-specs' from root:root to runner:runner
2025-08-20T20:26:32.9081842Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore' from root:root to runner:runner
2025-08-20T20:26:32.9082612Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/MakeNowJust/heredoc/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9083411Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/MakeNowJust/heredoc' from root:root to runner:runner
2025-08-20T20:26:32.9084108Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/MakeNowJust' from root:root to runner:runner
2025-08-20T20:26:32.9084865Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/henvic/httpretty/LICENSE.md' from root:root to runner:runner
2025-08-20T20:26:32.9085675Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/henvic/httpretty' from root:root to runner:runner
2025-08-20T20:26:32.9086487Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/henvic' from root:root to runner:runner
2025-08-20T20:26:32.9087207Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cncf/xds/go/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9087900Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cncf/xds/go' from root:root to runner:runner
2025-08-20T20:26:32.9088697Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cncf/xds' from root:root to runner:runner
2025-08-20T20:26:32.9089368Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cncf' from root:root to runner:runner
2025-08-20T20:26:32.9090235Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/zstd/internal/xxhash/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9091049Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/zstd/internal/xxhash' from root:root to runner:runner
2025-08-20T20:26:32.9091843Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/zstd/internal' from root:root to runner:runner
2025-08-20T20:26:32.9092597Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/zstd' from root:root to runner:runner
2025-08-20T20:26:32.9093432Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/internal/snapref/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9094224Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/internal/snapref' from root:root to runner:runner
2025-08-20T20:26:32.9095061Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/internal' from root:root to runner:runner
2025-08-20T20:26:32.9095918Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9096750Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress' from root:root to runner:runner
2025-08-20T20:26:32.9097450Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost' from root:root to runner:runner
2025-08-20T20:26:32.9098189Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/yuin/goldmark/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9098889Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/yuin/goldmark' from root:root to runner:runner
2025-08-20T20:26:32.9099784Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/yuin/goldmark-emoji/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9100513Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/yuin/goldmark-emoji' from root:root to runner:runner
2025-08-20T20:26:32.9101177Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/yuin' from root:root to runner:runner
2025-08-20T20:26:32.9102060Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/aymerick/douceur/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9102780Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/aymerick/douceur' from root:root to runner:runner
2025-08-20T20:26:32.9103466Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/aymerick' from root:root to runner:runner
2025-08-20T20:26:32.9104205Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rodaine/table/license' from root:root to runner:runner
2025-08-20T20:26:32.9104910Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rodaine/table' from root:root to runner:runner
2025-08-20T20:26:32.9105688Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rodaine' from root:root to runner:runner
2025-08-20T20:26:32.9106702Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9107736Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer' from root:root to runner:runner
2025-08-20T20:26:32.9108599Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cyberphone/json-canonicalization/go/src/webpki.org' from root:root to runner:runner
2025-08-20T20:26:32.9109472Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cyberphone/json-canonicalization/go/src' from root:root to runner:runner
2025-08-20T20:26:32.9110284Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cyberphone/json-canonicalization/go' from root:root to runner:runner
2025-08-20T20:26:32.9111069Z [00:03:11.362]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cyberphone/json-canonicalization' from root:root to runner:runner
2025-08-20T20:26:32.9111763Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cyberphone' from root:root to runner:runner
2025-08-20T20:26:32.9112563Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pkg/errors/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9113253Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pkg/errors' from root:root to runner:runner
2025-08-20T20:26:32.9113912Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pkg' from root:root to runner:runner
2025-08-20T20:26:32.9114837Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muhammadmuzzammil1998/jsonc/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9115711Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muhammadmuzzammil1998/jsonc' from root:root to runner:runner
2025-08-20T20:26:32.9116487Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muhammadmuzzammil1998' from root:root to runner:runner
2025-08-20T20:26:32.9117231Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/subosito/gotenv/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9117944Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/subosito/gotenv' from root:root to runner:runner
2025-08-20T20:26:32.9118625Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/subosito' from root:root to runner:runner
2025-08-20T20:26:32.9119380Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/globocom/go-buffer/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9120098Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/globocom/go-buffer' from root:root to runner:runner
2025-08-20T20:26:32.9120882Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/globocom' from root:root to runner:runner
2025-08-20T20:26:32.9121705Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microsoft/dev-tunnels/go/tunnels/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9122568Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microsoft/dev-tunnels/go/tunnels' from root:root to runner:runner
2025-08-20T20:26:32.9123353Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microsoft/dev-tunnels/go' from root:root to runner:runner
2025-08-20T20:26:32.9124097Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microsoft/dev-tunnels' from root:root to runner:runner
2025-08-20T20:26:32.9124784Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microsoft' from root:root to runner:runner
2025-08-20T20:26:32.9125690Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/ansi/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9126430Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/ansi' from root:root to runner:runner
2025-08-20T20:26:32.9127172Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/termenv/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9127969Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/termenv' from root:root to runner:runner
2025-08-20T20:26:32.9128709Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/reflow/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9129409Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/reflow' from root:root to runner:runner
2025-08-20T20:26:32.9130165Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/cancelreader/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9130899Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/cancelreader' from root:root to runner:runner
2025-08-20T20:26:32.9131566Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli' from root:root to runner:runner
2025-08-20T20:26:32.9132295Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/zeebo/errs/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9132984Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/zeebo/errs' from root:root to runner:runner
2025-08-20T20:26:32.9133728Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/zeebo' from root:root to runner:runner
2025-08-20T20:26:32.9134531Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mailru/easyjson/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9135302Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mailru/easyjson' from root:root to runner:runner
2025-08-20T20:26:32.9136087Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mailru' from root:root to runner:runner
2025-08-20T20:26:32.9136923Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opentracing/opentracing-go/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9137693Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opentracing/opentracing-go' from root:root to runner:runner
2025-08-20T20:26:32.9138484Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opentracing' from root:root to runner:runner
2025-08-20T20:26:32.9139278Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/vbatts/tar-split/archive/tar/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9140038Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/vbatts/tar-split/archive/tar' from root:root to runner:runner
2025-08-20T20:26:32.9140851Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/vbatts/tar-split/archive' from root:root to runner:runner
2025-08-20T20:26:32.9141568Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/vbatts/tar-split' from root:root to runner:runner
2025-08-20T20:26:32.9142238Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/vbatts' from root:root to runner:runner
2025-08-20T20:26:32.9143007Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sassoftware/relic/lib/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9143742Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sassoftware/relic/lib' from root:root to runner:runner
2025-08-20T20:26:32.9144458Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sassoftware/relic' from root:root to runner:runner
2025-08-20T20:26:32.9145155Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sassoftware' from root:root to runner:runner
2025-08-20T20:26:32.9146004Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pelletier/go-toml/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9146875Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pelletier/go-toml/v2' from root:root to runner:runner
2025-08-20T20:26:32.9147612Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pelletier/go-toml' from root:root to runner:runner
2025-08-20T20:26:32.9148367Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pelletier' from root:root to runner:runner
2025-08-20T20:26:32.9149158Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pmezard/go-difflib/difflib/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9149915Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pmezard/go-difflib/difflib' from root:root to runner:runner
2025-08-20T20:26:32.9150635Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pmezard/go-difflib' from root:root to runner:runner
2025-08-20T20:26:32.9151408Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pmezard' from root:root to runner:runner
2025-08-20T20:26:32.9152152Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn/go-runewidth/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9152872Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn/go-runewidth' from root:root to runner:runner
2025-08-20T20:26:32.9153674Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn/go-isatty/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9154388Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn/go-isatty' from root:root to runner:runner
2025-08-20T20:26:32.9155137Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn/go-colorable/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9156142Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn/go-colorable' from root:root to runner:runner
2025-08-20T20:26:32.9156869Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn' from root:root to runner:runner
2025-08-20T20:26:32.9157599Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/blang/semver/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9158302Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/blang/semver' from root:root to runner:runner
2025-08-20T20:26:32.9158975Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/blang' from root:root to runner:runner
2025-08-20T20:26:32.9159867Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microcosm-cc/bluemonday/LICENSE.md' from root:root to runner:runner
2025-08-20T20:26:32.9160653Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microcosm-cc/bluemonday' from root:root to runner:runner
2025-08-20T20:26:32.9161434Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microcosm-cc' from root:root to runner:runner
2025-08-20T20:26:32.9162276Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/envoyproxy/go-control-plane/envoy/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9163070Z [00:03:11.363]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/envoyproxy/go-control-plane/envoy' from root:root to runner:runner
2025-08-20T20:26:32.9163834Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/envoyproxy/go-control-plane' from root:root to runner:runner
2025-08-20T20:26:32.9164792Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/envoyproxy/protoc-gen-validate/validate/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9165724Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/envoyproxy/protoc-gen-validate/validate' from root:root to runner:runner
2025-08-20T20:26:32.9166552Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/envoyproxy/protoc-gen-validate' from root:root to runner:runner
2025-08-20T20:26:32.9167332Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/envoyproxy' from root:root to runner:runner
2025-08-20T20:26:32.9168094Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/atotto/clipboard/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9168805Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/atotto/clipboard' from root:root to runner:runner
2025-08-20T20:26:32.9169483Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/atotto' from root:root to runner:runner
2025-08-20T20:26:32.9170233Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sourcegraph/conc/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9170988Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sourcegraph/conc' from root:root to runner:runner
2025-08-20T20:26:32.9171692Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sourcegraph' from root:root to runner:runner
2025-08-20T20:26:32.9172469Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/aymanbagabas/go-osc52/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9173303Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/aymanbagabas/go-osc52/v2' from root:root to runner:runner
2025-08-20T20:26:32.9174076Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/aymanbagabas/go-osc52' from root:root to runner:runner
2025-08-20T20:26:32.9174843Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/aymanbagabas' from root:root to runner:runner
2025-08-20T20:26:32.9175709Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/zalando/go-keyring/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9176482Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/zalando/go-keyring' from root:root to runner:runner
2025-08-20T20:26:32.9177160Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/zalando' from root:root to runner:runner
2025-08-20T20:26:32.9178047Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-jose/go-jose/v4/json/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9178785Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-jose/go-jose/v4/json' from root:root to runner:runner
2025-08-20T20:26:32.9179532Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-jose/go-jose/v4/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9180384Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-jose/go-jose/v4' from root:root to runner:runner
2025-08-20T20:26:32.9181105Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-jose/go-jose' from root:root to runner:runner
2025-08-20T20:26:32.9181782Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-jose' from root:root to runner:runner
2025-08-20T20:26:32.9182542Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/josharian/intern/license.md' from root:root to runner:runner
2025-08-20T20:26:32.9183259Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/josharian/intern' from root:root to runner:runner
2025-08-20T20:26:32.9183952Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/josharian' from root:root to runner:runner
2025-08-20T20:26:32.9184715Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/alecthomas/chroma/v2/COPYING' from root:root to runner:runner
2025-08-20T20:26:32.9185448Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/alecthomas/chroma/v2' from root:root to runner:runner
2025-08-20T20:26:32.9186357Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/alecthomas/chroma' from root:root to runner:runner
2025-08-20T20:26:32.9187056Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/alecthomas' from root:root to runner:runner
2025-08-20T20:26:32.9187949Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework/go-tuf/v2/metadata/NOTICE' from root:root to runner:runner
2025-08-20T20:26:32.9188789Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework/go-tuf/v2/metadata/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9189598Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework/go-tuf/v2/metadata' from root:root to runner:runner
2025-08-20T20:26:32.9190365Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework/go-tuf/v2' from root:root to runner:runner
2025-08-20T20:26:32.9191303Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework/go-tuf/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9192065Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework/go-tuf' from root:root to runner:runner
2025-08-20T20:26:32.9192865Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework' from root:root to runner:runner
2025-08-20T20:26:32.9193608Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gdamore/encoding/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9194334Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gdamore/encoding' from root:root to runner:runner
2025-08-20T20:26:32.9195080Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gdamore/tcell/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9195888Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gdamore/tcell/v2' from root:root to runner:runner
2025-08-20T20:26:32.9196638Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gdamore/tcell' from root:root to runner:runner
2025-08-20T20:26:32.9197323Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gdamore' from root:root to runner:runner
2025-08-20T20:26:32.9198083Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/titanous/rocacheck/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9198901Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/titanous/rocacheck' from root:root to runner:runner
2025-08-20T20:26:32.9199596Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/titanous' from root:root to runner:runner
2025-08-20T20:26:32.9200535Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/thlib/go-timezone-local/tzlocal/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9201323Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/thlib/go-timezone-local/tzlocal' from root:root to runner:runner
2025-08-20T20:26:32.9202068Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/thlib/go-timezone-local' from root:root to runner:runner
2025-08-20T20:26:32.9202738Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/thlib' from root:root to runner:runner
2025-08-20T20:26:32.9203572Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/pflag/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9204263Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/pflag' from root:root to runner:runner
2025-08-20T20:26:32.9205004Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/cobra/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9205903Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/cobra' from root:root to runner:runner
2025-08-20T20:26:32.9206667Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/cast/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9207365Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/cast' from root:root to runner:runner
2025-08-20T20:26:32.9208105Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/afero/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9208798Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/afero' from root:root to runner:runner
2025-08-20T20:26:32.9209524Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/viper/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9210221Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/viper' from root:root to runner:runner
2025-08-20T20:26:32.9210896Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13' from root:root to runner:runner
2025-08-20T20:26:32.9211819Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/AlecAivazis/survey/v2/terminal/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9212600Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/AlecAivazis/survey/v2/terminal' from root:root to runner:runner
2025-08-20T20:26:32.9213435Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/AlecAivazis/survey/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9214177Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/AlecAivazis/survey/v2' from root:root to runner:runner
2025-08-20T20:26:32.9214898Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/AlecAivazis/survey' from root:root to runner:runner
2025-08-20T20:26:32.9215704Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/AlecAivazis' from root:root to runner:runner
2025-08-20T20:26:32.9216657Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/go-containerregistry/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9217422Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/go-containerregistry' from root:root to runner:runner
2025-08-20T20:26:32.9218148Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/uuid/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9218942Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/uuid' from root:root to runner:runner
2025-08-20T20:26:32.9219772Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/certificate-transparency-go/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9220568Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/certificate-transparency-go' from root:root to runner:runner
2025-08-20T20:26:32.9221310Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/s2a-go/LICENSE.md' from root:root to runner:runner
2025-08-20T20:26:32.9222012Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/s2a-go' from root:root to runner:runner
2025-08-20T20:26:32.9222739Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/shlex/COPYING' from root:root to runner:runner
2025-08-20T20:26:32.9223437Z [00:03:11.364]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/shlex' from root:root to runner:runner
2025-08-20T20:26:32.9224187Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/go-cmp/cmp/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9224991Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/go-cmp/cmp' from root:root to runner:runner
2025-08-20T20:26:32.9225785Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/go-cmp' from root:root to runner:runner
2025-08-20T20:26:32.9226587Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google' from root:root to runner:runner
2025-08-20T20:26:32.9227360Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/digitorus/pkcs7/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9228082Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/digitorus/pkcs7' from root:root to runner:runner
2025-08-20T20:26:32.9228845Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/digitorus/timestamp/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9229674Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/digitorus/timestamp' from root:root to runner:runner
2025-08-20T20:26:32.9230358Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/digitorus' from root:root to runner:runner
2025-08-20T20:26:32.9231106Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shurcooL/graphql/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9231897Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shurcooL/graphql' from root:root to runner:runner
2025-08-20T20:26:32.9232644Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shurcooL/githubv4/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9233368Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shurcooL/githubv4' from root:root to runner:runner
2025-08-20T20:26:32.9234045Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shurcooL' from root:root to runner:runner
2025-08-20T20:26:32.9234788Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/catppuccin/go/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9235487Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/catppuccin/go' from root:root to runner:runner
2025-08-20T20:26:32.9236353Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/catppuccin' from root:root to runner:runner
2025-08-20T20:26:32.9237249Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/googleapis/enterprise-certificate-proxy/client/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9238186Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/googleapis/enterprise-certificate-proxy/client' from root:root to runner:runner
2025-08-20T20:26:32.9239027Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/googleapis/enterprise-certificate-proxy' from root:root to runner:runner
2025-08-20T20:26:32.9239867Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/googleapis/gax-go/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9240634Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/googleapis/gax-go/v2' from root:root to runner:runner
2025-08-20T20:26:32.9241363Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/googleapis/gax-go' from root:root to runner:runner
2025-08-20T20:26:32.9242062Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/googleapis' from root:root to runner:runner
2025-08-20T20:26:32.9242966Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/docker-credential-helpers/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9243755Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/docker-credential-helpers' from root:root to runner:runner
2025-08-20T20:26:32.9244662Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/distribution/registry/client/auth/challenge/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9245742Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/distribution/registry/client/auth/challenge' from root:root to runner:runner
2025-08-20T20:26:32.9246622Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/distribution/registry/client/auth' from root:root to runner:runner
2025-08-20T20:26:32.9247428Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/distribution/registry/client' from root:root to runner:runner
2025-08-20T20:26:32.9248204Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/distribution/registry' from root:root to runner:runner
2025-08-20T20:26:32.9248935Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/distribution' from root:root to runner:runner
2025-08-20T20:26:32.9249713Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/cli/cli/config/NOTICE' from root:root to runner:runner
2025-08-20T20:26:32.9250483Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/cli/cli/config/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9251304Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/cli/cli/config' from root:root to runner:runner
2025-08-20T20:26:32.9252024Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/cli/cli' from root:root to runner:runner
2025-08-20T20:26:32.9252775Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/cli' from root:root to runner:runner
2025-08-20T20:26:32.9253453Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker' from root:root to runner:runner
2025-08-20T20:26:32.9254212Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gorilla/css/scanner/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9254941Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gorilla/css/scanner' from root:root to runner:runner
2025-08-20T20:26:32.9255826Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gorilla/css' from root:root to runner:runner
2025-08-20T20:26:32.9256630Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gorilla/websocket/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9257350Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gorilla/websocket' from root:root to runner:runner
2025-08-20T20:26:32.9258120Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gorilla' from root:root to runner:runner
2025-08-20T20:26:32.9258890Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cespare/xxhash/v2/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9259608Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cespare/xxhash/v2' from root:root to runner:runner
2025-08-20T20:26:32.9260315Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cespare/xxhash' from root:root to runner:runner
2025-08-20T20:26:32.9260989Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cespare' from root:root to runner:runner
2025-08-20T20:26:32.9261774Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/sprig/v3/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9262506Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/sprig/v3' from root:root to runner:runner
2025-08-20T20:26:32.9263216Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/sprig' from root:root to runner:runner
2025-08-20T20:26:32.9264076Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/semver/v3/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9264861Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/semver/v3' from root:root to runner:runner
2025-08-20T20:26:32.9265749Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/semver' from root:root to runner:runner
2025-08-20T20:26:32.9266589Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/goutils/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9267319Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/goutils' from root:root to runner:runner
2025-08-20T20:26:32.9268019Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds' from root:root to runner:runner
2025-08-20T20:26:32.9268881Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/stretchr/objx/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9269585Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/stretchr/objx' from root:root to runner:runner
2025-08-20T20:26:32.9270329Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/stretchr/testify/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9271121Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/stretchr/testify' from root:root to runner:runner
2025-08-20T20:26:32.9271804Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/stretchr' from root:root to runner:runner
2025-08-20T20:26:32.9272572Z [00:03:11.365]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/davecgh/go-spew/spew/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9273296Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/davecgh/go-spew/spew' from root:root to runner:runner
2025-08-20T20:26:32.9274008Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/davecgh/go-spew' from root:root to runner:runner
2025-08-20T20:26:32.9274691Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/davecgh' from root:root to runner:runner
2025-08-20T20:26:32.9275453Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cenkalti/backoff/v4/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9276293Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cenkalti/backoff/v4' from root:root to runner:runner
2025-08-20T20:26:32.9277151Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cenkalti/backoff/v5/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9277905Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cenkalti/backoff/v5' from root:root to runner:runner
2025-08-20T20:26:32.9278685Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cenkalti/backoff' from root:root to runner:runner
2025-08-20T20:26:32.9279379Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cenkalti' from root:root to runner:runner
2025-08-20T20:26:32.9280112Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/itchyny/gojq/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9280861Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/itchyny/gojq' from root:root to runner:runner
2025-08-20T20:26:32.9281756Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/itchyny/timefmt-go/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9282474Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/itchyny/timefmt-go' from root:root to runner:runner
2025-08-20T20:26:32.9283151Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/itchyny' from root:root to runner:runner
2025-08-20T20:26:32.9283997Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-viper/mapstructure/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9284739Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-viper/mapstructure/v2' from root:root to runner:runner
2025-08-20T20:26:32.9285472Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-viper/mapstructure' from root:root to runner:runner
2025-08-20T20:26:32.9286269Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-viper' from root:root to runner:runner
2025-08-20T20:26:32.9287017Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/godbus/dbus/v5/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9287720Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/godbus/dbus/v5' from root:root to runner:runner
2025-08-20T20:26:32.9288417Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/godbus/dbus' from root:root to runner:runner
2025-08-20T20:26:32.9289085Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/godbus' from root:root to runner:runner
2025-08-20T20:26:32.9289982Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cpuguy83/go-md2man/v2/md2man/LICENSE.md' from root:root to runner:runner
2025-08-20T20:26:32.9290759Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cpuguy83/go-md2man/v2/md2man' from root:root to runner:runner
2025-08-20T20:26:32.9291555Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cpuguy83/go-md2man/v2' from root:root to runner:runner
2025-08-20T20:26:32.9292314Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cpuguy83/go-md2man' from root:root to runner:runner
2025-08-20T20:26:32.9292999Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cpuguy83' from root:root to runner:runner
2025-08-20T20:26:32.9293831Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opencontainers/image-spec/specs-go/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9294705Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opencontainers/image-spec/specs-go' from root:root to runner:runner
2025-08-20T20:26:32.9295459Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opencontainers/image-spec' from root:root to runner:runner
2025-08-20T20:26:32.9296362Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opencontainers/go-digest/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9297242Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opencontainers/go-digest' from root:root to runner:runner
2025-08-20T20:26:32.9297948Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opencontainers' from root:root to runner:runner
2025-08-20T20:26:32.9298720Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/ansi/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9299454Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/ansi' from root:root to runner:runner
2025-08-20T20:26:32.9300224Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/term/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9300953Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/term' from root:root to runner:runner
2025-08-20T20:26:32.9301737Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/cellbuf/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9302478Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/cellbuf' from root:root to runner:runner
2025-08-20T20:26:32.9303435Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/exp/slice/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9304212Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/exp/slice' from root:root to runner:runner
2025-08-20T20:26:32.9305080Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/exp/strings/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9305997Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/exp/strings' from root:root to runner:runner
2025-08-20T20:26:32.9306756Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/exp' from root:root to runner:runner
2025-08-20T20:26:32.9307471Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x' from root:root to runner:runner
2025-08-20T20:26:32.9308346Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/glamour/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9309082Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/glamour' from root:root to runner:runner
2025-08-20T20:26:32.9309857Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/lipgloss/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9310696Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/lipgloss' from root:root to runner:runner
2025-08-20T20:26:32.9311483Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/bubbletea/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9312227Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/bubbletea' from root:root to runner:runner
2025-08-20T20:26:32.9312999Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/bubbles/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9313737Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/bubbles' from root:root to runner:runner
2025-08-20T20:26:32.9314534Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/colorprofile/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9315293Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/colorprofile' from root:root to runner:runner
2025-08-20T20:26:32.9316235Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/huh/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9317022Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/huh' from root:root to runner:runner
2025-08-20T20:26:32.9317786Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet' from root:root to runner:runner
2025-08-20T20:26:32.9318558Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/golang/groupcache/lru/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9319293Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/golang/groupcache/lru' from root:root to runner:runner
2025-08-20T20:26:32.9320012Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/golang/groupcache' from root:root to runner:runner
2025-08-20T20:26:32.9320746Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/golang/snappy/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9321544Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/golang/snappy' from root:root to runner:runner
2025-08-20T20:26:32.9322220Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/golang' from root:root to runner:runner
2025-08-20T20:26:32.9322995Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/distribution/reference/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9323810Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/distribution/reference' from root:root to runner:runner
2025-08-20T20:26:32.9324516Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/distribution' from root:root to runner:runner
2025-08-20T20:26:32.9325230Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-chi/chi/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9326012Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-chi/chi' from root:root to runner:runner
2025-08-20T20:26:32.9326729Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-chi' from root:root to runner:runner
2025-08-20T20:26:32.9327488Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/dustin/go-humanize/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9328204Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/dustin/go-humanize' from root:root to runner:runner
2025-08-20T20:26:32.9328875Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/dustin' from root:root to runner:runner
2025-08-20T20:26:32.9329722Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/avast/retry-go/v4/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9330476Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/avast/retry-go/v4' from root:root to runner:runner
2025-08-20T20:26:32.9331247Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/avast/retry-go' from root:root to runner:runner
2025-08-20T20:26:32.9331956Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/avast' from root:root to runner:runner
2025-08-20T20:26:32.9332766Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/russross/blackfriday/v2/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9333509Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/russross/blackfriday/v2' from root:root to runner:runner
2025-08-20T20:26:32.9334307Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/russross/blackfriday' from root:root to runner:runner
2025-08-20T20:26:32.9334990Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/russross' from root:root to runner:runner
2025-08-20T20:26:32.9335911Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/felixge/httpsnoop/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9336782Z [00:03:11.366]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/felixge/httpsnoop' from root:root to runner:runner
2025-08-20T20:26:32.9337475Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/felixge' from root:root to runner:runner
2025-08-20T20:26:32.9338210Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/joho/godotenv/LICENCE' from root:root to runner:runner
2025-08-20T20:26:32.9338911Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/joho/godotenv' from root:root to runner:runner
2025-08-20T20:26:32.9339578Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/joho' from root:root to runner:runner
2025-08-20T20:26:32.9340348Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/briandowns/spinner/NOTICE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9341105Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/briandowns/spinner/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9341830Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/briandowns/spinner' from root:root to runner:runner
2025-08-20T20:26:32.9342600Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/briandowns' from root:root to runner:runner
2025-08-20T20:26:32.9343425Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/merkle/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9344232Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/merkle' from root:root to runner:runner
2025-08-20T20:26:32.9345064Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/formats/log/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9345929Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/formats/log' from root:root to runner:runner
2025-08-20T20:26:32.9346732Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/formats' from root:root to runner:runner
2025-08-20T20:26:32.9347605Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/tessera/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9348358Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/tessera' from root:root to runner:runner
2025-08-20T20:26:32.9349178Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev' from root:root to runner:runner
2025-08-20T20:26:32.9349961Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/append.go' from root:root to runner:runner
2025-08-20T20:26:32.9350770Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/prefix_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9351555Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/format.go' from root:root to runner:runner
2025-08-20T20:26:32.9352401Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/group.go' from root:root to runner:runner
2025-08-20T20:26:32.9353192Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/flatten.go' from root:root to runner:runner
2025-08-20T20:26:32.9353979Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9354749Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/go.mod' from root:root to runner:runner
2025-08-20T20:26:32.9355669Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/multierror_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9356506Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/format_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9357424Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/.circleci/config.yml' from root:root to runner:runner
2025-08-20T20:26:32.9358227Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/.circleci' from root:root to runner:runner
2025-08-20T20:26:32.9359012Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/Makefile' from root:root to runner:runner
2025-08-20T20:26:32.9359810Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/multierror.go' from root:root to runner:runner
2025-08-20T20:26:32.9360743Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/group_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9361514Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9362415Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/go.sum' from root:root to runner:runner
2025-08-20T20:26:32.9363203Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/prefix.go' from root:root to runner:runner
2025-08-20T20:26:32.9364014Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/append_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9364807Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/sort_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9365799Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/flatten_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9366616Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/sort.go' from root:root to runner:runner
2025-08-20T20:26:32.9367362Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror' from root:root to runner:runner
2025-08-20T20:26:32.9368148Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/2q_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9368966Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/internal/list.go' from root:root to runner:runner
2025-08-20T20:26:32.9369744Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/internal' from root:root to runner:runner
2025-08-20T20:26:32.9370661Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/simplelru/LICENSE_list' from root:root to runner:runner
2025-08-20T20:26:32.9371523Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/simplelru/lru.go' from root:root to runner:runner
2025-08-20T20:26:32.9372382Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/simplelru/lru_interface.go' from root:root to runner:runner
2025-08-20T20:26:32.9373209Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/simplelru/lru_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9374076Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/simplelru' from root:root to runner:runner
2025-08-20T20:26:32.9374847Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/doc.go' from root:root to runner:runner
2025-08-20T20:26:32.9375925Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9376765Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/.golangci.yml' from root:root to runner:runner
2025-08-20T20:26:32.9377543Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/go.mod' from root:root to runner:runner
2025-08-20T20:26:32.9399383Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/expirable/expirable_lru.go' from root:root to runner:runner
2025-08-20T20:26:32.9401048Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/expirable/expirable_lru_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9401938Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/expirable' from root:root to runner:runner
2025-08-20T20:26:32.9402727Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/.gitignore' from root:root to runner:runner
2025-08-20T20:26:32.9403569Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T20:26:32.9404383Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/.github/workflows' from root:root to runner:runner
2025-08-20T20:26:32.9405272Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/.github' from root:root to runner:runner
2025-08-20T20:26:32.9406224Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/lru.go' from root:root to runner:runner
2025-08-20T20:26:32.9407017Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9407814Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/lru_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9408721Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/2q.go' from root:root to runner:runner
2025-08-20T20:26:32.9409526Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/testing_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9410266Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2' from root:root to runner:runner
2025-08-20T20:26:32.9411127Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru' from root:root to runner:runner
2025-08-20T20:26:32.9411916Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/constraint.go' from root:root to runner:runner
2025-08-20T20:26:32.9412700Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:26:32.9413468Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9414302Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/go.mod' from root:root to runner:runner
2025-08-20T20:26:32.9415078Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/version.go' from root:root to runner:runner
2025-08-20T20:26:32.9416015Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T20:26:32.9416910Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/.github/workflows/go-tests.yml' from root:root to runner:runner
2025-08-20T20:26:32.9417716Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/.github/workflows' from root:root to runner:runner
2025-08-20T20:26:32.9418559Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/.github' from root:root to runner:runner
2025-08-20T20:26:32.9419443Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/version_collection_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9420248Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/constraint_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9421070Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/version_collection.go' from root:root to runner:runner
2025-08-20T20:26:32.9421919Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9422713Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/version_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9423442Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version' from root:root to runner:runner
2025-08-20T20:26:32.9424319Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/errwrap_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9425090Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/errwrap.go' from root:root to runner:runner
2025-08-20T20:26:32.9425986Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9426756Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/go.mod' from root:root to runner:runner
2025-08-20T20:26:32.9427623Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9428348Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap' from root:root to runner:runner
2025-08-20T20:26:32.9429044Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp' from root:root to runner:runner
2025-08-20T20:26:32.9429822Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/asaskevich/govalidator/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9430569Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/asaskevich/govalidator' from root:root to runner:runner
2025-08-20T20:26:32.9431258Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/asaskevich' from root:root to runner:runner
2025-08-20T20:26:32.9432201Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shopspring/decimal/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9432991Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shopspring/decimal' from root:root to runner:runner
2025-08-20T20:26:32.9433689Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shopspring' from root:root to runner:runner
2025-08-20T20:26:32.9434449Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/danieljoos/wincred/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9435177Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/danieljoos/wincred' from root:root to runner:runner
2025-08-20T20:26:32.9435980Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/danieljoos' from root:root to runner:runner
2025-08-20T20:26:32.9436758Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/erikgeiser/coninput/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9437633Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/erikgeiser/coninput' from root:root to runner:runner
2025-08-20T20:26:32.9438331Z [00:03:11.367]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/erikgeiser' from root:root to runner:runner
2025-08-20T20:26:32.9439090Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/jedisct1/go-minisign/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9439819Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/jedisct1/go-minisign' from root:root to runner:runner
2025-08-20T20:26:32.9440571Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/jedisct1' from root:root to runner:runner
2025-08-20T20:26:32.9441355Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/go-gh/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9442063Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/go-gh/v2' from root:root to runner:runner
2025-08-20T20:26:32.9442746Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/go-gh' from root:root to runner:runner
2025-08-20T20:26:32.9443469Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/oauth/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9444155Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/oauth' from root:root to runner:runner
2025-08-20T20:26:32.9445055Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/browser/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9445867Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/browser' from root:root to runner:runner
2025-08-20T20:26:32.9446662Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/safeexec/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9447366Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/safeexec' from root:root to runner:runner
2025-08-20T20:26:32.9448087Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/cli/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9448773Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/cli/v2' from root:root to runner:runner
2025-08-20T20:26:32.9449450Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/cli' from root:root to runner:runner
2025-08-20T20:26:32.9450322Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/shurcooL-graphql/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9451050Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/shurcooL-graphql' from root:root to runner:runner
2025-08-20T20:26:32.9451717Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli' from root:root to runner:runner
2025-08-20T20:26:32.9452433Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/oklog/ulid/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9453191Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/oklog/ulid' from root:root to runner:runner
2025-08-20T20:26:32.9453903Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/oklog' from root:root to runner:runner
2025-08-20T20:26:32.9454659Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/dlclark/regexp2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9455372Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/dlclark/regexp2' from root:root to runner:runner
2025-08-20T20:26:32.9456157Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/dlclark' from root:root to runner:runner
2025-08-20T20:26:32.9456962Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shibumi/go-pathspec/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9457900Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shibumi/go-pathspec' from root:root to runner:runner
2025-08-20T20:26:32.9458591Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shibumi' from root:root to runner:runner
2025-08-20T20:26:32.9459384Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/hashstructure/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9460228Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/hashstructure/v2' from root:root to runner:runner
2025-08-20T20:26:32.9460980Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/hashstructure' from root:root to runner:runner
2025-08-20T20:26:32.9461760Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/copystructure/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9462502Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/copystructure' from root:root to runner:runner
2025-08-20T20:26:32.9463264Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/go-homedir/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9463998Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/go-homedir' from root:root to runner:runner
2025-08-20T20:26:32.9464778Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/mapstructure/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9465677Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/mapstructure' from root:root to runner:runner
2025-08-20T20:26:32.9466614Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/reflectwalk/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9467358Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/reflectwalk' from root:root to runner:runner
2025-08-20T20:26:32.9468121Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh' from root:root to runner:runner
2025-08-20T20:26:32.9468964Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/containerd/stargz-snapshotter/estargz/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9469773Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/containerd/stargz-snapshotter/estargz' from root:root to runner:runner
2025-08-20T20:26:32.9470543Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/containerd/stargz-snapshotter' from root:root to runner:runner
2025-08-20T20:26:32.9471349Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/containerd' from root:root to runner:runner
2025-08-20T20:26:32.9472084Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-logr/logr/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9472783Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-logr/logr' from root:root to runner:runner
2025-08-20T20:26:32.9473589Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-logr/stdr/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9474288Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-logr/stdr' from root:root to runner:runner
2025-08-20T20:26:32.9474962Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-logr' from root:root to runner:runner
2025-08-20T20:26:32.9475907Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/inconshreveable/mousetrap/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9476714Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/inconshreveable/mousetrap' from root:root to runner:runner
2025-08-20T20:26:32.9477434Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/inconshreveable' from root:root to runner:runner
2025-08-20T20:26:32.9478235Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/grpc-ecosystem/grpc-gateway/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9479005Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/grpc-ecosystem/grpc-gateway/v2' from root:root to runner:runner
2025-08-20T20:26:32.9479884Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/grpc-ecosystem/grpc-gateway' from root:root to runner:runner
2025-08-20T20:26:32.9480646Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/grpc-ecosystem' from root:root to runner:runner
2025-08-20T20:26:32.9481455Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/fatih/color/LICENSE.md' from root:root to runner:runner
2025-08-20T20:26:32.9482162Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/fatih/color' from root:root to runner:runner
2025-08-20T20:26:32.9482832Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/fatih' from root:root to runner:runner
2025-08-20T20:26:32.9483609Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gabriel-vasile/mimetype/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9484464Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gabriel-vasile/mimetype' from root:root to runner:runner
2025-08-20T20:26:32.9485172Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gabriel-vasile' from root:root to runner:runner
2025-08-20T20:26:32.9486086Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sirupsen/logrus/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9486936Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sirupsen/logrus' from root:root to runner:runner
2025-08-20T20:26:32.9487634Z [00:03:11.368]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sirupsen' from root:root to runner:runner
2025-08-20T20:26:32.9488352Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mgutz/ansi/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9489043Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mgutz/ansi' from root:root to runner:runner
2025-08-20T20:26:32.9489710Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mgutz' from root:root to runner:runner
2025-08-20T20:26:32.9490470Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spiffe/go-spiffe/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9491192Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spiffe/go-spiffe/v2' from root:root to runner:runner
2025-08-20T20:26:32.9491901Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spiffe/go-spiffe' from root:root to runner:runner
2025-08-20T20:26:32.9492655Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spiffe' from root:root to runner:runner
2025-08-20T20:26:32.9493525Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/secure-systems-lab/go-securesystemslib/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9494403Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/secure-systems-lab/go-securesystemslib' from root:root to runner:runner
2025-08-20T20:26:32.9495131Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/secure-systems-lab' from root:root to runner:runner
2025-08-20T20:26:32.9496316Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9497335Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping' from root:root to runner:runner
2025-08-20T20:26:32.9498393Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal' from root:root to runner:runner
2025-08-20T20:26:32.9499354Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9500340Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp' from root:root to runner:runner
2025-08-20T20:26:32.9501247Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors' from root:root to runner:runner
2025-08-20T20:26:32.9502200Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9503125Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric' from root:root to runner:runner
2025-08-20T20:26:32.9504015Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter' from root:root to runner:runner
2025-08-20T20:26:32.9504872Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go' from root:root to runner:runner
2025-08-20T20:26:32.9505834Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9506762Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp' from root:root to runner:runner
2025-08-20T20:26:32.9507554Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/grpc-gcp-go' from root:root to runner:runner
2025-08-20T20:26:32.9508354Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform' from root:root to runner:runner
2025-08-20T20:26:32.9509046Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com' from root:root to runner:runner
2025-08-20T20:26:32.9509756Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/dario.cat/mergo/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9510421Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/dario.cat/mergo' from root:root to runner:runner
2025-08-20T20:26:32.9511179Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/dario.cat' from root:root to runner:runner
2025-08-20T20:26:32.9511920Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.mongodb.org/mongo-driver/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9512636Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.mongodb.org/mongo-driver' from root:root to runner:runner
2025-08-20T20:26:32.9513395Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.mongodb.org' from root:root to runner:runner
2025-08-20T20:26:32.9514111Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/term/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9514786Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/term' from root:root to runner:runner
2025-08-20T20:26:32.9515504Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/time/rate/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9516332Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/time/rate' from root:root to runner:runner
2025-08-20T20:26:32.9517008Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/time' from root:root to runner:runner
2025-08-20T20:26:32.9517732Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/crypto/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9518411Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/crypto' from root:root to runner:runner
2025-08-20T20:26:32.9519207Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/sys/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9519928Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/sys' from root:root to runner:runner
2025-08-20T20:26:32.9520714Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/sync/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9521443Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/sync' from root:root to runner:runner
2025-08-20T20:26:32.9522157Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/oauth2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9522839Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/oauth2' from root:root to runner:runner
2025-08-20T20:26:32.9523616Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/mod/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9524289Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/mod' from root:root to runner:runner
2025-08-20T20:26:32.9524986Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/net/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9525837Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/net' from root:root to runner:runner
2025-08-20T20:26:32.9526589Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/text/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9527268Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/text' from root:root to runner:runner
2025-08-20T20:26:32.9527969Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/exp/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9528636Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/exp' from root:root to runner:runner
2025-08-20T20:26:32.9529292Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x' from root:root to runner:runner
2025-08-20T20:26:32.9529937Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org' from root:root to runner:runner
2025-08-20T20:26:32.9530633Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.uber.org/zap/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9531294Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.uber.org/zap' from root:root to runner:runner
2025-08-20T20:26:32.9532122Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.uber.org/multierr/LICENSE.txt' from root:root to runner:runner
2025-08-20T20:26:32.9532810Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.uber.org/multierr' from root:root to runner:runner
2025-08-20T20:26:32.9533535Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.uber.org' from root:root to runner:runner
2025-08-20T20:26:32.9534306Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/al.essio.dev/pkg/shellescape/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9535021Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/al.essio.dev/pkg/shellescape' from root:root to runner:runner
2025-08-20T20:26:32.9535782Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/al.essio.dev/pkg' from root:root to runner:runner
2025-08-20T20:26:32.9536564Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/al.essio.dev' from root:root to runner:runner
2025-08-20T20:26:32.9537252Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/k8s.io/klog/v2/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9537904Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/k8s.io/klog/v2' from root:root to runner:runner
2025-08-20T20:26:32.9538661Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/k8s.io/klog' from root:root to runner:runner
2025-08-20T20:26:32.9539289Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/k8s.io' from root:root to runner:runner
2025-08-20T20:26:32.9539995Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opencensus.io/LICENSE' from root:root to runner:runner
2025-08-20T20:26:32.9540665Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opencensus.io' from root:root to runner:runner
2025-08-20T20:26:32.9541269Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party' from root:root to runner:runner
2025-08-20T20:26:32.9541919Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9542599Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/acceptance_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9543330Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/auth/auth-token.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9544076Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/auth/auth-setup-git.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9544906Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/auth/auth-login-logout.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9545736Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/auth/auth-status.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9546521Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/auth' from root:root to runner:runner
2025-08-20T20:26:32.9547247Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/label/label.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9547911Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/label' from root:root to runner:runner
2025-08-20T20:26:32.9548675Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/search/search-issues.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9549439Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/search' from root:root to runner:runner
2025-08-20T20:26:32.9550202Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-create-view.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9551032Z [00:03:11.369]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-rename-transfer-ownership.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9551916Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-archive-unarchive.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9552662Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-delete.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9553409Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-fork-sync.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9554166Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-set-default.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9554894Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-edit.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9555738Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-clone.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9556511Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-create-bare.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9557267Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-list-rename.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9558103Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-deploy-key.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9558812Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo' from root:root to runner:runner
2025-08-20T20:26:32.9559594Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/org/org-list.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9560258Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/org' from root:root to runner:runner
2025-08-20T20:26:32.9561070Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-download-traversal.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9561880Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/workflow-enable-disable.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9562720Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/workflow-list.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9563482Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/workflow-view.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9564241Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-download.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9565083Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/cache-list-empty.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9565958Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-delete.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9566754Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-cancel.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9567530Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/cache-list-delete.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9568271Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-view.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9569034Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/workflow-run.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9569780Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-rerun.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9570547Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow' from root:root to runner:runner
2025-08-20T20:26:32.9571301Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/ruleset/ruleset.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9571978Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/ruleset' from root:root to runner:runner
2025-08-20T20:26:32.9572772Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/api/basic-graphql.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9573502Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/api/basic-rest.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9574157Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/api' from root:root to runner:runner
2025-08-20T20:26:32.9574909Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/extension/extension.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9575824Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/extension' from root:root to runner:runner
2025-08-20T20:26:32.9576724Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-org-with-selected-visibility.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9577474Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-org.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9578342Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-repo-env.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9579101Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-repo.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9579967Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-require-remote-disambiguation.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9580679Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret' from root:root to runner:runner
2025-08-20T20:26:32.9581602Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-comment-edit-last-without-comments-creates.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9582419Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-create-with-metadata.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9583160Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-list.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9584002Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-create-basic.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9584916Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-comment-edit-last-with-comments.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9586012Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-comment-edit-last-without-comments-errors.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9586811Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-view.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9587640Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-create-edit-with-project.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9588410Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-comment-new.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9589157Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue' from root:root to runner:runner
2025-08-20T20:26:32.9589912Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/release/release-list.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9590721Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/release/release-upload-download.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9591560Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/release/release-create.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9592325Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/release/release-view.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9592994Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/release' from root:root to runner:runner
2025-08-20T20:26:32.9593733Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-basic.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9594583Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-simple-pushdefault.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9595397Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-checkout-with-url-from-fork.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9596322Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-comment-edit-last-with-comments.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9597111Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-merge-merge-strategy.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9598082Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-status-respects-remote-pushdefault.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9599084Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-status-respects-branch-pushremote.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9600003Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-push-default-upstream-no-merge-ref-fork.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9600806Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-edit-with-project.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9601584Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-no-local-repo.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9602540Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-user-colon-branch-syntax.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9603338Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-status-respects-cross-org.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9604052Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-list.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9605016Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-status-respects-simple-pushdefault.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9605939Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-guesses-remote-from-sha.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9606752Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-checkout-by-number.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9607484Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-checkout.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9608330Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-branch-pushremote.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9609159Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-without-upstream-config.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9610017Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-status-respects-push-destination.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9610922Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-from-manual-merge-base.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9611745Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-same-org-fork.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9612571Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-outside-repo.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9613316Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-comment-new.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9614095Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-with-metadata.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9614974Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-comment-edit-last-without-comments-errors.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9615887Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9616759Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-remote-pushdefault.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9617558Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-merge-rebase-strategy.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9618532Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-push-default-upstream-no-merge-ref.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9619375Z [00:03:11.370]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-push-destination.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9620259Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-comment-edit-last-without-comments-creates.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9621130Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-remote-ref-with-branch-name-slash.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9621955Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-from-issue-develop-base.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9622896Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-guesses-remote-from-sha-with-branch-name-slash.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9623552Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr' from root:root to runner:runner
2025-08-20T20:26:32.9624416Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/project/project-create-delete.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9625099Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/project' from root:root to runner:runner
2025-08-20T20:26:32.9626000Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/gpg-key/gpg-key.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9626725Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/gpg-key' from root:root to runner:runner
2025-08-20T20:26:32.9627488Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/variable/variable-org.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9628255Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/variable/variable-repo.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9629038Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/variable/variable-repo-env.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9629806Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/variable' from root:root to runner:runner
2025-08-20T20:26:32.9630533Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/ssh-key/ssh-key.txtar' from root:root to runner:runner
2025-08-20T20:26:32.9631281Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/ssh-key' from root:root to runner:runner
2025-08-20T20:26:32.9631921Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata' from root:root to runner:runner
2025-08-20T20:26:32.9632526Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance' from root:root to runner:runner
2025-08-20T20:26:32.9633157Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gen-docs/main.go' from root:root to runner:runner
2025-08-20T20:26:32.9633812Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gen-docs/main_test.go' from root:root to runner:runner
2025-08-20T20:26:32.9634418Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gen-docs' from root:root to runner:runner
2025-08-20T20:26:32.9635032Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh/main.go' from root:root to runner:runner
2025-08-20T20:26:32.9635748Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh' from root:root to runner:runner
2025-08-20T20:26:32.9636367Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T20:26:32.9637088Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:26:32.9637820Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:26:32.9638536Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:26:32.9639269Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:26:32.9639963Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:26:32.9640626Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:26:32.9641276Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:26:32.9642037Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:26:32.9642729Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:26:32.9643391Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:26:32.9644145Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:26:32.9644839Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:26:32.9645510Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:26:32.9646303Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:26:32.9647021Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:26:32.9647622Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:26:32.9648222Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:26:32.9648820Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:26:32.9649748Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-6892f314264b6e10f125f888c920347076966244.pack' from root:root to runner:runner
2025-08-20T20:26:32.9650593Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-6892f314264b6e10f125f888c920347076966244.rev' from root:root to runner:runner
2025-08-20T20:26:32.9651512Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-6892f314264b6e10f125f888c920347076966244.promisor' from root:root to runner:runner
2025-08-20T20:26:32.9652354Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-d8296519c7d4484ed9dc0e602990f63c3f52538d.pack' from root:root to runner:runner
2025-08-20T20:26:32.9653192Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-d8296519c7d4484ed9dc0e602990f63c3f52538d.rev' from root:root to runner:runner
2025-08-20T20:26:32.9654029Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-d8296519c7d4484ed9dc0e602990f63c3f52538d.idx' from root:root to runner:runner
2025-08-20T20:26:32.9654982Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-6892f314264b6e10f125f888c920347076966244.idx' from root:root to runner:runner
2025-08-20T20:26:32.9655931Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-d8296519c7d4484ed9dc0e602990f63c3f52538d.promisor' from root:root to runner:runner
2025-08-20T20:26:32.9656616Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:26:32.9657341Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:26:32.9657950Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:26:32.9658568Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:26:32.9659152Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:26:32.9659780Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:26:32.9660393Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:26:32.9661053Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/refs/heads/trunk' from root:root to runner:runner
2025-08-20T20:26:32.9661678Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:26:32.9662372Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:26:32.9663143Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:26:32.9663788Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:26:32.9664464Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:26:32.9665054Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:26:32.9665755Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:26:32.9666405Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:26:32.9667127Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/refs/heads/trunk' from root:root to runner:runner
2025-08-20T20:26:32.9667741Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:26:32.9668426Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:26:32.9669075Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:26:32.9669826Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:26:32.9670424Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:26:32.9670991Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:26:32.9671637Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/install_source.md' from root:root to runner:runner
2025-08-20T20:26:32.9672279Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/install_macos.md' from root:root to runner:runner
2025-08-20T20:26:32.9672890Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/source.md' from root:root to runner:runner
2025-08-20T20:26:32.9673559Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/license-compliance.md' from root:root to runner:runner
2025-08-20T20:26:32.9674175Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/triage.md' from root:root to runner:runner
2025-08-20T20:26:32.9674891Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/working-with-us.md' from root:root to runner:runner
2025-08-20T20:26:32.9675648Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/releasing.md' from root:root to runner:runner
2025-08-20T20:26:32.9676347Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/codespaces.md' from root:root to runner:runner
2025-08-20T20:26:32.9677047Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9677728Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/multiple-accounts.md' from root:root to runner:runner
2025-08-20T20:26:32.9678382Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/install_windows.md' from root:root to runner:runner
2025-08-20T20:26:32.9679052Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/command-line-syntax.md' from root:root to runner:runner
2025-08-20T20:26:32.9679788Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/install_linux.md' from root:root to runner:runner
2025-08-20T20:26:32.9680435Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/project-layout.md' from root:root to runner:runner
2025-08-20T20:26:32.9681120Z [00:03:11.371]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9682005Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle4-03.png' from root:root to runner:runner
2025-08-20T20:26:32.9682784Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-02.png' from root:root to runner:runner
2025-08-20T20:26:32.9683563Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-05.png' from root:root to runner:runner
2025-08-20T20:26:32.9684335Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle4-01.png' from root:root to runner:runner
2025-08-20T20:26:32.9685157Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Prototyping-GoogleDocs.png' from root:root to runner:runner
2025-08-20T20:26:32.9686065Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-04.png' from root:root to runner:runner
2025-08-20T20:26:32.9686891Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-01.png' from root:root to runner:runner
2025-08-20T20:26:32.9687695Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Prototyping-Figma.png' from root:root to runner:runner
2025-08-20T20:26:32.9688565Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle4-02.png' from root:root to runner:runner
2025-08-20T20:26:32.9689351Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-03.png' from root:root to runner:runner
2025-08-20T20:26:32.9690115Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images' from root:root to runner:runner
2025-08-20T20:26:32.9690854Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9691526Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started' from root:root to runner:runner
2025-08-20T20:26:32.9692287Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Syntax-Branch.png' from root:root to runner:runner
2025-08-20T20:26:32.9693156Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-MultiSelect.png' from root:root to runner:runner
2025-08-20T20:26:32.9693946Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Headers-gh-pr-list.png' from root:root to runner:runner
2025-08-20T20:26:32.9694678Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/States.png' from root:root to runner:runner
2025-08-20T20:26:32.9695669Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Detail-gh-issue-view.png' from root:root to runner:runner
2025-08-20T20:26:32.9696481Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Syntax-Repo.png' from root:root to runner:runner
2025-08-20T20:26:32.9697255Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-LongText.png' from root:root to runner:runner
2025-08-20T20:26:32.9698032Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-ShortText.png' from root:root to runner:runner
2025-08-20T20:26:32.9698799Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Empty-states-1.png' from root:root to runner:runner
2025-08-20T20:26:32.9699579Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Headers-Examples.png' from root:root to runner:runner
2025-08-20T20:26:32.9700339Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-YesNo.png' from root:root to runner:runner
2025-08-20T20:26:32.9701060Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Help.png' from root:root to runner:runner
2025-08-20T20:26:32.9701976Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Empty-states-2.png' from root:root to runner:runner
2025-08-20T20:26:32.9702811Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Lists-gh-pr-list.png' from root:root to runner:runner
2025-08-20T20:26:32.9703618Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Spinner.png' from root:root to runner:runner
2025-08-20T20:26:32.9704384Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Syntax-Label.png' from root:root to runner:runner
2025-08-20T20:26:32.9705168Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-RadioSelect.png' from root:root to runner:runner
2025-08-20T20:26:32.9706028Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Progress-Spinner.png' from root:root to runner:runner
2025-08-20T20:26:32.9706832Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images' from root:root to runner:runner
2025-08-20T20:26:32.9707523Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9708174Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components' from root:root to runner:runner
2025-08-20T20:26:32.9709129Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Scriptability-gh-pr-list.png' from root:root to runner:runner
2025-08-20T20:26:32.9709908Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Iconography-1.png' from root:root to runner:runner
2025-08-20T20:26:32.9710637Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Colors.png' from root:root to runner:runner
2025-08-20T20:26:32.9711407Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Iconography-2.png' from root:root to runner:runner
2025-08-20T20:26:32.9712203Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Spacing-gh-pr-status.png' from root:root to runner:runner
2025-08-20T20:26:32.9712972Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-06.png' from root:root to runner:runner
2025-08-20T20:26:32.9713734Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-04.png' from root:root to runner:runner
2025-08-20T20:26:32.9714580Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Iconography-3.png' from root:root to runner:runner
2025-08-20T20:26:32.9715436Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-01.png' from root:root to runner:runner
2025-08-20T20:26:32.9716394Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Typography.png' from root:root to runner:runner
2025-08-20T20:26:32.9717216Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Iconography-4.png' from root:root to runner:runner
2025-08-20T20:26:32.9718064Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Spacing-gh-pr-status-compressed.png' from root:root to runner:runner
2025-08-20T20:26:32.9718834Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-05.png' from root:root to runner:runner
2025-08-20T20:26:32.9719694Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Scriptability-gh-pr-list-machine.png' from root:root to runner:runner
2025-08-20T20:26:32.9720554Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-03.png' from root:root to runner:runner
2025-08-20T20:26:32.9721311Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-02.png' from root:root to runner:runner
2025-08-20T20:26:32.9722066Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images' from root:root to runner:runner
2025-08-20T20:26:32.9722765Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/README.md' from root:root to runner:runner
2025-08-20T20:26:32.9723421Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations' from root:root to runner:runner
2025-08-20T20:26:32.9724023Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer' from root:root to runner:runner
2025-08-20T20:26:32.9724644Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/gh-vs-hub.md' from root:root to runner:runner
2025-08-20T20:26:32.9725344Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/release-process-deep-dive.md' from root:root to runner:runner
2025-08-20T20:26:32.9726020Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T20:26:32.9726590Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO' from root:root to runner:runner
2025-08-20T20:26:32.9727108Z [00:03:11.372]➜  changed ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq' from root:root to runner:runner
2025-08-20T20:26:32.9727612Z [00:03:11.372]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:26:32.9728059Z [00:03:11.372]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:26:32.9728447Z [00:03:11.372]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.version' retained as runner:runner
2025-08-20T20:26:32.9728825Z [00:03:11.372]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:26:32.9729268Z [00:03:11.372]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:26:32.9729695Z [00:03:11.372]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.static.version' retained as runner:runner
2025-08-20T20:26:32.9730044Z [00:03:11.372]➜  ownership of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:26:32.9730395Z [00:03:11.380]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9730788Z [00:03:11.387]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9731301Z [00:03:11.394]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9731863Z [00:03:11.400]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9732440Z [00:03:11.407]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/label-assets' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9732992Z [00:03:11.414]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/licenses' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9733618Z [00:03:11.420]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/sign' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9734197Z [00:03:11.426]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/nolint-insert' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9734861Z [00:03:11.433]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/override.ubuntu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9735446Z [00:03:11.439]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/gen-winres.ps1' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9736384Z [00:03:11.447]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/versioninfo.template.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9737039Z [00:03:11.453]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/build.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9737668Z [00:03:11.460]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/build.bat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9738262Z [00:03:11.466]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/licenses-check' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9738812Z [00:03:11.473]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/pkgmacos' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9739560Z [00:03:11.479]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/sign.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9740234Z [00:03:11.486]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/distributions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9740875Z [00:03:11.492]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/rpmmacros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9741512Z [00:03:11.499]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/createrepo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9742070Z [00:03:11.505]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/script/release' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9742771Z [00:03:11.512]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/run-all-tests.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9743523Z [00:03:11.522]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/verify-oci-bundle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9744410Z [00:03:11.529]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/verify-sigstore-bundle-versions.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9745216Z [00:03:11.535]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/verify-with-custom-trusted-root.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9746253Z [00:03:11.542]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/verify-with-internal-github-sigstore.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9747235Z [00:03:11.548]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/verify/download-and-verify-package-attestation.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9747957Z [00:03:11.555]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/integration/attestation-cmd/download/download.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9748587Z [00:03:11.562]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/test/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9749280Z [00:03:11.570]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9749907Z [00:03:11.577]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9750595Z [00:03:11.583]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party-licenses.linux.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9751263Z [00:03:11.590]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock/legacy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9751912Z [00:03:11.596]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock/stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9752659Z [00:03:11.603]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/httpmock/registry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9753357Z [00:03:11.610]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions/extension.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9754120Z [00:03:11.617]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions/extension_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9754833Z [00:03:11.623]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/extensions/manager_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9755669Z [00:03:11.630]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/githubtemplate/github_template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9756472Z [00:03:11.637]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/githubtemplate/github_template_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9757282Z [00:03:11.644]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/searcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9757945Z [00:03:11.651]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/query_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9758619Z [00:03:11.657]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/searcher_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9779578Z [00:03:11.664]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/result.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9849038Z [00:03:11.671]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/searcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9915315Z [00:03:11.678]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:32.9984883Z [00:03:11.685]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/search/result_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0058877Z [00:03:11.692]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/markdown/markdown.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0124033Z [00:03:11.698]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext/editor_manual.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0191516Z [00:03:11.705]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext/editor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0261112Z [00:03:11.712]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/surveyext/editor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0331975Z [00:03:11.719]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/epipe_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0394896Z [00:03:11.726]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/iostreams_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0460423Z [00:03:11.732]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/epipe_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0529874Z [00:03:11.739]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/console.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0595115Z [00:03:11.746]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/console_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0659784Z [00:03:11.752]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/color_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0722586Z [00:03:11.758]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/iostreams.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0788957Z [00:03:11.765]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/iostreams_progress_indicator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0853960Z [00:03:11.771]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/iostreams/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0920056Z [00:03:11.778]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/legacy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.0987030Z [00:03:11.785]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/factory_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1053019Z [00:03:11.791]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/file_input.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1116598Z [00:03:11.798]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/flags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1181718Z [00:03:11.804]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/args.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1249922Z [00:03:11.811]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/repo_override.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1314989Z [00:03:11.817]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/cmdgroup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1379701Z [00:03:11.824]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/auth_check.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1442075Z [00:03:11.830]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/auth_check_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1507136Z [00:03:11.837]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/factory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1572013Z [00:03:11.843]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/json_flags_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1635508Z [00:03:11.850]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/args_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1699324Z [00:03:11.856]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1765047Z [00:03:11.862]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmdutil/json_flags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1830426Z [00:03:11.869]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/set/string_set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1896145Z [00:03:11.876]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/set/string_set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.1962165Z [00:03:11.882]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/option/option_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2028057Z [00:03:11.889]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/option/option.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2091614Z [00:03:11.895]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/findsh/find_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2154205Z [00:03:11.901]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/findsh/find.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2217122Z [00:03:11.908]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsoncolor/jsoncolor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2279766Z [00:03:11.914]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsoncolor/jsoncolor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2344622Z [00:03:11.921]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2410189Z [00:03:11.927]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/logs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2472846Z [00:03:11.933]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2533551Z [00:03:11.939]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/logs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2596398Z [00:03:11.946]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2659596Z [00:03:11.952]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2721119Z [00:03:11.958]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2783478Z [00:03:11.964]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/artifacts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2845460Z [00:03:11.971]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/presentation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2911478Z [00:03:11.977]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/artifacts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.2984331Z [00:03:11.984]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/shared_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3049871Z [00:03:11.991]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/presentation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3114292Z [00:03:11.997]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3178632Z [00:03:12.004]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/shared/test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3243521Z [00:03:12.010]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/watch/watch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3309643Z [00:03:12.017]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/watch/watch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3374500Z [00:03:12.023]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/rerun/rerun_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3440991Z [00:03:12.030]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/rerun/rerun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3511281Z [00:03:12.037]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/zip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3579142Z [00:03:12.044]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/fixtures/myproject.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3646226Z [00:03:12.051]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3713079Z [00:03:12.057]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/download.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3783914Z [00:03:12.064]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3851491Z [00:03:12.071]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/download_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3917205Z [00:03:12.078]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/download/zip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.3983712Z [00:03:12.084]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/cancel/cancel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4050874Z [00:03:12.091]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/cancel/cancel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4114962Z [00:03:12.097]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4180623Z [00:03:12.104]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/run/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4246121Z [00:03:12.111]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/custom-issuer-artifact' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4310410Z [00:03:12.117]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_release_artifact_invalid.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4374653Z [00:03:12.123]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/trusted_root.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4441932Z [00:03:12.130]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstore-js-2.1.0.tgz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4507081Z [00:03:12.137]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/reusable-workflow-artifact' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4577535Z [00:03:12.144]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/reusable-workflow-attestation.sigstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4643684Z [00:03:12.150]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_provenance_demo-0.0.12-py3-none-any-bundle.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4708315Z [00:03:12.157]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_provenance_demo-0.0.12-py3-none-any-bundle-missing-verification-material.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4773660Z [00:03:12.163]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_provenance_demo-0.0.12-py3-none-any-bundle-missing-cert.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4841281Z [00:03:12.170]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstore-js-2.1.0-bundle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4907611Z [00:03:12.177]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstore-js-2.1.0_with_2_bundles.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.4975465Z [00:03:12.183]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/gh_2.60.1_windows_arm64.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5044093Z [00:03:12.190]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_release_artifact.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5110557Z [00:03:12.197]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_provenance_demo-0.0.12-py3-none-any.whl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5176256Z [00:03:12.204]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/github_release_bundle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5241932Z [00:03:12.210]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstore-js-2.1.0-bundle-v0.1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5308787Z [00:03:12.217]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/sigstoreBundle-invalid-signature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5372899Z [00:03:12.223]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/custom-issuer.sigstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5436604Z [00:03:12.230]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/data/data.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5498438Z [00:03:12.236]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/test/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5558519Z [00:03:12.242]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/inspect_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5615376Z [00:03:12.248]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/bundle_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5673404Z [00:03:12.253]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/inspect_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5733555Z [00:03:12.259]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/inspect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5792723Z [00:03:12.265]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5853846Z [00:03:12.271]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/inspect/bundle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5914695Z [00:03:12.278]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/auth/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.5976172Z [00:03:12.284]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/auth/host_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6039938Z [00:03:12.290]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/trustedroot/trustedroot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6105503Z [00:03:12.297]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/trustedroot/trustedroot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6169326Z [00:03:12.303]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/extensions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6232283Z [00:03:12.309]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/tuf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6292579Z [00:03:12.315]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6352563Z [00:03:12.321]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/sigstore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6412302Z [00:03:12.327]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/sigstore_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6473114Z [00:03:12.333]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/extensions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6535378Z [00:03:12.340]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/attestation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6601500Z [00:03:12.346]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/embed/tuf-repo.github.com/root.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6666794Z [00:03:12.353]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/mock_verifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6727537Z [00:03:12.359]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/tuf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6789612Z [00:03:12.365]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verification/attestation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6852627Z [00:03:12.371]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/image.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6914023Z [00:03:12.377]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/artifact_posix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.6978349Z [00:03:12.384]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7042007Z [00:03:12.390]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7104926Z [00:03:12.396]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/oci/mock_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7168592Z [00:03:12.403]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/artifact.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7232608Z [00:03:12.409]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/digest/digest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7297193Z [00:03:12.416]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/digest/digest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7362296Z [00:03:12.422]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/image_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7424254Z [00:03:12.428]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7486103Z [00:03:12.435]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7550841Z [00:03:12.441]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/artifact/artifact_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7613305Z [00:03:12.447]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/verify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7676808Z [00:03:12.454]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/policy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7739999Z [00:03:12.460]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/verify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7804345Z [00:03:12.466]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7868189Z [00:03:12.473]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7932321Z [00:03:12.479]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/attestation_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.7995474Z [00:03:12.486]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/options_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8056689Z [00:03:12.492]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/attestation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8118683Z [00:03:12.498]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/verify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8181343Z [00:03:12.504]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/verify/attestation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8242337Z [00:03:12.510]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/metadata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8305275Z [00:03:12.517]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/metadata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8369157Z [00:03:12.523]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8434462Z [00:03:12.529]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/options_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8497684Z [00:03:12.536]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/download.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8559073Z [00:03:12.542]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/download/download_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8626337Z [00:03:12.549]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/trust_domain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8690856Z [00:03:12.555]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8753388Z [00:03:12.561]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8815833Z [00:03:12.568]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/mock_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8878422Z [00:03:12.574]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/mock_httpClient_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.8939518Z [00:03:12.580]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/attestation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9001008Z [00:03:12.586]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/api/mock_githubApiClient_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9067405Z [00:03:12.593]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/io/handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9129412Z [00:03:12.599]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/attestation/attestation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9192435Z [00:03:12.605]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/version/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9254944Z [00:03:12.611]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/version/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9316341Z [00:03:12.618]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9378704Z [00:03:12.624]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/gitcredential/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9440665Z [00:03:12.630]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/gitcredential/helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9504261Z [00:03:12.636]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/logout/logout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9568974Z [00:03:12.643]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/logout/logout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9632945Z [00:03:12.649]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/helper_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9700638Z [00:03:12.656]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/fake_helper_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9772812Z [00:03:12.663]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/updater.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9840057Z [00:03:12.670]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/helper_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9905759Z [00:03:12.677]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/fake_helper_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:33.9975443Z [00:03:12.683]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/gitcredentials/updater_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0040868Z [00:03:12.690]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/writeable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0103802Z [00:03:12.696]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0169846Z [00:03:12.703]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/contract/helper_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0234735Z [00:03:12.710]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/oauth_scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0301394Z [00:03:12.716]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/login_flow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0364974Z [00:03:12.723]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/login_flow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0424516Z [00:03:12.729]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/git_credential.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0484122Z [00:03:12.734]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/git_credential_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0550304Z [00:03:12.741]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/shared/oauth_scopes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0614445Z [00:03:12.747]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/switch/switch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0676072Z [00:03:12.754]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/switch/switch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0741999Z [00:03:12.760]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/login/login_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0803690Z [00:03:12.766]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/login/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0867401Z [00:03:12.773]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/refresh/refresh_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0931753Z [00:03:12.779]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/refresh/refresh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.0996149Z [00:03:12.786]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/token/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1059913Z [00:03:12.792]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/token/token_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1123040Z [00:03:12.798]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/status/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1187468Z [00:03:12.805]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/status/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1251293Z [00:03:12.811]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/setupgit/setupgit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1316445Z [00:03:12.818]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/auth/setupgit/setupgit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1380786Z [00:03:12.824]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1444216Z [00:03:12.830]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/clone_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1509462Z [00:03:12.837]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1571634Z [00:03:12.843]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1634525Z [00:03:12.850]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/label.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1698468Z [00:03:12.856]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1762151Z [00:03:12.862]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1825300Z [00:03:12.869]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1887591Z [00:03:12.875]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.1951039Z [00:03:12.881]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2019247Z [00:03:12.888]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2086342Z [00:03:12.895]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2156892Z [00:03:12.902]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2227280Z [00:03:12.909]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/label/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2293006Z [00:03:12.915]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/browse/browse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2355677Z [00:03:12.922]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/browse/browse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2420902Z [00:03:12.928]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/repos/repos_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2487603Z [00:03:12.935]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/repos/repos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2553320Z [00:03:12.941]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/issues/issues_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2617573Z [00:03:12.948]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/issues/issues.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2682648Z [00:03:12.954]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/shared/shared_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2746878Z [00:03:12.961]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/shared/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2810701Z [00:03:12.967]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/prs/prs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2876304Z [00:03:12.974]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/prs/prs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.2951960Z [00:03:12.981]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/code/code_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3023488Z [00:03:12.988]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/code/code.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3085121Z [00:03:12.995]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3145282Z [00:03:13.001]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/commits/commits_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3205756Z [00:03:13.007]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/search/commits/commits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3267190Z [00:03:13.013]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/actions/actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3330321Z [00:03:13.019]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/edit/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3393893Z [00:03:13.025]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/edit/edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3456174Z [00:03:13.032]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/setdefault/setdefault_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3522193Z [00:03:13.038]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/setdefault/setdefault.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3585978Z [00:03:13.045]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3648911Z [00:03:13.051]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3713837Z [00:03:13.057]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/gitignore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3776646Z [00:03:13.064]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3839741Z [00:03:13.070]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/gitignore/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3901847Z [00:03:13.076]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.3963823Z [00:03:13.082]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4026712Z [00:03:13.089]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4092146Z [00:03:13.095]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/clone/clone_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4155869Z [00:03:13.102]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/clone/clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4221976Z [00:03:13.108]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add/add_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4287432Z [00:03:13.115]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add/add.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4348682Z [00:03:13.121]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/add/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4410102Z [00:03:13.127]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4471549Z [00:03:13.133]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4533838Z [00:03:13.139]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4599465Z [00:03:13.146]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/deploy-key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4663269Z [00:03:13.152]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4725137Z [00:03:13.159]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4787336Z [00:03:13.165]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/deploy-key/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4850891Z [00:03:13.171]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4913506Z [00:03:13.177]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.4978317Z [00:03:13.184]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5043294Z [00:03:13.190]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/sync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5105179Z [00:03:13.197]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/sync_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5168857Z [00:03:13.203]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5234308Z [00:03:13.209]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5296901Z [00:03:13.216]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/sync/mocks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5360342Z [00:03:13.222]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5425980Z [00:03:13.229]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5491688Z [00:03:13.235]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5556516Z [00:03:13.242]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/license.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5621278Z [00:03:13.248]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5684868Z [00:03:13.255]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/license/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5750858Z [00:03:13.261]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/shared/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5816948Z [00:03:13.268]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/shared/repo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5883452Z [00:03:13.274]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/garden/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.5948136Z [00:03:13.281]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/garden/garden.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6012936Z [00:03:13.287]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/rename/rename_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6080525Z [00:03:13.294]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/rename/rename.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6146259Z [00:03:13.301]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/fork/fork_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6211718Z [00:03:13.307]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/fork/forkResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6276061Z [00:03:13.314]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/fork/fork.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6340990Z [00:03:13.320]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6406764Z [00:03:13.327]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive/unarchive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6469830Z [00:03:13.333]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/unarchive/unarchive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6535722Z [00:03:13.340]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/credits/credits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6602940Z [00:03:13.346]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6668282Z [00:03:13.353]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/fixtures/repoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6731914Z [00:03:13.359]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/fixtures/repoSearch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6795422Z [00:03:13.366]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6859504Z [00:03:13.372]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6925458Z [00:03:13.379]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.6991696Z [00:03:13.385]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7059521Z [00:03:13.392]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7122257Z [00:03:13.398]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7190226Z [00:03:13.405]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/view/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7257800Z [00:03:13.412]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7325787Z [00:03:13.419]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7392088Z [00:03:13.425]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7459637Z [00:03:13.432]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7526364Z [00:03:13.439]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/shared/autolink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7593265Z [00:03:13.445]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/autolink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7662510Z [00:03:13.452]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7729640Z [00:03:13.459]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7797686Z [00:03:13.466]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7863856Z [00:03:13.472]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7929522Z [00:03:13.479]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.7995214Z [00:03:13.486]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8060811Z [00:03:13.492]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8126397Z [00:03:13.499]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/autolink/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8193623Z [00:03:13.505]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/fixtures/repoTempList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8263139Z [00:03:13.512]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8328654Z [00:03:13.519]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8393815Z [00:03:13.525]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8458590Z [00:03:13.532]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8526072Z [00:03:13.539]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive/archive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8592338Z [00:03:13.545]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive/archive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8659119Z [00:03:13.552]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/repo/archive/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8724840Z [00:03:13.558]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/extension_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8791316Z [00:03:13.565]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_topic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8855141Z [00:03:13.571]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8920863Z [00:03:13.578]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/extension.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.8984474Z [00:03:13.584]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/alias_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9049406Z [00:03:13.591]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9114560Z [00:03:13.598]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/alias.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9177780Z [00:03:13.604]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9243940Z [00:03:13.610]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help_topic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9306003Z [00:03:13.617]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/root/help.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9369453Z [00:03:13.623]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/codespace_selector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9430127Z [00:03:13.629]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9491331Z [00:03:13.635]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/logs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9553114Z [00:03:13.641]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9616223Z [00:03:13.648]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/codespace_selector_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9682528Z [00:03:13.654]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/stop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9744498Z [00:03:13.660]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9805764Z [00:03:13.667]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/logs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9865769Z [00:03:13.673]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9926087Z [00:03:13.679]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ssh_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:34.9990469Z [00:03:13.685]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0055126Z [00:03:13.692]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/stop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0118698Z [00:03:13.698]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0182295Z [00:03:13.704]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0244738Z [00:03:13.711]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0308361Z [00:03:13.717]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0371914Z [00:03:13.723]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/code_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0436762Z [00:03:13.730]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/jupyter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0502112Z [00:03:13.736]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/code.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0568455Z [00:03:13.743]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ports.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0631822Z [00:03:13.749]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0698215Z [00:03:13.756]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0762109Z [00:03:13.762]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/mock_api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0826562Z [00:03:13.769]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/mock_prompter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0891071Z [00:03:13.775]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.0952781Z [00:03:13.781]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/rebuild.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1014955Z [00:03:13.788]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1077930Z [00:03:13.794]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1139244Z [00:03:13.800]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/rebuild_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1201747Z [00:03:13.806]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/ports_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1262974Z [00:03:13.812]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/select_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1323703Z [00:03:13.818]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/codespace/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1386178Z [00:03:13.825]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/org.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1451141Z [00:03:13.831]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1514063Z [00:03:13.837]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1576526Z [00:03:13.844]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1636577Z [00:03:13.850]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/org/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1698782Z [00:03:13.856]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/run/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1761553Z [00:03:13.862]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/run/run_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1827624Z [00:03:13.869]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/enable/enable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1893474Z [00:03:13.875]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/enable/enable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.1957813Z [00:03:13.882]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2021865Z [00:03:13.888]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2085382Z [00:03:13.895]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/disable/disable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2150153Z [00:03:13.901]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/disable/disable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2219580Z [00:03:13.908]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared/shared_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2284126Z [00:03:13.914]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2351935Z [00:03:13.921]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/shared/test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2417407Z [00:03:13.928]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2485353Z [00:03:13.935]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2551140Z [00:03:13.941]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/workflow/workflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2618917Z [00:03:13.948]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2686426Z [00:03:13.955]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/clear-cache/clear_cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2757069Z [00:03:13.962]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/clear-cache/clear_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2823717Z [00:03:13.968]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/set/set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2885710Z [00:03:13.975]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/set/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.2950133Z [00:03:13.981]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3014994Z [00:03:13.987]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3079212Z [00:03:13.994]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/get/get_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3145145Z [00:03:14.000]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/config/get/get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3212945Z [00:03:14.007]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/edit/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3276947Z [00:03:14.014]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/edit/edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3342336Z [00:03:14.020]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3406779Z [00:03:14.027]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3469939Z [00:03:14.033]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/clone/clone_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3532504Z [00:03:14.039]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/clone/clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3595835Z [00:03:14.046]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3658850Z [00:03:14.052]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3722609Z [00:03:14.058]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/gist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3785907Z [00:03:14.065]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/shared/shared_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3850127Z [00:03:14.071]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/shared/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3913842Z [00:03:14.077]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/rename/rename_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.3977161Z [00:03:14.084]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/rename/rename.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4041481Z [00:03:14.090]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4104123Z [00:03:14.096]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4166993Z [00:03:14.103]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4230592Z [00:03:14.109]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gist/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4293513Z [00:03:14.115]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/default_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4355198Z [00:03:14.122]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/remote_resolver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4420679Z [00:03:14.128]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/remote_resolver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4485138Z [00:03:14.135]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/factory/default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4549374Z [00:03:14.141]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/accessibility/accessibility.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4611621Z [00:03:14.147]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4673851Z [00:03:14.153]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/fixtures/rulesetViewRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4738787Z [00:03:14.160]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/fixtures/rulesetViewMultiple.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4802884Z [00:03:14.166]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/fixtures/rulesetViewOrg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4867277Z [00:03:14.173]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4928289Z [00:03:14.179]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.4990738Z [00:03:14.185]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/shared/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5058650Z [00:03:14.192]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/shared/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5122070Z [00:03:14.198]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/ruleset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5185057Z [00:03:14.205]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5249211Z [00:03:14.211]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list/fixtures/rulesetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5314029Z [00:03:14.217]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5380020Z [00:03:14.224]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check/fixtures/rulesetCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5445707Z [00:03:14.231]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check/check_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5511956Z [00:03:14.237]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ruleset/check/check.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5575373Z [00:03:14.244]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview/prompter/prompter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5639680Z [00:03:14.250]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/preview/preview.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5703968Z [00:03:14.256]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5770617Z [00:03:14.263]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5832634Z [00:03:14.269]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/shared/shared_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5894340Z [00:03:14.275]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/shared/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.5957670Z [00:03:14.282]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6021936Z [00:03:14.288]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6083619Z [00:03:14.294]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/cache/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6145796Z [00:03:14.301]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/completion/completion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6207935Z [00:03:14.307]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/completion/completion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6272032Z [00:03:14.313]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/api_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6333977Z [00:03:14.319]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/fields.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6395949Z [00:03:14.326]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/pagination.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6458017Z [00:03:14.332]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6521455Z [00:03:14.338]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/pagination_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6583367Z [00:03:14.344]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/fields_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6645763Z [00:03:14.351]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6705978Z [00:03:14.357]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/api/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6766849Z [00:03:14.363]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6827037Z [00:03:14.369]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/extension_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6890132Z [00:03:14.375]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/symlink_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.6954234Z [00:03:14.381]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse/browse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7017409Z [00:03:14.388]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse/browse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7081988Z [00:03:14.394]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/browse/rg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7145897Z [00:03:14.401]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/script.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7207540Z [00:03:14.407]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/goBinMain.go.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7268843Z [00:03:14.413]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/otherBinWorkflow.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7333120Z [00:03:14.419]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/goBinWorkflow.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7397232Z [00:03:14.426]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/ext_tmpls/buildScript.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7463490Z [00:03:14.432]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7530629Z [00:03:14.439]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7600052Z [00:03:14.446]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7668465Z [00:03:14.453]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/extension.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7753325Z [00:03:14.461]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/command_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7813257Z [00:03:14.467]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7877789Z [00:03:14.474]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/symlink_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.7943271Z [00:03:14.480]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/extension/mocks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8010372Z [00:03:14.487]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8074133Z [00:03:14.493]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8138158Z [00:03:14.500]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/secret.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8201572Z [00:03:14.506]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/base_repo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8263794Z [00:03:14.512]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/base_repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8327993Z [00:03:14.519]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/shared_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8391328Z [00:03:14.525]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/shared/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8453848Z [00:03:14.531]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set/set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8519805Z [00:03:14.538]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8589063Z [00:03:14.545]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/set/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8656864Z [00:03:14.552]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8726601Z [00:03:14.559]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/secret/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8796012Z [00:03:14.566]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8866699Z [00:03:14.573]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/fixtures/notifications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8934015Z [00:03:14.579]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/fixtures/search.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.8998405Z [00:03:14.586]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/fixtures/events.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9062250Z [00:03:14.592]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/fixtures/search_forbidden.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9126566Z [00:03:14.599]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/status/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9191804Z [00:03:14.605]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/edit/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9253264Z [00:03:14.611]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/edit/edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9316967Z [00:03:14.618]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9381073Z [00:03:14.624]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewFullComments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9444860Z [00:03:14.630]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewClosedState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9514232Z [00:03:14.637]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_preview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9578532Z [00:03:14.644]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewWithMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9650637Z [00:03:14.651]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewSingleComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9712048Z [00:03:14.657]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/fixtures/issueView_previewWithEmptyBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9773346Z [00:03:14.663]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9837772Z [00:03:14.670]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9902112Z [00:03:14.676]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/lock/lock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:35.9964606Z [00:03:14.682]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/lock/lock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0027303Z [00:03:14.689]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/close/close_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0088388Z [00:03:14.695]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/close/close.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0147996Z [00:03:14.701]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0210456Z [00:03:14.707]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0272058Z [00:03:14.713]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/pin/pin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0331412Z [00:03:14.719]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/pin/pin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0391354Z [00:03:14.725]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared/lookup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0453022Z [00:03:14.731]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared/lookup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0515427Z [00:03:14.738]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/shared/display.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0577216Z [00:03:14.744]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/unpin/unpin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0640334Z [00:03:14.750]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/unpin/unpin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0702759Z [00:03:14.756]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/reopen/reopen_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0767437Z [00:03:14.763]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/reopen/reopen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0833371Z [00:03:14.769]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/comment/comment_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0899479Z [00:03:14.776]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/comment/comment.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.0962488Z [00:03:14.782]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/issue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1026079Z [00:03:14.789]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/transfer/transfer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1091373Z [00:03:14.795]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/transfer/transfer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1157089Z [00:03:14.802]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/argparsetest/argparsetest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1219670Z [00:03:14.808]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1284990Z [00:03:14.815]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status/fixtures/issueStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1351845Z [00:03:14.821]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/status/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1414049Z [00:03:14.827]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1479372Z [00:03:14.834]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/fixtures/issueSearch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1544272Z [00:03:14.840]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/fixtures/issueList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1609853Z [00:03:14.847]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1673147Z [00:03:14.853]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1735862Z [00:03:14.860]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1802634Z [00:03:14.866]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/develop/develop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1865354Z [00:03:14.873]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/develop/develop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1926688Z [00:03:14.879]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/fixtures/repoWithNonLegacyIssueTemplates/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.1987192Z [00:03:14.885]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/fixtures/repoWithNonLegacyIssueTemplates/.github/ISSUE_TEMPLATE/enhancement.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2049936Z [00:03:14.891]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2112104Z [00:03:14.897]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/issue/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2176667Z [00:03:14.904]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2241927Z [00:03:14.910]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit/edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2304719Z [00:03:14.916]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/edit/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2368795Z [00:03:14.923]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2434666Z [00:03:14.929]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2500676Z [00:03:14.936]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify-asset/verify_asset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2562533Z [00:03:14.942]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify-asset/verify_asset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2629599Z [00:03:14.949]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify/verify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2692609Z [00:03:14.955]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/verify/verify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2758807Z [00:03:14.962]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2822161Z [00:03:14.968]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2889470Z [00:03:14.975]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/fetch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.2952557Z [00:03:14.981]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/upload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3018498Z [00:03:14.988]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/upload_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3079775Z [00:03:14.994]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/attestation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3143062Z [00:03:15.000]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/shared/fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3206507Z [00:03:15.007]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/upload/upload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3269728Z [00:03:15.013]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/upload/upload_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3335464Z [00:03:15.020]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/download/download.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3400048Z [00:03:15.026]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/download/download_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3461514Z [00:03:15.032]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/release.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3523245Z [00:03:15.038]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete-asset/delete_asset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3585346Z [00:03:15.045]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/delete-asset/delete_asset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3650219Z [00:03:15.051]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3712510Z [00:03:15.057]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3775084Z [00:03:15.064]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3853491Z [00:03:15.071]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3917935Z [00:03:15.078]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.3981116Z [00:03:15.084]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/release/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4042042Z [00:03:15.090]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4104946Z [00:03:15.097]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4169562Z [00:03:15.103]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/shared/validations.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4231459Z [00:03:15.109]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/shared/validations_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4294177Z [00:03:15.115]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/imports/import.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4359148Z [00:03:15.122]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/imports/import_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4423380Z [00:03:15.128]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/set/set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4486424Z [00:03:15.135]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/set/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4550944Z [00:03:15.141]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/alias.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4616365Z [00:03:15.148]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4683364Z [00:03:15.154]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/alias/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4751799Z [00:03:15.161]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/edit/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4816735Z [00:03:15.168]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/edit/edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4881088Z [00:03:15.174]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/review/review_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.4945089Z [00:03:15.181]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/review/review.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5008305Z [00:03:15.187]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/withoutEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5071590Z [00:03:15.193]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/someSkipping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5136212Z [00:03:15.200]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/someFailing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5201157Z [00:03:15.206]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/withEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5264472Z [00:03:15.212]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/withDescriptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5329220Z [00:03:15.219]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/somePending.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5394115Z [00:03:15.225]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/withStatuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5458678Z [00:03:15.232]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/someCancelled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5523510Z [00:03:15.238]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/allPassing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5586272Z [00:03:15.245]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/fixtures/onlyRequired.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5648590Z [00:03:15.251]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/output.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5709416Z [00:03:15.257]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/checks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5771240Z [00:03:15.263]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/checks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5838364Z [00:03:15.270]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checks/aggregate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5903202Z [00:03:15.276]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.5970357Z [00:03:15.283]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithAllChecksPassing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6036531Z [00:03:15.290]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewMergedState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6101622Z [00:03:15.296]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithAutoMergeEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6169074Z [00:03:15.303]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithSomeChecksPending.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6233806Z [00:03:15.309]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithMetadataByNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6302427Z [00:03:15.316]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewFullComments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6369948Z [00:03:15.323]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithNoChecks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6437312Z [00:03:15.330]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewClosedState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6505840Z [00:03:15.337]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithNilProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6575282Z [00:03:15.344]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewSingleComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6643553Z [00:03:15.350]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewReviews.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6710616Z [00:03:15.357]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithSomeChecksFailing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6775365Z [00:03:15.364]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6840661Z [00:03:15.370]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewManyReviews.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6904382Z [00:03:15.376]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithAllChecksFailing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.6974171Z [00:03:15.383]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewWithReviewersByNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7037915Z [00:03:15.390]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/fixtures/prViewPreviewDraftState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7102289Z [00:03:15.396]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7166672Z [00:03:15.403]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/close/close_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7232322Z [00:03:15.409]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/close/close.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7297559Z [00:03:15.416]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checkout/checkout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7361164Z [00:03:15.422]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/checkout/checkout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7425779Z [00:03:15.429]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/survey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7490382Z [00:03:15.435]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/git_cached_config_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7557500Z [00:03:15.442]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/commentable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7623207Z [00:03:15.448]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/preserve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7687227Z [00:03:15.455]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/completion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7750395Z [00:03:15.461]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/params.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7814855Z [00:03:15.468]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/editable_http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7879524Z [00:03:15.474]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/survey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.7944546Z [00:03:15.480]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/templates.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8008739Z [00:03:15.487]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/reaction_groups.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8071828Z [00:03:15.493]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/editable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8134516Z [00:03:15.499]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/find_refs_resolution_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8200933Z [00:03:15.506]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/lister.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8269537Z [00:03:15.513]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/params_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8334916Z [00:03:15.519]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8401748Z [00:03:15.526]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/templates_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8464969Z [00:03:15.532]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/preserve_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8528995Z [00:03:15.539]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/completion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8591624Z [00:03:15.545]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/comments.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8657153Z [00:03:15.552]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/finder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8722250Z [00:03:15.558]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/display_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8789497Z [00:03:15.565]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/find_refs_resolution.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8858088Z [00:03:15.572]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/display.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8923439Z [00:03:15.578]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/shared/finder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.8988453Z [00:03:15.585]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge/merge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9055651Z [00:03:15.592]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge/merge_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9122349Z [00:03:15.598]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/merge/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9191123Z [00:03:15.605]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/ready/ready_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9257532Z [00:03:15.612]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/ready/ready.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9322533Z [00:03:15.618]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/reopen/reopen_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9390515Z [00:03:15.625]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/reopen/reopen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9456540Z [00:03:15.632]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/comment/comment_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9519199Z [00:03:15.638]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/comment/comment.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9583461Z [00:03:15.644]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/update-branch/update_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9644125Z [00:03:15.650]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/update-branch/update_branch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9703706Z [00:03:15.656]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/pr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9767557Z [00:03:15.663]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9832364Z [00:03:15.669]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9895389Z [00:03:15.676]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranchMerged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:36.9960286Z [00:03:15.682]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranchClosed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0021510Z [00:03:15.688]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranchClosedOnDefaultBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0085068Z [00:03:15.694]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0147469Z [00:03:15.701]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusChecksWithStatesByCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0212420Z [00:03:15.707]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusCurrentBranchMergedOnDefaultBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0279518Z [00:03:15.714]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/fixtures/prStatusChecks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0344340Z [00:03:15.720]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0407810Z [00:03:15.727]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0470137Z [00:03:15.733]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/status/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0531120Z [00:03:15.739]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0594392Z [00:03:15.745]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/fixtures/prListWithDuplicates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0653206Z [00:03:15.751]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/fixtures/prList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0714428Z [00:03:15.757]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0774850Z [00:03:15.764]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0841491Z [00:03:15.770]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0903628Z [00:03:15.776]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/diff/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.0966086Z [00:03:15.783]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/diff/diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1030269Z [00:03:15.789]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/regexp_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1091159Z [00:03:15.795]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/fixtures/repoWithNonLegacyPRTemplates/.github/PULL_REQUEST_TEMPLATE/bug_fix.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1153439Z [00:03:15.801]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1216702Z [00:03:15.808]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1280725Z [00:03:15.814]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/pr/create/regexp_writer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1344669Z [00:03:15.820]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/edit/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1407700Z [00:03:15.827]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/edit/edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1470604Z [00:03:15.833]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/link/link_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1533358Z [00:03:15.839]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/link/link.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1596903Z [00:03:15.846]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/mark-template/mark_template_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1662097Z [00:03:15.852]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/mark-template/mark_template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1723987Z [00:03:15.858]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-add/item_add.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1788982Z [00:03:15.865]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-add/item_add_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1852593Z [00:03:15.871]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-delete/item_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1917100Z [00:03:15.878]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-delete/item_delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.1981209Z [00:03:15.884]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/view/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2045676Z [00:03:15.891]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/view/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2108857Z [00:03:15.897]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/close/close_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2171720Z [00:03:15.903]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/close/close.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2235421Z [00:03:15.910]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2300660Z [00:03:15.916]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2365275Z [00:03:15.922]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-list/field_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2429444Z [00:03:15.929]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-list/field_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2496090Z [00:03:15.936]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-archive/item_archive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2560488Z [00:03:15.942]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-archive/item_archive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2626103Z [00:03:15.949]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/project.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2689434Z [00:03:15.955]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/format/display_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2753660Z [00:03:15.961]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/format/display.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2818174Z [00:03:15.968]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2884050Z [00:03:15.974]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/queries/export_data_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.2950045Z [00:03:15.981]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/queries/queries_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3015389Z [00:03:15.987]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/shared/queries/queries.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3082191Z [00:03:15.994]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-list/item_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3148906Z [00:03:16.001]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-list/item_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3211782Z [00:03:16.007]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/unlink/unlink_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3276610Z [00:03:16.014]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/unlink/unlink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3342406Z [00:03:16.020]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-delete/field_delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3408014Z [00:03:16.027]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-delete/field_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3474037Z [00:03:16.033]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-create/item_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3540487Z [00:03:16.040]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-create/item_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3605792Z [00:03:16.047]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3670073Z [00:03:16.053]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3735819Z [00:03:16.060]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-create/field_create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3802661Z [00:03:16.066]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/field-create/field_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3867715Z [00:03:16.073]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/copy/copy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3929910Z [00:03:16.079]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/copy/copy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.3993420Z [00:03:16.085]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-edit/item_edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4059317Z [00:03:16.092]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/item-edit/item_edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4125122Z [00:03:16.099]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/create/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4191965Z [00:03:16.105]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/project/create/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4256733Z [00:03:16.112]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add/add_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4318713Z [00:03:16.118]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add/add.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4381331Z [00:03:16.124]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/add/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4447186Z [00:03:16.131]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4511196Z [00:03:16.137]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4574223Z [00:03:16.143]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4637462Z [00:03:16.150]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4699243Z [00:03:16.156]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4762585Z [00:03:16.162]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4826772Z [00:03:16.169]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/gpg-key/gpg_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4890917Z [00:03:16.175]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.4953661Z [00:03:16.181]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5018927Z [00:03:16.188]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/shared/shared_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5081978Z [00:03:16.194]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/shared/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5145308Z [00:03:16.201]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set/set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5207615Z [00:03:16.207]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5268747Z [00:03:16.213]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/set/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5330745Z [00:03:16.219]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5392359Z [00:03:16.225]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5455400Z [00:03:16.232]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/get/get_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5518377Z [00:03:16.238]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/get/get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5580819Z [00:03:16.244]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/variable/variable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5644078Z [00:03:16.250]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add/add_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5707796Z [00:03:16.257]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add/add.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5771396Z [00:03:16.263]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/add/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5834450Z [00:03:16.269]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5896765Z [00:03:16.276]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.5957475Z [00:03:16.282]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/delete/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6018804Z [00:03:16.288]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/shared/user_keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6080684Z [00:03:16.294]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/ssh_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6142200Z [00:03:16.300]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/list/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6203961Z [00:03:16.306]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/cmd/ssh-key/list/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6267697Z [00:03:16.313]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/ssh/ssh_keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6333728Z [00:03:16.319]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/pkg/jsonfieldstest/jsonfieldstest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6398424Z [00:03:16.326]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/run/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6461856Z [00:03:16.332]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/run/stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6524644Z [00:03:16.338]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/mock/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6589702Z [00:03:16.345]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/mock/migration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6653636Z [00:03:16.351]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/projects.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6717483Z [00:03:16.358]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/gh/gh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6782070Z [00:03:16.364]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/safepaths/absolute.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6845056Z [00:03:16.370]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/safepaths/absolute_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6908836Z [00:03:16.377]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/accessible_prompter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.6976166Z [00:03:16.384]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/prompter_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7040833Z [00:03:16.390]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/prompter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7099776Z [00:03:16.396]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/prompter/test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7161973Z [00:03:16.402]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghinstance/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7224039Z [00:03:16.408]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghinstance/host_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7288029Z [00:03:16.415]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/browser/stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7351740Z [00:03:16.421]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/browser/browser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7413535Z [00:03:16.427]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/auth_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7476091Z [00:03:16.434]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7540224Z [00:03:16.440]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7605205Z [00:03:16.447]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7666870Z [00:03:16.453]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/migration/multi_account_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7726966Z [00:03:16.459]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/migration/multi_account.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7792823Z [00:03:16.465]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/config/migrate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7858481Z [00:03:16.472]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/codespaces_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7923299Z [00:03:16.478]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/states.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.7986040Z [00:03:16.485]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/ssh_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8051060Z [00:03:16.491]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8115785Z [00:03:16.498]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection/connection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8182434Z [00:03:16.504]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection/connection_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8245850Z [00:03:16.511]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/connection/tunnels_api_server_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8309530Z [00:03:16.517]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/test/port_forwarder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8370197Z [00:03:16.523]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/invoker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8434325Z [00:03:16.529]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/invoker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8501308Z [00:03:16.536]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8567250Z [00:03:16.543]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8634683Z [00:03:16.549]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1.proto.mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8698091Z [00:03:16.556]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/jupyter/jupyter_server_host_service.v1.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8761596Z [00:03:16.562]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/generate.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8827662Z [00:03:16.569]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8890314Z [00:03:16.575]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.8953276Z [00:03:16.581]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1.proto.mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9019348Z [00:03:16.588]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/codespace/codespace_host_service.v1_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9082605Z [00:03:16.594]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/generate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9146624Z [00:03:16.601]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9211150Z [00:03:16.607]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9272641Z [00:03:16.613]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1.proto.mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9332492Z [00:03:16.619]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/rpc/ssh/ssh_server_host_service.v1_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9394056Z [00:03:16.625]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/codespaces.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9455298Z [00:03:16.632]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/api/api_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9516882Z [00:03:16.638]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/api/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9582308Z [00:03:16.644]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/portforwarder/port_forwarder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9648201Z [00:03:16.651]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/codespaces/portforwarder/port_forwarder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9712293Z [00:03:16.657]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow/flow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9791104Z [00:03:16.665]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow/success.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9859327Z [00:03:16.672]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/authflow/flow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9924035Z [00:03:16.678]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection/feature_detection_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:37.9991984Z [00:03:16.685]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection/detector_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0056151Z [00:03:16.692]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/featuredetection/feature_detection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0119907Z [00:03:16.698]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/update/update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0181821Z [00:03:16.704]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/update/update_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0246293Z [00:03:16.711]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/build/build.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0311375Z [00:03:16.717]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/text/text.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0376414Z [00:03:16.724]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/text/text_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0441940Z [00:03:16.730]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/tableprinter/table_printer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0504837Z [00:03:16.736]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/tableprinter/table_printer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0570521Z [00:03:16.743]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghrepo/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0632902Z [00:03:16.749]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghrepo/repo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0695018Z [00:03:16.755]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/cmd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0757146Z [00:03:16.762]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/update_enabled.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0823910Z [00:03:16.768]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/update_disabled.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0889103Z [00:03:16.775]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/ghcmd/cmd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.0951300Z [00:03:16.781]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/markdown_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1018543Z [00:03:16.788]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/docs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1083926Z [00:03:16.794]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/markdown.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1151057Z [00:03:16.801]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/man_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1215327Z [00:03:16.808]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/docs/man.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1279906Z [00:03:16.814]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/internal/keyring/keyring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1343782Z [00:03:16.820]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party-licenses.windows.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1411419Z [00:03:16.827]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.devcontainer/devcontainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1477702Z [00:03:16.834]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party-licenses.darwin.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1542426Z [00:03:16.840]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1610986Z [00:03:16.847]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1677227Z [00:03:16.854]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1742640Z [00:03:16.860]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1806759Z [00:03:16.867]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects/6f/1a2405cace1633d89a79c74c65f22fe78f9659' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1872371Z [00:03:16.873]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/objects/d1/e0abfb7d158ed544a202a6958c62d4fc22e12f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1937523Z [00:03:16.880]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.1999819Z [00:03:16.886]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2064419Z [00:03:16.892]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2129390Z [00:03:16.899]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/simple.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2194950Z [00:03:16.905]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/fixtures/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2259180Z [00:03:16.912]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2321604Z [00:03:16.918]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2383461Z [00:03:16.924]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/command_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2450024Z [00:03:16.931]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2513760Z [00:03:16.937]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/url_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2575738Z [00:03:16.944]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/objects.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2640995Z [00:03:16.950]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/git/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2706101Z [00:03:16.957]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2769006Z [00:03:16.963]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2834241Z [00:03:16.969]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2897652Z [00:03:16.976]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.2960158Z [00:03:16.982]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3023684Z [00:03:16.988]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3087008Z [00:03:16.995]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/CODE-OF-CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3149453Z [00:03:17.001]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3215142Z [00:03:17.008]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/detect-spam.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3278091Z [00:03:17.014]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/issueauto.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3343938Z [00:03:17.020]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/bump-go.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3410991Z [00:03:17.027]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/check-issue.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3472643Z [00:03:17.033]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/process-issue.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3538835Z [00:03:17.040]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/eval.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3604713Z [00:03:17.046]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/check-issue-prompts.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3668924Z [00:03:17.053]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/generate-sys-prompt.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3731026Z [00:03:17.059]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/spam-detection/eval-prompts.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3795211Z [00:03:17.066]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/check-help-wanted.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3859977Z [00:03:17.072]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/scripts/bump-go.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3923821Z [00:03:17.078]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/deployment.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.3987935Z [00:03:17.085]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/pr-help-wanted.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4055261Z [00:03:17.092]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/feature-request-comment.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4118577Z [00:03:17.098]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/homebrew-bump.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4181822Z [00:03:17.104]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/codeql.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4249511Z [00:03:17.111]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/third-party-licenses.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4313015Z [00:03:17.117]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/govulncheck.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4376247Z [00:03:17.124]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4439030Z [00:03:17.130]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/stale-issues.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4502151Z [00:03:17.136]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/go.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4565308Z [00:03:17.143]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/triage.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4627891Z [00:03:17.149]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/workflows/prauto.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4693743Z [00:03:17.155]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/feedback.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4758457Z [00:03:17.162]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4823513Z [00:03:17.168]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4887675Z [00:03:17.175]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/submit-a-design-proposal.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.4952019Z [00:03:17.181]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/ISSUE_TEMPLATE/submit-a-request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5017080Z [00:03:17.188]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5084098Z [00:03:17.194]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5149352Z [00:03:17.201]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/licenses.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5213233Z [00:03:17.207]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5276007Z [00:03:17.214]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.github/secret_scanning.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5340998Z [00:03:17.220]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/context/remote_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5403555Z [00:03:17.226]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/context/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5466280Z [00:03:17.233]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/context/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5531001Z [00:03:17.239]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5594630Z [00:03:17.245]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5658105Z [00:03:17.252]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5722302Z [00:03:17.258]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/windows/ui.wxs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5786135Z [00:03:17.265]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/windows/gh.wxs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5849130Z [00:03:17.271]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/windows/gh.wixproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5911859Z [00:03:17.277]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/build/macOS/distribution.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.5974406Z [00:03:17.283]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_branch_issue_reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6040703Z [00:03:17.290]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/http_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6104101Z [00:03:17.296]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/query_builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6169720Z [00:03:17.303]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/pull_request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6233439Z [00:03:17.309]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/export_pr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6295810Z [00:03:17.316]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6356069Z [00:03:17.322]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/http_client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6416344Z [00:03:17.328]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/export_repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6476490Z [00:03:17.334]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_pr_review.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6537617Z [00:03:17.340]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_issue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6597751Z [00:03:17.346]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6658542Z [00:03:17.352]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/reaction_groups.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6720716Z [00:03:17.358]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6783616Z [00:03:17.364]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_projects_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6844746Z [00:03:17.371]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_org.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6907745Z [00:03:17.377]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_pr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.6969220Z [00:03:17.383]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_pr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7029500Z [00:03:17.389]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_projects_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7090982Z [00:03:17.395]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/query_builder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7150495Z [00:03:17.401]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/export_pr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7211330Z [00:03:17.407]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_repo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7272781Z [00:03:17.413]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/reaction_groups_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7336286Z [00:03:17.420]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7397987Z [00:03:17.426]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/api/queries_comments.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7463350Z [00:03:17.432]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7525496Z [00:03:17.439]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7590207Z [00:03:17.445]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/contrib/detectors/gcp/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7652121Z [00:03:17.451]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/auto/sdk/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7714702Z [00:03:17.458]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/sdk/metric/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7775799Z [00:03:17.464]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/sdk/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7872408Z [00:03:17.473]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/metric/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.7936668Z [00:03:17.480]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/trace/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8000673Z [00:03:17.486]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opentelemetry.io/otel/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8067173Z [00:03:17.493]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/protobuf/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8132784Z [00:03:17.499]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/grpc/NOTICE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8197661Z [00:03:17.506]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/grpc/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8264091Z [00:03:17.512]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/api/internal/third_party/uritemplates/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8326306Z [00:03:17.519]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/api/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8387715Z [00:03:17.525]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis/type/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8447696Z [00:03:17.531]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis/rpc/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8509903Z [00:03:17.537]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/google.golang.org/genproto/googleapis/api/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8572420Z [00:03:17.543]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/gopkg.in/yaml.v3/NOTICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8637674Z [00:03:17.550]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/gopkg.in/yaml.v3/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8701067Z [00:03:17.556]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cel.dev/expr/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8765245Z [00:03:17.563]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/compute/metadata/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8829053Z [00:03:17.569]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/auth/oauth2adapt/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8889563Z [00:03:17.575]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/auth/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.8950076Z [00:03:17.581]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/monitoring/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9012257Z [00:03:17.587]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/longrunning/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9077374Z [00:03:17.594]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/storage/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9139841Z [00:03:17.600]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/iam/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9202072Z [00:03:17.606]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9263572Z [00:03:17.612]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/cloud.google.com/go/spanner/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9324305Z [00:03:17.618]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/xo/terminfo/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9387504Z [00:03:17.625]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docker-compose.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9448678Z [00:03:17.631]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/features/features.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9508568Z [00:03:17.637]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/consul/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9567240Z [00:03:17.643]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/consul/config.hcl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9628835Z [00:03:17.649]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/akamai-test-srv/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9690292Z [00:03:17.655]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/pausing_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9750007Z [00:03:17.661]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/ocsp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9809430Z [00:03:17.667]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/ratelimit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9868512Z [00:03:17.673]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/wfe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9928810Z [00:03:17.679]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/srv_resolver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:38.9994189Z [00:03:17.685]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/issuance_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0056218Z [00:03:17.692]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/crl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0117991Z [00:03:17.698]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/cert_storage_failed_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0178855Z [00:03:17.704]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/nonce_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0241488Z [00:03:17.710]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/email_exporter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0303672Z [00:03:17.716]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/ari_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0366889Z [00:03:17.723]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/bad_key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0429318Z [00:03:17.729]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/akamai_purger_drain_queue_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0491920Z [00:03:17.735]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/authz_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0555900Z [00:03:17.742]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0622149Z [00:03:17.748]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/revocation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0686499Z [00:03:17.755]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/account_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0750447Z [00:03:17.761]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0822192Z [00:03:17.768]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/common_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0894106Z [00:03:17.775]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/otel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.0963786Z [00:03:17.782]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/fermat_csr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1029298Z [00:03:17.789]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/srv-resolver-config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1094002Z [00:03:17.795]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/nonce-client.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1157063Z [00:03:17.802]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/fermat_csr.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1220977Z [00:03:17.808]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/testdata/akamai-purger-queue-drain-config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1284972Z [00:03:17.814]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/validation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1349458Z [00:03:17.821]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/key_rollover_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1414509Z [00:03:17.827]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/observer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1478478Z [00:03:17.834]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration/subordinate_ca_chains_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1543464Z [00:03:17.840]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/list-features/list-features.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1610756Z [00:03:17.847]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ct-test-srv/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1675474Z [00:03:17.854]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ct-test-srv/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1741636Z [00:03:17.860]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ct-test-srv/ct-test-srv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1806160Z [00:03:17.867]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ct-test-srv/log_list.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1872814Z [00:03:17.873]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/s3-test-srv/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.1938705Z [00:03:17.880]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/asserts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2005235Z [00:03:17.887]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/v2_integration.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2072390Z [00:03:17.893]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/challtestsrv.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2137372Z [00:03:17.900]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hostname-policy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2203596Z [00:03:17.906]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/integration-test.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2267849Z [00:03:17.913]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chisel2.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2333543Z [00:03:17.919]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/redis-cli.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2400043Z [00:03:17.926]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv-client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2464342Z [00:03:17.932]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2530716Z [00:03:17.939]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2595403Z [00:03:17.945]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/requirements.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2660302Z [00:03:17.952]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/build.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2724335Z [00:03:17.958]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/boulder.rsyslog.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2789605Z [00:03:17.965]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/flushredis/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2853522Z [00:03:17.971]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/build-rust-deps.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2918284Z [00:03:17.978]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/boulder-tools/tag_and_upload.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.2982592Z [00:03:17.984]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/redis-ocsp.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3045488Z [00:03:17.991]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3107582Z [00:03:17.997]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/grafana/boulderdash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3170706Z [00:03:18.003]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/grafana/lint.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3233365Z [00:03:18.009]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/entrypoint.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3294127Z [00:03:18.015]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/wait-for-it.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3354928Z [00:03:18.022]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/create_db.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3416258Z [00:03:18.028]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/mail-test-srv/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3477255Z [00:03:18.034]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/mail-test-srv/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3541036Z [00:03:18.040]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/mail-test-srv/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3605498Z [00:03:18.047]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/remoteva-a.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3667850Z [00:03:18.053]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/crl-storer.ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3732813Z [00:03:18.059]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/zlint.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3799932Z [00:03:18.066]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/publisher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3867058Z [00:03:18.073]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/rocsp-tool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.3934368Z [00:03:18.079]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/nonce-a.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4001419Z [00:03:18.086]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/bad-key-revoker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4067425Z [00:03:18.093]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/crl-updater.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4133016Z [00:03:18.099]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/wfe2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4196646Z [00:03:18.106]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/crl-storer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4257599Z [00:03:18.112]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/pardot-test-srv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4319597Z [00:03:18.118]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/ra.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4383149Z [00:03:18.124]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/remoteva-c.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4450401Z [00:03:18.131]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/health-checker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4514788Z [00:03:18.137]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/sa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4579322Z [00:03:18.144]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/ocsp-responder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4640172Z [00:03:18.150]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/email-exporter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4700107Z [00:03:18.156]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/nonce-b.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4762334Z [00:03:18.162]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/observer.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4826921Z [00:03:18.169]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/expiration-mailer.gotmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4889951Z [00:03:18.175]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/cert-checker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.4950904Z [00:03:18.181]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/remoteva-b.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5011510Z [00:03:18.187]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/admin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5072464Z [00:03:18.193]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/wfe2-ratelimit-defaults.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5132701Z [00:03:18.199]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/log-validator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5194695Z [00:03:18.205]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/wfe2-ratelimit-overrides.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5255461Z [00:03:18.212]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/sfe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5321579Z [00:03:18.218]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/ca.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5384986Z [00:03:18.225]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/akamai-purger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5445726Z [00:03:18.231]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config/va.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5512778Z [00:03:18.237]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/rate-limit-policies.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5576830Z [00:03:18.244]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem/sa/sa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5643907Z [00:03:18.250]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem/nonce/nonce.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5708277Z [00:03:18.257]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/inmem/ra/ra.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5770879Z [00:03:18.263]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/helper/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5836371Z [00:03:18.270]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/ocsp_forever/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5900365Z [00:03:18.276]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/checkocsp/checkocsp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.5959212Z [00:03:18.282]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6021116Z [00:03:18.288]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/ocsp/checkari/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6084530Z [00:03:18.294]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/proxysql/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6147935Z [00:03:18.301]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/proxysql/entrypoint.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6210783Z [00:03:18.307]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/proxysql/proxysql.cnf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6274556Z [00:03:18.313]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/remoteva-a.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6340700Z [00:03:18.320]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/crl-storer.ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6401438Z [00:03:18.326]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/zlint.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6461417Z [00:03:18.332]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/publisher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6523096Z [00:03:18.338]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/rocsp-tool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6585867Z [00:03:18.345]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/nonce-a.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6648564Z [00:03:18.351]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/bad-key-revoker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6711073Z [00:03:18.357]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/crl-updater.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6774321Z [00:03:18.363]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/wfe2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6835684Z [00:03:18.369]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/crl-storer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6896066Z [00:03:18.376]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/pardot-test-srv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.6960241Z [00:03:18.382]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/ra.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7024982Z [00:03:18.388]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/remoteva-c.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7090607Z [00:03:18.395]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/health-checker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7154417Z [00:03:18.401]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/sa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7219727Z [00:03:18.408]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/ocsp-responder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7284086Z [00:03:18.414]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/email-exporter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7350718Z [00:03:18.421]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/nonce-b.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7415044Z [00:03:18.427]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/observer.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7479994Z [00:03:18.434]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/expiration-mailer.gotmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7542894Z [00:03:18.440]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/cert-checker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7606731Z [00:03:18.447]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/remoteva-b.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7669467Z [00:03:18.453]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/admin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7730989Z [00:03:18.459]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/wfe2-ratelimit-defaults.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7791930Z [00:03:18.465]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/log-validator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7853914Z [00:03:18.471]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/wfe2-ratelimit-overrides.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7913919Z [00:03:18.477]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/sfe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.7974996Z [00:03:18.484]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/ca.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8038514Z [00:03:18.490]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/akamai-purger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8099740Z [00:03:18.496]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/config-next/va.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8160917Z [00:03:18.502]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/aia-test-srv/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8223356Z [00:03:18.508]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/pardot-test-srv/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8283727Z [00:03:18.514]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/example-bad-key-revoker-template' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8347683Z [00:03:18.521]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-e2.key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8409716Z [00:03:18.527]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r4.key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8471739Z [00:03:18.533]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-x2-cross.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8551750Z [00:03:18.541]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e1.key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8623594Z [00:03:18.548]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-e1.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8689994Z [00:03:18.555]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8751736Z [00:03:18.561]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-r3.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8814076Z [00:03:18.567]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-dst.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8874259Z [00:03:18.573]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-r4.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8937620Z [00:03:18.580]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e1.crl.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.8999785Z [00:03:18.586]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e2.key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9060991Z [00:03:18.592]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-e1.key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9123545Z [00:03:18.598]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r3-cross.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9186611Z [00:03:18.605]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e2.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9249761Z [00:03:18.611]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-e1.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9312174Z [00:03:18.617]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r4-cross.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9372818Z [00:03:18.623]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r4.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9433077Z [00:03:18.629]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-r3.key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9493323Z [00:03:18.635]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r3.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9552969Z [00:03:18.641]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-x1.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9615452Z [00:03:18.648]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-e2.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9681864Z [00:03:18.654]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/int-r3.key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9746816Z [00:03:18.661]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/ee-r4.key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9812032Z [00:03:18.667]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-x1-cross.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9876333Z [00:03:18.674]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/hierarchy/root-x2.cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:39.9941630Z [00:03:18.680]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/test-key-5.der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0007920Z [00:03:18.687]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/vars/vars.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0073344Z [00:03:18.693]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/format-configs.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0136557Z [00:03:18.700]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/db.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0202790Z [00:03:18.706]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/wfe_ratelimits_redis_password' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0267128Z [00:03:18.713]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/incidents_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0331294Z [00:03:18.719]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/ratelimits_redis_password' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0393514Z [00:03:18.725]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/mailer_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0455080Z [00:03:18.731]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/salesforce_client_secret' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0516217Z [00:03:18.738]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/ocsp_responder_redis_password' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0579007Z [00:03:18.744]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/rocsp_tool_password' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0639380Z [00:03:18.750]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/backfiller_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0702356Z [00:03:18.756]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/aws_creds.ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0763733Z [00:03:18.762]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/nonce_prefix_key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0825629Z [00:03:18.769]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/badkeyrevoker_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0884977Z [00:03:18.774]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/revoker_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.0945114Z [00:03:18.781]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/purger_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1004221Z [00:03:18.786]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/salesforce_client_id' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1065475Z [00:03:18.793]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/expiration_mailer_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1125914Z [00:03:18.799]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/sa_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1186720Z [00:03:18.805]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/sfe_unpause_key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1247065Z [00:03:18.811]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/sa_redis_password' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1307832Z [00:03:18.817]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/ocsp_responder_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1370515Z [00:03:18.823]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/sa_ro_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1432739Z [00:03:18.829]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/cert_checker_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1494237Z [00:03:18.835]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/secrets/smtp_password' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1557369Z [00:03:18.842]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/prometheus/prometheus.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1621375Z [00:03:18.848]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-cert-ceremony-ecdsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1682161Z [00:03:18.854]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/webpki.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1743783Z [00:03:18.860]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-key-ceremony-ecdsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1806223Z [00:03:18.867]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1867599Z [00:03:18.873]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/root-ceremony-ecdsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1930154Z [00:03:18.879]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-cert-ceremony-ecdsa-cross.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.1989931Z [00:03:18.885]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2051132Z [00:03:18.891]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-key-ceremony-rsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2110997Z [00:03:18.897]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/root-crl-ecdsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2172025Z [00:03:18.903]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/intermediate-cert-ceremony-rsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2235832Z [00:03:18.910]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/root-crl-rsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2297896Z [00:03:18.916]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/generate.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2360387Z [00:03:18.922]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/certs/root-ceremony-rsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2422918Z [00:03:18.928]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/helpers.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2485239Z [00:03:18.935]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/redis-ratelimits.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2545498Z [00:03:18.941]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/health-checker/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2606913Z [00:03:18.947]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2669086Z [00:03:18.953]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/boulder-calls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2735285Z [00:03:18.959]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2799206Z [00:03:18.966]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/requirements.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2862318Z [00:03:18.972]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/config/integration-test-config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2927586Z [00:03:18.979]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/latency-charter.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.2991404Z [00:03:18.985]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/example-config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3054239Z [00:03:18.991]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3115800Z [00:03:18.998]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/latency.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3180441Z [00:03:19.004]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/acme/challenge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3243668Z [00:03:19.010]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/acme/challenge_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3306519Z [00:03:19.017]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/acme/directory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3371935Z [00:03:19.023]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/load-generator/acme/directory_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3437681Z [00:03:19.030]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3501335Z [00:03:19.036]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/dnsone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3567929Z [00:03:19.043]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3627640Z [00:03:19.049]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/tlsalpnone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3690441Z [00:03:19.055]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3757141Z [00:03:19.062]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/httpone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3819613Z [00:03:19.068]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/mockdns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3883723Z [00:03:19.074]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/chall-test-srv/history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.3967045Z [00:03:19.083]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test/startservers.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4033198Z [00:03:19.089]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/pardot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4097720Z [00:03:19.096]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/pardot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4162814Z [00:03:19.102]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/exporter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4227627Z [00:03:19.109]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/exporter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4292248Z [00:03:19.115]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/proto/exporter.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4359773Z [00:03:19.122]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/proto/exporter_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4424560Z [00:03:19.128]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/proto/exporter.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4488866Z [00:03:19.135]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/email/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4554462Z [00:03:19.141]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/verify-release-ancestry.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4617437Z [00:03:19.148]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/make-assets.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4681209Z [00:03:19.154]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/nameid/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4743761Z [00:03:19.160]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/nameid/nameid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4806685Z [00:03:19.167]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/fetch-and-verify-go.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4867316Z [00:03:19.173]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/release/tag/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4938625Z [00:03:19.179]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tools/release/branch/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.4989680Z [00:03:19.185]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5051152Z [00:03:19.191]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/lookup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5113765Z [00:03:19.197]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/lookup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5174637Z [00:03:19.203]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/metrics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5236390Z [00:03:19.210]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/redis/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5299095Z [00:03:19.216]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/csr/csr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5362851Z [00:03:19.222]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/csr/csr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5424766Z [00:03:19.229]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/corr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5486894Z [00:03:19.235]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/corr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5550757Z [00:03:19.241]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5613450Z [00:03:19.247]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/bad/precert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5674589Z [00:03:19.253]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/bad/final.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5737577Z [00:03:19.260]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/good/precert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5800968Z [00:03:19.266]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/precert/testdata/good/final.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5864967Z [00:03:19.273]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/probs/probs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5928457Z [00:03:19.279]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/probs/probs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.5991936Z [00:03:19.285]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/iana_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6049849Z [00:03:19.291]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/ip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6111432Z [00:03:19.297]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/ip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6173989Z [00:03:19.303]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/data/iana-ipv6-special-registry-1.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6236231Z [00:03:19.310]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/data/iana-ipv4-special-registry-1.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6301242Z [00:03:19.316]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/iana/iana.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6364520Z [00:03:19.322]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6429517Z [00:03:19.329]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6493808Z [00:03:19.335]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/wfe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6558298Z [00:03:19.342]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/verify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6623168Z [00:03:19.348]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/verify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6689522Z [00:03:19.355]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6754802Z [00:03:19.362]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6821048Z [00:03:19.368]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6885266Z [00:03:19.375]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/wfe2/wfe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.6951063Z [00:03:19.381]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/validator/validator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7016708Z [00:03:19.388]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/validator/validator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7083610Z [00:03:19.394]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/validator/tail_logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7147342Z [00:03:19.401]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7212842Z [00:03:19.407]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7275964Z [00:03:19.414]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/prod_prefix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7339715Z [00:03:19.420]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7403642Z [00:03:19.426]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/log/test_prefix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7468891Z [00:03:19.433]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/start.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7532280Z [00:03:19.439]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.dockerignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7597942Z [00:03:19.446]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/must/must_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7660740Z [00:03:19.452]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/must/must.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7726363Z [00:03:19.459]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/gorm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7790587Z [00:03:19.465]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/multi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7858513Z [00:03:19.472]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/qmarks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7922999Z [00:03:19.478]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/gorm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.7989726Z [00:03:19.485]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/map_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8054131Z [00:03:19.491]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8140423Z [00:03:19.500]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/interfaces.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8211479Z [00:03:19.507]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/rollback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8275510Z [00:03:19.514]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/transaction.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8337734Z [00:03:19.520]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/rollback_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8398722Z [00:03:19.526]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/qmarks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8459910Z [00:03:19.532]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/db/map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8520889Z [00:03:19.538]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/servers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8580307Z [00:03:19.544]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8642039Z [00:03:19.550]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/dns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8704013Z [00:03:19.556]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/problem_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8764853Z [00:03:19.563]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/servers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8825355Z [00:03:19.569]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/problem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8882509Z [00:03:19.574]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/bdns/mocks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.8942307Z [00:03:19.580]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9001387Z [00:03:19.586]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/errors/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9062608Z [00:03:19.592]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/errors/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9125242Z [00:03:19.599]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/identifier/identifier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9183750Z [00:03:19.604]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/identifier/identifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9242541Z [00:03:19.610]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/va.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9300771Z [00:03:19.616]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/caa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9361654Z [00:03:19.622]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/caa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9424010Z [00:03:19.628]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/proto/va.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9487533Z [00:03:19.635]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/proto/va.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9548997Z [00:03:19.641]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/proto/va_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9609887Z [00:03:19.647]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9671521Z [00:03:19.653]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9733110Z [00:03:19.659]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9794485Z [00:03:19.665]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/utf8filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9853183Z [00:03:19.671]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/utf8filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9913603Z [00:03:19.677]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/dns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:40.9976133Z [00:03:19.684]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/va_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0038231Z [00:03:19.690]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0098717Z [00:03:19.696]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/tlsalpn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0163231Z [00:03:19.702]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/va/tlsalpn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0224654Z [00:03:19.709]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0287155Z [00:03:19.715]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0350140Z [00:03:19.721]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/sysvars_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0410926Z [00:03:19.727]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/sa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0471742Z [00:03:19.733]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/model_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0533414Z [00:03:19.739]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20240119000000_ReplacementOrders.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0595043Z [00:03:19.746]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20240304000000_CertificateProfiles.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0655049Z [00:03:19.752]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20250115000000_AuthzProfiles.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0717348Z [00:03:19.758]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20230519000000_CrlShards.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0780581Z [00:03:19.764]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20240514000000_Paused.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0842720Z [00:03:19.770]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20250519000000_NullRegistrationsContact.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0903697Z [00:03:19.776]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20230919000000_RevokedCertificates.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.0963725Z [00:03:19.782]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/boulder_sa/20230419000000_CombinedSchema.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1025454Z [00:03:19.788]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/incidents_sa/20220328100000_Incidents.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1086614Z [00:03:19.795]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db/dbconfig.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1145225Z [00:03:19.801]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/database.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1205329Z [00:03:19.807]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/proto/subsets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1266685Z [00:03:19.813]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/proto/sa_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1328492Z [00:03:19.819]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/proto/sa.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1390872Z [00:03:19.825]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/proto/sa.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1454233Z [00:03:19.831]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/model.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1516961Z [00:03:19.838]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20241218000000_RemoveOldRateLimitTables.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1576742Z [00:03:19.844]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250113000000_DropRegistrationsInitialIP.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1637127Z [00:03:19.850]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20230419000001_DropCertStatusSubscriberApproved.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1695510Z [00:03:19.856]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20230419000002_DropCertStatusLockCol.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1755805Z [00:03:19.862]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250304000000_OrdersReplaces.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1820254Z [00:03:19.868]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20240503000000_RemoveRequestedNames.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1881448Z [00:03:19.874]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250110000000_NullRegistrationsLockCol.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.1943035Z [00:03:19.880]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250417000000_RateLimitOverrides.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2004513Z [00:03:19.886]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20250520000000_DropRegistrationsContact.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2067152Z [00:03:19.893]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-next/boulder_sa/20230419000003_OrderToAuthzID.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2126624Z [00:03:19.899]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/database_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2186252Z [00:03:19.905]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/migrations.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2247946Z [00:03:19.911]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/sysvars.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2310909Z [00:03:19.917]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/saro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2372612Z [00:03:19.923]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/type-converter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2434663Z [00:03:19.930]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2497407Z [00:03:19.936]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/sa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2561411Z [00:03:19.942]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/type-converter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2625146Z [00:03:19.948]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/satest/satest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2684631Z [00:03:19.954]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/testdata/ocsp.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2746970Z [00:03:19.961]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-users/boulder_sa.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2809319Z [00:03:19.967]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sa/db-users/incidents_sa.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2872480Z [00:03:19.973]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/tn.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.2936944Z [00:03:19.980]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/ocsp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3000692Z [00:03:19.986]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/ca.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3062063Z [00:03:19.992]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/crl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3122644Z [00:03:19.998]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/proto/ca_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3183612Z [00:03:20.004]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/proto/ca.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3244879Z [00:03:20.011]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/proto/ca.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3307379Z [00:03:20.017]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/ocsp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3368285Z [00:03:20.023]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/crl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3431291Z [00:03:20.029]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/ca_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3492977Z [00:03:20.035]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/cn_and_san.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3556180Z [00:03:20.042]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/too_many_names.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3618920Z [00:03:20.048]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/ct_poison_extension_empty.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3682315Z [00:03:20.054]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/testcsr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3744001Z [00:03:20.060]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/unsupported_extension.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3805647Z [00:03:20.067]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/bad_algorithm.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3867235Z [00:03:20.073]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/long_cn.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3930166Z [00:03:20.079]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/short_key.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.3990345Z [00:03:20.085]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/ecdsa.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4054165Z [00:03:20.091]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/no_names.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4117915Z [00:03:20.098]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/invalid_signature.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4181701Z [00:03:20.104]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/ct_poison_extension.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4244124Z [00:03:20.110]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ca/testdata/must_staple.der.csr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4308369Z [00:03:20.117]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/proto/akamai_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4368985Z [00:03:20.123]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/proto/akamai.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4433293Z [00:03:20.129]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/proto/akamai.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4496320Z [00:03:20.136]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/cache-client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4560327Z [00:03:20.142]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/akamai/cache-client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4623900Z [00:03:20.148]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/crl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4689852Z [00:03:20.155]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/proto/storer.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4753690Z [00:03:20.161]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/proto/storer_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4820223Z [00:03:20.168]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/proto/storer.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4882502Z [00:03:20.174]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/storer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.4948979Z [00:03:20.181]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/storer/storer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5014143Z [00:03:20.187]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/checker/checker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5076304Z [00:03:20.194]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/checker/checker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5140050Z [00:03:20.200]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/idp/idp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5203985Z [00:03:20.206]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/idp/idp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5269330Z [00:03:20.213]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/crl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5336673Z [00:03:20.220]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/continuous.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5407319Z [00:03:20.227]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/updater.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5475309Z [00:03:20.234]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/batch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5542163Z [00:03:20.240]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/batch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5610102Z [00:03:20.247]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/crl/updater/updater_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5679244Z [00:03:20.254]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/t.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5748636Z [00:03:20.261]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/proto/nonce_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5817098Z [00:03:20.268]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/proto/nonce.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5885220Z [00:03:20.275]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/proto/nonce.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.5951731Z [00:03:20.281]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/nonce.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6020041Z [00:03:20.288]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/nonce/nonce_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6089049Z [00:03:20.295]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/semaphore/semaphore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6156763Z [00:03:20.302]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/semaphore/semaphore_bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6223732Z [00:03:20.308]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/semaphore/semaphore_example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6289547Z [00:03:20.315]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/semaphore/semaphore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6358259Z [00:03:20.322]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/config/duration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6426327Z [00:03:20.329]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6492434Z [00:03:20.335]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6558627Z [00:03:20.342]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6627792Z [00:03:20.349]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/try-release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6693200Z [00:03:20.355]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6759532Z [00:03:20.362]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/codeql.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6825221Z [00:03:20.368]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/cps-review.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6893840Z [00:03:20.375]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/boulder-ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.6959674Z [00:03:20.382]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/merged-to-main-or-release-branch.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7026493Z [00:03:20.389]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/issue-for-sre-handoff.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7096062Z [00:03:20.396]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/workflows/check-iana-registries.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7167223Z [00:03:20.403]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.github/issue_template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7236890Z [00:03:20.410]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/unpause/unpause.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7305006Z [00:03:20.417]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/unpause/unpause_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7374853Z [00:03:20.423]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/revocation/reasons.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7441820Z [00:03:20.430]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/protogen.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7512644Z [00:03:20.437]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7580382Z [00:03:20.444]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/interceptors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7648682Z [00:03:20.451]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/resolver/dns/dns_resolver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7714505Z [00:03:20.457]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/resolver/dns/dns_resolver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7780039Z [00:03:20.464]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/grpcrand/grpcrand.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7846593Z [00:03:20.471]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/backoff/backoff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7912096Z [00:03:20.477]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/testutils/channel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.7980940Z [00:03:20.484]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/testutils/parse_url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8046781Z [00:03:20.491]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/leakcheck/leakcheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8109220Z [00:03:20.497]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/internal/leakcheck/leakcheck_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8175813Z [00:03:20.504]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/skew_integration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8241942Z [00:03:20.510]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/test_proto/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8308749Z [00:03:20.517]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/test_proto/interceptors_test_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8373213Z [00:03:20.523]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/test_proto/interceptors_test.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8441617Z [00:03:20.530]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/test_proto/interceptors_test.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8506161Z [00:03:20.537]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8571635Z [00:03:20.543]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8634779Z [00:03:20.549]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/skew.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8696298Z [00:03:20.556]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/resolver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8759275Z [00:03:20.562]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/pb-marshalling_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8823880Z [00:03:20.568]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8886180Z [00:03:20.575]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/resolver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.8947659Z [00:03:20.581]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/interceptors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9010335Z [00:03:20.587]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/pb-marshalling.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9073041Z [00:03:20.593]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/creds/creds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9134340Z [00:03:20.599]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/creds/creds_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9195852Z [00:03:20.606]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9259235Z [00:03:20.612]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9320372Z [00:03:20.618]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9381391Z [00:03:20.624]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/noncebalancer/noncebalancer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9444984Z [00:03:20.630]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/grpc/noncebalancer/noncebalancer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9505368Z [00:03:20.637]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/policy/pa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9567476Z [00:03:20.643]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/policy/pa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9628852Z [00:03:20.649]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/test/response.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9691487Z [00:03:20.655]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/redis/redis_source_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9752771Z [00:03:20.661]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/redis/checked_redis_source_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9813996Z [00:03:20.667]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/redis/checked_redis_source.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9874913Z [00:03:20.674]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/redis/redis_source.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9934281Z [00:03:20.679]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/filter_source.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:41.9995027Z [00:03:20.686]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/source.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0056615Z [00:03:20.692]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/live/live_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0116408Z [00:03:20.698]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/live/live.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0177392Z [00:03:20.704]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/inmem_source.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0238967Z [00:03:20.710]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/filter_source_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0301281Z [00:03:20.716]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/responder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0366082Z [00:03:20.723]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/response.der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0433425Z [00:03:20.729]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/response_mix.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0500121Z [00:03:20.736]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/ocsp.req' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0561782Z [00:03:20.742]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/resp64.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0623116Z [00:03:20.748]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0685438Z [00:03:20.754]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/response_broken.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0745232Z [00:03:20.761]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/ocsp.resp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0807480Z [00:03:20.767]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/testdata/test-ca.der.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0870219Z [00:03:20.773]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ocsp/responder/responder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0931654Z [00:03:20.779]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.0995689Z [00:03:20.786]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/sa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1060341Z [00:03:20.792]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/ca.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1123426Z [00:03:20.798]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/emailexporter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1184859Z [00:03:20.805]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/grpc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1248322Z [00:03:20.811]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/mocks/publisher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1311843Z [00:03:20.817]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/send_error_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1374416Z [00:03:20.823]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/docs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1443658Z [00:03:20.830]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/send_error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1507081Z [00:03:20.837]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1570403Z [00:03:20.843]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/probs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1635654Z [00:03:20.850]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/probs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1699202Z [00:03:20.856]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1760672Z [00:03:20.862]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1823278Z [00:03:20.868]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1886717Z [00:03:20.875]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/relative.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.1951612Z [00:03:20.881]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/web/jwk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2017112Z [00:03:20.888]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/linter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2083027Z [00:03:20.894]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/test/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2146750Z [00:03:20.901]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/test/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2210504Z [00:03:20.907]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_aki_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2274631Z [00:03:20.913]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_no_empty_revoked_certificates_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2337637Z [00:03:20.920]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_issuer_name_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2399985Z [00:03:20.926]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_number.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2460981Z [00:03:20.932]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_valid_timestamps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2524135Z [00:03:20.938]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_aki.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2585343Z [00:03:20.945]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_cert_via_pkimetal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2646258Z [00:03:20.951]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_valid_timestamps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2707519Z [00:03:20.957]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_number_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2771095Z [00:03:20.963]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_no_empty_revoked_certificates_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2833323Z [00:03:20.969]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_via_pkimetal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2896645Z [00:03:20.976]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/lint_crl_has_issuer_name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.2957871Z [00:03:20.982]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_no_number.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3018204Z [00:03:20.988]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_aki_name_and_serial.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3077375Z [00:03:20.994]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_critical_number.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3136617Z [00:03:21.000]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_gentime_2049.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3197585Z [00:03:21.006]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_no_aki.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3257176Z [00:03:21.012]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_long_number.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3318174Z [00:03:21.018]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_none_revoked.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3381541Z [00:03:21.024]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_good_utctime_1950.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3443433Z [00:03:21.030]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_empty_revoked.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3504437Z [00:03:21.036]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_good_gentime_2050.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3566848Z [00:03:21.043]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_utctime_no_seconds.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3628083Z [00:03:21.049]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_good.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3690591Z [00:03:21.055]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_no_issuer_name.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3752459Z [00:03:21.061]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/rfc/testdata/crl_gentime_revoked_2049.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3815010Z [00:03:21.068]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_validity_period.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3874929Z [00:03:21.074]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_validity_period_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3934992Z [00:03:21.080]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_no_critical_reason_codes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.3994644Z [00:03:21.085]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_no_critical_reason_codes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4055648Z [00:03:21.092]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_acceptable_reason_codes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4117376Z [00:03:21.098]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/lint_crl_acceptable_reason_codes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4180640Z [00:03:21.104]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_5.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4242532Z [00:03:21.110]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_good_subordinate_ca.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4301873Z [00:03:21.116]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_6.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4361776Z [00:03:21.122]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_negative_validity_subscriber_cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4421562Z [00:03:21.128]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_1.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4482642Z [00:03:21.134]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_idp_distributionPoint_and_onlyUser_and_onlyCA.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4542342Z [00:03:21.140]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_9.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4601748Z [00:03:21.146]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_3.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4662404Z [00:03:21.152]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_negative_validity.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4722262Z [00:03:21.158]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_10.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4783858Z [00:03:21.164]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_2.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4845260Z [00:03:21.171]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_4.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4908996Z [00:03:21.177]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_negative_validity_subordinate_ca.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.4973098Z [00:03:21.183]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_8.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5034276Z [00:03:21.189]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_long_validity_subordinate_ca.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5095827Z [00:03:21.196]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_critical_reason.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5158052Z [00:03:21.202]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_good.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5220489Z [00:03:21.208]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_long_validity_subscriber_cert.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5283318Z [00:03:21.214]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_long_validity_distributionPoint_and_subordinate_ca.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5349769Z [00:03:21.221]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_reason_0.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5414117Z [00:03:21.227]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cabf_br/testdata/crl_long_validity.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5475941Z [00:03:21.234]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/chrome/e_scts_from_same_operator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5536086Z [00:03:21.240]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5597851Z [00:03:21.246]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_is_not_delta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5660760Z [00:03:21.252]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_no_cert_issuers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5722799Z [00:03:21.258]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_subscriber_cert_validity_greater_than_100_days.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5783428Z [00:03:21.264]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_subordinate_ca_cert_validity_period_greater_than_8_years.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5844797Z [00:03:21.270]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_root_ca_cert_validity_period_greater_than_25_years.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5906290Z [00:03:21.277]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_idp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.5967297Z [00:03:21.283]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_no_aia.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6029257Z [00:03:21.289]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_idp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6091291Z [00:03:21.295]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_no_cert_issuers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6153527Z [00:03:21.301]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_validity_period_has_extra_second.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6215195Z [00:03:21.307]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_is_not_delta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6278228Z [00:03:21.314]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_delta.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6341444Z [00:03:21.320]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_no_fullname.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6404174Z [00:03:21.326]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_aia.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6464276Z [00:03:21.332]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_good_subordinate_ca.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6527193Z [00:03:21.339]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_no_idp.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6589424Z [00:03:21.345]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_distributionPoint_and_onlyUser_and_onlyCA.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6652381Z [00:03:21.351]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_freshest.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6717923Z [00:03:21.358]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_no_uris.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6783885Z [00:03:21.364]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_distributionPoint_and_onlyCA.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6848461Z [00:03:21.371]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_some_reasons.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6912082Z [00:03:21.377]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_no_usercerts.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.6975636Z [00:03:21.384]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_https.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7036465Z [00:03:21.390]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_good.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7096040Z [00:03:21.396]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_cert_issuer.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7158182Z [00:03:21.402]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_two_uris.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7222967Z [00:03:21.408]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/testdata/crl_idp_no_dpn.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7284603Z [00:03:21.414]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/cpcps/lint_crl_has_no_aia_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7347776Z [00:03:21.421]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/lints/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7412659Z [00:03:21.427]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/linter/linter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7474662Z [00:03:21.433]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/challenges_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7537176Z [00:03:21.440]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/core_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7600798Z [00:03:21.446]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/proto/core.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7662207Z [00:03:21.452]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/proto/core.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7725217Z [00:03:21.459]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/challenges.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7791802Z [00:03:21.465]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/interfaces.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7864291Z [00:03:21.472]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/objects_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7934057Z [00:03:21.479]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/util_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.7998192Z [00:03:21.486]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8059673Z [00:03:21.492]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/core/objects.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8123463Z [00:03:21.498]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/crl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8186519Z [00:03:21.505]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/issuer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8250415Z [00:03:21.511]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/cert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8314127Z [00:03:21.517]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/crl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8378016Z [00:03:21.524]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/issuer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8442555Z [00:03:21.530]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/issuance/cert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8507511Z [00:03:21.537]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/privatekey/privatekey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8572396Z [00:03:21.543]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/privatekey/privatekey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8638199Z [00:03:21.550]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8703921Z [00:03:21.556]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/data/production-email.template' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8770656Z [00:03:21.563]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/data/staging-email.template' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8837005Z [00:03:21.570]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8901558Z [00:03:21.576]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/limiter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.8967806Z [00:03:21.583]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/source.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9034615Z [00:03:21.589]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/transaction_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9100928Z [00:03:21.596]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9167606Z [00:03:21.603]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/source_redis_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9232023Z [00:03:21.609]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/source_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9297315Z [00:03:21.616]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/limit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9363398Z [00:03:21.622]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/gcra.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9428780Z [00:03:21.629]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/limiter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9494204Z [00:03:21.635]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/utilities.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9559516Z [00:03:21.642]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/transaction.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9626400Z [00:03:21.649]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/source_redis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9694334Z [00:03:21.655]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/utilities_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9762574Z [00:03:21.662]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_default_empty_name.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9833155Z [00:03:21.669]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_defaults.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9903345Z [00:03:21.676]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_override_empty_id.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:42.9969420Z [00:03:21.683]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_overrides_second_entry_bad_name.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0034566Z [00:03:21.689]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_override_invalid_name.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0102253Z [00:03:21.696]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_default_invalid_name.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0167894Z [00:03:21.703]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_default_burst_0.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0233534Z [00:03:21.709]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_override_13371338.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0301336Z [00:03:21.716]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_overrides_third_entry_bad_id.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0369069Z [00:03:21.723]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_override_regid_domainorcidr.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0436734Z [00:03:21.730]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_defaults_second_entry_bad_name.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0500841Z [00:03:21.736]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_overrides.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0565994Z [00:03:21.743]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_override.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0633442Z [00:03:21.749]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_overrides_regid_fqdnset.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0700269Z [00:03:21.756]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_override_burst_0.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0765900Z [00:03:21.763]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/working_default.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0836002Z [00:03:21.770]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/testdata/busted_override_empty_name.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0903791Z [00:03:21.776]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/gcra_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.0968681Z [00:03:21.783]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/limit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1033926Z [00:03:21.789]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/names_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1098987Z [00:03:21.796]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ratelimits/names.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1165614Z [00:03:21.803]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docker-compose.next.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1235412Z [00:03:21.810]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey/good_key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1300388Z [00:03:21.816]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey/good_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1365858Z [00:03:21.823]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey/sagoodkey/good_key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1431980Z [00:03:21.829]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/goodkey/sagoodkey/good_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1497059Z [00:03:21.836]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/mock/mock_prober.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1562180Z [00:03:21.842]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/mock/mock_conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1626196Z [00:03:21.849]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tls/tls_conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1689604Z [00:03:21.855]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tls/tls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1754367Z [00:03:21.861]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tls/tls_conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1819928Z [00:03:21.868]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/crl/crl_conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1882266Z [00:03:21.874]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/crl/crl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.1947303Z [00:03:21.881]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/crl/crl_conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2012515Z [00:03:21.887]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tcp/tcp_conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2075465Z [00:03:21.894]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/tcp/tcp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2136838Z [00:03:21.900]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/prober.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2202849Z [00:03:21.906]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/http/http_conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2270030Z [00:03:21.913]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/http/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2334779Z [00:03:21.919]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/http/http_conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2399666Z [00:03:21.926]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/dns/dns_conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2464916Z [00:03:21.932]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/dns/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2530621Z [00:03:21.939]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/probers/dns/dns_conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2596159Z [00:03:21.946]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/mon_conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2661892Z [00:03:21.952]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/obsdialer/obsdialer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2724173Z [00:03:21.958]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/monitor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2788073Z [00:03:21.965]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/mon_conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2852299Z [00:03:21.971]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/obs_conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2915370Z [00:03:21.977]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/obs_conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.2981820Z [00:03:21.984]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/observer/observer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3047929Z [00:03:21.991]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/allowlist/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3108964Z [00:03:21.997]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/allowlist/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3173573Z [00:03:22.003]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/ra_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3237086Z [00:03:22.010]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/ra.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3302415Z [00:03:22.016]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/proto/ra.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3366278Z [00:03:22.023]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/proto/ra_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3430903Z [00:03:22.029]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ra/proto/ra.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3494284Z [00:03:22.035]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/strictyaml/yaml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3557403Z [00:03:22.042]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/strictyaml/yaml_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3621594Z [00:03:22.048]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/ctconfig/ctconfig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3683965Z [00:03:22.054]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/loglist/lintlist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3744398Z [00:03:22.060]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/loglist/loglist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3808130Z [00:03:22.067]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/loglist/loglist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3872805Z [00:03:22.073]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/ctpolicy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3937006Z [00:03:22.080]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/ctpolicy/ctpolicy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.3999116Z [00:03:22.086]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/.typos.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4061528Z [00:03:22.092]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/test/testIntermediate.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4124346Z [00:03:22.098]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/proto/publisher.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4190451Z [00:03:22.105]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/proto/publisher_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4254642Z [00:03:22.111]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/proto/publisher.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4316196Z [00:03:22.118]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/publisher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4378285Z [00:03:22.124]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/publisher/publisher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4440403Z [00:03:22.130]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/log-validator/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4500483Z [00:03:22.136]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-ca/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4563193Z [00:03:22.142]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-va/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4626574Z [00:03:22.149]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4690854Z [00:03:22.155]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4751701Z [00:03:22.161]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/admin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4815738Z [00:03:22.168]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/pause_identifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4879254Z [00:03:22.174]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/unpause_account_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.4940528Z [00:03:22.180]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/pause_identifier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5004950Z [00:03:22.187]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5067586Z [00:03:22.193]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/cert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5132784Z [00:03:22.199]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/admin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5194025Z [00:03:22.205]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/dryrun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5255845Z [00:03:22.212]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5315796Z [00:03:22.218]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/cert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5377573Z [00:03:22.224]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/admin/unpause_account.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5441329Z [00:03:22.230]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-publisher/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5503260Z [00:03:22.236]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-publisher/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5563026Z [00:03:22.242]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5623946Z [00:03:22.248]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5686334Z [00:03:22.255]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/inflight_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5747982Z [00:03:22.261]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/inflight.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5809912Z [00:03:22.267]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5873650Z [00:03:22.273]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/rocsp-tool/testdata/ocsp.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.5939741Z [00:03:22.280]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-sa/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6003865Z [00:03:22.286]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-sa/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6067154Z [00:03:22.293]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/crl-checker/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6131493Z [00:03:22.299]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/shell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6196553Z [00:03:22.306]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/email-exporter/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6260687Z [00:03:22.312]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/bad-key-revoker/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6325033Z [00:03:22.318]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/bad-key-revoker/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6386167Z [00:03:22.325]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/remoteva/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6448986Z [00:03:22.331]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-ra/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6510799Z [00:03:22.337]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-ra/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6575716Z [00:03:22.344]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6640544Z [00:03:22.350]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/reversed-hostname-checker/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6706669Z [00:03:22.357]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-observer/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6771617Z [00:03:22.363]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-observer/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6836960Z [00:03:22.370]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/shell_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6900672Z [00:03:22.376]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/clock_integration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.6965350Z [00:03:22.383]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/clock_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7029756Z [00:03:22.389]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7094885Z [00:03:22.396]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/ocsp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7157933Z [00:03:22.402]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/ecdsa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7223779Z [00:03:22.408]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7286651Z [00:03:22.415]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/crl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7352662Z [00:03:22.421]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7415721Z [00:03:22.428]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/ocsp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7477233Z [00:03:22.434]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/cert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7541205Z [00:03:22.440]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/crl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7605825Z [00:03:22.447]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7671538Z [00:03:22.453]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7738719Z [00:03:22.460]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7803714Z [00:03:22.466]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/rsa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7868770Z [00:03:22.473]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/rsa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7933727Z [00:03:22.479]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/cert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.7999538Z [00:03:22.486]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8065703Z [00:03:22.493]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ceremony/ecdsa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8133279Z [00:03:22.499]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/crl-storer/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8199638Z [00:03:22.506]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/registry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8265670Z [00:03:22.513]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8331147Z [00:03:22.519]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8396575Z [00:03:22.526]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/nonce-service/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8463838Z [00:03:22.532]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8533050Z [00:03:22.539]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8596319Z [00:03:22.546]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder/testdata/ocsp.req' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8660262Z [00:03:22.552]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/ocsp-responder/testdata/ocsp.resp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8726737Z [00:03:22.559]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/crl-updater/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8792156Z [00:03:22.565]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-wfe2/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8857705Z [00:03:22.572]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/boulder-wfe2/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8925401Z [00:03:22.578]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/4_incorrect_data_for_type.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.8990321Z [00:03:22.585]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/test_secret' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9055959Z [00:03:22.592]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/1_missing_endswith.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9122211Z [00:03:22.598]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/test_dburl_newline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9189168Z [00:03:22.605]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/3_configDuration_too_darn_big.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9255793Z [00:03:22.612]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/1_missing_endswith.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9322207Z [00:03:22.618]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/test_dburl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9387460Z [00:03:22.625]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/4_incorrect_data_for_type.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9452006Z [00:03:22.631]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/2_missing_required.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9516722Z [00:03:22.638]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/testdata/2_missing_required.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9580050Z [00:03:22.644]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/sfe/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9646524Z [00:03:22.651]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/cert-checker/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9712262Z [00:03:22.657]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/cert-checker/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9777807Z [00:03:22.664]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/cert-checker/testdata/quite_invalid.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9846356Z [00:03:22.671]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/akamai-purger/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9913341Z [00:03:22.677]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/cmd/akamai-purger/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:43.9979950Z [00:03:22.684]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/metrics/scope.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0045849Z [00:03:22.691]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/metrics/measured_http/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0112308Z [00:03:22.697]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/metrics/measured_http/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0179417Z [00:03:22.704]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/pkcs11helpers/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0242634Z [00:03:22.710]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/pkcs11helpers/helpers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0305818Z [00:03:22.717]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/static/favicon.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0369531Z [00:03:22.723]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/static/logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0434640Z [00:03:22.729]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/unpause-invalid-request.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0498728Z [00:03:22.736]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0565888Z [00:03:22.743]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/unpause-form.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0630498Z [00:03:22.749]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/unpause-expired.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0697106Z [00:03:22.756]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/pages/unpause-status.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0762067Z [00:03:22.762]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/sfe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0828571Z [00:03:22.769]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/templates/layout.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0893517Z [00:03:22.775]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/sfe/sfe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.0958318Z [00:03:22.782]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1023146Z [00:03:22.788]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/config/rocsp_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1086847Z [00:03:22.795]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/config/issuers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1149371Z [00:03:22.801]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/rocsp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1212379Z [00:03:22.807]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/rocsp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1276117Z [00:03:22.814]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/testdata/ocsp.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1340287Z [00:03:22.820]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/rocsp/mocks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1404240Z [00:03:22.826]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1467484Z [00:03:22.833]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/DESIGN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1530019Z [00:03:22.839]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/multi-va.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1593504Z [00:03:22.845]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/acme-implementation_details.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1668551Z [00:03:22.853]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/acme-divergences.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1740130Z [00:03:22.860]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/redis.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1804342Z [00:03:22.866]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/logging.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1866933Z [00:03:22.873]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/config-validation.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1928826Z [00:03:22.879]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/CRLS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.1990772Z [00:03:22.885]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/release.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2053109Z [00:03:22.891]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2114086Z [00:03:22.897]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/ISSUANCE-CYCLE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2176041Z [00:03:22.904]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/letsencrypt/boulder/docs/error-handling.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2238420Z [00:03:22.910]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/runtime/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2297717Z [00:03:22.916]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/runtime/middleware/denco/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2358571Z [00:03:22.922]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/strfmt/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2420209Z [00:03:22.928]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/errors/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2481609Z [00:03:22.934]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/jsonreference/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2542389Z [00:03:22.940]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/swag/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2604906Z [00:03:22.947]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/analysis/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2666537Z [00:03:22.953]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/validate/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2725690Z [00:03:22.959]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/spec/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2788231Z [00:03:22.965]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/jsonpointer/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2850360Z [00:03:22.971]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-openapi/loads/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2912218Z [00:03:22.977]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rivo/uniseg/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.2975597Z [00:03:22.984]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rivo/tview/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3035247Z [00:03:22.990]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/kballard/go-shellquote/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3095423Z [00:03:22.995]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/lucasb-eyer/go-colorful/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3158959Z [00:03:23.002]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/huandu/xstrings/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3220334Z [00:03:23.008]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sagikazarmark/locafero/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3284408Z [00:03:23.014]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto/attestation/go/v1/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3349313Z [00:03:23.021]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/in-toto/in-toto-golang/in_toto/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3411324Z [00:03:23.027]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/fsnotify/fsnotify/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3474156Z [00:03:23.033]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/rekor/pkg/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3537593Z [00:03:23.040]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/sigstore/pkg/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3602166Z [00:03:23.046]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/timestamp-authority/pkg/verification/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3665241Z [00:03:23.052]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/sigstore-go/pkg/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3728926Z [00:03:23.059]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/rekor-tiles/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3791897Z [00:03:23.065]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sigstore/protobuf-specs/gen/pb-go/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3852206Z [00:03:23.071]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/MakeNowJust/heredoc/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3915848Z [00:03:23.078]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/henvic/httpretty/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.3980103Z [00:03:23.084]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cncf/xds/go/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4043556Z [00:03:23.090]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/zstd/internal/xxhash/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4105864Z [00:03:23.097]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/internal/snapref/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4169084Z [00:03:23.103]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/klauspost/compress/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4233514Z [00:03:23.109]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/yuin/goldmark/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4299121Z [00:03:23.116]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/yuin/goldmark-emoji/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4363092Z [00:03:23.122]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/aymerick/douceur/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4426018Z [00:03:23.129]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/rodaine/table/license' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4486860Z [00:03:23.135]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4546627Z [00:03:23.141]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pkg/errors/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4609605Z [00:03:23.147]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muhammadmuzzammil1998/jsonc/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4669252Z [00:03:23.153]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/subosito/gotenv/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4727414Z [00:03:23.159]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/globocom/go-buffer/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4788805Z [00:03:23.165]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microsoft/dev-tunnels/go/tunnels/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4848893Z [00:03:23.171]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/ansi/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4909527Z [00:03:23.177]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/termenv/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.4970413Z [00:03:23.183]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/reflow/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5030149Z [00:03:23.189]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/muesli/cancelreader/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5089898Z [00:03:23.195]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/zeebo/errs/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5148601Z [00:03:23.201]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mailru/easyjson/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5209190Z [00:03:23.207]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opentracing/opentracing-go/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5270593Z [00:03:23.213]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/vbatts/tar-split/archive/tar/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5330766Z [00:03:23.219]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sassoftware/relic/lib/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5391968Z [00:03:23.225]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pelletier/go-toml/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5454302Z [00:03:23.231]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/pmezard/go-difflib/difflib/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5517816Z [00:03:23.238]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn/go-runewidth/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5579705Z [00:03:23.244]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn/go-isatty/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5641872Z [00:03:23.250]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mattn/go-colorable/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5705279Z [00:03:23.257]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/blang/semver/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5767361Z [00:03:23.263]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/microcosm-cc/bluemonday/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5830690Z [00:03:23.269]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/envoyproxy/go-control-plane/envoy/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5894075Z [00:03:23.275]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/envoyproxy/protoc-gen-validate/validate/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.5963879Z [00:03:23.282]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/atotto/clipboard/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6028082Z [00:03:23.289]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sourcegraph/conc/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6090177Z [00:03:23.295]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/aymanbagabas/go-osc52/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6153063Z [00:03:23.301]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/zalando/go-keyring/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6216448Z [00:03:23.308]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-jose/go-jose/v4/json/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6280454Z [00:03:23.314]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-jose/go-jose/v4/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6345369Z [00:03:23.321]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/josharian/intern/license.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6408833Z [00:03:23.327]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/alecthomas/chroma/v2/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6472855Z [00:03:23.333]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework/go-tuf/v2/metadata/NOTICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6537604Z [00:03:23.340]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework/go-tuf/v2/metadata/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6602650Z [00:03:23.346]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/theupdateframework/go-tuf/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6667058Z [00:03:23.353]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gdamore/encoding/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6730241Z [00:03:23.359]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gdamore/tcell/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6835878Z [00:03:23.370]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/titanous/rocacheck/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6903782Z [00:03:23.376]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/thlib/go-timezone-local/tzlocal/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.6971162Z [00:03:23.383]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/pflag/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7040227Z [00:03:23.390]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/cobra/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7108116Z [00:03:23.397]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/cast/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7174364Z [00:03:23.403]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/afero/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7242600Z [00:03:23.410]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spf13/viper/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7312610Z [00:03:23.417]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/AlecAivazis/survey/v2/terminal/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7379580Z [00:03:23.424]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/AlecAivazis/survey/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7449772Z [00:03:23.431]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/go-containerregistry/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7518685Z [00:03:23.438]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/uuid/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7585823Z [00:03:23.445]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/certificate-transparency-go/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7650601Z [00:03:23.451]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/s2a-go/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7716549Z [00:03:23.458]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/shlex/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7782723Z [00:03:23.464]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/google/go-cmp/cmp/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7853446Z [00:03:23.471]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/digitorus/pkcs7/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7922811Z [00:03:23.478]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/digitorus/timestamp/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.7989651Z [00:03:23.485]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shurcooL/graphql/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8054842Z [00:03:23.492]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shurcooL/githubv4/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8122381Z [00:03:23.498]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/catppuccin/go/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8190586Z [00:03:23.505]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/googleapis/enterprise-certificate-proxy/client/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8254307Z [00:03:23.511]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/googleapis/gax-go/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8317831Z [00:03:23.518]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/docker-credential-helpers/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8383119Z [00:03:23.524]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/distribution/registry/client/auth/challenge/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8447839Z [00:03:23.531]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/cli/cli/config/NOTICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8510791Z [00:03:23.537]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/docker/cli/cli/config/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8575044Z [00:03:23.544]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gorilla/css/scanner/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8639246Z [00:03:23.550]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gorilla/websocket/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8702852Z [00:03:23.556]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cespare/xxhash/v2/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8770289Z [00:03:23.563]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/sprig/v3/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8833407Z [00:03:23.569]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/semver/v3/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8895659Z [00:03:23.576]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/Masterminds/goutils/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.8958665Z [00:03:23.582]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/stretchr/objx/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9023407Z [00:03:23.588]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/stretchr/testify/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9087775Z [00:03:23.595]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/davecgh/go-spew/spew/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9150192Z [00:03:23.601]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cenkalti/backoff/v4/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9213422Z [00:03:23.607]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cenkalti/backoff/v5/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9277410Z [00:03:23.614]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/itchyny/gojq/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9340218Z [00:03:23.620]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/itchyny/timefmt-go/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9406742Z [00:03:23.627]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-viper/mapstructure/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9473279Z [00:03:23.633]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/godbus/dbus/v5/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9539628Z [00:03:23.640]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cpuguy83/go-md2man/v2/md2man/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9602808Z [00:03:23.646]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opencontainers/image-spec/specs-go/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9665337Z [00:03:23.653]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/opencontainers/go-digest/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9727691Z [00:03:23.659]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/ansi/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9790914Z [00:03:23.665]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/term/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9879551Z [00:03:23.674]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/cellbuf/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:44.9948720Z [00:03:23.681]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/exp/slice/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0016926Z [00:03:23.688]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/x/exp/strings/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0081677Z [00:03:23.694]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/glamour/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0147701Z [00:03:23.701]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/lipgloss/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0213247Z [00:03:23.707]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/bubbletea/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0282187Z [00:03:23.714]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/bubbles/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0351139Z [00:03:23.721]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/colorprofile/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0417322Z [00:03:23.728]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/charmbracelet/huh/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0482097Z [00:03:23.734]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/golang/groupcache/lru/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0546369Z [00:03:23.741]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/golang/snappy/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0611507Z [00:03:23.747]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/distribution/reference/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0677082Z [00:03:23.754]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-chi/chi/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0743207Z [00:03:23.760]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/dustin/go-humanize/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0810248Z [00:03:23.767]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/avast/retry-go/v4/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0879144Z [00:03:23.774]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/russross/blackfriday/v2/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.0945997Z [00:03:23.781]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/felixge/httpsnoop/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1010616Z [00:03:23.787]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/joho/godotenv/LICENCE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1078148Z [00:03:23.794]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/briandowns/spinner/NOTICE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1145154Z [00:03:23.801]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/briandowns/spinner/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1210686Z [00:03:23.807]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/merkle/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1273944Z [00:03:23.813]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/formats/log/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1337381Z [00:03:23.820]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/transparency-dev/tessera/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1403024Z [00:03:23.826]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/append.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1465238Z [00:03:23.832]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/prefix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1527942Z [00:03:23.839]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1592229Z [00:03:23.845]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/group.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1656803Z [00:03:23.852]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/flatten.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1720245Z [00:03:23.858]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1783377Z [00:03:23.864]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1845821Z [00:03:23.871]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/multierror_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1907174Z [00:03:23.877]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/format_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.1970816Z [00:03:23.883]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/.circleci/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2034553Z [00:03:23.889]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2099085Z [00:03:23.896]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/multierror.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2163050Z [00:03:23.902]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/group_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2224471Z [00:03:23.908]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2287223Z [00:03:23.915]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2348657Z [00:03:23.921]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/prefix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2412068Z [00:03:23.927]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/append_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2475000Z [00:03:23.933]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/sort_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2536788Z [00:03:23.940]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/flatten_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2599496Z [00:03:23.946]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-multierror/sort.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2663158Z [00:03:23.952]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/2q_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2727247Z [00:03:23.959]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/internal/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2790070Z [00:03:23.965]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/simplelru/LICENSE_list' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2853817Z [00:03:23.971]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/simplelru/lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2917922Z [00:03:23.978]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/simplelru/lru_interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.2979704Z [00:03:23.984]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/simplelru/lru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3043129Z [00:03:23.990]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3105940Z [00:03:23.997]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3167977Z [00:03:24.003]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3229683Z [00:03:24.009]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3292813Z [00:03:24.015]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/expirable/expirable_lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3354007Z [00:03:24.021]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/expirable/expirable_lru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3416122Z [00:03:24.028]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3477839Z [00:03:24.034]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3541050Z [00:03:24.040]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3602907Z [00:03:24.046]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3666486Z [00:03:24.053]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/lru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3729312Z [00:03:24.059]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/2q.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3791537Z [00:03:24.065]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/golang-lru/v2/testing_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3854902Z [00:03:24.071]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/constraint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3918302Z [00:03:24.078]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.3979444Z [00:03:24.084]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4042614Z [00:03:24.090]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4106383Z [00:03:24.097]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4172047Z [00:03:24.103]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4237967Z [00:03:24.110]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/.github/workflows/go-tests.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4300713Z [00:03:24.116]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/version_collection_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4362512Z [00:03:24.122]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/constraint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4425706Z [00:03:24.129]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/version_collection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4489989Z [00:03:24.135]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4554311Z [00:03:24.141]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/go-version/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4620586Z [00:03:24.148]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/errwrap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4684082Z [00:03:24.154]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/errwrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4749008Z [00:03:24.161]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4816958Z [00:03:24.168]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4882706Z [00:03:24.174]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/hashicorp/errwrap/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.4948824Z [00:03:24.181]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/asaskevich/govalidator/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5016716Z [00:03:24.188]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shopspring/decimal/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5082589Z [00:03:24.194]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/danieljoos/wincred/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5149932Z [00:03:24.201]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/erikgeiser/coninput/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5217744Z [00:03:24.208]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/jedisct1/go-minisign/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5282729Z [00:03:24.214]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/go-gh/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5348495Z [00:03:24.221]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/oauth/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5411456Z [00:03:24.227]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/browser/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5474124Z [00:03:24.233]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/safeexec/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5539337Z [00:03:24.240]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/cli/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5604121Z [00:03:24.246]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/cli/shurcooL-graphql/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5669087Z [00:03:24.253]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/oklog/ulid/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5734409Z [00:03:24.259]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/dlclark/regexp2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5800244Z [00:03:24.266]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/shibumi/go-pathspec/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5870823Z [00:03:24.273]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/hashstructure/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.5937723Z [00:03:24.280]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/copystructure/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6004422Z [00:03:24.286]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/go-homedir/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6071854Z [00:03:24.293]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/mapstructure/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6138539Z [00:03:24.300]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mitchellh/reflectwalk/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6206953Z [00:03:24.307]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/containerd/stargz-snapshotter/estargz/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6272480Z [00:03:24.313]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-logr/logr/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6338283Z [00:03:24.320]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/go-logr/stdr/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6404887Z [00:03:24.326]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/inconshreveable/mousetrap/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6471325Z [00:03:24.333]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/grpc-ecosystem/grpc-gateway/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6538148Z [00:03:24.340]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/fatih/color/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6602582Z [00:03:24.346]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/gabriel-vasile/mimetype/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6668393Z [00:03:24.353]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/sirupsen/logrus/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6733759Z [00:03:24.359]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/mgutz/ansi/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6801186Z [00:03:24.366]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/spiffe/go-spiffe/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6867783Z [00:03:24.373]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/secure-systems-lab/go-securesystemslib/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.6937430Z [00:03:24.380]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7003614Z [00:03:24.386]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7070707Z [00:03:24.393]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7139395Z [00:03:24.400]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7203454Z [00:03:24.406]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/dario.cat/mergo/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7268283Z [00:03:24.413]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.mongodb.org/mongo-driver/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7333062Z [00:03:24.419]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/term/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7400772Z [00:03:24.426]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/time/rate/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7466100Z [00:03:24.433]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/crypto/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7531085Z [00:03:24.439]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/sys/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7595088Z [00:03:24.445]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/sync/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7660815Z [00:03:24.452]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/oauth2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7723885Z [00:03:24.458]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/mod/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7787082Z [00:03:24.465]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/net/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7852371Z [00:03:24.471]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/text/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7919003Z [00:03:24.478]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/golang.org/x/exp/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.7984761Z [00:03:24.484]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.uber.org/zap/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8049938Z [00:03:24.491]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.uber.org/multierr/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8114221Z [00:03:24.497]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/al.essio.dev/pkg/shellescape/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8178906Z [00:03:24.504]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/k8s.io/klog/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8242319Z [00:03:24.510]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/third-party/go.opencensus.io/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8307533Z [00:03:24.517]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8372551Z [00:03:24.523]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/acceptance_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8437180Z [00:03:24.530]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/auth/auth-token.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8501378Z [00:03:24.536]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/auth/auth-setup-git.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8569212Z [00:03:24.543]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/auth/auth-login-logout.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8631871Z [00:03:24.549]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/auth/auth-status.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8696028Z [00:03:24.556]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/label/label.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8763399Z [00:03:24.562]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/search/search-issues.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8833655Z [00:03:24.569]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-create-view.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8903077Z [00:03:24.576]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-rename-transfer-ownership.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.8967475Z [00:03:24.583]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-archive-unarchive.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9033673Z [00:03:24.589]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-delete.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9100817Z [00:03:24.596]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-fork-sync.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9167016Z [00:03:24.603]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-set-default.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9233394Z [00:03:24.609]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-edit.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9298179Z [00:03:24.616]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-clone.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9362669Z [00:03:24.622]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-create-bare.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9428196Z [00:03:24.629]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-list-rename.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9492581Z [00:03:24.635]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/repo/repo-deploy-key.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9557398Z [00:03:24.642]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/org/org-list.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9626466Z [00:03:24.649]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-download-traversal.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9689558Z [00:03:24.655]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/workflow-enable-disable.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9753366Z [00:03:24.661]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/workflow-list.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9818140Z [00:03:24.668]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/workflow-view.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9882662Z [00:03:24.674]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-download.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:45.9949690Z [00:03:24.681]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/cache-list-empty.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0012600Z [00:03:24.687]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-delete.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0077346Z [00:03:24.694]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-cancel.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0140640Z [00:03:24.700]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/cache-list-delete.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0204667Z [00:03:24.706]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-view.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0269581Z [00:03:24.713]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/workflow-run.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0337674Z [00:03:24.720]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/workflow/run-rerun.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0401731Z [00:03:24.726]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/ruleset/ruleset.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0466104Z [00:03:24.733]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/api/basic-graphql.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0531926Z [00:03:24.739]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/api/basic-rest.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0599800Z [00:03:24.746]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/extension/extension.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0665192Z [00:03:24.753]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-org-with-selected-visibility.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0729442Z [00:03:24.759]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-org.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0793701Z [00:03:24.765]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-repo-env.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0857623Z [00:03:24.772]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-repo.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0923405Z [00:03:24.778]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/secret/secret-require-remote-disambiguation.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.0988452Z [00:03:24.785]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-comment-edit-last-without-comments-creates.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1053963Z [00:03:24.791]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-create-with-metadata.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1117585Z [00:03:24.798]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-list.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1180363Z [00:03:24.804]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-create-basic.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1243537Z [00:03:24.810]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-comment-edit-last-with-comments.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1307315Z [00:03:24.817]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-comment-edit-last-without-comments-errors.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1367753Z [00:03:24.823]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-view.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1431231Z [00:03:24.829]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-create-edit-with-project.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1491155Z [00:03:24.835]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/issue/issue-comment-new.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1554703Z [00:03:24.841]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/release/release-list.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1615915Z [00:03:24.848]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/release/release-upload-download.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1677616Z [00:03:24.854]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/release/release-create.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1742187Z [00:03:24.860]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/release/release-view.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1806986Z [00:03:24.867]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-basic.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1871407Z [00:03:24.873]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-simple-pushdefault.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.1936975Z [00:03:24.880]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-checkout-with-url-from-fork.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2001658Z [00:03:24.886]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-comment-edit-last-with-comments.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2064784Z [00:03:24.892]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-merge-merge-strategy.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2129178Z [00:03:24.899]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-status-respects-remote-pushdefault.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2193856Z [00:03:24.905]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-status-respects-branch-pushremote.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2256387Z [00:03:24.912]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-push-default-upstream-no-merge-ref-fork.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2318893Z [00:03:24.918]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-edit-with-project.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2382438Z [00:03:24.924]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-no-local-repo.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2448841Z [00:03:24.931]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-user-colon-branch-syntax.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2512341Z [00:03:24.937]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-status-respects-cross-org.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2576699Z [00:03:24.944]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-list.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2641213Z [00:03:24.950]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-status-respects-simple-pushdefault.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2703512Z [00:03:24.956]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-guesses-remote-from-sha.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2764805Z [00:03:24.962]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-checkout-by-number.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2825934Z [00:03:24.969]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-checkout.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2886886Z [00:03:24.975]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-branch-pushremote.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.2949566Z [00:03:24.981]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-without-upstream-config.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3012776Z [00:03:24.987]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-status-respects-push-destination.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3076546Z [00:03:24.994]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-from-manual-merge-base.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3141639Z [00:03:25.000]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-same-org-fork.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3204088Z [00:03:25.006]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view-outside-repo.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3265842Z [00:03:25.013]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-comment-new.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3325410Z [00:03:25.019]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-with-metadata.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3387681Z [00:03:25.025]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-comment-edit-last-without-comments-errors.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3449974Z [00:03:25.031]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-view.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3511269Z [00:03:25.037]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-remote-pushdefault.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3572405Z [00:03:25.043]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-merge-rebase-strategy.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3633042Z [00:03:25.049]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-push-default-upstream-no-merge-ref.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3692656Z [00:03:25.055]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-respects-push-destination.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3752103Z [00:03:25.061]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-comment-edit-last-without-comments-creates.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3809152Z [00:03:25.067]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-remote-ref-with-branch-name-slash.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3866040Z [00:03:25.073]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-from-issue-develop-base.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.3945839Z [00:03:25.080]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/pr/pr-create-guesses-remote-from-sha-with-branch-name-slash.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4006706Z [00:03:25.087]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/project/project-create-delete.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4066503Z [00:03:25.093]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/gpg-key/gpg-key.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4125671Z [00:03:25.099]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/variable/variable-org.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4187701Z [00:03:25.105]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/variable/variable-repo.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4251670Z [00:03:25.111]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/variable/variable-repo-env.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4315936Z [00:03:25.118]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/acceptance/testdata/ssh-key/ssh-key.txtar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4380036Z [00:03:25.124]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gen-docs/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4442197Z [00:03:25.130]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gen-docs/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4506037Z [00:03:25.137]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/cmd/gh/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4569662Z [00:03:25.143]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4634584Z [00:03:25.149]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4699407Z [00:03:25.156]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4762008Z [00:03:25.162]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4825694Z [00:03:25.169]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4887505Z [00:03:25.175]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.4949321Z [00:03:25.181]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5012158Z [00:03:25.187]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5074579Z [00:03:25.193]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5137442Z [00:03:25.200]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5200116Z [00:03:25.206]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5263430Z [00:03:25.212]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5324836Z [00:03:25.218]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5387500Z [00:03:25.225]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5450399Z [00:03:25.231]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5512301Z [00:03:25.237]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5576245Z [00:03:25.244]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5639648Z [00:03:25.250]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-6892f314264b6e10f125f888c920347076966244.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5698720Z [00:03:25.256]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-6892f314264b6e10f125f888c920347076966244.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5759592Z [00:03:25.262]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-6892f314264b6e10f125f888c920347076966244.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5822595Z [00:03:25.268]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-d8296519c7d4484ed9dc0e602990f63c3f52538d.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5886050Z [00:03:25.275]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-d8296519c7d4484ed9dc0e602990f63c3f52538d.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.5951865Z [00:03:25.281]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-d8296519c7d4484ed9dc0e602990f63c3f52538d.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6016343Z [00:03:25.288]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-6892f314264b6e10f125f888c920347076966244.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6083188Z [00:03:25.294]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/objects/pack/pack-d8296519c7d4484ed9dc0e602990f63c3f52538d.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6149930Z [00:03:25.301]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6214044Z [00:03:25.307]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6278313Z [00:03:25.314]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6341683Z [00:03:25.320]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/refs/heads/trunk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6410749Z [00:03:25.327]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6476041Z [00:03:25.334]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6545465Z [00:03:25.341]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/refs/heads/trunk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6614014Z [00:03:25.347]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6682578Z [00:03:25.354]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/install_source.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6750230Z [00:03:25.361]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/install_macos.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6815058Z [00:03:25.368]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/source.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6883845Z [00:03:25.374]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/license-compliance.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.6948053Z [00:03:25.381]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/triage.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7015460Z [00:03:25.388]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/working-with-us.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7093037Z [00:03:25.395]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/releasing.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7159844Z [00:03:25.402]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/codespaces.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7232317Z [00:03:25.409]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7305333Z [00:03:25.417]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/multiple-accounts.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7374049Z [00:03:25.423]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/install_windows.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7441138Z [00:03:25.430]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/command-line-syntax.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7508254Z [00:03:25.437]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/install_linux.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7576755Z [00:03:25.444]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/project-layout.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7645200Z [00:03:25.451]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7713998Z [00:03:25.457]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle4-03.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7783222Z [00:03:25.464]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-02.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7852224Z [00:03:25.471]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-05.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7918483Z [00:03:25.478]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle4-01.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.7984640Z [00:03:25.484]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Prototyping-GoogleDocs.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8049823Z [00:03:25.491]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-04.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8114790Z [00:03:25.497]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-01.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8179428Z [00:03:25.504]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Prototyping-Figma.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8243375Z [00:03:25.510]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle4-02.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8308516Z [00:03:25.517]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/images/Principle2-03.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8376022Z [00:03:25.524]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/getting-started/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8443252Z [00:03:25.530]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Syntax-Branch.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8512374Z [00:03:25.537]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-MultiSelect.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8580618Z [00:03:25.544]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Headers-gh-pr-list.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8648578Z [00:03:25.551]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/States.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8714442Z [00:03:25.557]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Detail-gh-issue-view.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8780409Z [00:03:25.564]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Syntax-Repo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8847647Z [00:03:25.571]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-LongText.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8914358Z [00:03:25.577]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-ShortText.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.8979063Z [00:03:25.584]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Empty-states-1.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9044554Z [00:03:25.590]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Headers-Examples.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9111650Z [00:03:25.597]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-YesNo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9179170Z [00:03:25.604]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Help.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9248926Z [00:03:25.611]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Empty-states-2.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9315158Z [00:03:25.618]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Lists-gh-pr-list.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9382300Z [00:03:25.624]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Spinner.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9447408Z [00:03:25.631]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Syntax-Label.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9512921Z [00:03:25.637]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Prompt-RadioSelect.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9580624Z [00:03:25.644]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/images/Progress-Spinner.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9645169Z [00:03:25.651]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/components/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9713253Z [00:03:25.657]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Scriptability-gh-pr-list.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9781075Z [00:03:25.664]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Iconography-1.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9846954Z [00:03:25.671]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Colors.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9912490Z [00:03:25.677]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Iconography-2.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:46.9980968Z [00:03:25.684]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Spacing-gh-pr-status.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0049767Z [00:03:25.691]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-06.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0116379Z [00:03:25.698]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-04.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0182290Z [00:03:25.704]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Iconography-3.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0248760Z [00:03:25.711]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-01.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0314509Z [00:03:25.717]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Typography.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0379605Z [00:03:25.724]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Iconography-4.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0446728Z [00:03:25.731]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Spacing-gh-pr-status-compressed.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0511978Z [00:03:25.737]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-05.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0576021Z [00:03:25.744]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Scriptability-gh-pr-list-machine.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0642395Z [00:03:25.750]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-03.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0708982Z [00:03:25.757]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/images/Language-02.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0773197Z [00:03:25.763]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/primer/foundations/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0839529Z [00:03:25.770]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/gh-vs-hub.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0906323Z [00:03:25.777]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.y6l7uzfpNq/TEMPREPO/docs/release-process-deep-dive.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.0972153Z [00:03:25.783]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.1037471Z [00:03:25.790]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.1102014Z [00:03:25.796]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.1166624Z [00:03:25.803]➜  mode of '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:26:47.1724343Z [00:03:25.858]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:26:47.1729402Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:26:56.3433425Z 
2025-08-20T20:26:56.3434303Z [+] Sanitizing /tmp/pkgforge/iOLJemL9t_SBUILD/BUILD.log ==> /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.static.log
2025-08-20T20:26:58.8070105Z '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.static.log' -> '/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/gh.log'
2025-08-20T20:26:58.8185166Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gh/official/source/gh?tag=HEAD-5eddf8d-250820T110344-aarch64-linux&download=gh.log
2025-08-20T20:26:58.8185805Z 
2025-08-20T20:26:58.8186197Z [+] Parsing/Uploading gh/gh --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgh%2Fgh [aarch64-Linux]
2025-08-20T20:26:58.8214862Z {
2025-08-20T20:26:58.8215065Z   "_disabled": "false",
2025-08-20T20:26:58.8215270Z   "host": "aarch64-Linux",
2025-08-20T20:26:58.8215459Z   "rank": "",
2025-08-20T20:26:58.8215798Z   "pkg": "gh.static",
2025-08-20T20:26:58.8215985Z   "pkg_family": "gh",
2025-08-20T20:26:58.8216185Z   "pkg_id": "github.com.cli.cli.source",
2025-08-20T20:26:58.8216419Z   "pkg_name": "gh",
2025-08-20T20:26:58.8216590Z   "pkg_type": "static",
2025-08-20T20:26:58.8216986Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh",
2025-08-20T20:26:58.8217367Z   "app_id": "",
2025-08-20T20:26:58.8217531Z   "appstream": "",
2025-08-20T20:26:58.8217694Z   "category": [
2025-08-20T20:26:58.8217857Z     "ConsoleOnly",
2025-08-20T20:26:58.8218029Z     "Utility"
2025-08-20T20:26:58.8218178Z   ],
2025-08-20T20:26:58.8218337Z   "description": "GitHub CLI tool",
2025-08-20T20:26:58.8218557Z   "desktop": "",
2025-08-20T20:26:58.8218751Z   "homepage": [
2025-08-20T20:26:58.8218935Z     "https://github.com/cli/cli"
2025-08-20T20:26:58.8219134Z   ],
2025-08-20T20:26:58.8219613Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gh/official/source/gh?tag=HEAD-5eddf8d-250820T110344-aarch64-linux&download=gh.png",
2025-08-20T20:26:58.8220154Z   "license": [
2025-08-20T20:26:58.8220306Z     "MIT"
2025-08-20T20:26:58.8220449Z   ],
2025-08-20T20:26:58.8220590Z   "maintainer": [
2025-08-20T20:26:58.8220790Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:26:58.8221369Z   ],
2025-08-20T20:26:58.8221546Z   "provides": [
2025-08-20T20:26:58.8221709Z     "gh==github-cli"
2025-08-20T20:26:58.8221880Z   ],
2025-08-20T20:26:58.8222018Z   "note": [
2025-08-20T20:26:58.8222285Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/cli/cli"
2025-08-20T20:26:58.8222616Z   ],
2025-08-20T20:26:58.8222753Z   "repology": [
2025-08-20T20:26:58.8222912Z     "github-cli"
2025-08-20T20:26:58.8223066Z   ],
2025-08-20T20:26:58.8223331Z   "screenshots": [],
2025-08-20T20:26:58.8223519Z   "src_url": [
2025-08-20T20:26:58.8223693Z     "https://github.com/cli/cli"
2025-08-20T20:26:58.8223892Z   ],
2025-08-20T20:26:58.8224027Z   "tag": [
2025-08-20T20:26:58.8224170Z     "Utility"
2025-08-20T20:26:58.8224313Z   ],
2025-08-20T20:26:58.8224478Z   "version": "HEAD-5eddf8d-250820T110344",
2025-08-20T20:26:58.8224714Z   "version_upstream": "2.76.2",
2025-08-20T20:26:58.8225028Z   "bsum": "8eba52004b5a7edd196db5098c7397e913e0bab56cf3465c6994ad68bbca6f7f",
2025-08-20T20:26:58.8225377Z   "build_date": "2025-08-20T20:26:49Z",
2025-08-20T20:26:58.8226216Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107818671",
2025-08-20T20:26:58.8226548Z   "build_id": "17107818671",
2025-08-20T20:26:58.8227081Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gh/official/source/gh?tag=HEAD-5eddf8d-250820T110344-aarch64-linux&download=gh.log",
2025-08-20T20:26:58.8228011Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gh/static.official.source.yaml",
2025-08-20T20:26:58.8228778Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gh/official/source/gh?tag=HEAD-5eddf8d-250820T110344-aarch64-linux&download=gh",
2025-08-20T20:26:58.8229531Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gh/official/source/gh:HEAD-5eddf8d-250820T110344-aarch64-linux",
2025-08-20T20:26:58.8230033Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gh/official/source/gh",
2025-08-20T20:26:58.8230790Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gh/official/source/gh?tag=HEAD-5eddf8d-250820T110344-aarch64-linux&manifest",
2025-08-20T20:26:58.8231492Z   "shasum": "5d77947dd731ace3d1df015932838974995c5c349cc65d7f631870794c17d091",
2025-08-20T20:26:58.8231818Z   "size": "55 MB",
2025-08-20T20:26:58.8231990Z   "size_raw": "57499640",
2025-08-20T20:26:58.8232175Z   "snapshots": [
2025-08-20T20:26:58.8232381Z     "HEAD-73b7d61-250611T194212-aarch64-linux[2.74.1]",
2025-08-20T20:26:58.8232686Z     "HEAD-d9d0e14-250617T170343-aarch64-linux[2.74.2]",
2025-08-20T20:26:58.8232977Z     "HEAD-d4efe0b-250620T155544-aarch64-linux[2.74.2]",
2025-08-20T20:26:58.8233270Z     "HEAD-d033770-250705T150216-aarch64-linux[2.74.2]",
2025-08-20T20:26:58.8233551Z     "HEAD-28c3424-250707T142316-aarch64-linux[2.74.2]",
2025-08-20T20:26:58.8233834Z     "HEAD-4d2abc0-250709T111127-aarch64-linux[2.75.0]",
2025-08-20T20:26:58.8234121Z     "HEAD-6049cce-250712T095728-aarch64-linux[2.75.0]",
2025-08-20T20:26:58.8234415Z     "HEAD-3a53b47-250714T144948-aarch64-linux[2.75.0]",
2025-08-20T20:26:58.8234704Z     "HEAD-dbff7c5-250714T173458-aarch64-linux[2.75.1]",
2025-08-20T20:26:58.8234991Z     "HEAD-42a8e02-250719T101220-aarch64-linux[2.76.0]",
2025-08-20T20:26:58.8235276Z     "HEAD-1b94463-250723T142127-aarch64-linux[2.76.0]",
2025-08-20T20:26:58.8235741Z     "HEAD-7d70980-250728T074757-aarch64-linux[2.76.1]",
2025-08-20T20:26:58.8236184Z     "HEAD-24f502b-250801T160502-aarch64-linux[2.76.2]",
2025-08-20T20:26:58.8236478Z     "HEAD-cf1e14c-250806T105203-aarch64-linux[2.76.2]",
2025-08-20T20:26:58.8236769Z     "HEAD-dd26fba-250808T145208-aarch64-linux[2.76.2]",
2025-08-20T20:26:58.8237055Z     "HEAD-1b083c2-250811T151855-aarch64-linux[2.76.2]",
2025-08-20T20:26:58.8237338Z     "HEAD-5ae174b-250815T165819-aarch64-linux[2.76.2]"
2025-08-20T20:26:58.8237576Z   ]
2025-08-20T20:26:58.8237705Z }
2025-08-20T20:26:58.8237788Z 
2025-08-20T20:26:58.8237791Z 
2025-08-20T20:26:59.0650499Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/gh/official/source/gh:HEAD-5eddf8d-250820T110344-aarch64-linux": ghcr.io/pkgforge/bincache/gh/official/source/gh:HEAD-5eddf8d-250820T110344-aarch64-linux: not found
2025-08-20T20:26:59.0703232Z Uploading empty artifact
2025-08-20T20:26:59.0706320Z time=2025-08-20T20:26:59Z level=debug msg=Request #0
2025-08-20T20:26:59.0707057Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gh/official/source/gh/manifests/sha256:33e5841511f2c087ae4455ac982afb0987880f6c6093260191ddb04afb846185"
2025-08-20T20:26:59.0707984Z > Request method: "HEAD"
2025-08-20T20:26:59.0708187Z > Request headers:
2025-08-20T20:26:59.0709078Z    "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-20T20:26:59.0710036Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:59.1676415Z time=2025-08-20T20:26:59Z level=debug msg=Response #0
2025-08-20T20:26:59.1676793Z < Response Status: "401 Unauthorized"
2025-08-20T20:26:59.1677018Z < Response headers:
2025-08-20T20:26:59.1677206Z    "Content-Type": "application/json"
2025-08-20T20:26:59.1678246Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/gh/official/source/gh:pull\""
2025-08-20T20:26:59.1679248Z    "Date": "Wed, 20 Aug 2025 20:26:59 GMT"
2025-08-20T20:26:59.1679478Z    "Content-Length": "73"
2025-08-20T20:26:59.1679739Z    "X-Github-Request-Id": "2C01:342269:2B9073:2F3BC4:68A62F93"
2025-08-20T20:26:59.1680054Z time=2025-08-20T20:26:59Z level=debug msg=Request #1
2025-08-20T20:26:59.1680603Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fgh%2Fofficial%2Fsource%2Fgh%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:26:59.1681110Z > Request method: "GET"
2025-08-20T20:26:59.1681289Z > Request headers:
2025-08-20T20:26:59.1681456Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:59.1681807Z    "Authorization": "*****"
2025-08-20T20:26:59.2348281Z time=2025-08-20T20:26:59Z level=debug msg=Response #1
2025-08-20T20:26:59.2348619Z < Response Status: "200 OK"
2025-08-20T20:26:59.2348809Z < Response headers:
2025-08-20T20:26:59.2348998Z    "Content-Type": "application/json"
2025-08-20T20:26:59.2349276Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:26:59.2349659Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:26:59.2350016Z    "Date": "Wed, 20 Aug 2025 20:26:59 GMT"
2025-08-20T20:26:59.2350253Z    "Content-Length": "69"
2025-08-20T20:26:59.2350504Z    "X-Github-Request-Id": "2C01:342269:2B9079:2F3BCD:68A62F93"
2025-08-20T20:26:59.2350817Z time=2025-08-20T20:26:59Z level=debug msg=Request #2
2025-08-20T20:26:59.2351495Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gh/official/source/gh/manifests/sha256:33e5841511f2c087ae4455ac982afb0987880f6c6093260191ddb04afb846185"
2025-08-20T20:26:59.2352126Z > Request method: "HEAD"
2025-08-20T20:26:59.2352315Z > Request headers:
2025-08-20T20:26:59.2353214Z    "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-20T20:26:59.2354171Z    "Authorization": "*****"
2025-08-20T20:26:59.2354372Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:59.2711740Z time=2025-08-20T20:26:59Z level=debug msg=Response #2
2025-08-20T20:26:59.2712034Z < Response Status: "404 Not Found"
2025-08-20T20:26:59.2712243Z < Response headers:
2025-08-20T20:26:59.2712461Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:26:59.2712847Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:26:59.2713193Z    "Date": "Wed, 20 Aug 2025 20:26:59 GMT"
2025-08-20T20:26:59.2713418Z    "Content-Length": "70"
2025-08-20T20:26:59.2713669Z    "X-Github-Request-Id": "2C01:342269:2B9088:2F3BE0:68A62F93"
2025-08-20T20:26:59.2714413Z    "Content-Type": "application/json"
2025-08-20T20:26:59.2714692Z time=2025-08-20T20:26:59Z level=debug msg=Request #3
2025-08-20T20:26:59.2715387Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gh/official/source/gh/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:26:59.2716135Z > Request method: "HEAD"
2025-08-20T20:26:59.2716321Z > Request headers:
2025-08-20T20:26:59.2716496Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:59.2716845Z    "Authorization": "*****"
2025-08-20T20:26:59.3331413Z time=2025-08-20T20:26:59Z level=debug msg=Response #3
2025-08-20T20:26:59.3331729Z < Response Status: "200 OK"
2025-08-20T20:26:59.3331932Z < Response headers:
2025-08-20T20:26:59.3332116Z    "Date": "Wed, 20 Aug 2025 20:26:59 GMT"
2025-08-20T20:26:59.3332398Z    "X-Github-Request-Id": "2C01:342269:2B9097:2F3BEE:68A62F93"
2025-08-20T20:26:59.3332677Z    "Content-Length": "0"
2025-08-20T20:26:59.3332892Z    "Content-Type": ""
2025-08-20T20:26:59.3333288Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:26:59.3333743Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:26:59.3334135Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:26:59.3335012Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:26:59.3335393Z time=2025-08-20T20:26:59Z level=debug msg=Request #4
2025-08-20T20:26:59.3336171Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gh/official/source/gh/manifests/HEAD-5eddf8d-250820T110344-aarch64-linux"
2025-08-20T20:26:59.3336684Z > Request method: "PUT"
2025-08-20T20:26:59.3336862Z > Request headers:
2025-08-20T20:26:59.3337102Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:26:59.3337395Z    "Authorization": "*****"
2025-08-20T20:26:59.3337591Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:59.5636320Z time=2025-08-20T20:26:59Z level=debug msg=Response #4
2025-08-20T20:26:59.5636886Z Pushed [registry] ghcr.io/pkgforge/bincache/gh/official/source/gh:HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:26:59.5637356Z < Response Status: "201 Created"
2025-08-20T20:26:59.5637571Z < Response headers:
2025-08-20T20:26:59.5637769Z    "Content-Type": "application/json"
2025-08-20T20:26:59.5638173Z    "Docker-Content-Digest": "sha256:33e5841511f2c087ae4455ac982afb0987880f6c6093260191ddb04afb846185"
2025-08-20T20:26:59.5638629Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:26:59.5639235Z    "Location": "/v2/pkgforge/bincache/gh/official/source/gh/manifests/sha256:33e5841511f2c087ae4455ac982afb0987880f6c6093260191ddb04afb846185"
2025-08-20T20:26:59.5639910Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:26:59.5640258Z    "Date": "Wed, 20 Aug 2025 20:26:59 GMT"
2025-08-20T20:26:59.5640483Z    "Content-Length": "0"
2025-08-20T20:26:59.5640742Z    "X-Github-Request-Id": "2C01:342269:2B90A8:2F3BFD:68A62F93"
2025-08-20T20:26:59.5641056Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:26:59.5641426Z Digest: sha256:33e5841511f2c087ae4455ac982afb0987880f6c6093260191ddb04afb846185
2025-08-20T20:27:01.8836636Z Uploading 8a2cfe3ab5cf CHECKSUM.sig
2025-08-20T20:27:01.9076499Z Uploading 5d77947dd731 gh
2025-08-20T20:27:01.9112823Z Uploading 593d4d4677bd CHECKSUM
2025-08-20T20:27:01.9190728Z Uploading b4ca433faefd gh.sig
2025-08-20T20:27:01.9294668Z Exists    cbd5312b1ac4 LICENSE
2025-08-20T20:27:01.9709833Z Uploading 60e605dae0fc LICENSE.sig
2025-08-20T20:27:02.9258234Z Uploaded  8a2cfe3ab5cf CHECKSUM.sig
2025-08-20T20:27:02.9583539Z Uploaded  593d4d4677bd CHECKSUM
2025-08-20T20:27:02.9699857Z Exists    3f4fec6192a1 SBUILD
2025-08-20T20:27:02.9975144Z Uploaded  b4ca433faefd gh.sig
2025-08-20T20:27:03.0005325Z Uploading 3d6372380eb4 SBUILD.sig
2025-08-20T20:27:03.0060551Z Uploaded  60e605dae0fc LICENSE.sig
2025-08-20T20:27:03.0182450Z Exists    11cf0313013e gh.png
2025-08-20T20:27:03.0458167Z Uploading aa5dee3f111b gh.json.sig
2025-08-20T20:27:03.0480452Z Uploading b45e93256e53 gh.json
2025-08-20T20:27:03.0579527Z Uploading 5082689443cf gh.log
2025-08-20T20:27:03.4578322Z Uploaded  5d77947dd731 gh
2025-08-20T20:27:03.5126127Z Uploading b3ca32ec3831 gh.log.sig
2025-08-20T20:27:03.9556589Z Uploaded  b45e93256e53 gh.json
2025-08-20T20:27:03.9976348Z Uploaded  aa5dee3f111b gh.json.sig
2025-08-20T20:27:04.0007892Z Uploading c195dd7b03c0 gh.version
2025-08-20T20:27:04.0427654Z Uploading cd48947decc9 gh.version.sig
2025-08-20T20:27:04.1023335Z Uploaded  3d6372380eb4 SBUILD.sig
2025-08-20T20:27:04.1593909Z Uploaded  5082689443cf gh.log
2025-08-20T20:27:04.5085780Z Uploaded  b3ca32ec3831 gh.log.sig
2025-08-20T20:27:04.9478346Z Uploaded  c195dd7b03c0 gh.version
2025-08-20T20:27:05.0537838Z Uploaded  cd48947decc9 gh.version.sig
2025-08-20T20:27:05.0538159Z Uploading b19ea9cc1734 gh
2025-08-20T20:27:05.4296440Z Uploaded  b19ea9cc1734 gh
2025-08-20T20:27:05.4297013Z Pushed [registry] ghcr.io/pkgforge/bincache/gh/official/source/gh:HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:05.4297495Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:27:05.4297880Z Digest: sha256:b19ea9cc1734467bde9d12549cf1c92eb931a92ebbef6012d54b632ca22d5ae0
2025-08-20T20:27:10.7033349Z 
2025-08-20T20:27:10.7033952Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:10.7034658Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gh/official/source/gh?tag=HEAD-5eddf8d-250820T110344-aarch64-linux&manifest 
2025-08-20T20:27:10.7035104Z 
2025-08-20T20:27:12.2689532Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:27:13.0125969Z ./BUILD_ARTIFACTS.tar : 40.99%   (   172 MiB =>   70.5 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:27:13.0472568Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:27:13.0516535Z 
2025-08-20T20:27:13.0517350Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml :: 00(Hr):03(Min):52(Sec)
2025-08-20T20:27:13.0518261Z 
2025-08-20T20:27:13.0531328Z 
2025-08-20T20:27:13.0531580Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:27:13 PM) UTC
2025-08-20T20:27:13.0531824Z 
2025-08-20T20:27:14.1867243Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:27:14.1912364Z ##[group]Run ##Presets
2025-08-20T20:27:14.1912752Z [36;1m##Presets[0m
2025-08-20T20:27:14.1912927Z [36;1mset +x ; set +e[0m
2025-08-20T20:27:14.1913112Z [36;1m#-------------#[0m
2025-08-20T20:27:14.1913289Z [36;1m##Debug?[0m
2025-08-20T20:27:14.1913505Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:27:14.1913769Z [36;1m  set -x[0m
2025-08-20T20:27:14.1913927Z [36;1mfi[0m
2025-08-20T20:27:14.1914082Z [36;1m#-------------#[0m
2025-08-20T20:27:14.1914259Z [36;1m##Set ENV[0m
2025-08-20T20:27:14.1914466Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:27:14.1914953Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-5eddf8d-250820T110344-aarch64-linux"[0m
2025-08-20T20:27:14.1915475Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-5eddf8d-250820T110344-aarch64-linux"[0m
2025-08-20T20:27:14.1916205Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671"[0m
2025-08-20T20:27:14.1916682Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:27:14.1917058Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:14.1917490Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:14.1917805Z [36;1m fi[0m
2025-08-20T20:27:14.1917961Z [36;1m##Push[0m
2025-08-20T20:27:14.1918154Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:27:14.1918412Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:27:14.1918759Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:27:14.1919214Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:27:14.1919639Z [36;1m     ls -sh "/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:27:14.1919968Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:27:14.1920158Z [36;1m       {[0m
2025-08-20T20:27:14.1920329Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:27:14.1920643Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:27:14.1921065Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:27:14.1921478Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:27:14.1922000Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-5eddf8d-250820T110344-aarch64-linux")[0m
2025-08-20T20:27:14.1922699Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107818671")[0m
2025-08-20T20:27:14.1923266Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107818671")[0m
2025-08-20T20:27:14.1923931Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/gh/official/source/gh:HEAD-5eddf8d-250820T110344-aarch64-linux")[0m
2025-08-20T20:27:14.1924889Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:26:49Z")[0m
2025-08-20T20:27:14.1925376Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-5eddf8d-250820T110344")[0m
2025-08-20T20:27:14.1926010Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:26:49Z")[0m
2025-08-20T20:27:14.1926670Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/gh/official/source/gh")[0m
2025-08-20T20:27:14.1927419Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:27:14.1927929Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-5eddf8d-250820T110344")[0m
2025-08-20T20:27:14.1928674Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-5eddf8d-250820T110344")[0m
2025-08-20T20:27:14.1929407Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh")[0m
2025-08-20T20:27:14.1930067Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-gh")[0m
2025-08-20T20:27:14.1930563Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/cli/cli")[0m
2025-08-20T20:27:14.1931053Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:27:14.1931554Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-5eddf8d-250820T110344")[0m
2025-08-20T20:27:14.1932023Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:27:14.1932502Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:27:14.1932918Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:27:14.1933147Z [36;1m         #Check[0m
2025-08-20T20:27:14.1933706Z [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-20T20:26:49Z" ]]; then[0m
2025-08-20T20:27:14.1934402Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:27:14.1934728Z [36;1m            break[0m
2025-08-20T20:27:14.1934915Z [36;1m          else[0m
2025-08-20T20:27:14.1935296Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:27:14.1935854Z [36;1m          fi[0m
2025-08-20T20:27:14.1936062Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:27:14.1936296Z [36;1m        done[0m
2025-08-20T20:27:14.1936462Z [36;1m       }[0m
2025-08-20T20:27:14.1936650Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:27:14.1936880Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:27:14.1937444Z [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-20T20:26:49Z" ]]; then[0m
2025-08-20T20:27:14.1938186Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:27:14.1938570Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:27:14.1938849Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:27:14.1939429Z [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-20T20:26:49Z" ]]; then[0m
2025-08-20T20:27:14.1940133Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:27:14.1940841Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:27:14.1941217Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:27:14.1941432Z [36;1m           fi[0m
2025-08-20T20:27:14.1941603Z [36;1m       fi[0m
2025-08-20T20:27:14.1941760Z [36;1m   fi[0m
2025-08-20T20:27:14.1941914Z [36;1m fi[0m
2025-08-20T20:27:14.1942077Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:27:14.2180859Z shell: /usr/bin/bash -e {0}
2025-08-20T20:27:14.2181100Z env:
2025-08-20T20:27:14.2181264Z   CROSS_COMPILING: NO
2025-08-20T20:27:14.2181456Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:27:14.2181849Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:27:14.2182048Z   ON_QEMU: NO
2025-08-20T20:27:14.2182204Z   DEBUG: 0
2025-08-20T20:27:14.2182362Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:27:14.2182572Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:27:14.2182841Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:27:14.2183342Z   KEEP_LOGS: YES
2025-08-20T20:27:14.2183526Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:14.2183716Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:27:14.2183899Z   SBUILD_REBUILD: false
2025-08-20T20:27:14.2184394Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:27:14.2184911Z   BUILD_SYS: docker://go
2025-08-20T20:27:14.2185101Z   BUILD_ON_HOST: FALSE
2025-08-20T20:27:14.2185282Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:27:14.2185457Z   SYSTMP: /tmp
2025-08-20T20:27:14.2185873Z   GHA_MODE: MATRIX
2025-08-20T20:27:14.2186280Z   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-20T20:27:14.2186774Z   INPUT_SBUILD: /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:27:14.2187075Z   BUILD_DIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml
2025-08-20T20:27:14.2187440Z   SBUILD_OUTDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:27:14.2187907Z   SBUILD_TMPDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:27:14.2188266Z   PKG_TYPE: static
2025-08-20T20:27:14.2188438Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:27:14.2188647Z   SBUILD_PKGVER: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:14.2189006Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107818671
2025-08-20T20:27:14.2189342Z   BUILD_ID: 17107818671
2025-08-20T20:27:14.2189517Z   PKG_NAME: gh
2025-08-20T20:27:14.2189687Z   PKG_DATE: 2025-08-20T20:26:49Z
2025-08-20T20:27:14.2189909Z   PKG_VERSION: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:14.2190150Z   PKG_VERSION_UPSTREAM: 2.76.2
2025-08-20T20:27:14.2190423Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:14.2190762Z   GHCRPKG_TAG: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:14.2191177Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh
2025-08-20T20:27:14.2191578Z   PKG_SRCURL: https://github.com/cli/cli
2025-08-20T20:27:14.2191815Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:27:14.2192270Z   GHCR_TOKEN: ***
2025-08-20T20:27:14.2192827Z   GITHUB_TOKEN: ***
2025-08-20T20:27:14.2193049Z   GITLAB_TOKEN: ***
2025-08-20T20:27:14.2194285Z   MINISIGN_KEY: ***
2025-08-20T20:27:14.2194461Z ##[endgroup]
2025-08-20T20:27:14.2271905Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:27:14.2280953Z 71M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:27:14.2291377Z total 64M
2025-08-20T20:27:14.2291543Z 4.0K CHECKSUM
2025-08-20T20:27:14.2291706Z 4.0K CHECKSUM.sig
2025-08-20T20:27:14.2291873Z 4.0K LICENSE
2025-08-20T20:27:14.2292046Z 4.0K LICENSE.sig
2025-08-20T20:27:14.2292226Z 4.0K SBUILD
2025-08-20T20:27:14.2292373Z 4.0K SBUILD.sig
2025-08-20T20:27:14.2292536Z 4.0K SBUILD_TEMP
2025-08-20T20:27:14.2292695Z  55M gh
2025-08-20T20:27:14.2292836Z 4.0K gh.json
2025-08-20T20:27:14.2292992Z 4.0K gh.json.sig
2025-08-20T20:27:14.2293149Z 4.3M gh.log
2025-08-20T20:27:14.2293295Z 4.0K gh.log.sig
2025-08-20T20:27:14.2293780Z  40K gh.png
2025-08-20T20:27:14.2293944Z 4.0K gh.sig
2025-08-20T20:27:14.2294093Z 4.3M gh.static.log
2025-08-20T20:27:14.2294288Z 4.0K gh.static.version
2025-08-20T20:27:14.2294474Z 4.0K gh.static.version.sig
2025-08-20T20:27:14.2294660Z 4.0K gh.version
2025-08-20T20:27:14.2294816Z 4.0K gh.version.sig
2025-08-20T20:27:14.5654800Z Uploading 2b457070bf6e BUILD_ARTIFACTS.zstd
2025-08-20T20:27:16.3375698Z Uploaded  2b457070bf6e BUILD_ARTIFACTS.zstd
2025-08-20T20:27:16.3376027Z Uploading 2c500ee8301f SRCBUILD-gh
2025-08-20T20:27:16.7533984Z Uploaded  2c500ee8301f SRCBUILD-gh
2025-08-20T20:27:16.7534595Z Pushed [registry] ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671:HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:16.7535845Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:27:16.7536238Z Digest: sha256:2c500ee8301feca9fd37ba374b7658a0fb149c1c3c7bb227e50ceb2b8c68f950
2025-08-20T20:27:21.9889655Z 
2025-08-20T20:27:21.9890991Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671
2025-08-20T20:27:21.9891457Z 
2025-08-20T20:27:22.3933977Z ##[group]Run ##Presets
2025-08-20T20:27:22.3934295Z [36;1m##Presets[0m
2025-08-20T20:27:22.3934472Z [36;1mset +x ; set +e[0m
2025-08-20T20:27:22.3934659Z [36;1m#-------------#[0m
2025-08-20T20:27:22.3934838Z [36;1m##Debug?[0m
2025-08-20T20:27:22.3935050Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:27:22.3935318Z [36;1m  set -x[0m
2025-08-20T20:27:22.3935472Z [36;1mfi[0m
2025-08-20T20:27:22.3936024Z [36;1m#-------------#[0m
2025-08-20T20:27:22.3936265Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:27:22.3936592Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:22.3969096Z shell: /usr/bin/bash -e {0}
2025-08-20T20:27:22.3969319Z env:
2025-08-20T20:27:22.3969477Z   CROSS_COMPILING: NO
2025-08-20T20:27:22.3969668Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:27:22.3969888Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:27:22.3970083Z   ON_QEMU: NO
2025-08-20T20:27:22.3970285Z   DEBUG: 0
2025-08-20T20:27:22.3970447Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:27:22.3970656Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:27:22.3970929Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:27:22.3971211Z   KEEP_LOGS: YES
2025-08-20T20:27:22.3971381Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:22.3971569Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:27:22.3971751Z   SBUILD_REBUILD: false
2025-08-20T20:27:22.3972247Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:27:22.3972772Z   BUILD_SYS: docker://go
2025-08-20T20:27:22.3972958Z   BUILD_ON_HOST: FALSE
2025-08-20T20:27:22.3973135Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:27:22.3973313Z   SYSTMP: /tmp
2025-08-20T20:27:22.3973473Z   GHA_MODE: MATRIX
2025-08-20T20:27:22.3973867Z   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-20T20:27:22.3974355Z   INPUT_SBUILD: /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:27:22.3974653Z   BUILD_DIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml
2025-08-20T20:27:22.3975011Z   SBUILD_OUTDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:27:22.3975467Z   SBUILD_TMPDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:27:22.3975976Z   PKG_TYPE: static
2025-08-20T20:27:22.3976151Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:27:22.3976356Z   SBUILD_PKGVER: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:22.3976713Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107818671
2025-08-20T20:27:22.3977050Z   BUILD_ID: 17107818671
2025-08-20T20:27:22.3977222Z   PKG_NAME: gh
2025-08-20T20:27:22.3977389Z   PKG_DATE: 2025-08-20T20:26:49Z
2025-08-20T20:27:22.3977608Z   PKG_VERSION: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:22.3978112Z   PKG_VERSION_UPSTREAM: 2.76.2
2025-08-20T20:27:22.3978384Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:22.3978724Z   GHCRPKG_TAG: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:22.3979138Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh
2025-08-20T20:27:22.3979534Z   PKG_SRCURL: https://github.com/cli/cli
2025-08-20T20:27:22.3979765Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:27:22.3980017Z   GHCRPKG_TAG_SRCBUILD: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:22.3980468Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671
2025-08-20T20:27:22.3980960Z ##[endgroup]
2025-08-20T20:27:22.4120466Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:27:22.4120784Z with:
2025-08-20T20:27:22.4120953Z   name: Bincache_gh_aarch64-Linux
2025-08-20T20:27:22.4121210Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:27:22.4121469Z   compression-level: 0
2025-08-20T20:27:22.4121676Z   retention-days: 30
2025-08-20T20:27:22.4121849Z   overwrite: true
2025-08-20T20:27:22.4122022Z   if-no-files-found: warn
2025-08-20T20:27:22.4122226Z   include-hidden-files: false
2025-08-20T20:27:22.4122420Z env:
2025-08-20T20:27:22.4122566Z   CROSS_COMPILING: NO
2025-08-20T20:27:22.4122751Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:27:22.4122961Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:27:22.4123153Z   ON_QEMU: NO
2025-08-20T20:27:22.4123310Z   DEBUG: 0
2025-08-20T20:27:22.4123472Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:27:22.4123683Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:27:22.4123961Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:27:22.4124301Z   KEEP_LOGS: YES
2025-08-20T20:27:22.4124477Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:22.4124669Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:27:22.4124852Z   SBUILD_REBUILD: false
2025-08-20T20:27:22.4125343Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:27:22.4126049Z   BUILD_SYS: docker://go
2025-08-20T20:27:22.4126238Z   BUILD_ON_HOST: FALSE
2025-08-20T20:27:22.4126417Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:27:22.4126595Z   SYSTMP: /tmp
2025-08-20T20:27:22.4126753Z   GHA_MODE: MATRIX
2025-08-20T20:27:22.4127146Z   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-20T20:27:22.4127628Z   INPUT_SBUILD: /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:27:22.4127925Z   BUILD_DIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml
2025-08-20T20:27:22.4128292Z   SBUILD_OUTDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:27:22.4128754Z   SBUILD_TMPDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:27:22.4129112Z   PKG_TYPE: static
2025-08-20T20:27:22.4129286Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:27:22.4129497Z   SBUILD_PKGVER: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:22.4129857Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107818671
2025-08-20T20:27:22.4130195Z   BUILD_ID: 17107818671
2025-08-20T20:27:22.4130364Z   PKG_NAME: gh
2025-08-20T20:27:22.4130534Z   PKG_DATE: 2025-08-20T20:26:49Z
2025-08-20T20:27:22.4130757Z   PKG_VERSION: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:22.4130995Z   PKG_VERSION_UPSTREAM: 2.76.2
2025-08-20T20:27:22.4131268Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:22.4131600Z   GHCRPKG_TAG: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:22.4132018Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh
2025-08-20T20:27:22.4132425Z   PKG_SRCURL: https://github.com/cli/cli
2025-08-20T20:27:22.4132660Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:27:22.4132916Z   GHCRPKG_TAG_SRCBUILD: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:22.4133370Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671
2025-08-20T20:27:22.4134149Z   UTC_TIME: 2025_08_20T08_27_22_PM
2025-08-20T20:27:22.4134354Z ##[endgroup]
2025-08-20T20:27:23.1395748Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:27:23.1401717Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:27:23.1402214Z With the provided path, there will be 2 files uploaded
2025-08-20T20:27:23.3992827Z Artifact name is valid!
2025-08-20T20:27:23.3996476Z Root directory input is valid!
2025-08-20T20:27:23.5152971Z Beginning upload of artifact content to blob storage
2025-08-20T20:27:24.0703016Z Uploaded bytes 8388608
2025-08-20T20:27:24.2341285Z Uploaded bytes 16777216
2025-08-20T20:27:24.2421152Z Uploaded bytes 25165824
2025-08-20T20:27:24.3458909Z Uploaded bytes 33554432
2025-08-20T20:27:24.4141650Z Uploaded bytes 41943040
2025-08-20T20:27:24.4161318Z Uploaded bytes 50331648
2025-08-20T20:27:24.4453098Z Uploaded bytes 58720256
2025-08-20T20:27:24.5634986Z Uploaded bytes 67108864
2025-08-20T20:27:24.6803187Z Uploaded bytes 75497472
2025-08-20T20:27:24.8276811Z Uploaded bytes 78796800
2025-08-20T20:27:24.8878980Z Finished uploading artifact content to blob storage!
2025-08-20T20:27:24.8894517Z SHA256 digest of uploaded artifact zip is 3c864cd3369d2b7b7dd57a66e3c479c7775c8eb49dca0bdf4b6b8d3fb5bdfb8d
2025-08-20T20:27:24.8896538Z Finalizing artifact upload
2025-08-20T20:27:24.9966199Z Artifact Bincache_gh_aarch64-Linux.zip successfully finalized. Artifact ID 3812899274
2025-08-20T20:27:24.9966851Z Artifact Bincache_gh_aarch64-Linux has been successfully uploaded! Final size is 78796800 bytes. Artifact ID is 3812899274
2025-08-20T20:27:24.9979752Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107818671/artifacts/3812899274
2025-08-20T20:27:25.0261243Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:27:25.0261563Z with:
2025-08-20T20:27:25.0261827Z   subject-name: gh-17107818671-HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:25.0262623Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:27:25.0263331Z   show-summary: true
2025-08-20T20:27:25.0263521Z   push-to-registry: false
2025-08-20T20:27:25.0263881Z   github-token: ***
2025-08-20T20:27:25.0264052Z env:
2025-08-20T20:27:25.0264203Z   CROSS_COMPILING: NO
2025-08-20T20:27:25.0264393Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:27:25.0264607Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:27:25.0264808Z   ON_QEMU: NO
2025-08-20T20:27:25.0264962Z   DEBUG: 0
2025-08-20T20:27:25.0265131Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:27:25.0265355Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:27:25.0266101Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:27:25.0266400Z   KEEP_LOGS: YES
2025-08-20T20:27:25.0266574Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:25.0266768Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:27:25.0266958Z   SBUILD_REBUILD: false
2025-08-20T20:27:25.0267446Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:27:25.0267965Z   BUILD_SYS: docker://go
2025-08-20T20:27:25.0268160Z   BUILD_ON_HOST: FALSE
2025-08-20T20:27:25.0268341Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:27:25.0268521Z   SYSTMP: /tmp
2025-08-20T20:27:25.0268685Z   GHA_MODE: MATRIX
2025-08-20T20:27:25.0269085Z   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-20T20:27:25.0269573Z   INPUT_SBUILD: /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:27:25.0269884Z   BUILD_DIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml
2025-08-20T20:27:25.0270262Z   SBUILD_OUTDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:27:25.0270725Z   SBUILD_TMPDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:27:25.0271087Z   PKG_TYPE: static
2025-08-20T20:27:25.0271536Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:27:25.0271756Z   SBUILD_PKGVER: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:25.0272124Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107818671
2025-08-20T20:27:25.0272463Z   BUILD_ID: 17107818671
2025-08-20T20:27:25.0272636Z   PKG_NAME: gh
2025-08-20T20:27:25.0272806Z   PKG_DATE: 2025-08-20T20:26:49Z
2025-08-20T20:27:25.0273031Z   PKG_VERSION: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:25.0273272Z   PKG_VERSION_UPSTREAM: 2.76.2
2025-08-20T20:27:25.0273550Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:25.0273890Z   GHCRPKG_TAG: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:25.0274491Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh
2025-08-20T20:27:25.0274894Z   PKG_SRCURL: https://github.com/cli/cli
2025-08-20T20:27:25.0275131Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:27:25.0275391Z   GHCRPKG_TAG_SRCBUILD: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:25.0276001Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671
2025-08-20T20:27:25.0276393Z   UTC_TIME: 2025_08_20T08_27_22_PM
2025-08-20T20:27:25.0276599Z ##[endgroup]
2025-08-20T20:27:25.0356624Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:27:25.0357039Z env:
2025-08-20T20:27:25.0357196Z   CROSS_COMPILING: NO
2025-08-20T20:27:25.0357389Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:27:25.0357601Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:27:25.0357800Z   ON_QEMU: NO
2025-08-20T20:27:25.0357953Z   DEBUG: 0
2025-08-20T20:27:25.0358111Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:27:25.0358640Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:27:25.0358931Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:27:25.0359226Z   KEEP_LOGS: YES
2025-08-20T20:27:25.0359398Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:25.0359591Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:27:25.0359781Z   SBUILD_REBUILD: false
2025-08-20T20:27:25.0360270Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:27:25.0360789Z   BUILD_SYS: docker://go
2025-08-20T20:27:25.0360980Z   BUILD_ON_HOST: FALSE
2025-08-20T20:27:25.0361159Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:27:25.0361336Z   SYSTMP: /tmp
2025-08-20T20:27:25.0361499Z   GHA_MODE: MATRIX
2025-08-20T20:27:25.0361902Z   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-20T20:27:25.0362391Z   INPUT_SBUILD: /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:27:25.0362706Z   BUILD_DIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml
2025-08-20T20:27:25.0363075Z   SBUILD_OUTDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:27:25.0363536Z   SBUILD_TMPDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:27:25.0363905Z   PKG_TYPE: static
2025-08-20T20:27:25.0364081Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:27:25.0364297Z   SBUILD_PKGVER: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:25.0364655Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107818671
2025-08-20T20:27:25.0364997Z   BUILD_ID: 17107818671
2025-08-20T20:27:25.0365173Z   PKG_NAME: gh
2025-08-20T20:27:25.0365346Z   PKG_DATE: 2025-08-20T20:26:49Z
2025-08-20T20:27:25.0365872Z   PKG_VERSION: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:25.0366128Z   PKG_VERSION_UPSTREAM: 2.76.2
2025-08-20T20:27:25.0366405Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:25.0366746Z   GHCRPKG_TAG: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:25.0367180Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh
2025-08-20T20:27:25.0367581Z   PKG_SRCURL: https://github.com/cli/cli
2025-08-20T20:27:25.0367816Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:27:25.0368071Z   GHCRPKG_TAG_SRCBUILD: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:25.0368746Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671
2025-08-20T20:27:25.0369137Z   UTC_TIME: 2025_08_20T08_27_22_PM
2025-08-20T20:27:25.0369339Z ##[endgroup]
2025-08-20T20:27:25.5816136Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:27:25.5816465Z with:
2025-08-20T20:27:25.5817097Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:27:25.5817890Z   subject-name: gh-17107818671-HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:25.5818545Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:27:25.5821086Z   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/17107818671/attempts/1"}}}
2025-08-20T20:27:25.5823601Z   push-to-registry: false
2025-08-20T20:27:25.5823805Z   show-summary: true
2025-08-20T20:27:25.5824190Z   github-token: ***
2025-08-20T20:27:25.5824545Z env:
2025-08-20T20:27:25.5824758Z   CROSS_COMPILING: NO
2025-08-20T20:27:25.5824958Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:27:25.5825172Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:27:25.5825372Z   ON_QEMU: NO
2025-08-20T20:27:25.5825698Z   DEBUG: 0
2025-08-20T20:27:25.5825877Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:27:25.5826094Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:27:25.5826373Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:27:25.5826661Z   KEEP_LOGS: YES
2025-08-20T20:27:25.5826847Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:25.5827064Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:27:25.5827253Z   SBUILD_REBUILD: false
2025-08-20T20:27:25.5827741Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:27:25.5828262Z   BUILD_SYS: docker://go
2025-08-20T20:27:25.5828456Z   BUILD_ON_HOST: FALSE
2025-08-20T20:27:25.5828642Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:27:25.5828832Z   SYSTMP: /tmp
2025-08-20T20:27:25.5828999Z   GHA_MODE: MATRIX
2025-08-20T20:27:25.5829400Z   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-20T20:27:25.5829895Z   INPUT_SBUILD: /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:27:25.5830201Z   BUILD_DIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml
2025-08-20T20:27:25.5830572Z   SBUILD_OUTDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:27:25.5831039Z   SBUILD_TMPDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:27:25.5831403Z   PKG_TYPE: static
2025-08-20T20:27:25.5831582Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:27:25.5831797Z   SBUILD_PKGVER: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:25.5832157Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107818671
2025-08-20T20:27:25.5832500Z   BUILD_ID: 17107818671
2025-08-20T20:27:25.5832682Z   PKG_NAME: gh
2025-08-20T20:27:25.5832858Z   PKG_DATE: 2025-08-20T20:26:49Z
2025-08-20T20:27:25.5833088Z   PKG_VERSION: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:25.5833332Z   PKG_VERSION_UPSTREAM: 2.76.2
2025-08-20T20:27:25.5833614Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:25.5834235Z   GHCRPKG_TAG: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:25.5834661Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh
2025-08-20T20:27:25.5835062Z   PKG_SRCURL: https://github.com/cli/cli
2025-08-20T20:27:25.5835301Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:27:25.5835735Z   GHCRPKG_TAG_SRCBUILD: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:25.5836207Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671
2025-08-20T20:27:25.5836598Z   UTC_TIME: 2025_08_20T08_27_22_PM
2025-08-20T20:27:25.5836801Z ##[endgroup]
2025-08-20T20:27:27.2630896Z Attestation created for 18 subjects
2025-08-20T20:27:27.2635835Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:27:27.2636291Z -----BEGIN CERTIFICATE-----
2025-08-20T20:27:27.2636635Z MIIG7jCCBnWgAwIBAgIUaBLW6EkF5FHnNUSoPbMbIG9e0IcwCgYIKoZIzj0EAwMw
2025-08-20T20:27:27.2637112Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:27:27.2637577Z cm1lZGlhdGUwHhcNMjUwODIwMjAyNzI2WhcNMjUwODIwMjAzNzI2WjAAMFkwEwYH
2025-08-20T20:27:27.2638021Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEUsCfRe6qj5v/uduQ7ieMqq2tIH//f6CLw5TF
2025-08-20T20:27:27.2638461Z 2e2dgRZDVP7foXMBY0qZCFlSW2kZBctCN1uuGxZlLyBPBqqhpKOCBZQwggWQMA4G
2025-08-20T20:27:27.2638920Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUgnp7
2025-08-20T20:27:27.2639376Z CCDGto6+IzE3A71dMbFfbwQwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:27:27.2639818Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:27:27.2640256Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:27:27.2641080Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:27:27.2641536Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:27:27.2641966Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:27:27.2642420Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:27:27.2642880Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:27:27.2643339Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:27:27.2643793Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:27:27.2644237Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:27:27.2644683Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:27:27.2645138Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:27:27.2645712Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:27:27.2646176Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:27:27.2646641Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:27:27.2647104Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:27:27.2647568Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:27:27.2648022Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:27:27.2648478Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:27:27.2648940Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:27:27.2649398Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:27:27.2649860Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:27:27.2650320Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:27:27.2650772Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3ODE4NjcxL2F0
2025-08-20T20:27:27.2651241Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T20:27:27.2651715Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJKkHP
2025-08-20T20:27:27.2652176Z AAAEAwBHMEUCICZXoZOMKuqI2Blm48wVQRsI5P3AJNck14S3brXEypFfAiEA84Hf
2025-08-20T20:27:27.2652881Z zBdNuqgtdldl1RfxTY/JID6qJbqgToi4a4k1tmYwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T20:27:27.2653317Z H7pIUxcEGzZW8vfZGUhY+97coeJ+Iq5v66jB9Jc56hMI4ec5gi8oEmYwaw7dOJ64
2025-08-20T20:27:27.2653762Z AjBykiZega1tGtGMGr2rFgXAR9l7Wom2BtO6ZHwuz7z3BNe97uWvNtaRdCH4kNWu
2025-08-20T20:27:27.2654087Z t+c=
2025-08-20T20:27:27.2654245Z -----END CERTIFICATE-----
2025-08-20T20:27:27.2654381Z 
2025-08-20T20:27:27.2654893Z ##[endgroup]
2025-08-20T20:27:27.2655391Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:27:27.2655931Z https://search.sigstore.dev?logIndex=414279184
2025-08-20T20:27:27.2656313Z [36mAttestation uploaded to repository[39m
2025-08-20T20:27:27.2656843Z https://github.com/pkgforge/bincache/attestations/9872009
2025-08-20T20:27:27.3674508Z ##[group]Run ##Presets
2025-08-20T20:27:27.3674784Z [36;1m##Presets[0m
2025-08-20T20:27:27.3674964Z [36;1mset +x ; set +e[0m
2025-08-20T20:27:27.3675154Z [36;1m#-------------#[0m
2025-08-20T20:27:27.3675357Z [36;1m##Debug?[0m
2025-08-20T20:27:27.3675793Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:27:27.3676069Z [36;1m  set -x[0m
2025-08-20T20:27:27.3676232Z [36;1mfi[0m
2025-08-20T20:27:27.3676392Z [36;1m#-------------#[0m
2025-08-20T20:27:27.3676677Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:27:27.3677173Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/gh/official/source"[0m
2025-08-20T20:27:27.3677564Z [36;1m exit 1[0m
2025-08-20T20:27:27.3677726Z [36;1mfi[0m
2025-08-20T20:27:27.3709719Z shell: /usr/bin/bash -e {0}
2025-08-20T20:27:27.3709954Z env:
2025-08-20T20:27:27.3710112Z   CROSS_COMPILING: NO
2025-08-20T20:27:27.3710354Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:27:27.3710574Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:27:27.3710777Z   ON_QEMU: NO
2025-08-20T20:27:27.3710938Z   DEBUG: 0
2025-08-20T20:27:27.3711101Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:27:27.3711326Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:27:27.3711610Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:27:27.3711905Z   KEEP_LOGS: YES
2025-08-20T20:27:27.3712080Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:27.3712272Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:27:27.3712460Z   SBUILD_REBUILD: false
2025-08-20T20:27:27.3712953Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:27:27.3713473Z   BUILD_SYS: docker://go
2025-08-20T20:27:27.3713672Z   BUILD_ON_HOST: FALSE
2025-08-20T20:27:27.3713860Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:27:27.3714046Z   SYSTMP: /tmp
2025-08-20T20:27:27.3714211Z   GHA_MODE: MATRIX
2025-08-20T20:27:27.3714623Z   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-20T20:27:27.3715115Z   INPUT_SBUILD: /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:27:27.3715424Z   BUILD_DIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml
2025-08-20T20:27:27.3716055Z   SBUILD_OUTDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:27:27.3716523Z   SBUILD_TMPDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:27:27.3716890Z   PKG_TYPE: static
2025-08-20T20:27:27.3717071Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:27:27.3717287Z   SBUILD_PKGVER: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:27.3717652Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107818671
2025-08-20T20:27:27.3717992Z   BUILD_ID: 17107818671
2025-08-20T20:27:27.3718177Z   PKG_NAME: gh
2025-08-20T20:27:27.3718362Z   PKG_DATE: 2025-08-20T20:26:49Z
2025-08-20T20:27:27.3718595Z   PKG_VERSION: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:27.3718843Z   PKG_VERSION_UPSTREAM: 2.76.2
2025-08-20T20:27:27.3719124Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:27.3719464Z   GHCRPKG_TAG: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:27.3720178Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh
2025-08-20T20:27:27.3720586Z   PKG_SRCURL: https://github.com/cli/cli
2025-08-20T20:27:27.3720825Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:27:27.3721093Z   GHCRPKG_TAG_SRCBUILD: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:27.3721556Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671
2025-08-20T20:27:27.3721951Z   UTC_TIME: 2025_08_20T08_27_22_PM
2025-08-20T20:27:27.3722161Z ##[endgroup]
2025-08-20T20:27:27.3799047Z ##[group]Run ##Presets
2025-08-20T20:27:27.3799340Z [36;1m##Presets[0m
2025-08-20T20:27:27.3799665Z [36;1mset +x ; set +e[0m
2025-08-20T20:27:27.3799857Z [36;1m#-------------#[0m
2025-08-20T20:27:27.3800039Z [36;1m##Debug?[0m
2025-08-20T20:27:27.3800259Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:27:27.3800531Z [36;1m  set -x[0m
2025-08-20T20:27:27.3800695Z [36;1mfi[0m
2025-08-20T20:27:27.3800862Z [36;1m#-------------#[0m
2025-08-20T20:27:27.3801083Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:27:27.3801513Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gh/official/source"[0m
2025-08-20T20:27:27.3801903Z [36;1m exit 1[0m
2025-08-20T20:27:27.3802065Z [36;1mfi[0m
2025-08-20T20:27:27.3832284Z shell: /usr/bin/bash -e {0}
2025-08-20T20:27:27.3832505Z env:
2025-08-20T20:27:27.3832666Z   CROSS_COMPILING: NO
2025-08-20T20:27:27.3832915Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:27:27.3833135Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:27:27.3833334Z   ON_QEMU: NO
2025-08-20T20:27:27.3833496Z   DEBUG: 0
2025-08-20T20:27:27.3833659Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:27:27.3833872Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:27:27.3834149Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:27:27.3834440Z   KEEP_LOGS: YES
2025-08-20T20:27:27.3834615Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:27.3834817Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:27:27.3835005Z   SBUILD_REBUILD: false
2025-08-20T20:27:27.3835496Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:27:27.3836323Z   BUILD_SYS: docker://go
2025-08-20T20:27:27.3836527Z   BUILD_ON_HOST: FALSE
2025-08-20T20:27:27.3836710Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:27:27.3836890Z   SYSTMP: /tmp
2025-08-20T20:27:27.3837060Z   GHA_MODE: MATRIX
2025-08-20T20:27:27.3837471Z   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-20T20:27:27.3837965Z   INPUT_SBUILD: /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:27:27.3838269Z   BUILD_DIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml
2025-08-20T20:27:27.3838639Z   SBUILD_OUTDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:27:27.3839102Z   SBUILD_TMPDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:27:27.3839472Z   PKG_TYPE: static
2025-08-20T20:27:27.3839656Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:27:27.3839874Z   SBUILD_PKGVER: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:27.3840265Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107818671
2025-08-20T20:27:27.3840608Z   BUILD_ID: 17107818671
2025-08-20T20:27:27.3840788Z   PKG_NAME: gh
2025-08-20T20:27:27.3840965Z   PKG_DATE: 2025-08-20T20:26:49Z
2025-08-20T20:27:27.3841193Z   PKG_VERSION: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:27.3841438Z   PKG_VERSION_UPSTREAM: 2.76.2
2025-08-20T20:27:27.3841717Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:27.3842059Z   GHCRPKG_TAG: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:27.3842485Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh
2025-08-20T20:27:27.3842891Z   PKG_SRCURL: https://github.com/cli/cli
2025-08-20T20:27:27.3843135Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:27:27.3843721Z   GHCRPKG_TAG_SRCBUILD: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:27.3844183Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671
2025-08-20T20:27:27.3844577Z   UTC_TIME: 2025_08_20T08_27_22_PM
2025-08-20T20:27:27.3844782Z ##[endgroup]
2025-08-20T20:27:27.3920805Z ##[group]Run ##Presets
2025-08-20T20:27:27.3921116Z [36;1m##Presets[0m
2025-08-20T20:27:27.3921304Z [36;1mset +x ; set +e[0m
2025-08-20T20:27:27.3921499Z [36;1m#-------------#[0m
2025-08-20T20:27:27.3921684Z [36;1m##Debug?[0m
2025-08-20T20:27:27.3921907Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:27:27.3922371Z [36;1m  set -x[0m
2025-08-20T20:27:27.3922540Z [36;1mfi[0m
2025-08-20T20:27:27.3922700Z [36;1m#-------------#[0m
2025-08-20T20:27:27.3923022Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:27:27.3923387Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:27:27.3923669Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:27:27.3923914Z [36;1mfi[0m
2025-08-20T20:27:27.3954542Z shell: /usr/bin/bash -e {0}
2025-08-20T20:27:27.3954769Z env:
2025-08-20T20:27:27.3954930Z   CROSS_COMPILING: NO
2025-08-20T20:27:27.3955230Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:27:27.3955452Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:27:27.3955970Z   ON_QEMU: NO
2025-08-20T20:27:27.3956128Z   DEBUG: 0
2025-08-20T20:27:27.3956292Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:27:27.3956513Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:27:27.3956801Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gh/official/source
2025-08-20T20:27:27.3957100Z   KEEP_LOGS: YES
2025-08-20T20:27:27.3957277Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:27.3957472Z   PKG_FAMILY_LOCAL: gh
2025-08-20T20:27:27.3957660Z   SBUILD_REBUILD: false
2025-08-20T20:27:27.3958157Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gh/static.official.source.yaml
2025-08-20T20:27:27.3958690Z   BUILD_SYS: docker://go
2025-08-20T20:27:27.3958886Z   BUILD_ON_HOST: FALSE
2025-08-20T20:27:27.3959074Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:27:27.3959259Z   SYSTMP: /tmp
2025-08-20T20:27:27.3959424Z   GHA_MODE: MATRIX
2025-08-20T20:27:27.3959838Z   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-20T20:27:27.3960335Z   INPUT_SBUILD: /tmp/pkgforge/WahvYgxH1_build.yaml
2025-08-20T20:27:27.3960645Z   BUILD_DIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml
2025-08-20T20:27:27.3961021Z   SBUILD_OUTDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:27:27.3961495Z   SBUILD_TMPDIR: /tmp/pkgforge/cSdcCBk_WahvYgxH1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:27:27.3961863Z   PKG_TYPE: static
2025-08-20T20:27:27.3962049Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:27:27.3962267Z   SBUILD_PKGVER: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:27.3962629Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107818671
2025-08-20T20:27:27.3962976Z   BUILD_ID: 17107818671
2025-08-20T20:27:27.3963160Z   PKG_NAME: gh
2025-08-20T20:27:27.3963338Z   PKG_DATE: 2025-08-20T20:26:49Z
2025-08-20T20:27:27.3963565Z   PKG_VERSION: HEAD-5eddf8d-250820T110344
2025-08-20T20:27:27.3963818Z   PKG_VERSION_UPSTREAM: 2.76.2
2025-08-20T20:27:27.3964099Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gh/official/source/gh
2025-08-20T20:27:27.3964445Z   GHCRPKG_TAG: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:27.3964876Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/gh/official/source/gh
2025-08-20T20:27:27.3965293Z   PKG_SRCURL: https://github.com/cli/cli
2025-08-20T20:27:27.3965812Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:27:27.3966093Z   GHCRPKG_TAG_SRCBUILD: HEAD-5eddf8d-250820T110344-aarch64-linux
2025-08-20T20:27:27.3966555Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gh/official/source/gh-srcbuild-17107818671
2025-08-20T20:27:27.3967316Z   UTC_TIME: 2025_08_20T08_27_22_PM
2025-08-20T20:27:27.3967525Z ##[endgroup]
2025-08-20T20:27:27.4027258Z EXITED
2025-08-20T20:27:27.4078088Z Cleaning up orphan processes
